/* -----↓初期化----- */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
strong,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
form,
fieldset,
legend,
input,
textarea,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td{
	margin:0;
	padding:0;
	font-weight:inherit;
	font-size:inherit;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	word-break:break-all;
	line-height:1.4;
	color:#333;
	font-weight:normal;
	position:relative;
}
table{
	border-collapse:collapse;
}
th,
td{
	border-spacing:0;
}
ul,
ol,
li{
	list-style-type:none;
}
fieldset{
	border:none;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
/*
	text-decoration:underline;
*/
}
img{
	max-width:100%;
	height:auto;
	vertical-align:top;
	border:none;
}
input{
	vertical-align:middle;
}
input,
textarea{
	font-size:inherit;
}
/* -----↑初期化----- */


/* -----↓共通化----- */
h2{
/*
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, 0.9)), color-stop(0.00, rgba(255, 255, 255, 0.9), rgba(235, 235, 235));
	background:-webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(235, 235, 235, 0.9));
	background:-moz-linear-gradient(rgba(255, 255, 255, 0.9), rgba(235, 235, 235, 0.9));
	background:-o-linear-gradient(rgba(255, 255, 255, 0.9), rgba(235, 235, 235, 0.9));
	background:-ms-linear-gradient(rgba(255, 255, 255, 0.9), rgba(235, 235, 235, 0.9));
	background:linear-gradient(rgba(255, 255, 255, 0.9), rgba(235, 235, 235, 0.9));
*/
	margin:0 auto;
}
h2 a{
	display:block;
	color:inherit;
	text-align:right;
	font-size:11px;
	height:25px;
	line-height:30px;
	overflow:hidden;
	padding:5px;
}
h2 a img{
	height:25px;
}
/*clearfix*/
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.contentsLink{
	font-size:11px;
}
.contentsLink a{
	color:#999;
}
/*pager*/
.pager{
	text-align:center;
	margin:10px 0;
}
.pager a{
	color:#0847ae;
}
/*mkThumb*/
.mkThumb{
	position:relative;
	display:block;
	overflow:hidden;
}
.mkThumb:after{
	content:"";
	display:block;
	padding-top:100%;
}
.mkThumb img{
	position:absolute;
	left:0;
	top:0;
}
.mkThumbL img{
	max-width:none;
	max-height:100%;
}
.mkThumb2 img{
	max-width:none;
	max-height:100%;
}
.mkThumb2.mkThumbL img{
	max-width:100%;
	max-height:none;
}
.more_link{
	text-align:right;
}
/* -----↑共通化----- */


/* -----↓blog_list type11----- */
#blog_list.type11{
	border-style:solid;
	border-width:0 1px 1px 1px;
	border-radius:5px;
	margin:0 auto;
	box-sizing:border-box;
	background-color:#fff;
}
#blog_list.type11 h1{
	display:block;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	padding:0 10px;
	text-align:center;
	border-radius:5px 5px 0 0;
	border-style:solid;
	border-width:1px 0;
}
#blog_list.type11 .box_list{
}
#blog_list.type11 .box_list .box{
	float:left;
	position:relative;
	width:100%;
}
#blog_list.type11 .box_list.col2 .box{
	width:50%;
}
#blog_list.type11 .box_list.col3 .box{
	width:33.3%;
}
#blog_list.type11 .box_list.col4 .box{
	width:25%;
}
#blog_list.type11 .box_list.col5 .box{
	width:20%;
}
#blog_list.type11 .box_list .box.none{
	width:auto;
	float:none;
	line-height:1;
	text-align:center;
	font-weight:bold;
	color:#f00;
}
#blog_list.type11 .box_list .box:last-child{
}
#blog_list.type11 .box_list .box .img{
}
#blog_list.type11 .more_link{
	border-style:solid;
	border-width:1px 0 0;
	position:relative;
	border-radius:0 0 5px 5px;
}
#blog_list.type11 .more_link a{
	display:block;
	font-size:12px;
	color:inherit;
	font-weight:bold;
	line-height:30px;
	padding:0 10px;
}
/* -----↑blog_list type11----- */


