@charset "UTF-8";

body{
	background:#EEEDDC url(../common_new/img/bg-body.jpg) center top repeat;
}

.spot{
	margin:0 auto;
	max-width:450px;
	padding:15px;
}

.spot_title{
	line-height:78px;
	font-size:24px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:normal;
	text-shadow:2px 2px 3px rgba(0,0,0,0.15);
	background:url(../common_new/img/bg-title-mark_x2.png) 0 center no-repeat;
	background-size:78px 78px;
	padding-left:30px;
	margin-bottom:1em;
}

.is-ltIE8 .spot_title{
	background-image:url(../common_new/img/bg-title-mark.png);	
}

.spot_image{
	margin:1em 0;
	text-align:center;
}

.spot_text{
	margin:1em 0 0;	
}

.spot_movie{
	border-top:1px solid #ccc;
	margin-top:20px;
	padding-top:20px;
	text-align:center;
}

.spot_movie > iframe{
	width:100%;
	max-width:320px;
	height:180px;
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {
}

/* All SP */
@media screen and (max-width:639px) {
	.spot_title{
		line-height: 1.2;
		font-size: 16px;
		background-size: 45px 45px;
		padding-left: 14px;
		padding-top:13px;
		padding-bottom:13px;
	}
}
