@charset "UTF-8";

/**
 * 
 */
body {
}


/**
 * #mv
 */
#mv {
	background:url(../img/mv.jpg) no-repeat center center;
	background-size:cover;
}
#mv h1 {
	padding-top:40px;
	text-align:center;
	font-family:"CenturySchoolbookW01-Bd", "Century", Georgia, "Times New Roman", Times, "A-OTF Ryumin Pro M-KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:48px;
	font-weight:bold;
	line-height:1.2;
}
#mv h2 {
	padding-top:20px;
	text-align:center;
	font-size:20px;
	font-weight:normal;
	line-height:1.8;
}
@media only screen and (max-width:767px) {
	#mv {
		height:280px;
	}
	#mv h1 {
		padding-top:50px;
		text-align:center;
		font-size:30px;
	}
	#mv h2 {
		padding-top:5px;
		text-align:left;
		font-size:12px;
		font-weight:normal;
		line-height:1.8;
	}
}

/**
 * 
 */
#content {
	float:none;
	margin:auto;
}
#content .posts li p {
	width:400px;
	padding-right:60px;
}
@media only screen and (max-width:767px) {
	#content .posts li p {
		width:100%;
		padding-right:0;
	}
}