/* -----↓blog_list type13----- */
#blog_list.type12,
#blog_list.type13{
	margin:0 auto;
	box-sizing:border-box;
	overflow:hidden;
}
#blog_list.type14{
	margin:0 auto;
	overflow:hidden;
}
#blog_list.type12 h1,
#blog_list.type13 h1,
#blog_list.type14 h1{
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	padding:0 10px;
	position:relative;
	border-style:solid;
	border-width:0 0 1px;
}
#blog_list.type12 h1 a,
#blog_list.type13 h1 a,
#blog_list.type14 h1 a{
	position:absolute;
	top:5px;
	right:2px;
	display:block;
	color:inherit;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	padding:0 15px 0 5px;
	background:url("//img.cityheaven.net/img/icon/arrow.png") no-repeat right center / 13px 13px;
	border-left:1px dotted #fff;
}
#blog_list.type12 .box_list_outer,
#blog_list.type13 .box_list_outer,
#blog_list.type14 .box_list_outer{
	overflow:hidden;
}
#blog_list.type12 .box_list,
#blog_list.type13 .box_list{
	width:10000%;
}
#blog_list.type12 .box_list .box,
#blog_list.type13 .box_list .box,
#blog_list.type14 .box_list .box{
	float:left;
	position:relative;
	width:100%;
}
#blog_list.type12 .box_list.col2 .box,
#blog_list.type13 .box_list.col2 .box,
#blog_list.type14 .box_list.col2 .box{
	width:50%;
}
#blog_list.type12 .box_list.col3 .box,
#blog_list.type13 .box_list.col3 .box,
#blog_list.type14 .box_list.col3 .box{
	width:33.3%;
}
#blog_list.type12 .box_list.col4 .box,
#blog_list.type13 .box_list.col4 .box,
#blog_list.type14 .box_list.col4 .box{
	width:25%;
}
#blog_list.type12 .box_list.col5 .box,
#blog_list.type13 .box_list.col5 .box,
#blog_list.type14 .box_list.col5 .box{
	width:20%;
}
#blog_list.type12 .box_list .box.none,
#blog_list.type13 .box_list .box.none,
#blog_list.type14 .box_list .box.none{
	width:auto;
	float:none;
	line-height:1;
	text-align:center;
	font-weight:bold;
	color:#f00;
}
#blog_list.type12 .box_list .box:last-child,
#blog_list.type13 .box_list .box:last-child,
#blog_list.type14 .box_list .box:last-child{
}
#blog_list.type12 .box_list .box .img,
#blog_list.type13 .box_list .box .img,
#blog_list.type14 .box_list .box .img{
}
#blog_list.type12 .box_list .box .text,
#blog_list.type13 .box_list .box .text,
#blog_list.type14 .box_list .box .text{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:2px 3px;
	background-color:rgba(0, 0, 0, 0.7);
}
#blog_list.type12 .box_list .box .text p,
#blog_list.type13 .box_list .box .text p,
#blog_list.type14 .box_list .box .text p{
	line-height:1;
	color:#fff;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#blog_list.type12 .box_list .box .text .thumb,
#blog_list.type13 .box_list .box .text .thumb,
#blog_list.type14 .box_list .box .text .thumb{
	float:left;
	margin:1px 3px 1px 0;
}
#blog_list.type12 .box_list .box .text .date,
#blog_list.type13 .box_list .box .text .date,
#blog_list.type14 .box_list .box .text .date{
	font-size:11px;
	line-height:13px;
	margin-bottom:2px;
}
#blog_list.type12 .box_list .box .text .subject,
#blog_list.type13 .box_list .box .text .subject,
#blog_list.type14 .box_list .box .text .subject{
}

#blog_list.type12{
	position:relative;
}
#blog_list.type12 .bx-controls{
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;
}
#blog_list.type12 .bx-controls a{
	position:absolute;
	top:50%;
	margin-top:-12px;
	width:24px;
	height:24px;
	overflow:hidden;
	text-indent:-9999px;
}
#blog_list.type12 .bx-controls .bx-prev{
	left:10px;
	background:url(../../img/manager/bx-prev.png) no-repeat 0 0 / 24px 24px;
}
#blog_list.type12 .bx-controls .bx-next{
	right:10px;
	background:url(../../img/manager/bx-next.png) no-repeat 0 0 / 24px 24px;
}
#blog_list.type12 .bx-controls .bx-start,
#blog_list.type12 .bx-controls .bx-stop{
	left:50%;
	margin-left:-12px;
}
#blog_list.type12 .bx-controls .bx-start{
	background:url(../../img/manager/bx-start.png) no-repeat 0 0 / 24px 24px;
}
#blog_list.type12 .bx-controls .bx-stop{
	background:url(../../img/manager/bx-stop.png) no-repeat 0 0 / 24px 24px;
}
#blog_list.type12 .bx-controls .bx-start.active,
#blog_list.type12 .bx-controls .bx-stop.active{
	display:none;
}
#blog_list.type12 #bx-pager{
	margin:2px 0;
}
#blog_list.type12 #bx-pager li{
	float:left;
}
#blog_list.type12 #bx-pager li a{
	display:block;
	border:2px solid #fff;
}
#blog_list.type12 #bx-pager li a:before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10;
	border:2px solid #fff;
}
#blog_list.type12 #bx-pager li a.active{
	border-color:inherit;
}


/* -----↑blog_list type13----- */


