@charset "utf-8";

/* -----↓初期化----- */
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,
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;
	min-width: 1050px;
}
table{
	border-collapse:collapse;
}
th,
td{
	border-spacing:0;
}
ul,
ol,
li{
	list-style-type: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;
}
/* -----↑初期化----- */


/* -----↓共通化----- */
/*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;
}
.moreLink{
	text-align:right;
}
/* -----↑共通化----- */


/* -----↓header----- */
/*menuGlobalBlock*/
.menuGlobalBlockOuter{
	background:url(../images/menuGlobalBlock_bg.jpg) center 0 no-repeat;
	height:40px;
}
.menuGlobalBlockOuter .menuGlobalBlock{
	line-height:40px;
    margin:0 auto;
	color:#333;
    width:990px;
	padding:0 30px;
}
.menuGlobalBlockOuter .menuGlobalBlock .menuGlobal{
	float:left;
}
.menuGlobalBlockOuter .menuGlobalBlock .menuGlobal li{
	float:left;
}
.menuGlobalBlockOuter .menuGlobalBlock .menuGlobal li a{
	color:#333;
	line-height:40px;
}
.menuGlobalBlockOuter .menuGlobalBlock #header_login{
	float:right;
	font-weight:bold;
}
.menuGlobalBlockOuter .menuGlobalBlock #header_login h5{
	float:left;
	margin-right:12px;
}
.menuGlobalBlockOuter .menuGlobalBlock #header_login div{
	float:left;
}
.menuGlobalBlockOuter .menuGlobalBlock #header_login div a{
	color:#333;
}
.menuGlobalBlockOuter .menuGlobalBlock #header_login div .red{
	color:#f00;
}

/*header*/
.header{
	width:990px;
	margin:10px auto;
	padding:0 30px;
}
.header .logoArea{
	float:left;
	margin-right:10px;
}
.header .logoArea a{
	display:inline-block;
}
.header .logoArea a img{
	height:57px;
}
.header .headerRight{
	float:right;
}
.header .headerRight li{
}
.header .headerRight .description{
	width:400px;
	margin-right:10px;
	float:left;
}
.header .headerRight .bannerHeader{
	float:right;
}

/*menuAreaGlobal*/
.menuAreaGlobalOuter{
	background-color:#9E0411;
}
.menuAreaGlobal{
	width:990px;
	margin:0 auto;
	height:40px;
}
.menuAreaGlobal li{
	float:left;
}
.menuAreaGlobal li a{
	display:block;
	line-height:40px;
	color:#fff;
}
.menuAreaGlobal li.on{
	background-color:#fff;
}
.menuAreaGlobal li.on a{
	color:#9e0411;
	font-weight:bold;
}
.menuAreaGlobal li a span{
	display:block;
	line-height:20px;
	margin:10px 0;
	padding:0 10px;
}
.menuAreaGlobal li:nth-of-type(n+2) a span{
	border-left:1px solid #fff;
}
.menuAreaGlobal li.on + li a span{
	border-left:none;
}

/*menuAreaLocal*/
.menuAreaLocalOuter{
	border-bottom:1px solid #333;
	position:relative;
	overflow:hidden;
}
.menuAreaLocal{
	margin:5px 0;
	float:left;
	position:relative;
	left:50%;
}
.menuAreaLocal li{
	float:left;
	color:#333;
	position:relative;
	left:-50%;
}
.menuAreaLocal li span,
.menuAreaLocal li a{
	display:inline-block;
	color:#333;
	line-height:30px;
	padding:0 5px;
}
.menuAreaLocal li.on span,
.menuAreaLocal li a:hover{
	color:#fff;
	background-color:#9e0411;
}
.menuAreaLocal li .none,
.menuAreaLocal li .none:hover{
	color:#aaa;
	line-height:30px;
	padding:0 5px;
	background-color:transparent;
}

/*menuFixed*/
.menuFixedOuter{
	height:40px;
}
.menuFixed{
	width:100%;
	background-color:#fff;
}
.menuFixed.fixed{
	position:fixed;
	top:0;
	z-index:200;
}
.menuFixed .menuLocal{
	width:990px;
	margin:0 auto;
}
.menuFixed .menuLocal li{
	margin:5px 0;
	float:left;
}
.menuFixed .menuLocal li a{
	display:inline-block;
	line-height:30px;
	padding:0 5px;
	font-weight:bold;
}
.menuFixed .menuLocal li:first-child a{
	margin-left:0;
}
.menuFixed .menuLocal li.on a,
.menuFixed .menuLocal li a:hover{
	color:#fff;
	background-color:#fe4272;
}
.menuFixed .menuLocal li a img{
	margin-right:5px;
	vertical-align:middle;
}
/* -----↑header----- */


/* -----↓loopSlider----- */
.loopSlider{
	margin-bottom:10px;
	margin-top:-70px;
	padding-top:70px;
	background:url(../images/loop_head.png) no-repeat scroll center 0 ;
}
.loopSlider .title{
	text-align:center;
	margin:0 auto 10px;
}
.loopSlider .slider{
	position:relative;
	overflow:hidden;
}
.loopSlider .slider .loopSliderBox{
	float:left;
	width:1000%;
}
.loopSlider .slider .loopSliderBox ul{
	float:left;
	left:50%;
	position:relative;
}
.loopSlider .slider .loopSliderBox ul li{
/*
	display:table-cell;
	vertical-align:bottom;
*/
	float:left;
	padding:0 10px;
}
.loopSlider .slider .loopSliderBox ul li{
}
.loopSlider .slider .loopSliderBox.active ul li a{
	display:block;
	text-align:center;
/*
	position:absolute;
	bottom:0;
*/
}
/* -----↑loopSlider----- */


/* -----↓contents----- */
.contentsOuter{
	background:url(../images/bg.jpg) no-repeat scroll center 0px;
}
.contents{
	width:990px;
	margin:0 auto;
}
.topicPass,
.topicPath{
}
.topicPass li,
.topicPath li{
	float:left;
	margin:10px 0;
	font-size:10px;
}
.topicPass li:nth-of-type(n+2),
.topicPath li:nth-of-type(n+2){
	margin-left:3px;
}
.topicPass li a,
.topicPath li a{
	color:#0847AE;
}
.topicPass li span,
.topicPass li a,
.topicPath li span,
.topicPath li a{
	display:inline-block;
	line-height:20px;
	height:20px;
}
.topicPass li:nth-of-type(n+2) span,
.topicPass li:nth-of-type(n+2) a,
.topicPath li:nth-of-type(n+2) span,
.topicPath li:nth-of-type(n+2) a{
	margin-left:3px;
}

.mainContents{
	float:right;
	width:765px;
	margin-left:25px;
}
.mainContents .mainBlock{
	float:left;
	width:450px;
	margin-right:15px;
}
.mainContents .sideBlock{
	float:right;
	width:300px;
}
.sideContents{
	float:right;
	width:200px;
/*
	background-color:#fff;
*/
}
.sideContents.fixed{
	position:fixed;
	top:90px;
}
/* -----↑contents----- */


/* -----↓coverGirl----- */
.coverGirl.item{
	margin-bottom:20px;
}
.coverGirl div#slider,
.coverGirl div#firstdiv{
	width:450px;
	height:183px;
}
.coverGirl .control-links li.active{
	background-color:#fe4272;
}
/* -----↑coverGirl----- */


