@charset "UTF-8";

/* ---------- article -------------------- */
/* section.main_image */
.main_image {
	display:block;
	width:80%;
	min-width:970px;
	height:400px;
	margin:0 auto 20px auto;
}
.main_image div {
	display:block;
	background-color:#eee;
	width:100%;
	height:400px;
	overflow:hidden;
}
.main_image div img {
	width:100%;
	height:auto;
	margin-top:-200px;
}
.fa_title {
	display:block;
	width:auto;
	max-width:500px;
	height:100px;
	margin:-120px 0 0 50px;
	padding:10px;
	position:relative;
	z-index:1;
}
/* section */
section {
	display:block;
	width:970px;
	margin:0 auto 50px auto;
}
section h2 {
	font-size:2.0em;
	padding:5px 0;
}
section dl { margin:10px auto; }
section dl dt {
	font-size:1.6em;
	font-family:'Bookman Old Style', serif;
	letter-spacing:2px;
	line-height:1.5;
	padding:0 20px;
}
section dl dt span {
	display:block;
	background-color:#6cf;
	border-radius:5px;
	width:180px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin:0 0 10px -20px;
}
section dl dt strong {
	font-weight:bold;
	padding:10px 0;
}
section dl dd {
	font-size:1.3em;
	color:#666;
	line-height:1.5;
	padding:10px 20px;
}
section dl dd span {
	display:block;
	font-size:1.4em;
	font-family:'Bookman Old Style', serif;
	font-weight:bold;
	color:#fc0;
	letter-spacing:2px;
	margin-bottom:10px;
}

@media only screen and (max-width: 768px) {
/* ---------- article -------------------- */
/* section.main_image */
.main_image {
	width:100%;
	min-width:auto;
	height:150px;
	margin:36px auto 20px auto;
}
.main_image div {
	background-color:#eee;
	width:100%;
	height:150px;
}
.main_image div img { margin-top:-90px; }
.fa_title {
	width:auto;
	max-height:80px;
	margin:-105px auto 0 auto;
	padding:0;
}
/* section */
section { width:96%; }
section dl { margin:10px auto; }
section dl dt{ padding:0 2%; }
section dl dt span {
	width:auto;
	margin:0 0 10px 0;
}
section dl dd span { text-align:center; }
}