@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----- */
.menuGlobalBlockOuter{
	background:#000033;
	height:40px;
}
.menuGlobalBlockOuter .menuGlobalBlock{
	line-height:40px;
    margin:0 auto;
	color:#FFF;
    width:990px;
}
.menuGlobalBlockOuter .menuGlobalBlock .menuGlobal{
	float:left;
}
.menuGlobalBlockOuter .menuGlobalBlock .menuGlobal li{
	float:left;
}
.menuGlobalBlockOuter .menuGlobalBlock .menuGlobal li a{
	color:#FFF;
	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:#fff;
}
.menuGlobalBlockOuter .menuGlobalBlock #header_login div .red{
	color:#f00;
}

.header{
	width:990px;
	margin:10px auto;
}
.header .logoArea{
	float:left;
	margin-right:10px;
}
.header .logoArea a{
	display:inline-block;
}
.header .logoArea a img{
	height:72px;
}
.header .headerRight{
	float:right;
}
.header .headerRight li{
}
.header .headerRight .description{
	width:400px;
	margin-right:10px;
	float:left;
}
.header .headerRight .bannerHeader{
	float:right;
}
.menuAreaGlobalOuter{
	background:#70009F;
}
.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:#0847ae;
}
.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;
}

.menuFixedOuter{
	height:81px;
}
.menuFixed{
	width:100%;
	background-color:#fff;
}
.menuFixed.fixed{
	position:fixed;
	top:0;
	z-index:200;
}
.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:#0847ae;
	position:relative;
	left:-50%;
}
.menuAreaLocal li span,
.menuAreaLocal li a{
	display:inline-block;
	color:#0847ae;
	line-height:30px;
	padding:0 5px;
}
.menuAreaLocal li:first-child span,
.menuAreaLocal li:first-child a{
	margin-left:0;
}
.menuAreaLocal li.on span,
.menuAreaLocal li a:hover{
	color:#fff;
	background-color:#e1b3ff;
}
.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:#0847ae;
}
.menuFixed .menuLocal li a img{
	margin-right:5px;
	vertical-align:middle;
}
/* -----↑header----- */


/* -----↓contents----- */

.contentsOuter{

              /* background:url(../images/bg.jpg?imgopt=y&dw=1920&cache02=1519200180) no-repeat scroll center 0px; */
			  background-attachment:fixed;

}

.contents{
	width:990px;
	margin:0 auto;
}
.topicPass{
}
.topicPass li{
	float:left;
	margin-bottom:10px;
}
.topicPass li:nth-of-type(n+2){
	margin-left:3px;
}
.topicPass li a{
	color:#0847AE;
}
.topicPass li span,
.topicPass 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{
	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:15px;
}
.coverGirl div#slider,
.coverGirl div#firstdiv{
	width:450px;
	height:183px;
}
/* -----↑coverGirl----- */