/* -----↓blog_list type15----- */
#blog_list.type15,
#blog_list.type16,
#blog_list.type18{
	border-style:solid;
	border-width:0 1px 1px 1px;
	margin:0 auto;
	box-sizing:border-box;
	background-color:#fff;
}
#blog_list.type15,
#blog_list.type16{
	border-radius:5px;
}
#blog_list.type15 h1,
#blog_list.type16 h1,
#blog_list.type18 h1{
	display:block;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	padding:0 10px;
	text-align:center;
	border-style:solid;
	border-width:1px 0;
}
#blog_list.type15 h1,
#blog_list.type16 h1{
	border-radius:5px 5px 0 0;
}
#blog_list.type15 .box_list,
#blog_list.type16 .box_list,
#blog_list.type18 .box_list{
	margin-bottom:-1px;
}
#blog_list.type15 .box_list,
#blog_list.type16 .box_list{
	height:243px;
	overflow-y:scroll;
}
#blog_list.type15.num3 .box_list,
#blog_list.type16.num3 .box_list{
	overflow-y:auto;
}
#blog_list.type15 .box_list .box,
#blog_list.type16 .box_list .box,
#blog_list.type18 .box_list .box{
	height:70px;
	padding:5px;
	border-style:solid;
	border-width:0 0 1px;
}
#blog_list.type15 .box_list .box.none,
#blog_list.type16 .box_list .box.none,
#blog_list.type18 .box_list .box.none{
	line-height:70px;
	text-align:center;
	font-weight:bold;
	color:#f00;
}
#blog_list.type15 .box_list .box:last-child,
#blog_list.type16 .box_list .box:last-child,
#blog_list.type18 .box_list .box:last-child{
}
#blog_list.type15 .box_list .box .img,
#blog_list.type16 .box_list .box .img,
#blog_list.type18 .box_list .box .img{
	float:left;
	width:25%;
	min-width:50px;
	height:100%;
	text-align:center;
}
#blog_list.type15 .box_list .box .img.movieThumb,
#blog_list.type16 .box_list .box .img.movieThumb,
#blog_list.type18 .box_list .box .img.movieThumb{
	width:40%;
}
#blog_list.type15 .box_list .box .img a,
#blog_list.type16 .box_list .box .img a,
#blog_list.type18 .box_list .box .img a{
	height:100%;
}
/*
#blog_list.type15 .box_list .box .img a img,
#blog_list.type16 .box_list .box .img a img,
#blog_list.type18 .box_list .box .img a img{
	max-width:100%;
	max-height:100%;
}
*/
#blog_list.type15 .box_list .box .text,
#blog_list.type16 .box_list .box .text,
#blog_list.type18 .box_list .box .text{
	padding-left:5px;
	overflow:hidden;
}
#blog_list.type15 .box_list .box .text .date,
#blog_list.type16 .box_list .box .text .date,
#blog_list.type18 .box_list .box .text .date{
	line-height:20px;
}
#blog_list.type15 .box_list .box .text .date .category,
#blog_list.type15 .box_list .box .text .date .category_no,
#blog_list.type16 .box_list .box .text .date .category,
#blog_list.type16 .box_list .box .text .date .category_no,
#blog_list.type18 .box_list .box .text .date .category,
#blog_list.type18 .box_list .box .text .date .category_no{
	display:inline-block;
	width:8em;
	text-align:center;
	margin-right:5px;
	margin-bottom:2px;
}
#blog_list.type15 .box_list .box .text .date .category,
#blog_list.type16 .box_list .box .text .date .category,
#blog_list.type18 .box_list .box .text .date .category{
	border-radius:3px;
	border-style:solid;
	border-width:1px;
}
#blog_list.type15 .box_list .box .text .date .contribute_date,
#blog_list.type16 .box_list .box .text .date .contribute_date,
#blog_list.type18 .box_list .box .text .date .contribute_date{
	display:inline-block;
	white-space:nowrap;
}
#blog_list.type15 .box_list .box .text .subject,
#blog_list.type16 .box_list .box .text .subject,
#blog_list.type18 .box_list .box .text .subject{
	line-height:20px;
}
#blog_list.type15 .box_list .box .text .subject a,
#blog_list.type16 .box_list .box .text .subject a,
#blog_list.type18 .box_list .box .text .subject a{
	display:block;
	color:#2b4c97;
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#blog_list.type15 .box_list .box .text .size,
#blog_list.type16 .box_list .box .text .size,
#blog_list.type18 .box_list .box .text .size{
	line-height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#blog_list.type15 .box_list .box .text .title,
#blog_list.type16 .box_list .box .text .title,
#blog_list.type18 .box_list .box .text .title{
	line-height:20px;
}
#blog_list.type15 .box_list .box .text .title a,
#blog_list.type16 .box_list .box .text .title a,
#blog_list.type18 .box_list .box .text .title a{
	display:block;
	color:#2b4c97;
	font-weight:bold;
	max-height:40px;
	overflow:hidden;
}
#blog_list.type15 .box_list .box .text .name,
#blog_list.type16 .box_list .box .text .name,
#blog_list.type18 .box_list .box .text .name{
	line-height:20px;
}
#blog_list.type15 .box_list .box .text .name a,
#blog_list.type16 .box_list .box .text .name a,
#blog_list.type18 .box_list .box .text .name a{
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#blog_list.type15 .box_list .box .text .name a span,
#blog_list.type16 .box_list .box .text .name a span,
#blog_list.type18 .box_list .box .text .name a span{
	display:inline-block;
	width:30px;
	height:30px;
	overflow:hidden;
	vertical-align:middle;
	margin-right:5px;
}
#blog_list.type15 .box_list .box .text .name a span img,
#blog_list.type16 .box_list .box .text .name a span img,
#blog_list.type18 .box_list .box .text .name a span img{
}
/*
#mode6.type15 .box_list .box .text .name a,
#mode6.type16 .box_list .box .text .name a,
#mode6.type18 .box_list .box .text .name a{
	box-sizing:border-box;
	display:inline-block;
	float:left;
	max-width:100%;
	padding-right:4em;
}
*/
#blog_list.type15 .box_list .box .text .name .age,
#blog_list.type16 .box_list .box .text .name .age,
#blog_list.type18 .box_list .box .text .name .age{
	display:inline-block;
	margin-left:-3.5em;
	text-align:center;
	width:3.5em;
	pointer-events:none;
}
#blog_list.type15 .more_link,
#blog_list.type16 .more_link,
#blog_list.type18 .more_link{
	border-style:solid;
	border-width:1px 0 0;
	position:relative;
}
#blog_list.type15 .more_link,
#blog_list.type16 .more_link{
	border-radius:0 0 5px 5px;
}

