@charset "UTF-8";

div#title_160305{
	height: 320px;
	background-image: url(./img/title.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 0;
	line-height: 0;
}

/*スライドPhoto*/
div#silde_photo_area{
	position: relative;
	width: 639px;
	height: 120px;
	overflow: hidden;
	border-top: solid 1px #ffffff;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}
div#slide_photo{
	position: absolute;
	left: 0;
	top: 0;
	width: 860px;
	height: 120px;
}
div#slide_photo img{
	margin: 0 1px 0 0;
}


/*動画ボタン*/
ul.movie_sp{
}
ul.movie_sp li{
	float: left;
	margin: 10px;
	width: 288px;
	height: 162px;
	background-color: #e6e6e6;
	position: relative;
}
div.movie_sp_title{
	position: absolute;
	padding: 2px 5px;
	left: 0;
	top: 0;
	width: 278px;
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #ffffff;
	background-image: url(/movie/common/img/black50.png);
}
div.movie_sp_btn{
	position: absolute;
	left: 0;
	top: 0;
	width: 288px;
	height: 162px;
	cursor: pointer;
	background-image: url(./img/youtube_play.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	background-color: rgba(255,255,255,0);
}
div.movie_sp_btn:hover{
	background-color: rgba(255,255,255,.2);
}

/*汎用*/
strong{
	font-weight: bold;
	color: #dd0000;
}

.size0{
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}

.ib{
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	text-align: center;
}
.cx_smartphoneview .ib{
	margin: 10px;
}

p.cpy_sp{
	margin-top: 3px;
	text-align: right;
	font-size: 9px;
	line-height: 11px;
	color: #bbbbbb;
}


a.btn_sp{
	display: inline-block;
	padding: 5px 15px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: #dd0000;
	cursor: pointer;
	border-radius:			20px;
	-moz-border-radius:		20px;
	-webkit-border-radius:	20px;
}
.cx_smartphoneview a.btn_sp{
	font-size: 24px;
	line-height: 32px;
	padding: 10px 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-radius:			28px;
	-moz-border-radius:		28px;
	-webkit-border-radius:	28px;
}
a.btn_sp:hover{
	background-color: #ff3333;
}
.cx_smartphoneview a.btn_sp:hover{
	background-color: #dd0000;
}

div.btn_sp_off{
	display: inline-block;
	padding: 5px 15px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: #cccccc;
	border-radius:			20px;
	-moz-border-radius:		20px;
	-webkit-border-radius:	20px;
}

