@charset "UTF-8";

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


/* サイト名 */
.site h1 a	{color: #000000;
	text-decoration: none}

.site h1	{margin: 0;
	font-size: 30px}


/* ナビゲーション */
.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 15px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #eee8aa}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	width: auto}


/* タイトル */
.mv h1	{margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
	color: #777e41;
	font-size: 16px}

.mv p	{margin-top: 0;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	margin-bottom: 50px;
	font-size: 14px;
	font-weight: normal;
	line-height : 200%}


/* メッセージ */
.message1 img	{margin-left: 20px}

.message2 h1	{margin-top: 0;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height : 170%;
	color: #777e41;
	font-size: 14px}

.message2 h2	{margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height : 170%;
	color: #777e41;
	font-size: 14px;
	font-weight: normal}

.message2 p	{margin-top: 0;
	margin-left: 20px;
	line-height : 170%;
	color: #000000;
	font-size: 14px}


/* コピーライト */
.copyright p	{margin: 0;
	color: #777e41;
	font-size: 14px}


/* サイドメニュー */
.sidemenu	{margin-bottom: 20px}

.sidemenu ul	{margin: 0;
	padding: 0;
	list-style: none}

.sidemenu li a	{display: block;
	padding: 5px;
	border-bottom: dotted 1px #dddddd;
	color: #000000;
	font-size: 13px;
	text-decoration: none}

.sidemenu li a:hover	{background-color: #eeeeee}

.sidemenu li a img	{border: none}

.sidemenu h1		{margin-top: 0;
	margin-bottom: 10px;
	border-bottom: dotted 2px #dddddd;
	color: #777e41;
	font-size: 16px}

.sidemenu a:after	{content: "";
	display: block;
	clear: both}

.sidemenu .text	{float: none;
	width: auto}

.sidemenu li a:hover	{background-color: #eeeeee}


/* BOX2をバーの形にする */
.box2	{background-color: #ffffff}


/* footerの上に区切り線を入れる */
.footer	{margin-top: 30px;
		border-top: solid 1px #dddddd}


/* ボックスの上下の間隔 */
.box1	{padding-top: 8px;
	padding-bottom: 8px}

.footer	{padding-top: 15px;
	padding-bottom: 15px}



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

/* タイトル */
.mv h1	{margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #777e41;
	font-size: 16px}

.mv p	{margin-top: 0;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 50px;
	font-size: 14px;
	font-weight: normal;
	line-height : 170%}


/* 改行を解除 */
.mv br { display:none; }

/* メッセージ */
.message1 img	{align: center}

.message2 h1	{margin-top: 0;
	margin-bottom: 10px;
	line-height : 170%;
	color: #777e41;
	font-size: 14px}

.message2 h2	{margin-top: 0;
	margin-bottom: 20px;
	line-height : 170%;
	color: #777e41;
	font-size: 14px;
	font-weight: normal}

.message2 p	{margin-top: 0;
	line-height : 170%;
	margin-right: 20px;
	color: #000000;
	font-size: 14px}


.message1 {align: center}


/* ナビゲーション */
.menu li a	{padding: 10px 3px;
	font-size: 11px}


/* サイト名と記事のタイトル */
.site h1	{font-size: 20px}

.kiji h1	{font-size: 26px}


/* ボックスの上下の間隔 */
.box1	{padding-top: 4px;
	padding-bottom: 4px}

.box3	{padding-top: 25px}


/* BOX3とBOX4の上下の間隔 */
.box3	{padding-bottom: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

}



/* ########### 600px 以上～ 767px 以下 ########### */
@media (min-width: 600px) and (max-width: 767px) {

/* 改行を解除 */
.mv br { display:none; }


/* BOX3とBOX4の上下の間隔 */
.box3	{padding-bottom: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

}


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

/* BOX3とBOX4を横に並べる設定 */
.boxA:after	{content: "";
	display: block;
	clear: both}

.box3	{float: left;
	width: 75%}

.box4	{float: left;
	width: 25%}


/* BOX3とBOX4の左右の間隔 */
.box3	{padding-right: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}


/*message1とmessage2を横に並べる設定 */
.message:after	{content: "";
	display: block;
	clear: both}

.message1	{float: left;
	width: 30%}

.message2	{float: left;
	width: 70%}


/* message1とmessage2の左右の間隔 */
.message1	{padding-right: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}


}


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

/* 全体の横幅を固定 */
.box1, .box2, .boxA, .footer
	{width: 1000px;
	margin-left: auto;
	margin-right: auto}

}