/* -----↓newsTop----- */
.newsTop{
	margin-bottom:25px;
}
.newsTop .boxTitle{
	border-top:4px solid #fea4cf;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}
.newsTop .boxTitle h2{
	color:#fea4cf;
	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;
}
.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 #70009F;
	border-bottom:1px solid #70009F;
}
.blogManagerTop .boxTitle h2{
	color:#70009F;
	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 #70009F;
}
.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;
}
.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 #70009F;
	border-bottom:1px solid #70009F;
	margin-bottom:5px;
}
.sokuhimeTop .boxTitle h2{
	color:#70009F;
	line-height:30px;
	padding:0 5px;
	font-weight:bold;
}
.sokuhimeTop .boxList{
}
.sokuhimeTop .boxList .box{
	float:left;
	width:82px;
	margin-left:10px;
}
.sokuhimeTop .boxList .box:nth-of-type(n+6){
	margin-top:15px;
}
.sokuhimeTop .boxList .box:nth-of-type(5n+1){
	margin-left:0;
	clear:both;
}
.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 .name{
	color:#0847AE;
	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 .boxList .box a ul .shop{
	font-size:10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.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:#70009F;
	line-height:30px;
	height:30px;
	width:200px;
	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:548px;
	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:7px;
	margin-top:5px;
	border-top:1px solid #70009F;
	width:200px;
}
.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:49px;
}
/*ボタン*/
.newfaceTop .directionNav li a{
	width:200px;
	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 #70009F;
	border-bottom:1px solid #70009F;
	margin-bottom:5px;
}
.blogGirlTop .boxTitle h2{
	color:#70009F;
	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 #70009F;
	border-bottom:1px solid #70009F;
	margin-bottom:5px;
}
.movieTop .boxTitle h2{
	color:#70009F;
	line-height:30px;
	padding:0 5px;
	font-weight:bold;
}
.movieTop .boxList{
	padding:0 30px;
}
.movieTop .boxList .slides{
}
.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:219px;
	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{
}
.rankingTop .blockList .block .boxList .box a .img{
	width:76px;
	float:left;
	margin-right:10px;
}
.rankingTop .blockList .block .boxList .box a ul{
	overflow:hidden;
}
.rankingTop .blockList .block .boxList .box a ul li{
}
.rankingTop .blockList .block .boxList .box a ul .rank{
	line-height:18px;
}
.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;
	line-height:18px;
}
.rankingTop .blockList .block .boxList .box a ul .shop{
	line-height:18px;
}
.rankingTop .blockList .block .boxList .box a ul .area{
	line-height:18px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.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 #70009F;
	border-bottom:1px solid #70009F;
	margin-bottom:5px;
}
.shopCommunityTop .boxTitle h2{
	color:#70009F;
	line-height:30px;
	padding:0 5px;
	font-weight:bold;
	font-size:16px;
}
.shopCommunityTop .boxList .box{
	float:left;
	width:120px;
	margin-left:11px;
}
.shopCommunityTop .boxList .box:nth-of-type(n+6){
	margin-top:10px;
}
.shopCommunityTop .boxList .box:nth-of-type(5n+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:14px;
	position:relative;
}
.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 #fea4cf;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.menuFloatingSide .areaSearchBox .boxTitle h2{
	color:#fea4cf;
	line-height:30px;
	padding:0 5px;
	font-weight:bold;
}
.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 #fea4cf;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}
.couponTop .boxTitle h2{
	color:#fea4cf;
	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{
}
.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 #fea4cf;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}
.newsList .boxTitle h2{
	color:#fea4cf;
	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 #70009F;
	border-bottom:1px solid #70009F;
	margin-bottom:10px;
}
.blogManagerList .boxTitle h2{
	color:#70009F;
	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 #70009F;
	border-bottom:1px solid #70009F;
	margin-bottom:10px;
}
.sokuhimeList .boxTitle h2{
	color:#70009F;
	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 #fea4cf;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.scheduleList .boxTitle h2{
	color:#fea4cf;
	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 #70009F;
	border-bottom:1px solid #70009F;
	margin-bottom:10px;
}
.movieList .boxTitle h2{
	color:#70009F;
	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 .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 #70009F;
	border-bottom:1px solid #70009F;
	margin-bottom:10px;
}
.newfaceList .boxTitle h2{
	color:#70009F;
	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 #70009F;
	border-bottom:1px solid #70009F;
	margin-bottom:10px;
}
.blogGirlList .boxTitle h2{
	color:#70009F;
	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 #fea4cf;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.eventList .boxTitle h2{
	color:#fea4cf;
	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----- */


.pokkiri_box{
	clear:both;
}

/* -----検索結果など追加----- */

div#contents div.favorite_girl h3,
div#contents div.favorite_shop h3,
div#contents div.favorite_community h3,
div#contents div.cellphone h3,
div#contents div.data h3,
div#contents div.fresh h3,
div#contents div.filter h3,
div#contents div.mobile h3 {
	margin : 0;
}

div.movie_bord table.movieTable{
    width: 495px;
	padding:5px;
	margin:0;
}

div.movielist_link {
    padding: 10px;
}

div.movie_bord table.movieTable td {
    border: 1px solid #9EB4C6;
    padding: 5px;
    text-align: center;
}

div#content div.movie h3 {
	background : url(//img.cityheaven.net/img/commtpl/pocchari/images/page_bar/movie.gif) no-repeat;
	position: static;
	text-align:left;
	text-indent:45px;
}

div#contents div.fresh h3 {
	background : url(//img.cityheaven.net/img/commtpl/pocchari/images/page_bar/fresh.gif) no-repeat;
	position: static;
}
div#contents div.search h3 {
	margin : 0 0 10px 0;
	background : url(//img.cityheaven.net/img/commtpl/pocchari/images/page_bar/search.gif) no-repeat;
}
div#contents div.filter h3 {
	background : url(//img.cityheaven.net/img/commtpl/pocchari/images/page_bar/search.gif) no-repeat;
}
div#contents.search div.filter h3 {
	margin : 0 0 10px 0;
	background : url(//img.cityheaven.net/img/commtpl/pocchari/images/page_bar/search.gif) no-repeat;
}

div#contents div.outturn h3 {
	background : url(//img.cityheaven.net/img/commtpl/pocchari/images/page_bar/outturn.gif) no-repeat;
	text-indent : 10px;
}
div#contents.event div.outturn h3,
div#contents.newface div.outturn h3,
div#contents.ring div.outturn h3 {
	text-indent : 45px;
}
div#contents.event div.outturn h3 {
	background : url(//img.cityheaven.net/img/commtpl/pocchari/images/page_bar/event.gif) no-repeat;
}
div#contents.newface div.outturn h3 {
	background : url(//img.cityheaven.net/img/commtpl/pocchari/images/page_bar/newface.gif) no-repeat;
}
div#contents.ring div.outturn h3 {
	background : url(//img.cityheaven.net/img/commtpl/pocchari/images/page_bar/ring.gif) no-repeat;
}

div#contents div.more h3 {
	margin : 20px 0 10px 0;
	background : url(//img.cityheaven.net/img/commtpl/pocchari/images/page_bar/filter_more.gif) no-repeat;
	height : 28px;
}
div#contents div.more h3 {
	overflow : hidden;
	width : 495px;
	text-indent : -2000px;
}
div#contents div.form h3 {
	background : url(//img.cityheaven.net/img/commtpl/pocchari/images/page_bar/form.gif) no-repeat;
}
div#contents div.resign h3 {
	background : url(//img.cityheaven.net/img/commtpl/pocchari/images/page_bar/resign.gif) no-repeat;
}
div#contents div.clip_girl h3 {
	position : relative;
	background : url(//img.cityheaven.net/img/commtpl/pocchari/images/page_bar/favorite_girl_maypage.gif) no-repeat;
}
div#contents div.clip_shop h3 {
	position : relative;
	background : url(//img.cityheaven.net/img/commtpl/pocchari/images/page_bar/favorite_shop_mypage.gif) no-repeat;
}
div#contents div.clip_community h3 {
	position : relative;
	background : url(//img.cityheaven.net/img/commtpl/pocchari/images/page_bar/favorite_community_mypage.gif) no-repeat;
}
div#contents div.shop h3 {
	position : relative;
	background : url(//img.cityheaven.net/img/commtpl/pocchari/images/page_bar/good.gif) no-repeat;
}
div#contents div.favorite h3 a,
div#contents div.news h3 a {
	position : absolute;
	top : 7px;
	right : 15px;
	color : #ffffff;
	text-decoration : underline;
}
/* 修正 start */
div#contents div.favorite h3 a:link,
div#contents div.news h3 a:link {
	text-decoration : underline;
}
/* 修正 end */