#blog_list.type15 .more_link a,
#blog_list.type16 .more_link a,
#blog_list.type18 .more_link a{
	display:block;
	font-size:12px;
	color:inherit;
	font-weight:bold;
	line-height:30px;
	padding:0 10px;
}
/* -----↑blog_list type15----- */


/* -----↓blog_list type17----- */
#blog_list.type17{
	margin:0 auto;
	box-sizing:border-box;
}
#blog_list.type17 h1{
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	padding:0 10px;
	position:relative;
	border-style:solid;
	border-width:0 0 1px;
}
#blog_list.type17 h1 a{
	position:absolute;
	top:5px;
	right:2px;
	display:block;
	color:inherit;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	padding:0 15px 0 5px;
	background:url("//img.cityheaven.net/img/icon/arrow.png") no-repeat right center / 13px 13px;
	border-left:1px dotted #fff;
}
#blog_list.type17 #carousel1{
	position:relative;
}
#blog_list.type17 #carousel1 p img{
	opacity:0;
	cursor:pointer;
}
#blog_list.type17 #carousel1 div p img{
	opacity:1;
}
#blog_list.type17 #carousel1 #left-but,
#blog_list.type17 #carousel1 #right-but{
	position:absolute;
	bottom:5px;
	font-size:20px;
	width:20%;
	line-height:1.5;
	text-align:center;
	border:1px solid #ccc;
	border-radius:5px;
	cursor:pointer;
}
@media screen and (max-width:280px){
#blog_list.type17 #carousel1 #left-but,
#blog_list.type17 #carousel1 #right-but{
	font-size:16px;
}
}
#blog_list.type17 #carousel1 #left-but:hover,
#blog_list.type17 #carousel1 #right-but:hover{
	opacity:0.9;
}
#blog_list.type17 #carousel1 #left-but{
	left:5px;
}
#blog_list.type17 #carousel1 #right-but{
	right:5px;
}
#blog_list.type17 .box_list .box.none{
	line-height:70px;
	text-align:center;
	font-weight:bold;
	color:#f00;
}
/* -----↑blog_list type17----- */


/* -----↓blog_list type18----- */
/*
#blog_list.type18{
	border-style:solid;
	border-width:0 1px 1px 1px;
	margin:0 auto;
	box-sizing:border-box;
	background-color:#fff;
}
#blog_list.type18 h1{
	display:block;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	padding:0 10px;
	text-align:center;
	border-style:solid;
	border-width:1px 0;
}
#blog_list.type18 .box_list{
	margin-bottom:-1px;
}
#blog_list.type18 .box_list .box{
	height:70px;
	padding:5px;
	border-style:solid;
	border-width:0 0 1px;
}
#blog_list.type18 .box_list .box.none{
	line-height:70px;
	text-align:center;
	font-weight:bold;
	color:#f00;
}
#blog_list.type18 .box_list .box:last-child{
}
#blog_list.type18 .box_list .box .img{
	float:left;
	width:25%;
	min-width:50px;
	height:100%;
	text-align:center;
}
#blog_list.type18 .box_list .box .img a{
}
#blog_list.type18 .box_list .box .img a img{
	max-width:100%;
	max-height:100%;
}
#blog_list.type18 .box_list .box .text{
	padding-left:5px;
	overflow:hidden;
}
#blog_list.type18 .box_list .box .text .date{
	line-height:20px;
}
#blog_list.type18 .box_list .box .text .subject{
}
#blog_list.type18 .box_list .box .text .subject a{
	display:block;
	color:#2b4c97;
	font-weight:bold;
	line-height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#blog_list.type18 .box_list .box .text .name{
}
#blog_list.type18 .box_list .box .text .name a{
	display:block;
	line-height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#blog_list.type18 .box_list .box .text .name a span{
	display:inline-block;
	width:30px;
	height:30px;
	overflow:hidden;
	vertical-align:middle;
	margin-right:5px;
}
#blog_list.type18 .box_list .box .text .name a span img{
}
#blog_list.type18 .more_link{
	border-style:solid;
	border-width:1px 0 0;
	position:relative;
}
#blog_list.type18 .more_link a{
	display:block;
	font-size:12px;
	color:inherit;
	font-weight:bold;
	line-height:30px;
	padding:0 10px;
}
*/
/* -----↑blog_list type18----- */