/* -----↓newsTop----- */
.newsTop{
	margin-bottom:25px;
}
.newsTop .boxTitle{
	border-top:4px solid #fe4272;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}
.newsTop .boxTitle h2{
	color:#fe4272;
	float:left;
	line-height:30px;
	padding:0 5px;
	font-weight:bold;
}
.newsTop .boxTitle p{
	float:right;
	line-height:30px;
	padding:0 5px;
}
.newsTop .newsPickup{
	float:right;
	width:150px;
	margin-left:20px;
}
.newsTop .newsPickup a{
	display:block;
}
.newsTop .newsPickup a ul{
}
.newsTop .newsPickup a ul .img{
	margin-bottom:5px;
}
.newsTop .newsPickup a ul .title{
	line-height:17px;
}
.newsTop .newsPickup a ul .title img{
	vertical-align:middle;
	margin-left:3px;
}
.newsTop .newsBoxList{
	float:left;
	width:280px;
}
.newsTop .newsBoxList .update{
	line-height:17px;
	font-size:10px;
}
.newsTop .newsBoxList .boxList{
}
.newsTop .newsBoxList .boxList .box{
}
.newsTop .newsBoxList .boxList .box a{
	display:block;
	padding:5px 0;
}
.newsTop .newsBoxList .boxList .box:nth-of-type(n+2) a{
	border-top:1px solid #ccc;
}
.newsTop .newsBoxList .boxList .box a ul{
}
.newsTop .newsBoxList .boxList .box a ul .img{
	float:left;
	width:38px;
	margin-right:5px;
}
.newsTop .newsBoxList .boxList .box a ul .title{
	overflow:hidden;
	line-height:19px;
}
.newsTop .newsBoxList .boxList .box a ul .title img{
	vertical-align:middle;
	margin-left:3px;
}
.newsTop .btnList{
	border-top:1px solid #ccc;
	clear:both;
}
.newsTop .btnList a{
	margin:10px 20px;
	display:block;
	text-align:center;
	line-height:30px;
	height:30px;
	border-radius:5px;
	background-color:#eee;
}
.newsTop .btnList a img{
	vertical-align:middle;
	width:10px;
	margin-left:5px;
}
/* -----↑newsTop----- */


/* -----↓newsOsusume----- */
.newsOsusume{
	margin-bottom:20px;
	position:relative;
	background-color:#f0f4f7;
	padding:15px;
}
.newsOsusume h2{
	position:absolute;
	right:25px;
	top:0;
	margin-top:-5px;
}
.newsOsusume .boxList{
}
.newsOsusume .boxList .box{
	float:left;
	width:100%;
}
.newsOsusume .boxList .box h3{
	margin-bottom:5px;
}
.newsOsusume .boxList .box h3 a{
	font-weight:bold;
	color:#0847AE;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.newsOsusume .boxList .box .img{
	float:left;
	width:85px;
	margin-right:10px;
}
.newsOsusume .boxList .box .img a{
	display:block;
}
.newsOsusume .boxList .box .boxText{
	overflow:hidden;
}
.newsOsusume .boxList .box .boxText .text{
	margin-bottom:5px;
	line-height:17px;
}
.newsOsusume .boxList .box .boxText .shop{
	line-height:17px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
/*ページャー*/
.newsOsusume .flex-control-paging{
    bottom:10px;
    position:absolute;
    padding-left:0;
    text-align:center;
    width:100%;
	line-height:1;
}
.newsOsusume .flex-control-paging li{
    display:inline-block;
    margin-right:10px;
}
.newsOsusume .flex-control-paging li:last-child{
	padding-right:0;
}
.newsOsusume .flex-control-paging li a{
	display:block;
	width:10px;
	height:10px;
	text-indent:-9999px;
	background-color:#ccc;
	border-radius:10px;
	cursor:pointer;
	box-shadow:0 -2px 1px #FFFFFF;
}
.newsOsusume .flex-control-paging li a.flex-active{
	background-color:#d30200;
}
/* -----↑newsOsusume----- */


/* -----↓blogManagerTop----- */
.blogManagerTop{
	margin-bottom:20px;
}
.blogManagerTop .boxTitle{
	border-top:4px solid #aaa;
	border-bottom:1px solid #ccc;
}
.blogManagerTop .boxTitle h2{
	color:#333;
	float:left;
	line-height:30px;
	padding:0 5px;
	font-weight:bold;
}
.blogManagerTop .boxTitle p{
	float:right;
	line-height:30px;
	padding:0 5px;
}
.blogManagerTop .boxTitle p a{
	padding-top:7px;
	margin-left:5px;
}
.blogManagerTop .boxTitle p a img{
	width:15px;
	vertical-align:middle;
}
.blogManagerTop .boxList{
	padding:0 5px;
}
.blogManagerTop .boxList .box{
}
.blogManagerTop .boxList .box a{
	display:block;
}
.blogManagerTop .boxList .box:nth-of-type(n+2) a{
	border-top:1px solid #ccc;
}
.blogManagerTop .boxList .box a .botImg{
	float:right;
	margin-left:10px;
}
.blogManagerTop .boxList .box a .botImg .imgPhoto{
	float:right;
	width:60px;
	margin:0 0 0 10px;
}
.blogManagerTop .boxList .box a .botImg .date{
	float:left;
	margin-top:3px;
	font-size:10px;
}
.blogManagerTop .boxList .box a .boxText{
	overflow:hidden;
}
.blogManagerTop .boxList .box a .boxText .category{
	float:left;
	width:30px;
	font-size:10px;
	padding:6px 3px;
	line-height:12px;
	margin:11px 10px;
	color:#fff;
	border:1px solid transparent;
}
.blogManagerTop .boxList .box a .boxText ul{
	overflow:hidden;
	padding:3px 0;
}
.blogManagerTop .boxList .box a .boxText ul .text{
	color:#0847AE;
	font-weight:bold;
	line-height:18px;
	height:36px;
}
.blogManagerTop .boxList .box a .boxText ul .shop{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height:18px;
}
.blogManagerTop .btnList{
	border-top:1px solid #ccc;
	clear:both;
}
.blogManagerTop .btnList a{
	margin:10px 20px;
	display:block;
	text-align:center;
	line-height:30px;
	height:30px;
	border-radius:5px;
	background-color:#eee;
}
.blogManagerTop .btnList a img{
	vertical-align:middle;
	width:10px;
	margin-left:5px;
}
/* -----↑blogManagerTop----- */


/* -----↓sokuhimeTop----- */
.sokuhimeTop{
	margin-bottom:20px;
}
.sokuhimeTop .boxTitle{
	border-top:4px solid #fe4272;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}
.sokuhimeTop .boxTitle h2{
	color:#fe4272;
	line-height:30px;
	padding:0 5px;
	font-weight:bold;
}
.sokuhimeTop .boxList{
}
.sokuhimeTop .boxList .box{
	float:left;
	width:105px;
	margin-left:10px;
}
.sokuhimeTop .boxList .box:nth-of-type(4n+1){
	margin-left:0;
	clear:both;
}
.sokuhimeTop .boxList .box:nth-of-type(n+5){
	margin-top:15px;
}
.sokuhimeTop .boxList .box a{
	display:block;
}
.sokuhimeTop .boxList .box a ul{
}
.sokuhimeTop .boxList .box a ul li{
	text-align:center;
}
.sokuhimeTop .boxList .box a ul .img{
	margin-bottom:5px;
}
.sokuhimeTop .boxList .box a ul .img .name{
	color:#fff;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	background-color:rgba(0,0,0,0.5);
	line-height:16px;
	width:100%;
	position:absolute;
	left:0;
	bottom:16px;
}
.sokuhimeTop .boxList .box a ul .img .shop{
	color:#fff;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	background-color:rgba(0,0,0,0.5);
	line-height:16px;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	font-size:11px;
}
/*
.sokuhimeTop .boxList .box a ul .name{
	color:#0847AE;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.sokuhimeTop .boxList .box a ul .shop{
	font-size:10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
*/
.sokuhimeTop .boxList .box a ul .description{
	font-size:10px;
}
.sokuhimeTop .boxList .box a ul .description marquee{
	color:#ff2e65;
}
.sokuhimeTop .boxList .box a ul .wait{
	font-weight:bold;
	color:#f00;
}
.sokuhimeTop .btnList{
}
.sokuhimeTop .btnList a{
	margin:10px 20px 10px;
	display:block;
	text-align:center;
	line-height:30px;
	height:30px;
	border-radius:5px;
	background-color:#eee;
}
.sokuhimeTop .btnList a img{
	vertical-align:middle;
	width:10px;
	margin-left:5px;
}
/* -----↑sokuhimeTop----- */


/* -----↓bannerShoulder----- */
.bannerShoulder{
	margin-bottom:20px;
}
/* -----↑bannerShoulder----- */


/* -----↓newfaceTop----- */
.newfaceTop{
	margin-bottom:20px;
	position:relative;
}
.newfaceTop h2{
	background-color:#fe4272;
	line-height:30px;
	height:30px;
	color:#fff;
	font-weight:bold;
	margin-bottom:5px;
	padding:0 5px;
}
.newfaceTop h2 img{
	vertical-align:middle;
	margin-right:3px;
}
.newfaceTop .boxList{
	position:relative;
	height:355px;
	margin:34px 0 39px;
	overflow:hidden;
/*
	width:auto!important;
*/
}
.newfaceTop .boxList .slides{
	transition-duration:0.6s;
}
.newfaceTop .boxList .slides .box{
/*
	float:none!important;
	width:auto!important;
*/
}
.newfaceTop .boxList .slides .box:nth-of-type(n+2){
	padding-top:5px;
	margin-top:5px;
	border-top:1px solid #ccc;
}
.newfaceTop .boxList .slides .box a{
}
.newfaceTop .boxList .slides .box a .img{
	float:left;
	width:72px;
	margin-right:10px;
	margin-bottom:5px;
}
.newfaceTop .boxList .slides .box a ul{
	overflow:hidden;
}
.newfaceTop .boxList .slides .box a ul li{
	line-height:18px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.newfaceTop .boxList .slides .box a ul .date{
	font-weight:bold;
}
.newfaceTop .boxList .slides .box a ul .date img{
	vertical-align:middle;
	width:14px;
	margin-left:3px;
}
.newfaceTop .boxList .slides .box a ul .name{
}
.newfaceTop .boxList .slides .box a ul .name span{
	color:#0847AE;
	font-weight:bold;
}
.newfaceTop .boxList .slides .box a ul .size{
}
.newfaceTop .boxList .slides .box a ul .shop{
}
.newfaceTop .boxList .slides .box a .description{
	clear:both;
	line-height:17px;
	height:34px;
}
/*ボタン*/
.newfaceTop .directionNav li a{
	width:300px;
	position:absolute;
	left:0;
	display:block;
	height:24px;
	text-indent:-9999px;
	overflow:hidden;
	border-radius:5px;
}
.newfaceTop .directionNav li .btnPrev{
	top:35px;
	background:url(//img.cityheaven.net/img/commtpl/osaka_hitoduma/images/iconArrowPrevV.png) 50% 50% no-repeat #ccc;
}
.newfaceTop .directionNav li .btnPrev.none{
	background:url(//img.cityheaven.net/img/commtpl/osaka_hitoduma/images/iconArrowPrevVNone.png) 50% 50% no-repeat #ccc;
}
.newfaceTop .directionNav li .btnNext{
	bottom:40px;
	background:url(//img.cityheaven.net/img/commtpl/osaka_hitoduma/images/iconArrowNextV.png) 50% 50% no-repeat #ccc;
}
.newfaceTop .directionNav li .btnNext.none{
	background:url(//img.cityheaven.net/img/commtpl/osaka_hitoduma/images/iconArrowNextVNone.png) 50% 50% no-repeat #ccc;
}
.newfaceTop .btnList{
}
.newfaceTop .btnList a{
	margin:10px 20px 10px;
	display:block;
	text-align:center;
	line-height:30px;
	height:30px;
	border-radius:5px;
	background-color:#eee;
}
.newfaceTop .btnList a img{
	vertical-align:middle;
	width:10px;
	margin-left:5px;
}
/* -----↑newfaceTop----- */


/* -----↓blogGirlTop----- */
.blogGirlTop{
	margin-bottom:20px;
}
.blogGirlTop .boxTitle{
	border-top:4px solid #fe4272;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}
.blogGirlTop .boxTitle h2{
	color:#fe4272;
	line-height:30px;
	padding:0 5px;
	font-weight:bold;
}
.blogGirlTop .boxList{
}
.blogGirlTop .boxList .box{
	float:left;
	width:92px;
	margin-left:12px;
}
.blogGirlTop .boxList .box:nth-of-type(n+4){
	margin-top:15px;
}
.blogGirlTop .boxList .box:nth-of-type(3n+1){
	margin-left:0;
	clear:both;
}
.blogGirlTop .boxList .box a{
	display:block;
}
.blogGirlTop .boxList .box a ul{
}
.blogGirlTop .boxList .box a ul li{
}
.blogGirlTop .boxList .box a ul .img{
	margin-bottom:5px;
	border:1px solid #ccc;
}
.blogGirlTop .boxList .box a ul .date{
	font-size:10px;
}
.blogGirlTop .boxList .box a ul .title{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.blogGirlTop .boxList .box a ul .name{
	color:#0847AE;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.blogGirlTop .boxList .box a ul .shop{
	font-size:10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.blogGirlTop .btnList{
}
.blogGirlTop .btnList a{
	margin:10px 20px 10px;
	display:block;
	text-align:center;
	line-height:30px;
	height:30px;
	border-radius:5px;
	background-color:#eee;
}
.blogGirlTop .btnList a img{
	vertical-align:middle;
	width:10px;
	margin-left:5px;
}
/* -----↑blogGirlTop----- */


/* -----↓movieTop----- */
.movieTop{
	margin-bottom:20px;
	position:relative;
}
.movieTop .boxTitle{
	border-top:4px solid #fe4272;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}
.movieTop .boxTitle h2{
	color:#fe4272;
	line-height:30px;
	padding:0 5px;
	font-weight:bold;
}
.movieTop .boxList{
	padding:0 30px;
	overflow:hidden;
}
.movieTop .boxList .slides{
	width:10000%;
}
.movieTop .boxList .slides .box{
	float:left;
	width:240px;
	margin-bottom:10px;
}
.movieTop .boxList .slides .box a{
	display:block;
}
.movieTop .boxList .slides .box a ul{
}
.movieTop .boxList .slides .box a ul li{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align:center;
}
.movieTop .boxList .slides .box a ul .img{
	margin-bottom:5px;
}
.movieTop .boxList .slides .box a ul .img.mkThumb:after{
	padding-top:66%;
}
.movieTop .boxList .slides .box a ul .name{
	color:#0847AE;
	font-weight:bold;
}
.movieTop .boxList .slides .box a ul .shop{
}
.movieTop .boxList .slides .box a ul .area{
}
/*ボタン*/
.movieTop .boxList .flex-direction-nav li a{
	width:24px;
	position:absolute;
	top:130px;
	display:block;
	height:24px;
	margin-top:-12px;
	text-indent:-9999px;
	overflow:hidden;
}
.movieTop .boxList .flex-direction-nav li .flex-prev{
	left:3px;
	background:url(//img.cityheaven.net/img/commtpl/osaka_hitoduma/images/iconArrowPrev.png) 0 0 no-repeat;
	background-size:contain;
}
.movieTop .boxList .flex-direction-nav li .flex-next{
	right:3px;
	background:url(//img.cityheaven.net/img/commtpl/osaka_hitoduma/images/iconArrowNext.png) 0 0 no-repeat;
	background-size:contain;
}
.movieTop .btnList{
}
.movieTop .btnList a{
	margin:0 20px 10px;
	display:block;
	text-align:center;
	line-height:30px;
	height:30px;
	border-radius:5px;
	background-color:#eee;
}
.movieTop .btnList a img{
	vertical-align:middle;
	width:10px;
	margin-left:5px;
}
/* -----↑movieTop----- */


/* -----↓rankingTop----- */
.rankingTop{
	clear:both;
	margin-bottom:20px;
}
.rankingTop h2{
	margin-bottom:10px;
}
.rankingTop .blockList{
}
.rankingTop .blockList .block{
	float:left;
	width:247px;
	margin-left:12px;
}
.rankingTop .blockList .block:nth-of-type(n+4){
	margin-top:10px;
}
.rankingTop .blockList .block:nth-of-type(3n+1){
	margin-left:0;
	clear:both;
}
.rankingTop .blockList .block h3{
	border-top:2px solid #aaa;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
	color:#333;
	line-height:30px;
	padding:0 5px;
	font-weight:bold;
}
.rankingTop .blockList .block h3 img{
	width:20px;
	margin-right:5px;
	vertical-align:middle;
}
.rankingTop .blockList .block .boxList{
}
.rankingTop .blockList .block .boxList .box{
}
.rankingTop .blockList .block .boxList .box:nth-of-type(n+2){
	margin-top:10px;
}
.rankingTop .blockList .block .boxList .box a{
	display:block;
}
.rankingTop .blockList .block .boxList .box a .img{
	width:90px;
	float:left;
	margin-right:10px;
}
.rankingTop .blockList .block .boxList .box a ul{
	overflow:hidden;
}
.rankingTop .blockList .block .boxList .box a ul li{
	line-height:18px;
}
.rankingTop .blockList .block .boxList .box a ul .rank{
}
.rankingTop .blockList .block .boxList .box a ul .rank img{
	vertical-align:middle;
	margin-left:3px;
}
.rankingTop .blockList .block .boxList .box a ul .name{
	color:#0847ae;
}
.rankingTop .blockList .block .boxList .box a ul .shop{
}
.rankingTop .blockList .block .boxList .box a ul .area{
}
.rankingTop .btnList{
}
.rankingTop .btnList a{
	margin:10px 20px 10px;
	display:block;
	text-align:center;
	line-height:30px;
	height:30px;
	border-radius:5px;
	background-color:#eee;
}
.rankingTop .btnList a img{
	vertical-align:middle;
	width:10px;
	margin-left:5px;
}
/* -----↑rankingTop----- */


/* -----↓shopCommunityTop----- */
.shopCommunityTop{
	margin-bottom:20px;
}
.shopCommunityTop .boxTitle{
	border-top:4px solid #fe4272;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}
.shopCommunityTop .boxTitle h2{
	color:#fe4272;
	line-height:30px;
	padding:0 5px;
	font-weight:bold;
	font-size:16px;
}
.shopCommunityTop .boxList .box{
	float:left;
	width:86px;
	margin-left:11px;
}
.shopCommunityTop .boxList .box:nth-of-type(n+9){
	margin-top:10px;
}
.shopCommunityTop .boxList .box:nth-of-type(8n+1){
	margin-left:0;
	clear:both;
}
.shopCommunityTop .boxList .box .img{
	margin-bottom:5px;
}
/* -----↑shopCommunityTop----- */


/* -----↓shamelarPickup----- */
.shamelarPickup{
	margin-bottom:20px;
	border:1px solid #ccc;
	border-radius:5px;
	padding:19px 14px 14px;
	position:relative;
	background-color:#fff;
}
.shamelarPickup h2{
	position:absolute;
	left:10px;
	top:0;
	margin-top:-5px;
}
.shamelarPickup .boxList{
/*
	overflow:hidden;
	padding-bottom:20px;
*/
	position:relative;
	padding-bottom:30px;
}
.shamelarPickup .boxList .slides{
}
.shamelarPickup .boxList .slides .box{
	float:left;
}
.shamelarPickup .boxList .slides .box .img{
	margin-bottom:5px;
}
.shamelarPickup .boxList .slides .box .img a{
	display:block;
	border-radius:5px;
}
.shamelarPickup .boxList .slides .box ul{
}
.shamelarPickup .boxList .slides .box ul .name{
	margin-bottom:5px;
	line-height:17px;
	font-weight:bold;
	color:#0847ae;
	font-size:14px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.shamelarPickup .boxList .slides .box ul .description{
	margin-bottom:5px;
	line-height:17px;
/*
	max-height:51px;
	overflow:hidden;
*/
}
.shamelarPickup .boxList .slides .box ul .shop{
	line-height:17px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
/*windy*/
.shamelarPickup ul.wi-container {
	height: 275px;
/*
	width: 190px;
	margin: 0 auto 30px;
*/
	position: relative;
	padding: 0;
	list-style-type: none; 
	-webkit-perspective: 1400px;
	-moz-perspective: 1400px;
	-ms-perspective: 1400px;
	-o-perspective: 1400px;
	perspective: 1400px;
}
.shamelarPickup ul.wi-container .box {
	width: 100%;
	height: 100%;
	display: none;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
/*
	padding: 20px;
*/
	pointer-events: auto;
}
.shamelarPickup ul.wi-container .box.wi-move {
	pointer-events: none;
	-webkit-transition: -webkit-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
	-moz-transition: -moz-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
	-o-transition: -o-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
	-ms-transition: -ms-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
	transition: transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
}
/*ページャー*/
.shamelarPickup .navWindy {
	position: relative;
	width: 124px;
	margin: 0 auto;
}
.shamelarPickup .navWindy span {
	width: 42px;
	height: 42px;
	margin: 0 10px;
	float: left;
	background: url(../images/navWindy.png) no-repeat 100% 0;
	text-indent: -9000px;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.shamelarPickup .navWindy span:first-child {
	background-position: 0 0;
}
.shamelarPickup .navWindy span:active {
	background-position: 100% 2px;
}
.shamelarPickup .navWindy span:first-child:active {
	background-position: 0 2px;
}
/* -----↑shamelarPickup----- */


/* -----↓menuFloatingSide----- */
.menuFloatingSide{
	margin-bottom:20px;
}
.menuFloatingSide.fixed{
	position:fixed;
	top:90px;
	width:200px;
}
.menuFloatingSide .lowPrice{
	margin-bottom:10px;
}
.menuFloatingSide .lowPrice a{
	display:block;
	text-align:center;
	line-height:20px;
	font-weight:bold;
}
.menuFloatingSide .lowPrice a img{
	vertical-align:middle;
	margin-right:5px;
}
.menuFloatingSide .areaSearchBox{
	margin-bottom:10px;
}
.menuFloatingSide .areaSearchBox .boxTitle{
	border-top:4px solid #fe4272;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.menuFloatingSide .areaSearchBox .boxTitle h2{
	color:#fe4272;
	line-height:30px;
	padding:0 5px;
	font-weight:bold;
}
.menuFloatingSide .areaSearchBox ul{
}
.menuFloatingSide .areaSearchBox ul li{
	line-height:25px;
	padding-left:20px;
	/*background:url(../images/iconAreaSearch.png) 5px 50% no-repeat;*/
}
.menuFloatingSide .areaSearchBox ul li.delivery{
	background:url(../images/iconAreaSearchDelivery.png) 0px 50% no-repeat;
}
.menuFloatingSide .areaSearchBox ul li{
	font-weight:bold;
	font-size:15px;
}
.menuFloatingSide .areaSearchBox dl{
}
.menuFloatingSide .areaSearchBox dl dt{
	border:1px solid #ccc;
	border-radius:5px;
	margin-bottom:5px;
	padding:5px 5px 5px 39px;
	font-weight:bold;
	background:url(../images/iconAreaSearchTitle.png) 4px 50% no-repeat;
}
.menuFloatingSide .areaSearchBox dl dd{
	line-height:25px;
	padding-left:20px;
	background:url(../images/iconAreaSearch.png) 5px 50% no-repeat;
}
.menuFloatingSide .areaSearchBox dl dd.delivery{
	background:url(../images/iconAreaSearchDelivery.png) 0px 50% no-repeat;
}
.menuFloatingSide .bannerSideContents{
	text-align:center;
}

/* -----↑menuFloatingSide----- */


/* -----↓couponTop----- */
.couponTop{
	margin-bottom:20px;
	position:relative;
/*
	background-color:#fff;
*/
}
.couponTop .boxTitle{
	border-top:4px solid #fe4272;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}
.couponTop .boxTitle h2{
	color:#fe4272;
	line-height:30px;
	padding:0 5px;
	font-weight:bold;
}
.couponTop .boxTitle h2 img{
	vertical-align:middle;
	margin-right:3px;
}
.couponTop .boxList{
}
.couponTop .boxList .box{
}
.couponTop .boxList .box:nth-of-type(n+2){
	border-top:1px solid #ccc;
	padding-top:5px;
}
.couponTop .boxList .box a{
	display:block;
}
.couponTop .boxList .box a .limit{
	font-size:10px;
	margin-bottom:5px;
}
.couponTop .boxList .box a .limit span{
	line-height:1;
	display:inline-block;
	vertical-align:bottom;
	font-weight:bold;
}
.couponTop .boxList .box a .limit .first{
	border-radius:5px;
	background-color:#fe942e;
	color:#fff;
	display:inline-block;
	padding:4px 3px 2px;
}
.couponTop .boxList .box a .limit .text{
	padding-top:4px;
}
.couponTop .boxList .box a .limit .number{
	color:#f00;
	font-size:15px;
	padding:0 1px;
}
.couponTop .boxList .box a .shop{
	margin-bottom:5px;
	font-size:8px;
}
.couponTop .boxList .box a .shop span{
	color:#0645ad;
	font-weight:bold;
	font-size:12px;
	margin-right:3px;
}
.couponTop .boxList .box a .discount{
	float:left;
	background:url(../images/iconDiscount.png) no-repeat 0 0;
	background-size:36px 36px;
	padding:9px 9px 0 5px;
	width:22px;
	height:27px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	margin-bottom:5px;
	margin-right:5px;
}
.couponTop .boxList .box a .text{
	overflow:hidden;
}
.couponTop .boxList .box a .text .event{
	font-weight:bold;
	font-size:10px;
}
.couponTop .boxList .box a .text .event .title{
	padding-right:5px;
}
.couponTop .boxList .box a .text .event .time{
	color:#0645ad;
}
.couponTop .boxList .box a .text .price{
	margin-bottom:5px;
}
.couponTop .boxList .box a .text .price .before{
	color:#0645ad;
	font-weight:bold;
	padding-right:3px;
}
.couponTop .boxList .box a .text .price .after{
	color:#f00;
	font-weight:bold;
	font-size:16px;
	padding-left:3px;
}
.couponTop .boxList .box a dl{
	clear:both;
	margin-bottom:5px;
	line-height:20px;
/*
	font-size:9px;
*/
	display:table;
	font-size:10px;
}
.couponTop .boxList .box a dl dt{
	background-color:#efe9ab;
	color:#7c3102;
	text-align:center;
/*
	margin-right:5px;
	width:60px;
	float:left;
*/
	width:65px;
	display:table-cell;
	vertical-align:middle;
}
.couponTop .boxList .box a dl dd{
/*
	overflow:hidden;
*/
	display:table-cell;
	padding-left:5px;
}
.couponTop .btnList{
}
.couponTop .btnList a{
	margin:10px 20px 10px;
	display:block;
	text-align:center;
	line-height:30px;
	height:30px;
	border-radius:5px;
	background-color:#eee;
}
.couponTop .btnList a img{
	vertical-align:middle;
	width:10px;
	margin-left:5px;
}
/* -----↑couponTop----- */


/* -----↓footer----- */
.footerOuter{
}
.footerOuter .textSEO{
	width:990px;
	margin:0 auto 10px;
}
.footerOuter .footerGlobal{
	background:url(../images/footer_bg.png) center 0 no-repeat;
}
.footerOuter #footer{
	margin:0 auto 0;
	padding:0;
	text-align:center;
	width:990px;
}
/* -----↑footer----- */



/* -----↓newsList----- */
.newsList{
	margin-bottom:25px;
}
.newsList .boxTitle{
	border-top:4px solid #fe4272;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}
.newsList .boxTitle h2{
	color:#fe4272;
	float:left;
	line-height:40px;
	padding:0 5px;
	font-weight:bold;
	font-size:16px;
}
.newsList .boxTitle p{
	float:right;
	line-height:40px;
	padding:0 5px;
}
.newsList .boxList{
}
.newsList .boxList .box{
}
.newsList .boxList .box a{
	display:block;
}
.newsList .boxList .box:nth-of-type(n+2) a{
	border-top:1px solid #ccc;
	padding-top:10px;
	margin-top:10px;
}
.newsList .boxList .box a .img{
	float:left;
	width:150px;
	margin-right:10px;
}
.newsList .boxList .box a ul{
	overflow:hidden;
}
.newsList .boxList .box a ul .title{
	overflow:hidden;
	line-height:25px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	color:#0847ae;
}
.newsList .boxList .box a ul .title img{
	vertical-align:middle;
	margin-left:3px;
}
.newsList .boxList .box a ul .description{
	margin-bottom:5px;
}
.newsList .boxList .box a ul .date{
	margin-bottom:5px;
}
.newsList .boxList .box a ul .shop{
	margin-bottom:5px;
}
.newsList .boxList .box a ul .area{
}
/* -----↑newsList----- */


/* -----↓blogManagerList----- */
.blogManagerList{
	margin-bottom:20px;
}
.blogManagerList .boxTitle{
	border-top:4px solid #fe4272;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.blogManagerList .boxTitle h2{
	color:#fe4272;
	line-height:40px;
	padding:0 5px;
	font-weight:bold;
	font-size:16px;
}
.blogManagerList .boxList{
}
.blogManagerList .boxList .box{
	width:223px;
	float:left;
	margin-left:15px;
	padding:10px;
	border:1px solid #ccc;
	box-shadow:1px 2px 2px #ccc;
}
.blogManagerList .boxList .box:nth-of-type(3n+1){
	clear:both;
	margin-left:0;
}
.blogManagerList .boxList .box:nth-of-type(n+4){
	margin-top:15px;
}
.blogManagerList .boxList .box ul{
	position:relative;
}
.blogManagerList .boxList .box ul .category{
	float:left;
	width:30px;
	font-size:10px;
	padding:6px 3px;
	line-height:12px;
	margin-right:5px;
	margin-bottom:5px;
	color:#fff;
	border:1px solid transparent;
}
.blogManagerList .boxList .box ul .title{
	line-height:16px;
	color:#0847AE;
	font-weight:bold;
	overflow:hidden;
	margin-bottom:5px;
	padding:3px 0;
	height:32px;
}
.blogManagerList .boxList .box ul .date{
	position:absolute;
	right:5px;
	top:19px;
	line-height:19px;
}
.blogManagerList .boxList .box ul .img{
	clear:both;
	float:right;
	margin-left:10px;
	width:100px;
}
.blogManagerList .boxList .box ul .description{
	overflow:hidden;
	height:100px;
	line-height:20px;
	position:relative;
}
.blogManagerList .boxList .box ul .descriptionSingle{
	clear:both;
	height:100px;
	line-height:20px;
	position:relative;
}
.blogManagerList .boxList .box ul .more{
	position:absolute;
	bottom:0;
	right:0;
	color:#0847ae;
}
.blogManagerList .boxList .box ul .shop{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height:18px;
}
/* -----↑blogManagerList----- */


/* -----↓sokuhimeList----- */
.sokuhimeList{
	margin-bottom:20px;
}
.sokuhimeList .boxTitle{
	border-top:4px solid #fe4272;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.sokuhimeList .boxTitle h2{
	color:#fe4272;
	line-height:40px;
	padding:0 5px;
	font-weight:bold;
	font-size:16px;
}
.sokuhimeList .boxList{
	margin-top:10px;
}
.sokuhimeList .boxList .box{
	float:left;
	width:145px;
	margin-left:10px;
}
.sokuhimeList .boxList .box:nth-of-type(n+6){
	margin-top:15px;
}
.sokuhimeList .boxList .box:nth-of-type(5n+1){
	margin-left:0;
	clear:both;
}
.sokuhimeList .boxList .box a{
	display:block;
}
.sokuhimeList .boxList .box a ul{
}
.sokuhimeList .boxList .box a ul li{
}
.sokuhimeList .boxList .box a ul .img{
	margin-bottom:5px;
}
.sokuhimeList .boxList .box a ul .name{
	color:#0847AE;
	font-weight:bold;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align:center;
}
.sokuhimeList .boxList .box a ul .description{
}
.sokuhimeList .boxList .box a ul .description img{
	float:left;
	width:15px;
	margin-left:3px;
	margin-right:7px;
	vertical-align:middle;
}
.sokuhimeList .boxList .box a ul .description marquee{
	color:#ff2e65;
	overflow:hidden;
	width:120px;
}
.sokuhimeList .boxList .box a ul .wait{
	font-weight:bold;
	color:#f00;
}
.sokuhimeList .boxList .box a ul .icon{
	height:17px;
	margin:3px 0;
}
.sokuhimeList .boxList .box a ul .icon img{
	height:17px;
	vertical-align:middle;
	margin:0 2px;
}
.sokuhimeList .boxList .box a ul .shop{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.sokuhimeList .boxList .box a ul .area{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
/* -----↑sokuhimeList----- */


/* -----↓scheduleList----- */
.scheduleList{
	margin-bottom:20px;
}
.scheduleList .boxTitle{
	border-top:4px solid #fe4272;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.scheduleList .boxTitle h2{
	color:#fe4272;
	line-height:40px;
	padding:0 5px;
	font-weight:bold;
	font-size:16px;
}
.scheduleList .wait{
	margin-bottom:5px;
}
.scheduleList .wait a{
	color:#FF0000;
	font-weight:bold;
}
.scheduleList form{
	margin-bottom:10px;
}
.scheduleList form fieldset{
	padding:10px;
	border:1px solid #ccc;
}
.scheduleList form fieldset table{
	margin:0 auto;
}
.scheduleList form fieldset table tr td select{
	width:150px;
	margin:5px;
}
.scheduleList .sort{
}
.scheduleList .sort ul{
}
.scheduleList .sort ul li{
	float:left;
	margin-right:10px;
}
.scheduleList .boxList{
	margin-bottom:10px;
}
.scheduleList .boxList tr td{
	vertical-align:top;
}
.scheduleList .boxList tr td table tr td a{
}
.scheduleList .boxList tr td .shop{
	color:#0847AE;
}
.scheduleList .boxList tr td .more{
	color:#0847AE;
}
.scheduleList .boxList tr td .girl_photo .img{
	width:143px;
	padding:5px;
	display:block;
}
.scheduleList .boxList tr td .girl_photo .img img{
	width:143px;
}


/* -----↑scheduleList----- */


/* -----↓movieList----- */
.movieList{
	margin-bottom:20px;
}
.movieList .boxTitle{
	border-top:4px solid #fe4272;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.movieList .boxTitle h2{
	color:#fe4272;
	line-height:40px;
	padding:0 5px;
	font-weight:bold;
	font-size:16px;
}
.movieList .boxList{
}
.movieList .boxList .box{
	float:left;
	width:145px;
	margin-left:10px;
}
.movieList .boxList .box:nth-of-type(5n+1){
	margin-left:0;
	clear:both;
}
.movieList .boxList .box:nth-of-type(n+6){
	margin-top:15px;
}
.movieList .boxList .box ul{
}
.movieList .boxList .box ul li{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align:center;
}
.movieList .boxList .box ul .today{
	height:13px;
}
.movieList .boxList .box ul .today img{
	vertical-align:top;
}
.movieList .boxList .box ul .img{
	margin-bottom:5px;
}
.movieList .boxList .box ul .img a{
	display:block;
}
.movieList .boxList .box ul .img a.mkThumb:after{
	padding-top:66%;
}
.movieList .boxList .box ul .icon{
	margin:3px 0;
}
.movieList .boxList .box ul .icon img{
	height:17px;
	margin:0 2px;
}
.movieList .boxList .box ul .name{
	color:#0847AE;
	font-weight:bold;
}
.movieList .boxList .box ul .shop{
}
.movieList .boxList .box ul .area{
}
/* -----↑movieList----- */


/* -----↓newfaceList----- */
.newfaceList{
	margin-bottom:20px;
}
.newfaceList .boxTitle{
	border-top:4px solid #fe4272;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.newfaceList .boxTitle h2{
	color:#fe4272;
	line-height:40px;
	padding:0 5px;
	font-weight:bold;
	font-size:16px;
}
.newfaceList form{
	margin-bottom:10px;
}
.newfaceList form fieldset{
	padding:10px;
	border:1px solid #ccc;
}
.newfaceList form fieldset table{
	margin:0 auto;
}
.newfaceList form fieldset table tr td select{
	width:150px;
	margin:5px;
}
.newfaceList .sort{
}
.newfaceList .sort ul{
}
.newfaceList .sort ul li{
	float:left;
	margin-right:10px;
}
.newfaceList .boxList{
	margin-top:10px;
}
.newfaceList .boxList .box{
	width:375px;
	float:left;
}
.newfaceList .boxList .box:nth-of-type(2n+1){
	padding-right:15px;
}
.newfaceList .boxList .box:nth-of-type(n+3){
	border-top:1px solid #ccc;
	padding-top:10px;
	margin-top:10px;
}
.newfaceList .boxList .box a{
	display:block;
}
.newfaceList .boxList .box a .img{
	float:left;
	width:120px;
	margin-right:10px;
}
.newfaceList .boxList .box a ul{
	overflow:hidden;
}
.newfaceList .boxList .box a ul .enter{
	background-color:#eff8ff;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px;
}
.newfaceList .boxList .box a ul .enter img{
	vertical-align:middle;
	margin-left:5px;
}
.newfaceList .boxList .box a ul .name{
	color:#0847AE;
}
.newfaceList .boxList .box a ul .size{
}
.newfaceList .boxList .box a ul .icon{
	height:17px;
	margin:3px 0;
}
.newfaceList .boxList .box a ul .icon img{
	height:17px;
	vertical-align:middle;
	margin:0 2px;
}
.newfaceList .boxList .box a ul .comment{
}
.newfaceList .boxList .box a ul .shop{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-top:5px;
}
.newfaceList .boxList .box a ul .area{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
/* -----↑newfaceList----- */


/* -----↓blogGirlList----- */
.blogGirlList{
	margin-bottom:20px;
}
.blogGirlList .boxTitle{
	border-top:4px solid #fe4272;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.blogGirlList .boxTitle h2{
	color:#fe4272;
	line-height:40px;
	padding:0 5px;
	font-weight:bold;
	font-size:16px;
}
.blogGirlList .boxList{
}
.blogGirlList .boxList .box{
	float:left;
	width:145px;
	margin-left:10px;
}
.blogGirlList .boxList .box:nth-of-type(n+6){
	margin-top:15px;
}
.blogGirlList .boxList .box:nth-of-type(5n+1){
	margin-left:0;
	clear:both;
}
.blogGirlList .boxList .box a{
	display:block;
}
.blogGirlList .boxList .box a ul{
}
.blogGirlList .boxList .box a ul li{
}
.blogGirlList .boxList .box a ul .img{
	border:1px solid #ccc;
	margin-bottom:5px;
}
.blogGirlList .boxList .box a ul .date{
}
.blogGirlList .boxList .box a ul .title{
}
.blogGirlList .boxList .box a ul .name{
	color:#0847AE;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.blogGirlList .boxList .box a ul .shop{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.blogGirlList .boxList .box a ul .area{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
/* -----↑blogGirlList----- */


/* -----↓eventList----- */
.eventList{
}
.eventList .boxTitle{
	border-top:4px solid #fe4272;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.eventList .boxTitle h2{
	color:#fe4272;
	line-height:40px;
	padding:0 5px;
	font-weight:bold;
	font-size:16px;
}
.eventList form{
	margin-bottom:10px;
}
.eventList form fieldset{
	padding:10px;
	border:1px solid #ccc;
}
.eventList form fieldset table{
	margin:0 auto;
}
.eventList form fieldset table tr td select{
	width:150px;
	margin:5px;
}
.eventList .sort{
}
.eventList .sort ul{
}
.eventList .sort ul li{
	float:left;
	margin-right:10px;
}
.eventList .boxList{
	margin-top:10px;
}
.eventList .boxList .box{
	margin-bottom:20px;
}
/*
.eventList .boxList .box.typeS{
	background-color:#fcffd4;
}
.eventList .boxList .box.typeA{
	background-color:#fff1f7;
}
*/
.eventList .boxList .box h3 a{
	line-height:35px;
	color:#0847ae;
	font-size:16px;
	font-weight:bold;
	display:block;
	padding:0 10px;
	border-top:3px solid #6d949a;
	border-bottom:1px solid #6d949a;
	background-color:#d5ebfb;
}
/*
.eventList .boxList .box.typeS h3 a{
	border-top-color:#dd983c;
	border-bottom-color:#dd983c;
	background-color:#fbe9c6;
}
.eventList .boxList .box.typeA h3 a{
	border-top-color:#c96d9b;
	border-bottom-color:#c96d9b;
	background-color:#faddf6;
}
*/
.eventList .boxList .box h3 a img{
	vertical-align:text-bottom;
	margin-right:5px;
}
.eventList .boxList .box .img{
	float:right;
	margin:10px 10px 0;
}
.eventList .boxList .box .img a{
	display:block;
}
.eventList .boxList .box ul{
	overflow:hidden;
	padding:10px 10px 30px 10px;
	position:relative;
}
.eventList .boxList .box ul .icon{
	margin-bottom:7px;
	line-height:1;
}
.eventList .boxList .box ul .icon img{
	vertical-align:middle;
	margin-right:3px;
}
.eventList .boxList .box ul .title{
	margin-bottom:5px;
	line-height:20px;
}
.eventList .boxList .box ul .date{
	margin-bottom:5px;
	font-weight:bold;
	line-height:20px;
}
.eventList .boxList .box ul .description{
	max-height:220px;
	overflow:hidden;
}
.eventList .boxList .box ul .description table{
	width:100%;
}
.eventList .boxList .box ul .more{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	line-height:20px;
}
.eventList .boxList .box ul .more a{
	color:#0847ae;
}
/* -----↑eventList----- */


/* -----↓pokkiriList----- */
.pokkiriList .boxTitle{
	border-top:4px solid #fe4272;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.pokkiriList .boxTitle h2{
	color:#fe4272;
	line-height:40px;
	padding:0 5px;
	font-weight:bold;
	font-size:16px;
}

div#pokkiri {
	float: left;
	width: 760px;
	margin: 0 20px 0 0;
	font-size: 1.3em;
}
div.pokkiri div.pokkiri_box {
	width: 100%;
	float: left;
	word-wrap: break-word;
}
div.pokkiri_box ul li.listWrp {
	border: 1px solid rgb(255,128,128);
	clear:both;
	margin: 10px 0 20px;
}
div.pokkiri_box div.pokkriri_title {
	background-color: #feffb3;
	border-bottom: 1px solid rgb(255,128,128);
	padding: 3px 10px 3px 10px;
	word-break: break-all;
}
div.pokkiri_box div.pokkriri_title a {
	font-size:17px;
	font-weight:bold;
	text-decoration:underline;
	color:#0847ae;
}
div.pokkiri_box div.pokkiri_info_box {
	border-bottom: 1px solid rgb(255,128,128);
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

/* ポッキリ情報 */
div.pokkiri_info div.pokkiri_number_arrival{
	height: 28px;
}
div.pokkiri_info div.pokkiri_number_arrival div.arrival_icon {
	float: left;
}
div.pokkiri_info div.pokkiri_number_arrival div.arrival_icon span {
	background: rgb(252,150,40);
	color: rgb(255,255,255);
	border:1px solid rgb(252,150,40);
	border-radius: 3px;
	margin-right: 4px;
	padding: 0 4px;
	text-align:center;
}
div.pokkiri_info div.pokkiri_number_arrival div.arrival_num {
	float: left;
	margin-right: 5px;
	line-height: 24px;
}
div.pokkiri_info div.pokkiri_number_arrival div.arrival_num span {
	font-size: 24px;
}
div.pokkiri_info div.pokkiri_remaining_time {
	float: left;
	height: 34px;
	line-height: 40px;
}
div.pokkiri_info div.pokkiri_remaining_time span {
	font-size: 28px;
	color: rgb(255,0,0);
	margin: 0 1px;
}

/* ポッキリ情報 BOX */
div.pokkiri_info_box div.pokkiri_logo {
	width: 140px;
	float: left;
	margin: 10px 10px 0px 0px;
}
div.pokkiri_info_box div.pokkiri_logo img {
	width: 140px;
}
div.pokkiri_info_box div.pokkiri_info {
	float: left;
	word-break: break-all;
	width: 195px;
	margin-right: 10px;
}

/* ポッキリ 情報 コース */
div.pokkiri_info_box div.pokkiri_course {
	float: left;
	margin-right: 10px;
	font-size: 14px;
	width: 295px;
}
div.pokkiri_course span {
	color:#0847ae;
	font-size: 18px;
}
div.pokkiri_course div.fee {
	height: 34px;
	line-height: 40px;
	display: inline-block;
}
div.pokkiri_course div.fee span.normal_fee {
	margin-right: 2px;
}
div.pokkiri_course div.fee span.pokkiri_fee {
	font-size: 32px;
	color: rgb(255,0,0);
	margin-left: 4px;
}

/* ポッキリ 情報 割引率 */
div.pokkiri_info_box div.pokkiri_rate {
	float: right;
	background:url(../images/pokkiri_rate.png) no-repeat scroll 0 0 transparent;
	height: 66px;
	width: 66px;
	position: relative;
}
div.pokkiri_rate div {
	top: 16px;
    left: 10px;
	color: rgb(255, 255, 255);
    font-size: 23px;
	position: relative;
    text-align: center;
    width: 36px;
}

div.pokkiri_box div.pokkiri_msg {
	background-color: rgb(250, 250, 250);
	border-bottom: 1px solid #ff8080;
	padding: 1px 3px;
}
div.pokkiri_box div.pokkiri_appendinfo_box {
	padding: 7px 5px;
}

/* ポッキリ 情報 店舗ロゴ */
div.pokkiri_appendinfo_box div.shop_photo {
	border: 1px solid rgb(255, 227, 90);
	padding: 5px;
	width: 110px;
	height: 110px;
	float: left;
	margin-right: 10px;
}
div.pokkiri_appendinfo_box div.shop_photo a.mkThumb {
	width: 110px;
	height: 110px;
}
div.pokkiri_appendinfo_box div.shop_photo a.mkThumb img {
	width: 110px;
}
div.pokkiri_appendinfo_box div.shop_photo div.no_photo {
	width: 110px;
	height: 110px;
	background:white;
}
div.pokkiri_appendinfo_box div.shop_info {
	float: left;
	width: 600px;
	margin-top: 3px;
}

/* ポッキリ 情報 タイトル */
div.shop_info p.shop_title {
	text-align: left;
	color: rgb(150, 150, 150);
	border-bottom: 1px solid rgb(200, 200, 200);
	margin-bottom: 3px;
}
div.shop_info p.shop_date {
	margin-bottom: 3px;
}
div.shop_info p.shop_date span {
	font-weight: bold;
}

/* ポッキリ 情報 店舗情報 */
div.shop_info p.shop_etc span.shop_time {
	background: url(../images/time_icon.png) no-repeat scroll 0 0 transparent;
	padding-left: 16px;
	margin-right: 5px;
}
div.shop_info p.shop_etc span.shop_limit {
	background: url(../images/system_icon.png) no-repeat scroll 0 0 transparent;
	padding-left: 16px;
	margin-right: 5px;
}
div.shop_info p.shop_etc span.shop_tel {
	background: url(../images/icon-phone.png) no-repeat scroll 0 0 transparent;
	padding-left: 18px;
}

div.pokkiri_appendinfo_box div.course_info {
	float: left;
	width: 600px;
	margin: 5px 5px 5px 0;
}
div.course_info div.course_detail {
	margin-bottom: 10px;
	line-height:25px;
}
div.course_info div.course_condition {
	margin-bottom: 5px;
	line-height:25px;
}
div.course_info div.course_info_left {
	float: left;
	width: 100px;
	color: rgb(130, 54, 5);
	background-color: rgb(238, 232, 170);
	margin-right: 5px;
	text-align: center;
	word-break: break-all;
}
div.course_info div.course_info_right {
	float: left;
	width: 450px;
	word-break: break-all;
	min-height: 20px;
}
div.pokkiri_more {
	background	:none repeat scroll 0 0 rgb(221, 221, 221);
	border-bottom-left-radius	:10px;
	border-bottom-right-radius	:10px;
	margin-bottom	:10px;
	padding			:10px 5px;
	text-align		:center;
}
div.pokkiri_more a {
	color: rgb(51, 51, 51);
	display: block;
	cursor: pointer;
}
div.pokkiri_box div.pokkiri_appendinfo_box {
	padding: 7px 5px;
	width: 100%;
}
div.pokkiri_appendinfo_box div.shop_photo {
	border: 1px solid rgb(255, 227, 90);
	padding: 5px;
	width: 110px;
	height: 110px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
div.pokkiri_appendinfo_box div.shop_photo a.mkThumb {
	width: 110px;
	height: 110px;
}
div.pokkiri_appendinfo_box div.shop_photo a.mkThumb img {
	width: 110px;
}
div.pokkiri_appendinfo_box div.shop_photo div.no_photo {
	width: 110px;
	height: 110px;
	background:white;
}
div.pokkiri_appendinfo_box div.shop_info {
	float: left;
	width: 600px;
	margin-top: 3px;
}

/* ポッキリナビ */
div#contents ul li {
	border-radius:5px 0 0 5px;
	background: none;
	padding: 0;
}
div.pokkiri_navi {
	float:right;
	margin-bottom:10px;
}
div.pokkiri_navi ul {
	margin:0px auto;
	width:526px;
}
div.pokkiri_navi ul li {
	float:left;
	font-weight:bold;
	text-align:center;
	border:2px solid #b1ac98;
	margin-left: -2px;
	width: 130px;
}
div.pokkiri_navi ul li.first {
	border-radius:5px 0 0 5px;
	border-right:0;
}
div.pokkiri_navi ul li.last {
	border-radius:0 5px 5px 0;
}
div.pokkiri_navi ul li.second {
	border-right:0;
}
div.pokkiri_navi ul li a {
	padding:5px 24px;
	display:block;
	color:#000000;
}
div.pokkiri_navi ul li a:hover {
	text-shadow:2px 2px 2px #333;
	color:#FFFFFF;
	background: #635d45;
	background: -moz-linear-gradient(top,  #635d45 0%, #a39c73 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#635d45), color-stop(100%,#a39c73));
	background: -webkit-linear-gradient(top,  #635d45 0%,#a39c73 100%);
	background: -o-linear-gradient(top,  #635d45 0%,#a39c73 100%);
	background: -ms-linear-gradient(top,  #635d45 0%,#a39c73 100%);
	background: linear-gradient(to bottom,  #635d45 0%,#a39c73 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#635d45', endColorstr='#a39c73',GradientType=0 );
}
div.pokkiri_navi ul li.active a {
	text-shadow:2px 2px 2px #333;
	color:#FFFFFF;
	background: #635d45;
	background: -moz-linear-gradient(top,  #635d45 0%, #a39c73 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#635d45), color-stop(100%,#a39c73));
	background: -webkit-linear-gradient(top,  #635d45 0%,#a39c73 100%);
	background: -o-linear-gradient(top,  #635d45 0%,#a39c73 100%);
	background: -ms-linear-gradient(top,  #635d45 0%,#a39c73 100%);
	background: linear-gradient(to bottom,  #635d45 0%,#a39c73 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#635d45', endColorstr='#a39c73',GradientType=0 );
}

/* 検索結果領域 */
.result_box{
}
.pokkiri_box{
clear:both;
}
div.result_box div.result_indication {
	float:left;
	padding-left:5px;
}
div.result_box div.result_indication span.txt_red {
	color:#F00;
	font-weight:bold;
}
div.result_box div.result_indication span.txt_black {
}
div.result_box div.next_page {
	float:right;
	margin-top:5px;
	padding:0;
}
div.result_box div.next_page a {
}
div.txt_clear {
}
div.result_box div.pager_box {
	line-height: 16px;
}
div.result_box div.lowmsg {
	font-size: 12px;
	margin: 0 5px 2px;
}
/* -----↑pokkiriList----- */