div#contents div.community h3 {
	position : relative;
	background : url(//img.cityheaven.net/img/icon/contents/headline/community.gif) no-repeat;
}
div#contents.sitemap h3 {
	background : url(//img.cityheaven.net/img/icon/contents/headline/sitemap.gif) no-repeat;
}
div#contents.rss h3 {
	background : url(//img.cityheaven.net/img/icon/contents/headline/rss.gif) no-repeat;
}
div#contents div.search h4 {
	margin : 10px 0 0 0;
	font-size : 1.25em;
}
div#contents div.gift h3,
div#contents div.photo h3 {
	margin : 10px 0;
	background : url(//img.cityheaven.net/img/icon/contents/headline/gift.gif) no-repeat;
}
div#contents div.photo h3 {
	background : url(//img.cityheaven.net/img/icon/contents/headline/photo.gif) no-repeat;
}
div#contents div.photo h4 {
	margin : 0 0 5px 0;
}
div#contents div.filter div.more fieldset#filter h4 {
	padding : 5px 0 0 10px;
	background : url(//img.cityheaven.net/img/icon/contents/headline/more.gif) no-repeat;
	height : 26px;
	color : #ffffff;
}
div#contents div.filter form.note h4,
div#contents div.result form.note h4 {
	padding : 0 0 10px 0;
	font-size : 1.2em;
	font-weight : bold;
	text-align : left;
	text-indent : 10px;
}
div#contents div.mobile_info h3 {
	background : url(//img.cityheaven.net/img/icon/contents/headline/mobile_495.gif) no-repeat;
}
div#contents div.function h3,
div#contents.assist div.area h3 {
	margin : 10px 0 0 0;
	background : url(//img.cityheaven.net/img/icon/contents/headline/topic.gif) no-repeat;
	font-weight : normal;
	text-indent : 45px;
}
div#contents div.function h4 {
	position : relative;
	overflow : hidden;
	margin : 10px 0 5px 0;
	width : 266px;
	height : 26px;
	text-indent : -2000px;
}
div#contents div.function h4.check {
	background : url(//img.cityheaven.net/img/icon/contents/mobile/title_check.gif) no-repeat;
}
div#contents div.function h4.news {
	background : url(//img.cityheaven.net/img/icon/contents/mobile/title_news.gif) no-repeat;
}
div#contents div.function h4.get {
	background : url(//img.cityheaven.net/img/icon/contents/mobile/title_get.gif) no-repeat;
}

div#contents div.introduction h3 {
	margin : 10px 0 0 0;
	background : url(//img.cityheaven.net/img/icon/contents/headline/topic.gif) no-repeat;
	font-weight : normal;
	text-indent : 45px;
}

div#contents div.qr h3 {
	margin : 0;
	background : url(//img.cityheaven.net/img/icon/contents/headline/topic_qr.gif) no-repeat;
	font-weight : normal;
	text-indent : 10px;
}

div#contents div.detail h4,
div#contents div.detail div.section div.summary h5 {
	margin : 0 0 10px 0;
	background : url(//img.cityheaven.net/img/icon/contents/headline/back.gif) no-repeat;
	height : 22px;
	text-indent : 10px;
}
div#contents div.detail div.section div.summary h5 {
	margin : 20px 0 10px 0;
	background : url(//img.cityheaven.net/img/icon/contents/headline/back_270.gif) no-repeat;
}
div#contents div.result {
	float : left;
	background : #cde9f7;
	width : 285px;
}
div#contents div.request div.report,
div#contents div.filter div.result {
	float : none;
	margin : 0 0 10px 0;
	padding : 5px 10px 5px 10px;
	background : #cde9f7;
	width : auto;
}


/* @ESS 2010/7/12 追加*/
div#contents div.filter div.result, x:-moz-any-link {
	float : none;
	margin : 0 0 0 0;
	padding : 5px 10px 5px 10px;
	background : #cde9f7;
	width : auto;
}
/* @ESS 2010/7/12 追加*/


div#contents div.filter div.result p {
	padding : 0 0 3px 0;
}
div#contents div.result form {
	margin : 0 0 10px 10px;
	padding : 0 0 5px 0;
}
div#contents div.result form select {
	margin : 5px 0 0 0;
	width : 170px;
}
div#contents div.result h4 {
	background : url(//img.cityheaven.net/img/icon/contents/headline/topic_285.gif) no-repeat;
	color : #ffffff;
	width :285px;
	height : 26px;
	line-height : 26px;
	font-weight : bold;
	text-indent : 10px;
}
div#contents div.result dl {
	width : 285px;
}
div#contents div.result dl dt {
	margin : 5px 0 0 10px;
	padding : 0;
	background : none;
}
div#contents div.result dl dd {
	margin : 0 0 0 20px;
}
div#contents div.banner {
	padding : 7px 0 0 100px;
	background : url(//img.cityheaven.net/img/icon/accessory/pr.gif) no-repeat;
	border : 1px solid #9db4c6;
}

div#contents div.banner img {
	margin : 0 0 0 5px;
}

div#contents div.filter div.section {
	padding : 10px 0 0 0;
	border-top : 1px solid #9fb4c7;
}
div#contents div.filter div.more div.section {
	padding : 0;
	border : none;
}
div#contents div.filter div.more div.section h4 {
	margin : 0;
}
div#contents div.filter div.hot {
	margin : 0 0 10px 0;
	padding : 1px;
	background : #fcffd4;
	border : 0;
}
div#contents div.filter div.result_list {
	padding : 0;
}
*html div#contents div.result div.hot {
	position : absolute;
}
div#contents div.filter div.hot h4,
div#contents div.filter div.result_list h4 {
	position : relative;
	padding : 10px 0;
	background : #eff8ff;
	border-top : 1px solid #9cb5c9;
	border-bottom : 1px dotted #9cb5c9;
	text-indent : 10px;
}
div#contents div.filter div.reduction h4 {
	background : #fafafa;
}

