@charset "UTF-8";

body	{margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', 'sans-serif'}


/* サイト名 */
.site h1 a	{color: #000000;
		text-decoration: none;}
		
.site h1	{margin: 0;
		font-size: 30px;}
		
.site img	{padding-top: 10px;
		padding-bottom: -8px;
		border: none;}


/* BOXAをバーの形にする */
.boxA		{background-color: #f5f5f5;
		color: #ffffff}
		

/* ナビゲーション */
.menu ul	{margin: 0;
		padding: 0;
		padding-top: 15px;
		list-style: none;}
		
.menu li a	{display: block;
		padding: 10px 15px;
		color: #000000;
		font-size: 14px;
		text-decoration: none;}
		
.menu li a:hover	{background-color: #eeeeee;}

.menu ul:after	{content: "";
		display: block;
		clear: both;}
		
.menu li	{float: left;
		width: auto;}


/* ヘッダー画像 */
.topimg		{max-width: 70%;
		display: block;
		height: auto;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 30px;}		

/* メイン記事 */
.article p	{text-align: center;
		font-size:15px;
		color: #191970;}
		
.article strong	{font-size: 18px;
		color: #dc143c;}
		
.sabu		{width: 70px;
		padding-left: 20px;
		border: none;}


/* コピーライト */
.copyright p	{margin: 0;
		margin-right: 20px;
		text-align: right;
		color: #ffffff;
		font-size: 14px;}


/* BOX5 をバーの形にする */
.box5		{padding-top: 5px;
		padding-bottom: 5px;
		background-color: #000000;
		color: #ffffff}


/* ボックスの左右 */
.boxA, .box3, .box5
		{padding-left: 15px;
		padding-right: 15px;}


/* ########## 599px以下 ########## */
@media (max-width: 599px) {

/* ヘッダー画像 */
.topimg		{display: block;
		height: auto;
		margin: 0 auto;
		margin-top: 25px;
		margin-bottom: 25px;}	
		
/* メイン記事 */
.article p	{text-align: center;
		font-size:12px;
		color: #191970;}
		
.article strong	{font-size: 14px;}

/* コピーライト */
.copyright p	{font-size: 10px;}

}


/* ########## 768px以上 ########## */
@media (min-width: 768px) {

/* BOX1 と BOX2 を横に並べる設定 */
.boxA:after	{content: "";
		display: block;
		clear: both;}
		
.box1		{float: left;
		width: auto;}
		
.box2		{float: right;
		width: auto;}
		
/* BOXAの下に罫線を入れる */
.boxA		{margin-bottom: 20px;
		border-bottom: solid 1px #dddddd;}
		
}


/* ########## 1000px以上 ########## */
@media (min-width: 1000px) {

/* 全体の横幅を固定 */
.box4, .box6, .boxA-inner, .box5-inner
		{width: 1000px;
		margin-left: auto;
		margin-right: auto;}

}