@charset "UTF-8";


#mv h1 {
	font-size:60px;
	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-weight:bold;
}
#mv h1.jp {
	font-family:"A-OTF Ryumin Pro M-KL", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#mv h1 span {
	font-size:24px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width:767px) {
	#mv h1 {
		font-size:30px;
	}
	#mv h1 span {
		font-size:14px;
	}
}

@media only screen and (max-width:767px) {
	.breadcrumb {
		display:none;
	}
}


#lnav li:nth-child(1) a {
	/*letter-spacing:-0.07em;
	font-size:95%;*/
}


/* #news */
@media only screen and (min-width:768px) {
	#news .posts {
		padding-top:0;
	}
}

/* #head */
#head {
	margin-top:15px !important;
}


#content .posts ul p {
	box-sizing:border-box;
	width:460px;
	padding-right:40px;
}
.btns .btn_arrow {
	width:auto;
}
.btns .btn_arrow span {
	padding:0 30px;
}

@media only screen and (max-width:767px) {
	#content .posts ul p {
		box-sizing:border-box;
		width:100%;
		padding-right:0;
	}
}