div#contents div.filter div.result form {
	margin : 0 0 5px 0;
	padding : 0;
}
div#contents div.filter div.result form select {
	margin : 0 10px 0 0;
	width : 170px;
}
div#contents div.filter div.hot h4 img,
div#contents div.filter div.result_list h4 img {
	margin : -3px 0 0 5px;
	vertical-align : middle;
}
div#contents div.filter div.result_list h4 {
	margin : 0;
	border-bottom : 1px dotted #9cb5c9;
}
div#contents div.filter h4 span.date {
	position : absolute;
	right : 15px;
}
div#contents div.filter div.hot p.thumbs,
div#contents div.filter div.hot div.summary {
	position : relative;
	padding : 10px;
}
div#contents div.filter div.result_list p.thumbs,
div#contents div.filter div.result_list div.summary {
	position : relative;
	padding : 10px 10px 0 10px;
}
/* ESS 2010/10/19 マイページ、マイヘブン対応 */
div#contents div.filter div.result_list p.img_link,
div#contents div.filter div.result_list div.img_link2 {
	position : static;
}
/* ESS 2010/10/19 マイページ、マイヘブン対応 */
div#contents div.filter div.hot div.summary,
div#contents div.filter div.result_list div.summary {
	padding : 3px 10px;
}

div#contents div.filter div.hot div.summary {
	width : 360px;
}

div#contents div.opt div.section {
	clear : both;
	padding : 5px 0 0 0;
	height : 100%;
}
div#contents.newface div.opt div.section {
	padding : 8px 0 0 0;
}
div#contents div.opt div.section p {
	padding : 0;
	line-height : 1.1;
}
div#shell div#contents div.opt div.section p.note {
	margin : 3px 0 0 0;
	padding : 3px 0 3px 0;
	border-bottom : none;
}
*html div#shell div#contents div.opt div.section p.note {
	padding : 3px 0 0 0;
}
div#contents div.opt div.section div.summary {
	float : left;
	margin : 0 0 0 5px;
	width : 401px;
}
div#contents.newface div.opt div.section div.summary {
	padding : 0 0 3px 0;
}
*html div#contents div.opt div.section div.summary {
	width : 405px;
}
div#contents div.opt div.section div.summary p img {
	vertical-align : middle;
}
div#contents div.mobile div.section div.summary h4,
div#contents div.cellphone div.summary h4,
div#contents div.opt div.summary h4 {
	margin : 0;
	padding : 2px 0;
	background : #eff8ff;
	font-weight : bold;
	text-indent : 5px;
}

div#contents div.filter div.hot p.thumbs {
    float: right;
    margin: 0 0 7px 10px;
    padding: 10px;
    position: relative;
}

div#contents div.filter div.result_list p.thumbs {
    float: right;
    margin: 0 0 7px 10px;
    padding: 10px 10px 0;
    position: relative;
}

hr {
    clear: both;
    visibility: hidden;
}

span.date {
    color: #333333;
    font: 0.9em Arial,Helvetica,sans-serif;
}

a {
    color: #3366cc;
    text-decoration: none;
}
/* -----↓rankinguPage-----*/
.contentsOuter .contents .mainContents


.contentsOuter .contents .mainContents .mainBlock .banner-shop{
	background:url(//img.cityheaven.net/img/commtpl/wakayama/images/Ranking_Bar_Shop.gif) no-repeat;
	height:20px;
	color:#fff;
	line-height:17px;
	padding:7px 0 0 45px;	
}

.contents .sideContents{
	float:left;
}
#shell .contents .mainContents{
	float:right;
	margin-left:10px;
	width:810px;
}

#shell .contents .sideBlock{
	float:right;
	width:300px;
}
.mainBlock p#page_top{
	text-align:right;
}
p#page_top a{
	background:url(//img.cityheaven.net/img/icon/accessory/button/anchor.gif) no-repeat;
	font-size:0.95em;
	height:21px;
	line-height:21px;
	right:0;
	width:144px;
	padding:1px 10px 0 25px;
}


ul.ranking-shop-body{
	margin-bottom:5px;
	padding:5px;
	overflow:hidden;
}
ul.ranking-shop-body:nth-of-type(1){
	border:
}

ul.ranking-shop-body:nth-of-type(n+4){
	border:none;
}
ul.ranking-shop-body .ranking-shop-icon{
	float:left;
	width:30px;
	margin-top:15px;
}
ul.ranking-shop-body .ranking-shop-icon img{
	margin-bottom:10px;
}
ul.ranking-shop-body .ranking-shop-icon img:nth-of-type(2){
	margin-left:5px;
}
ul.ranking-shop-body .ranking-shop-image{
	float:left;
	margin-right:5px;
	margin-top:20px;
	margin-bottom:20px;	
}
ul.ranking-shop-body .ranking-shop-info{
	float:left;
	width:100px;
	margin-right:5px;
	margin-top:25px;
}
ul.ranking-shop-body .ranking-shop-info span.shop-name{
}
ul.ranking-shop-body .ranking-shop-info-more{
	float:left;
	font-size:11px;
	width:194px;
	padding:2px;
}


ul.ranking-girl-body{
	overflow:hidden;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
}
ul.ranking-girl-body li{
	float:left;
}
ul.ranking-girl-body li.ranking-girl-icon{
	margin:5px 5px 0 0;
	width:20px;
}




/*-------ランキングページ女の子-----*/

