@charset "UTF-8";

/* !Clearfix
---------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */
.clearboth { clear: both;}

/* !aタグ
---------------------------------------------------------- */
a {
	/* \*/
	overflow:hidden;
	/* */
	text-decoration:underline;
	color:#0066ff;
}
a:hover{
	color:#ed0000;
	text-decoration:underline;
}
a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-mob-opacity: 0.8;
	-khtml-opacity: 0.8;
	zoom:1;
}

/* !コンンテンツ共有
---------------------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.8;
	color: #333;
	overflow-y: scroll;
}
header {
	width: 100%;
	padding: 20px 0 15px 0;
	text-align: center;
	border-top: 5px solid #000;
	box-sizing: border-box;
}
header img {
	width: 250px;
}
.content {
	width: 800px;
	margin: 0 auto;
}
.txtBox {
	border: 5px solid #000;
	padding: 2em;
	background: #f7f7f7;
}
.ttl {
	font-size: 1.8em;
	border-bottom: 1px solid #aaa;
	margin-bottom: 1em;
}
footer {
	width: 100%;
	text-align: center;
	padding: 2em;
	box-sizing: border-box;
}

@media only screen and (max-width: 800px) {
body {
	font-size: 0.8em;
}
header img {
	width: 170px;
}
.content {
	width: 100%;
}
.txtBox {
	border-right: none;
	border-left: none;
	padding: 2em;
}
.ttl {
	font-size: 1.5em;
}
footer {
	font-size: 0.9em;
}
}