/* -----↓schedule_list----- */
#schedule_list{
	border-style:solid;
	border-width:2px;
	margin:0 auto 23px;
	box-sizing:border-box;
	background-color:#fff;
	padding:13px 10px 28px;
	position:relative;
	text-align:center;
}
#schedule_list h1{
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	color:#333;
	margin:0 auto 5px;
	padding:0 10px;
	border-style:solid;
	border-width:0 0 2px;
	background:transparent;
}
#schedule_list .box_list .box .date_box.blue{
	color:#1f98ff;
}
#schedule_list .box_list .box .date_box.red{
	color:#ff7477;
	font-weight:bold;
}
#schedule_list .ReservationGirlInfoBtn .girl_reservation_info_tel{
	background-color:#ff7477;
}
#schedule_list .ReservationGirlInfoBtn .girl_reservation_info_can{
	background-color:#1f98ff;
}
#schedule_list .more_link{
	position:absolute;
	left:10px;
	right:10px;
	bottom:-25px;
	border-style:solid;
	border-width:2px 4px 4px 2px;
	background:#fff;
	color:inherit;
	font-weight:bold;
}
#schedule_list .more_link:after{
	border-right:2px solid #333;
	border-top:2px solid #333;
	content:"";
	display:block;
	font-weight:bold;
	height:10px;
	margin-top:-6px;
	position:absolute;
	right:10px;
	top:50%;
	transform:rotate(45deg);
	width:10px;
}
#schedule_list .more_link:hover{
	padding-right:2px;
	border-width:2px;
}
#schedule_list .more_link:hover:after{
	right:12px;
}
#schedule_list .more_link a{
	display:block;
	text-align:center;
	color:inherit;
	line-height:40px;
	padding:0 10px;
}
/* -----↑schedule_list----- */


/* -----↓schedule_list type1----- */
#schedule_list.type1 .box_list,
#schedule_list.type2 .box_list{
}
#schedule_list.type1 .box_list .box,
#schedule_list.type2 .box_list .box{
	border-style:solid;
	border-width:0 0 1px;
	display:table;
	width:100%;
}
#schedule_list.type1 .box_list .box:last-child,
#schedule_list.type2 .box_list .box:last-child{
	border-bottom-width:0;
}
#schedule_list.type1 .box_list .box .date_box,
#schedule_list.type2 .box_list .box .date_box{
	display:table-cell;
	line-height:21px;
	padding:12px 0;
	text-align:center;
	vertical-align:middle;
	width:28%;
	min-width:5.3em;
}
#schedule_list.type1 .box_list .box .text_box,
#schedule_list.type2 .box_list .box .text_box{
	color:#333333;
	display:table-cell;
	line-height:21px;
	height:45px;
	padding:0px 0 0px 5px;
	vertical-align:middle;
	text-align:right;
}
#schedule_list.type1 .box_list .box .text_box .text_box_inner,
#schedule_list.type2 .box_list .box .text_box .text_box_inner{
	display:inline-table;
	min-width:7em;
	text-align:center;
	max-height:42px;
	overflow:hidden;
}
#schedule_list.type1 .ReservationGirlInfoBtn,
#schedule_list.type2 .ReservationGirlInfoBtn{
	display:table-cell;
	height:auto;
	padding:5px;
	vertical-align:middle;
	width:35px;
	white-space:nowrap;
}
#schedule_list.type1 .ReservationGirlInfoBtn span,
#schedule_list.type2 .ReservationGirlInfoBtn span{
	display:block;
	font-size:11px;
	font-weight:bold;
	height:15px;
	line-height:15px;
	padding:10px 0;
	text-align:center;
	color:#ffffff;
}
/* -----↑schedule_list type1----- */


/* -----↓schedule_list type3----- */
#schedule_list.type3,
#schedule_list.type4{
	padding-bottom:33px;
}
#schedule_list.type3 .box_list,
#schedule_list.type4 .box_list{
	border-left-width:1px;
	border-left-style:solid;
	margin:5px 0 0px;
}
#schedule_list.type3 .box_list .box,
#schedule_list.type4 .box_list .box{
	float:left;
	box-sizing:border-box;
	border-width:1px 1px 1px 0;
	border-style:solid;
}
#schedule_list.type3 .box_list .box{
	width:14.28%;
}
#schedule_list.type4 .box_list .box{
	width:33.33%;
}
#schedule_list.type3 .box_list .box .date_box,
#schedule_list.type4 .box_list .box .date_box{
	display:table;
	width:100%;
	height:45px;
	line-height:21px;
	text-align:center;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
#schedule_list.type3 .box_list .box .date_box .date_box_inner,
#schedule_list.type4 .box_list .box .date_box .date_box_inner{
	display:table-cell;
	vertical-align:middle;
}
#schedule_list.type3 .box_list .box .date_box .date_box_inner span,
#schedule_list.type4 .box_list .box .date_box .date_box_inner span{
	white-space:nowrap;
}
#schedule_list.type3 .box_list.fixed_fontsize .box .date_box .date_box_inner span{
	display:block;
}
#schedule_list.type3 .box_list .box dl dd,
#schedule_list.type4 .box_list .box dl dd{
	display:table;
	width:100%;
	padding:23px 0 22px;
}
#schedule_list.reservation_girl.type3 .box_list .box dl dd,
#schedule_list.reservation_girl.type4 .box_list .box dl dd{
	padding:0;
}
#schedule_list.type3 .box_list .box .text_box,
#schedule_list.type4 .box_list .box .text_box{
	color:#333333;
	display:table-cell;
	line-height:21px;
	height:63px;
	vertical-align:middle;
	text-align:center;
	padding:5px 5px 0;
}
#schedule_list.type3 .box_list .box .text_box .text_box_inner,
#schedule_list.type4 .box_list .box .text_box .text_box_inner{
	display:block;
	text-align:center;
	max-height:63px;
	overflow:hidden;
}
#schedule_list.type3 .ReservationGirlInfoBtn,
#schedule_list.type4 .ReservationGirlInfoBtn{
	display:none;
	height:auto;
	padding:5px;
	vertical-align:middle;
}
#schedule_list.reservation_girl.type3 .ReservationGirlInfoBtn,
#schedule_list.reservation_girl.type4 .ReservationGirlInfoBtn{
	display:block;
}
#schedule_list.type3 .ReservationGirlInfoBtn span,
#schedule_list.type4 .ReservationGirlInfoBtn span{
	display:block;
	font-size:11px;
	font-weight:bold;
	height:15px;
	line-height:15px;
	padding:10px 0;
	text-align:center;
	color:#ffffff;
}
#schedule_list.type3 .fixed_fontsize .ReservationGirlInfoBtn span{
	font-size:10px;
}
/* -----↑schedule_list type3----- */

























