@charset "utf-8";

#wrapper #content #mainArea .section h3 {
	background:#fed9da;
	color:#f64e64;
	font-size:120%;
	font-weight:bold;
	padding:8px;
	margin:0px 0 15px 0;
}

#wrapper #content #mainArea .section p{
	margin:0;
	padding:0 0 10px 0;
}

#wrapper #content #mainArea .section h3 span {
	color:#666666;
	padding:0 10px 0 0;
}

#wrapper #content #mainArea .section p.back-top {
	font-size: 1.2em;
}

@media all and (min-width: 0) and (max-width: 640px)  {
	#wrapper .mainVisual {
		min-height: 78px;
	}
	
	#wrapper #content #mainArea .section {
		margin: 0 10px;
	}

	#wrapper #content #mainArea .section .headLine01 {
		margin: 0 -10px;
	}
	
	#wrapper #content #mainArea .section h3 {
		margin: 0 -10px 10px;
	}
	
	#wrapper #content #mainArea .section p {
		font-size: 16px;
	}

}
