/*-------------------------------------
   common.css　
-------------------------------------*/

a {
	color:#e73090;
}
a:hover {
	color:#00A0E9;
}
#wrapper {
	z-index:1;
	width:100%;
	position:relative;
}

/*Header
-------------------------------------*/
header {
	width:100%;
}
header img {
	width:100%;
}
header h1 {
	width:102px;
	float:left;
}

/* 開閉メニュー*/
.menuBtn {
	width:47px;
	float:right;
}
#siteMenuList {
	display:none;
	position:absolute;
	top:47px;
	right:0;
	width:100%;
	z-index:1500;
	background:none !important;
}
#siteMenuList li {
	width:100%;
}
#siteMenuList img {
	width:100%;
}

#footMenu {
	margin:12px 0;
	padding:12px 12px 6px;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
}
.menu_overlay {
	position: fixed;
	z-index:110;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	display: none;
	background:none;
}

/* Footer
-------------------------------------*/
footer {
}
#footNav {
	text-align:center;
	padding:14px 0;
}
#footNav a {
	color:#00A0E9;
}
#footNav a:hover {
	color:#333;
}
footer .copyright {
	background-color:#409BD4;
	padding:10px 0;
	text-align:center;
	line-height:1;
	font-size:10px;
	color:#FFF;
}

/* 予約ボタン
-------------------------------------*/
#entry,
.entry,
.entryBottom {
	position:relative;
	height:84px;
	width:100%;
	background:url(../img/entry_03.gif) 0 0 repeat;
	z-index:80;
}
.entryBottom {
	display:none;
	position: fixed !important;
	left:0;
	bottom:0;
}
#entry p,
.entry p,
.entryBottom p {
	padding-top:14px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width:50%;
	float:left;
	text-align:center;
}
#entry img ,
.entry img,
.entryBottom img {
	width:146px;
}
/* アコーディオン
-------------------------------------*/
.accordion .trigger {
	width:100%;
	background:url(../img/title_bg.gif) 0 0 repeat;
	background-size:auto 51px;
	-webkit-background-size:auto 51px;
}
.accordion .acdBox{
	width:300px;
	margin:15px auto 38px;
}
.android .accordion .acdBox {
	width:340px !important;
}
.accordion .acdBox img {
	width:100%;
}
.accordion .open-close {
	float:right;
	display:block;
	height:22px;
	width:36px;
	margin-top:15px;
	background:url(../img/accordion_open.gif) left center no-repeat;
	background-size:auto 22px;
	-webkit-background-size:auto 22px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.accordion .trigger.active .open-close{
	background:url(../img/accordion_close.gif) left center no-repeat;
	background-size:auto 22px;
	-webkit-background-size:auto 22px;
}


.gotoVideoList,
.gotoResult {
	background:#E4007F url(../img/title_04_arrow.gif) right center no-repeat;
	background-size:auto 22px;
	-webkit-background-size:auto 22px;
}
.gotoResult {
	margin-top:1px;
}
.gotoVideoList img,
.gotoResult img {
	width:220px;
}
#article .information {
	margin-top:1px;
	background:#E4007F url(../img/title_04_arrow.gif) right center no-repeat;
		background-size:auto 22px;
	-webkit-background-size:auto 22px;
	padding:5px 15px 10px 15px;
}
#article .information .i_text {
	line-height:1.3;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}