/* -----↓dialog----- */
#dialog_bg{
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#aaa;
	opacity:0.8;
	z-index:101;
}
#dialog{
	display:none;
	position:absolute;
	background-color:#fff;
	border-radius:5px;
	min-width:150px;
	max-width:200px;
	z-index:102;
}
#dialog p{
	text-align:center;
	line-height:45px;
}
#dialog ul{
	padding:0 10px;
}
#dialog.dialog_min ul li{
	float:left;
	width:50%;
	padding-right:5px;
	box-sizing:border-box;
}
#dialog.dialog_min ul li:last-child{
	padding-left:5px;
	padding-right:0px;
}
#dialog ul li span{
	display:block;
	line-height:45px;
	text-align:center;
	border:1px solid #ccc;
	margin:10px 0px 10px;
	border-radius:5px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, 0.9)), color-stop(0.00, rgba(255, 255, 255, 0.9), rgba(235, 235, 235));
	background:-webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(235, 235, 235, 0.9));
	background:-moz-linear-gradient(rgba(255, 255, 255, 0.9), rgba(235, 235, 235, 0.9));
	background:-o-linear-gradient(rgba(255, 255, 255, 0.9), rgba(235, 235, 235, 0.9));
	background:-ms-linear-gradient(rgba(255, 255, 255, 0.9), rgba(235, 235, 235, 0.9));
	background:linear-gradient(rgba(255, 255, 255, 0.9), rgba(235, 235, 235, 0.9));
	cursor:pointer;
}
#dialog.dialog_min ul li span{
	margin-top:0;
}
#caution{
	font-weight:bold;
	color:#f00;
}
/* -----↑dialog----- */



