@charset "UTF-8";

/**
 * #mv
 */
#mv {
	background:url(../img/mv.jpg) no-repeat center center;
	background-size:cover;
}
.col3 li{
	margin-left: 20px;
}
.case li .img {
	width: 447px;
}

.sub_ttl {
	font-size: 20px;
	margin: 0 0 15px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #333;
	text-align: left;
}
#novelty ul {
	margin-bottom: 30px;
}
@media only screen and (max-width:767px) {
	.case li .img {
		width:100%;
	}
	.sub_ttl {
		margin-bottom:5px;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight:bold;
		color:#333;
		text-align:left;
	}
}