.contentsOuter .rankingGirlPage .mainContents .mainBlock{
	width:700px;
}
.contentsOuter .rankingGirlPage .mainContents .mainBlock .banner-area{
	background:url(//img.cityheaven.net/img/commtpl/wakayama/images/rankingGirlTitle.png) no-repeat;
	text-indent:-9999px;
	height:55px;
}
.mainBlock .single-ranking-area .subTitleRanking{
	background-color:#feb8cb;
	padding: 10px 0 20px 0;
	text-align: center;
	margin:5px 0;
}

ul.ranking-girl-body{
	overflow:hidden;
	padding:10px;
	border:3px solid #ddd;
	margin-bottom:10px;
}

ul.ranking-girl-body li.ranking-girl-image{
	margin-right:10px;
	width:120px;
}
ul.ranking-girl-body li.ranking-girl-right{
	width:380px;
	margin-top:10px;
}
ul.ranking-girl-body li.ranking-girl-right .girlName{
	border-bottom:1px solid #ddd;
	font-size:20px;
	color:#3366cc;
}
ul.ranking-girl-body li.ranking-girl-right .girl-info{
	margin-top:5px;
}
ul.ranking-girl-body li.ranking-girl-right .girl-work{
	margin-top:5px;
}
ul.ranking-girl-body li.ranking-girl-right .girl-link{
	margin-top:10px;	
}
.shop-name a{
	color:#36c;
}
ranking-girl-body
/* -----↑rankinguPage-----*/




/* line 9, ../sass/_A2.scss */
.ranking-category label {
  font-weight: bold; }
/* line 12, ../sass/_A2.scss */
.ranking-category .ranking-category-list {
  margin: 15px 0;
  width: 100%;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
/* line 16, ../sass/_A2.scss */
.ranking-category .ranking-category-list li {
  float: left;
  line-height: 20px;
  width: 50%; }
/* line 20, ../sass/_A2.scss */
.ranking-category .ranking-category-list li a {
  white-space: nowrap;
  display: block;
  margin: 5px;
  padding: 5px;
  font-weight: bold; }
/* line 26, ../sass/_A2.scss */
.ranking-category .ranking-category-list li a:hover {
  background-color: #333;
  border-radius: 2px;
  color: white; }
/* line 32, ../sass/_A2.scss */
.ranking-category .ranking-category-list li.active > a {
  background-color: #333;
  border-radius: 2px;
  color: white;
  font-weight: bold;
  margin: 5px;
  padding: 5px; }

/* line 44, ../sass/_A2.scss */
input[type="checkbox"].on-off {
  display: none; }

/*
input[type="checkbox"].on-off + ul {
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul {
    height: 150px;
}
*/
/** 個別ニュース系ランキング */
/* line 59, ../sass/_A2.scss */
div.single-ranking {
  width: 100%; }

/* line 64, ../sass/_A2.scss */
.ranking-girl-icon, .ranking-shop-icon {
  float: left;
  height: auto;
  text-align: center;
  width: 40px; }
/* line 69, ../sass/_A2.scss */
.ranking-girl-icon img, .ranking-shop-icon img {
  margin-bottom: 10px; }

/* line 74, ../sass/_A2.scss */
.ranking-girl-body {
  width: 100%;
  margin-bottom: 5px;
  padding: 10px 5px;
  display: inline-block;
  border-bottom: 1px dotted #aaa;
  overflow: hidden;
  *zoom: 1;
  box-sizing:border-box;
}
/* line 81, ../sass/_A2.scss */
.ranking-girl-body.rank-no1 {
  border: 6px solid #937c30;
  border-image: url(//img.cityheaven.net/img/commtpl/wakayama/images/stripesblack_no1.jpg) 24 24 round; }
/* line 85, ../sass/_A2.scss */
.ranking-girl-body.rank-no2 {
  border: 6px solid #6e6e6e;
  border-image: url(//img.cityheaven.net/img/commtpl/wakayama/images/stripesblack_no2.jpg) 24 24 round; }
/* line 89, ../sass/_A2.scss */
.ranking-girl-body.rank-no3 {
  border: 6px solid #945550;
  border-image: url(//img.cityheaven.net/img/commtpl/wakayama/images/stripesblack_no3.jpg) 24 24 round; }
/* line 93, ../sass/_A2.scss */
.ranking-girl-body .ranking-girl-image {
  min-height: 120px;
  min-width: 120px;
  float: left;
  text-align: center; }
/* line 98, ../sass/_A2.scss */
.ranking-girl-body .ranking-girl-image img {
  box-shadow: 0 0 0 1px #ccc; }
/* line 102, ../sass/_A2.scss */
.ranking-girl-body .ranking-girl-info {
  position: relative;
  min-height: 180px;
  float: left;
  font-size: 12px;
  margin: 0 0 0 15px;
  width:500px;
}
/* line 108, ../sass/_A2.scss */
.ranking-girl-body .ranking-girl-info.ranking-movie-info {
  height: 150px; }
/* line 111, ../sass/_A2.scss */
.ranking-girl-body .ranking-girl-info .name {
  box-shadow: 0 1px 0 #ccc;
  font-size: 20px;
  min-height: 25px;
  margin-bottom: 10px; }
/* line 116, ../sass/_A2.scss */
.ranking-girl-body .ranking-girl-info .name a {
  font-weight: bold;
  color:#3366cc;
}
/* line 119, ../sass/_A2.scss */
.ranking-girl-body .ranking-girl-info .name .today {
  color: red;
  font-weight: bold; }
/* line 124, ../sass/_A2.scss */
.ranking-girl-body .ranking-girl-info .girl-work {
  border-radius: 2px;
  display: inline-block;
  margin-top: 5px;
  padding: 5px;
  min-width: 40%; }
/* line 132, ../sass/_A2.scss */
.ranking-girl-body .ranking-girl-info .girl-link {
  position: absolute;
  right: 0;
  top: -3px;
  text-align: right;
  line-height: 21px; }
/* line 138, ../sass/_A2.scss */
.ranking-girl-body .ranking-girl-info .girl-link span {
  vertical-align: bottom;
  margin-right: 5px; }
/* line 142, ../sass/_A2.scss */
.ranking-girl-body .ranking-girl-info .girl-link a {
  color: #3366cc;
  font-weight: bold; }

.ranking-girl-body .ranking-girl-info .row{
	overflow:hidden;
}
.ranking-girl-body .ranking-girl-info .row .span_12{
	float:left;
	width:260px;
}
.ranking-girl-body .ranking-girl-info .row .span_6{
	float:left;
	width:215px;
	margin:10px 0 0 20px;
}
/* line 147, ../sass/_A2.scss */
.ranking-girl-body .ranking-girl-info .catch {
  font-weight: bold; }
/* line 153, ../sass/_A2.scss */
.ranking-girl-body .ranking-girl-info .girl-info > span {
  font-size: larger;
  font-weight: bold;
  margin:0 2px;
}
/* line 158, ../sass/_A2.scss */
.ranking-girl-body .ranking-girl-info .shop-info {
  margin-top: 10px; }
/* line 161, ../sass/_A2.scss */
.ranking-girl-body .ranking-girl-info .ranking-girl-in-shop {
  padding: 5px;
  background-color: #fcfcfc;
  border: 2px dotted #ccc; }
.ranking-girl-body .ranking-girl-info .ranking-girl-in-shop span.girl_pic{
	margin-left:4px;
}
/* line 166, ../sass/_A2.scss */
.ranking-girl-body .ranking-girl-info .recruit_button {
  position: absolute;
  right: 0;
  bottom: 5px; }
/* line 170, ../sass/_A2.scss */
.ranking-girl-body .ranking-girl-info .recruit_button a {
  background: url("/img/diaryContents/ranking_girls.gif") repeat scroll 0 0 transparent;
  color: #fff;
  display: block;
  height: 23px;
  line-height: 23px;
  text-align: center;
  width: 171px; }

/* line 183, ../sass/_A2.scss */
.recruit_button .recruit a {
  background-color: #fdb3fb;
  border: 2px solid white;
  border-radius: 20px;
  box-shadow: 0 0 0 3px #fdb3fb;
  color: white;
  font-size: 12px;
  padding: 2px 10px;
  width: 300px; }

@media screen and (max-width: 980px) {
  /* line 195, ../sass/_A2.scss */
  .mainContents #main {
    width: 690px; }
  /* line 198, ../sass/_A2.scss */
  .mainContents #main .ranking-girl-body .ranking-girl-info {
    width: 500px; } }
/* line 206, ../sass/_A2.scss */
.ranking-shop-body {
  width: 100%;
  margin-bottom: 5px;
  padding: 5px;
  border-bottom: 1px dotted #aaa;
  position: relative;
  overflow: hidden;
  *zoom: 1; }
/* line 213, ../sass/_A2.scss */
.ranking-shop-body.rank-no1 {
  border: 6px solid #937c30;
  border-image: url(/img/crooz/stripesblack_no1.jpg) 24 24 round; }
/* line 216, ../sass/_A2.scss */
.ranking-shop-body.rank-no1 .ranking-group-img .ranking-shop-image img {
  max-width: 150px; }
/* line 220, ../sass/_A2.scss */
.ranking-shop-body.rank-no2 {
  border: 6px solid #6e6e6e;
  border-image: url(/img/crooz/stripesblack_no2.jpg) 24 24 round; }
/* line 223, ../sass/_A2.scss */
.ranking-shop-body.rank-no2 .ranking-group-img .ranking-shop-image img {
  max-width: 150px; }
/* line 227, ../sass/_A2.scss */
.ranking-shop-body.rank-no3 {
  border: 6px solid #945550;
  border-image: url(/img/crooz/stripesblack_no3.jpg) 24 24 round; }
/* line 230, ../sass/_A2.scss */
.ranking-shop-body.rank-no3 .ranking-group-img .ranking-shop-image img {
  max-width: 150px; }
/* line 234, ../sass/_A2.scss */
.ranking-shop-body .ranking-group-img {
  float: left;
  margin-top: 5px; }
/* line 237, ../sass/_A2.scss */
.ranking-shop-body .ranking-group-img .ranking-shop-image {
  min-width: 150px;
  float: left;
  text-align: center; }
/* line 242, ../sass/_A2.scss */
.ranking-shop-body .ranking-group-img .ranking-shop-image img {
  box-shadow: 0 0 0 1px #ccc;
  max-width: 150px; }
/* line 249, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info {
  position: relative;
  min-height: 180px;
  float: left;
  font-size: 12px; }
/* line 254, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .name {
  box-shadow: 0 1px 0 #ccc;
  padding: 5px 0;
  font-size: 20px;
  min-height: 25px;
  margin: 10px 0;
  font-weight: bold; }
/* line 261, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .name a {
  font-weight: bold; }
/* line 264, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .name .today {
  color: red;
  font-weight: bold; }
/* line 269, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .shop-link {
  position: absolute;
  right: 0;
  text-align: right;
  top: 20px; }
/* line 275, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .catch {
  font-weight: bold; }
/* line 281, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .shop-info {
  position: absolute;
  left: 0;
  bottom: 5px; }
/* line 286, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .bottom_column {
  overflow: hidden;
  *zoom: 1;
  padding-top: 10px; }
/* line 289, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .bottom_column .girls_list {
  overflow: hidden;
  *zoom: 1;
  float: left;
  padding: 5px; }
/* line 293, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .bottom_column .girls_list ul > li {
  float: left;
  font-size: 10px;
  margin: 0 4px; }
/* line 297, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .bottom_column .girls_list ul > li img {
  max-width: 70px; }
/* line 300, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .bottom_column .girls_list ul > li .girls_info {
  overflow: hidden;
  width: 70px; }
/* line 303, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .bottom_column .girls_list ul > li .girls_info li {
  margin: 0; }
/* line 305, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .bottom_column .girls_list ul > li .girls_info li img {
  max-width: 70px; }
/* line 314, ../sass/_A2.scss */
.ranking-shop-body .recruit_button {
  clear: both;
  margin-bottom: 40px;
  margin-left: 40px;
  width: 150px; }
/* line 319, ../sass/_A2.scss */
.ranking-shop-body .recruit_button a {
  background-image: url("/img/diaryContents/ranking_girls.gif");
  background-size: 100% 100%;
  color: #fff;
  display: block;
  height: 23px;
  line-height: 23px;
  text-align: center; }

/* line 332, ../sass/_A2.scss */
.ranking-news-body {
  width: 100%;
  margin-bottom: 5px;
  padding: 5px 5px 25px;
  display: inline-block;
  border-bottom: 1px dotted #aaa;
  overflow: hidden;
  *zoom: 1; }
/* line 339, ../sass/_A2.scss */
.ranking-news-body.rank-no1 {
  border: 6px solid #937c30;
  border-image: url(/img/crooz/stripesblack_no1.jpg) 24 24 round; }
/* line 343, ../sass/_A2.scss */
.ranking-news-body.rank-no2 {
  border: 6px solid #6e6e6e;
  border-image: url(/img/crooz/stripesblack_no2.jpg) 24 24 round; }
/* line 347, ../sass/_A2.scss */
.ranking-news-body.rank-no3 {
  border: 6px solid #945550;
  border-image: url(/img/crooz/stripesblack_no3.jpg) 24 24 round; }
/* line 351, ../sass/_A2.scss */
.ranking-news-body .ranking-news-image {
  min-height: 120px;
  min-width: 120px; }
/* line 354, ../sass/_A2.scss */
.ranking-news-body .ranking-news-image img {
  box-shadow: 0 0 0 1px #ccc; }
/* line 358, ../sass/_A2.scss */
.ranking-news-body .ranking-news-info {
  position: relative;
  min-height: 180px;
  float: left;
  font-size: 12px;
  margin: 0 0 0 10px;
  width: 500px;
  line-height: 1.8; }
/* line 366, ../sass/_A2.scss */
.ranking-news-body .ranking-news-info .name {
  box-shadow: 0 1px 0 #ccc;
  padding: 0 0 5px 0;
  font-size: 20px;
  min-height: 25px;
  margin-bottom: 10px; }
/* line 372, ../sass/_A2.scss */
.ranking-news-body .ranking-news-info .name a {
  font-weight: bold; }
/* line 375, ../sass/_A2.scss */
.ranking-news-body .ranking-news-info .name .today {
  color: red;
  font-weight: bold; }
/* line 380, ../sass/_A2.scss */
.ranking-news-body .ranking-news-info .news-link {
  position: absolute;
  right: 0;
  text-align: right;
  top: 5px; }
/* line 390, ../sass/_A2.scss */
.ranking-news-body .ranking-news-info .news-info {
  position: absolute;
  left: 0;
  bottom: -15px; }
/* line 395, ../sass/_A2.scss */
.ranking-news-body .ranking-news-info .recruit_button {
  position: absolute;
  right: 0;
  bottom: 5px; }

/* line 403, ../sass/_A2.scss */
.recruit_button .recruit a {
  background-color: #fdb3fb;
  border: 2px solid white;
  border-radius: 20px;
  box-shadow: 0 0 0 3px #fdb3fb;
  color: white;
  font-size: 12px;
  padding: 2px 10px;
  width: 300px; }

@media screen and (max-width: 980px) {
  /* line 415, ../sass/_A2.scss */
  .ranking-news-body .ranking-news-info, .mainContents #main .ranking-girl-body .ranking-girl-info {
    width: 460px; } }
/* line 421, ../sass/_A2.scss */
#single-ranking-area .titleRank {
	font-size: 20px;
	background-color:#ff85b6;
	color:#fff;
	margin:5px 0;
	padding:10px;
	overflow:hidden;
	position:relative;
	line-height:20px;
}

/* line 426, ../sass/_A2.scss */
.ranking-category2 {
  border-radius: 2px;
  border: 5px solid #ccc;
  background-color: #ffffff; }
/* line 430, ../sass/_A2.scss */
.ranking-category2 .ranking-category-title {
  border: 1px solid #ccc;
  margin: 0;
  padding: 5px 14px;
  background: url("../../img/diaryContents/center_line.png") repeat-x scroll 0 0 transparent;
  font-weight: bold;
  line-height: 15px; }
/* line 438, ../sass/_A2.scss */
.ranking-category2 .ranking-category-subtitle {
  background-color: #efefef;
  font-weight: bold;
  padding: 5px 10px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd; }
p.rankingGirlTitle{
	padding:5px 12px;
}
/* line 445, ../sass/_A2.scss */
.ranking-category2 .category-list li a {
  display: block;
  font-weight: bold;
  margin: 5px;
  padding: 5px;
  white-space: nowrap;
  color: #3366cc; }
/* line 453, ../sass/_A2.scss */
.ranking-category2 .list-group a {
  color: #3366cc;
  font-weight: bold; }


.topic_path {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 11px; }
/* line 185, ../sass/_common.scss */
.topic_path li {
  float: left; }
  
.rank-comment {
  padding: 10px 0;
  clear: both; }

.titleRank:after {
  border-color: #feb8cb transparent transparent;
  border-style: solid;
  border-width: 10px 7px 0;
  bottom: -12px;
  content: "";
  left: 20px;
  position: absolute; }

div.single-ranking{
	width:100%;
}


@media screen and (max-width: 980px) {
  /* line 195, ../sass/_A2.scss */
  .mainContents #main {
    width: 690px; }
  /* line 198, ../sass/_A2.scss */
  .mainContents #main .ranking-girl-body .ranking-girl-info {
    width: 500px; } }
/* line 206, ../sass/_A2.scss */
.ranking-shop-body {
  width: 100%;
  margin-bottom: 5px;
  padding: 5px;
  border-bottom: 1px dotted #aaa;
  position: relative;
  overflow: hidden;
  *zoom: 1;
  box-sizing:border-box;
}
/* line 213, ../sass/_A2.scss */
.ranking-shop-body.rank-no1 {
  border: 6px solid #937c30;
  border-image: url(//img.cityheaven.net/img/commtpl/wakayama/images/stripesblack_no1.jpg) 24 24 round;
  box-sizing:border-box;
}
/* line 216, ../sass/_A2.scss */
.ranking-shop-body.rank-no1 .ranking-group-img .ranking-shop-image img {
  max-width: 150px; }
/* line 220, ../sass/_A2.scss */
.ranking-shop-body.rank-no2 {
  border: 6px solid #6e6e6e;
  border-image: url(//img.cityheaven.net/img/commtpl/wakayama/images/stripesblack_no2.jpg) 24 24 round;
  box-sizing:border-box;
}
/* line 223, ../sass/_A2.scss */
.ranking-shop-body.rank-no2 .ranking-group-img .ranking-shop-image img {
  max-width: 150px; }
/* line 227, ../sass/_A2.scss */
.ranking-shop-body.rank-no3 {
  border: 6px solid #945550;
  border-image: url(//img.cityheaven.net/img/commtpl/wakayama/images/stripesblack_no3.jpg) 24 24 round;
  box-sizing:border-box; }
/* line 230, ../sass/_A2.scss */
.ranking-shop-body.rank-no3 .ranking-group-img .ranking-shop-image img {
  max-width: 150px; }
/* line 234, ../sass/_A2.scss */
.ranking-shop-body .ranking-group-img {
  float: left;
  margin-top: 5px; }
/* line 237, ../sass/_A2.scss */
.ranking-shop-body .ranking-group-img .ranking-shop-image {
  min-width: 150px;
  float: left;
  text-align: center; }
/* line 242, ../sass/_A2.scss */
.ranking-shop-body .ranking-group-img .ranking-shop-image img {
  box-shadow: 0 0 0 1px #ccc;
  max-width: 150px; }
/* line 249, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info {
  position: relative;
  min-height: 180px;
  float: left;
  font-size: 12px;
  width:470px;
  margin-left:10px;
  
}
/* line 254, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .name {
  box-shadow: 0 1px 0 #ccc;
  padding: 5px 0;
  font-size: 20px;
  min-height: 25px;
  margin: 10px 0;
  font-weight: bold; }
/* line 261, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .name a {
  font-weight: bold;
  color:#3366cc;
}
/* line 264, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .name .today {
  color: red;
  font-weight: bold; }
/* line 269, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .shop-link {
  position: absolute;
  right: 0;
  text-align: right;
  top: 20px; }
.ranking-shop-body .ranking-shop-info .shop-icon span{
	color:#ff934b;
	border:2px solid #ff934b;
	font-weight:bold;
	font-size:10px;
	margin:4px 0;
	padding:0 2px;
}
/* line 275, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .catch {
  font-weight: bold; 
  margin-top:50px;
 }
/* line 281, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .shop-info {
  position: absolute;
  left: 0;
  bottom: 5px; }
/* line 286, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .bottom_column {
  overflow: hidden;
  *zoom: 1;
  padding-top: 10px; }
/* line 289, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .bottom_column .girls_list {
  overflow: hidden;
  *zoom: 1;
  float: left;
  padding: 5px; }
/* line 293, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .bottom_column .girls_list ul > li {
  float: left;
  font-size: 10px;
  margin: 0 4px; }
/* line 297, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .bottom_column .girls_list ul > li img {
  max-width: 70px; }
/* line 300, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .bottom_column .girls_list ul > li .girls_info {
  overflow: hidden;
  width: 70px; }
/* line 303, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .bottom_column .girls_list ul > li .girls_info li {
  margin: 0; }
/* line 305, ../sass/_A2.scss */
.ranking-shop-body .ranking-shop-info .bottom_column .girls_list ul > li .girls_info li img {
  max-width: 70px; }
/* line 314, ../sass/_A2.scss */
.ranking-shop-body .recruit_button {
  clear: both;
  margin-bottom: 40px;
  margin-left: 40px;
  width: 150px; }
/* line 319, ../sass/_A2.scss */
.ranking-shop-body .recruit_button a {
  background-image: url("/img/diaryContents/ranking_girls.gif");
  background-size: 100% 100%;
  color: #fff;
  display: block;
  height: 23px;
  line-height: 23px;
  text-align: center; }

h2.flt_l{
	position:relative;
}
.rank-time {
  background-color: #efefef;
  border-radius: 1px;
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  margin:0 0 0 auto;
  width:130px;
  text-align:center;
  position:absolute;
  right:0;
  top:10px;
}

/* line 28, ../sass/_A5DiaryTop.scss */
.rank-comment {
  padding: 10px 0;
  clear: both; }

/* line 34, ../sass/_A5DiaryTop.scss */
.ranking-category p {
  padding-left: 10px;
  line-height: 15px; }

.list-group-item {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  display: block;
  margin-bottom: -1px;
  padding: 10px 10px;
  position: relative; }



/*-------fontcolor*/
i.fa-arrow-circle-up{
	color:#ea6464;
}
i.fa-arrow-circle-down{
	color:#428ec8;
}
i.fa-arrow-circle-right{
	color:#ff8f01;
}
i.fa-diamond{
	color:#fff;
}
i.fa-moon-o{
	color:#6F6;
}


/* -----↓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----- */