.color1,
.color1 *{
	border-color:rgb(143, 143, 143);
}
.color2,
.color2 *{
	border-color:rgb(204, 204, 204);
}
.color3,
.color3 *{
	border-color:rgb(61, 127, 209);
}
.color4,
.color4 *{
	border-color:rgb(77, 185, 255);
}
.color5,
.color5 *{
	border-color:rgb(148, 189, 74);
}
.color6,
.color6 *{
	border-color:rgb(237, 160, 54);
}
.color7,
.color7 *{
	border-color:rgb(231, 16, 0);
}
.color8,
.color8 *{
	border-color:rgb(247, 148, 198);
}
.color9,
.color9 *{
	border-color:rgb(255, 20, 255);
}
.color10,
.color10 *{
	border-color:rgb(20, 20, 20);
}
.color1 h1,
.color1 .more_link{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, 0.9)), color-stop(0.00, rgba(143, 143, 143, 0.9), rgba(103, 103, 103));
	background:-webkit-linear-gradient(rgba(143, 143, 143, 0.9), rgba(103, 103, 103, 0.9));
	background:-moz-linear-gradient(rgba(143, 143, 143, 0.9), rgba(103, 103, 103, 0.9));
	background:-o-linear-gradient(rgba(143, 143, 143, 0.9), rgba(103, 103, 103, 0.9));
	background:-ms-linear-gradient(rgba(143, 143, 143, 0.9), rgba(103, 103, 103, 0.9));
	background:linear-gradient(rgba(143, 143, 143, 0.9), rgba(103, 103, 103, 0.9));
	color:#fff;
}
.color2 h1,
.color2 .more_link{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, 0.9)), color-stop(0.00, rgba(255, 255, 255, 0.9), rgba(235, 235, 235));
	background:-webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(235, 235, 235, 0.9));
	background:-moz-linear-gradient(rgba(255, 255, 255, 0.9), rgba(235, 235, 235, 0.9));
	background:-o-linear-gradient(rgba(255, 255, 255, 0.9), rgba(235, 235, 235, 0.9));
	background:-ms-linear-gradient(rgba(255, 255, 255, 0.9), rgba(235, 235, 235, 0.9));
	background:linear-gradient(rgba(255, 255, 255, 0.9), rgba(235, 235, 235, 0.9));
}
.color3 h1,
.color3 .more_link{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, 0.9)), color-stop(0.00, rgba(61, 127, 209, 0.9), rgba(41, 107, 189));
	background:-webkit-linear-gradient(rgba(61, 127, 209, 0.9), rgba(41, 107, 189, 0.9));
	background:-moz-linear-gradient(rgba(61, 127, 209, 0.9), rgba(41, 107, 189, 0.9));
	background:-o-linear-gradient(rgba(61, 127, 209, 0.9), rgba(41, 107, 189, 0.9));
	background:-ms-linear-gradient(rgba(61, 127, 209, 0.9), rgba(41, 107, 189, 0.9));
	background:linear-gradient(rgba(61, 127, 209, 0.9), rgba(41, 107, 189, 0.9));
	color:#fff;
}
.color4 h1,
.color4 .more_link{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, 0.9)), color-stop(0.00, rgba(77, 185, 255, 0.9), rgba(57, 165, 255));
	background:-webkit-linear-gradient(rgba(77, 185, 255, 0.9), rgba(57, 165, 255, 0.9));
	background:-moz-linear-gradient(rgba(77, 185, 255, 0.9), rgba(57, 165, 255, 0.9));
	background:-o-linear-gradient(rgba(77, 185, 255, 0.9), rgba(57, 165, 255, 0.9));
	background:-ms-linear-gradient(rgba(77, 185, 255, 0.9), rgba(57, 165, 255, 0.9));
	background:linear-gradient(rgba(77, 185, 255, 0.9), rgba(57, 165, 255, 0.9));
	color:#fff;
}
.color5 h1,
.color5 .more_link{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, 0.9)), color-stop(0.00, rgba(168, 209, 94, 0.9), rgba(148, 189, 74));
	background:-webkit-linear-gradient(rgba(168, 209, 94, 0.9), rgba(148, 189, 74, 0.9));
	background:-moz-linear-gradient(rgba(168, 209, 94, 0.9), rgba(148, 189, 74, 0.9));
	background:-o-linear-gradient(rgba(168, 209, 94, 0.9), rgba(148, 189, 74, 0.9));
	background:-ms-linear-gradient(rgba(168, 209, 94, 0.9), rgba(148, 189, 74, 0.9));
	background:linear-gradient(rgba(168, 209, 94, 0.9), rgba(148, 189, 74, 0.9));
	color:#fff;
}
.color6 h1,
.color6 .more_link{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, 0.9)), color-stop(0.00, rgba(255, 180, 74, 0.9), rgba(237, 160, 54));
	background:-webkit-linear-gradient(rgba(255, 180, 74, 0.9), rgba(237, 160, 54, 0.9));
	background:-moz-linear-gradient(rgba(255, 180, 74, 0.9), rgba(237, 160, 54, 0.9));
	background:-o-linear-gradient(rgba(255, 180, 74, 0.9), rgba(237, 160, 54, 0.9));
	background:-ms-linear-gradient(rgba(255, 180, 74, 0.9), rgba(237, 160, 54, 0.9));
	background:linear-gradient(rgba(255, 180, 74, 0.9), rgba(237, 160, 54, 0.9));
	color:#fff;
}
.color7 h1,
.color7 .more_link{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, 0.9)), color-stop(0.00, rgba(251, 36, 20, 0.9), rgba(231, 16, 0));
	background:-webkit-linear-gradient(rgba(251, 36, 20, 0.9), rgba(231, 16, 0, 0.9));
	background:-moz-linear-gradient(rgba(251, 36, 20, 0.9), rgba(231, 16, 0, 0.9));
	background:-o-linear-gradient(rgba(251, 36, 20, 0.9), rgba(231, 16, 0, 0.9));
	background:-ms-linear-gradient(rgba(251, 36, 20, 0.9), rgba(231, 16, 0, 0.9));
	background:linear-gradient(rgba(251, 36, 20, 0.9), rgba(231, 16, 0, 0.9));
	color:#fff;
}
.color8 h1,
.color8 .more_link{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, 0.9)), color-stop(0.00, rgba(255, 168, 218, 0.9), rgba(247, 148, 198));
	background:-webkit-linear-gradient(rgba(255, 168, 218, 0.9), rgba(247, 148, 198, 0.9));
	background:-moz-linear-gradient(rgba(255, 168, 218, 0.9), rgba(247, 148, 198, 0.9));
	background:-o-linear-gradient(rgba(255, 168, 218, 0.9), rgba(247, 148, 198, 0.9));
	background:-ms-linear-gradient(rgba(255, 168, 218, 0.9), rgba(247, 148, 198, 0.9));
	background:linear-gradient(rgba(255, 168, 218, 0.9), rgba(247, 148, 198, 0.9));
	color:#fff;
}
.color9 h1,
.color9 .more_link{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, 0.9)), color-stop(0.00, rgba(255, 20, 255, 0.9), rgba(255, 0, 255));
	background:-webkit-linear-gradient(rgba(255, 20, 255, 0.9), rgba(255, 0, 255, 0.9));
	background:-moz-linear-gradient(rgba(255, 20, 255, 0.9), rgba(255, 0, 255, 0.9));
	background:-o-linear-gradient(rgba(255, 20, 255, 0.9), rgba(255, 0, 255, 0.9));
	background:-ms-linear-gradient(rgba(255, 20, 255, 0.9), rgba(255, 0, 255, 0.9));
	background:linear-gradient(rgba(255, 20, 255, 0.9), rgba(255, 0, 255, 0.9));
	color:#fff;
}
.color10 h1,
.color10 .more_link{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, 0.9)), color-stop(0.00, rgba(20, 20, 20, 0.9), rgba(0, 0, 0));
	background:-webkit-linear-gradient(rgba(20, 20, 20, 0.9), rgba(0, 0, 0, 0.9));
	background:-moz-linear-gradient(rgba(20, 20, 20, 0.9), rgba(0, 0, 0, 0.9));
	background:-o-linear-gradient(rgba(20, 20, 20, 0.9), rgba(0, 0, 0, 0.9));
	background:-ms-linear-gradient(rgba(20, 20, 20, 0.9), rgba(0, 0, 0, 0.9));
	background:linear-gradient(rgba(20, 20, 20, 0.9), rgba(0, 0, 0, 0.9));
	color:#fff;
}
.color1.type11 .more_link,
.color1.type12 .bx-controls,
.color1.type15 .box_list .box:nth-of-type(2n),
.color1.type16 .box_list .box:nth-of-type(2n),
.color1.type18 .box_list .box:nth-of-type(2n),
.color1.type17 #carousel1 #left-but,
.color1.type17 #carousel1 #right-but,
#schedule_list.color1.type3 .box_list .box .date_box,
#schedule_list.color1.type4 .box_list .box .date_box{
	background-color:#e0e0e0;
}
.color2.type11 .more_link,
.color2.type12 .bx-controls,
.color2.type15 .box_list .box:nth-of-type(2n),
.color2.type16 .box_list .box:nth-of-type(2n),
.color2.type18 .box_list .box:nth-of-type(2n),
.color2.type17 #carousel1 #left-but,
.color2.type17 #carousel1 #right-but,
#schedule_list.color2.type3 .box_list .box .date_box,
#schedule_list.color2.type4 .box_list .box .date_box{
	background-color:#ebebeb;
}
.color3.type11 .more_link,
.color3.type12 .bx-controls,
.color3.type15 .box_list .box:nth-of-type(2n),
.color3.type16 .box_list .box:nth-of-type(2n),
.color3.type18 .box_list .box:nth-of-type(2n),
.color3.type17 #carousel1 #left-but,
.color3.type17 #carousel1 #right-but,
#schedule_list.color3.type3 .box_list .box .date_box,
#schedule_list.color3.type4 .box_list .box .date_box{
	background-color:#ceddf2;
}
.color4.type11 .more_link,
.color4.type12 .bx-controls,
.color4.type15 .box_list .box:nth-of-type(2n),
.color4.type16 .box_list .box:nth-of-type(2n),
.color4.type18 .box_list .box:nth-of-type(2n),
.color4.type17 #carousel1 #left-but,
.color4.type17 #carousel1 #right-but,
#schedule_list.color4.type3 .box_list .box .date_box,
#schedule_list.color4.type4 .box_list .box .date_box{
	background-color:#deeffe;
}
.color5.type11 .more_link,
.color5.type12 .bx-controls,
.color5.type15 .box_list .box:nth-of-type(2n),
.color5.type16 .box_list .box:nth-of-type(2n),
.color5.type18 .box_list .box:nth-of-type(2n),
.color5.type17 #carousel1 #left-but,
.color5.type17 #carousel1 #right-but,
#schedule_list.color5.type3 .box_list .box .date_box,
#schedule_list.color5.type4 .box_list .box .date_box{
	background-color:#ebffbb;
}
.color6.type11 .more_link,
.color6.type12 .bx-controls,
.color6.type15 .box_list .box:nth-of-type(2n),
.color6.type16 .box_list .box:nth-of-type(2n),
.color6.type18 .box_list .box:nth-of-type(2n),
.color6.type17 #carousel1 #left-but,
.color6.type17 #carousel1 #right-but,
#schedule_list.color6.type3 .box_list .box .date_box,
#schedule_list.color6.type4 .box_list .box .date_box{
	background-color:#fbe7cc;
}
.color7.type11 .more_link,
.color7.type12 .bx-controls,
.color7.type15 .box_list .box:nth-of-type(2n),
.color7.type16 .box_list .box:nth-of-type(2n),
.color7.type18 .box_list .box:nth-of-type(2n),
.color7.type17 #carousel1 #left-but,
.color7.type17 #carousel1 #right-but,
#schedule_list.color7.type3 .box_list .box .date_box,
#schedule_list.color7.type4 .box_list .box .date_box{
	background-color:#fee0de;
}
.color8.type11 .more_link,
.color8.type12 .bx-controls,
.color8.type15 .box_list .box:nth-of-type(2n),
.color8.type16 .box_list .box:nth-of-type(2n),
.color8.type18 .box_list .box:nth-of-type(2n),
.color8.type17 #carousel1 #left-but,
.color8.type17 #carousel1 #right-but,
#schedule_list.color8.type3 .box_list .box .date_box,
#schedule_list.color8.type4 .box_list .box .date_box{
	background-color:#ffeef7;
}
.color9.type11 .more_link,
.color9.type12 .bx-controls,
.color9.type15 .box_list .box:nth-of-type(2n),
.color9.type16 .box_list .box:nth-of-type(2n),
.color9.type18 .box_list .box:nth-of-type(2n),
.color9.type17 #carousel1 #left-but,
.color9.type17 #carousel1 #right-but,
#schedule_list.color9.type3 .box_list .box .date_box,
#schedule_list.color9.type4 .box_list .box .date_box{
	background-color:#ffdcff;
}
.color10.type11 .more_link,
.color10.type12 .bx-controls,
.color10.type15 .box_list .box:nth-of-type(2n),
.color10.type16 .box_list .box:nth-of-type(2n),
.color10.type18 .box_list .box:nth-of-type(2n),
.color10.type17 #carousel1 #left-but,
.color10.type17 #carousel1 #right-but,
#schedule_list.color10.type3 .box_list .box .date_box,
#schedule_list.color10.type4 .box_list .box .date_box{
	background-color:#e0e0e0;
}



