/**★★★★全体共通★★★★**/

/**アコーディオン*************/
.cont-open{cursor:pointer;}
.cont-in{display:none;}

/**タブ*************/
/**20140408変更**/
.tab{overflow:hidden;padding:1% 1% 0 1%;}
.tab li{
	width:25%;
	padding:10px 5px;
	float:left;
	text-align:center;
	cursor:pointer;
	font-weight:bold;
}
.tab-hide{display:none;}
.tab-in div{box-shadow:0 1px 3px #ccc;}

/**20140408変更**/
.tab-cont li{
	background:url("../images/common/arrow-r.png") no-repeat 96% center; background-size:10px 16px;
	border-bottom:1px solid #ccc;
	height:55px;
}
.tab-cont li a{
	display:block;
	padding:13px 20px 10px 60px;
	font-size:18px;
	line-height:0.8;
	color:#333;
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.tab-cont li a span{font-size:10px;font-weight:normal;}

/**ショップページ用タブ**/
/**20140408変更**/
.shop-tab{background-color:#FE1522;}
.shop-tab li{
	color:#fff;
	text-shadow:0 1px 1px #333;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	border-right:1px solid #FE1B28;
	background: rgb(254,21,34); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,21,34,1) 0%, rgba(254,21,34,1) 50%, rgba(202,22,28,1) 50%, rgba(254,27,40,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,21,34,1)), color-stop(50%,rgba(254,21,34,1)), color-stop(50%,rgba(202,22,28,1)), color-stop(100%,rgba(254,27,40,1))); /* Chrome,Safari4+ */
	background: linear-gradient(to bottom,  rgba(254,21,34,1) 0%,rgba(254,21,34,1) 50%,rgba(202,22,28,1) 50%,rgba(254,27,40,1) 100%); /* W3C */
}
.shop-tab li:last-child{border-right:none;}
.shop-tab li.select{
	background:#fff;
	color:#333;
	text-shadow:none;
	border-radius:4px 4px 0 0;
}
.shop-in{border-top:2px solid #FE1B28;}

/**ページ用共通タブ**/
/**20140408変更**/
.page-tab{
	background: rgb(254,27,40); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,27,40,1) 0%, rgba(202,22,28,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,27,40,1)), color-stop(100%,rgba(202,22,28,1))); /* Chrome,Safari4+ */
	background: linear-gradient(to bottom,  rgba(254,27,40,1) 0%,rgba(202,22,28,1) 100%); /* W3C */
}
.page-tab li{
	color:#fff;
	text-shadow:0 1px 1px #333;
	padding:5px;
	line-height:1.2;
	border-right:1px solid #FE1B28;
	background: rgb(254,27,40); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,27,40,1) 0%, rgba(202,22,28,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,27,40,1)), color-stop(100%,rgba(202,22,28,1))); /* Chrome,Safari4+ */
	background: linear-gradient(to bottom,  rgba(254,27,40,1) 0%,rgba(202,22,28,1) 100%); /* W3C */
}
.page-tab li:last-child{border-right:none;}
.page-tab li.select{
	color:#333;
	text-shadow:none;
	border-radius:4px 4px 0 0;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,244,240,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(246,244,240,1))); /* Chrome,Safari4+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,244,240,1) 100%); /* W3C */
}
.page-in{border-top:2px solid #CA161C;}

/**グローバルメニュー共通*************/
.menu-search{padding:10px;}
#search-window{
	background:url("../images/common/icon-m-search.png") no-repeat 10px center #555; background-size:16px 16px;
	border-radius:5px;
	padding:6px 6px 6px 30px;
	color:#fff;
	margin-right:10px;
	width:94%;
	font-size:14px;
	border:none;
}
#search-btn{
	padding:4px 5px;
	border:1px solid rgba(0, 0, 0, 0.1);
	border-radius:5px;
	cursor:pointer;
	width:50px;
	font-size:14px;
	color:#333;
	text-shadow: 0 1px 0 #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover{background:rgba(255,255,255,0.9);}
#sidr ul { display: none; }
.sidr li { cursor: pointer; }
.menu-top{background:url("../images/common/icon-m-home.png") no-repeat 10px center; background-size:20px 20px;}
.menu-top a{
	display:block;
	text-decoration:none;
	color:#fff;
	background:url("../images/common/arrow-w.png") no-repeat 225px center; background-size:10px 16px;
	padding:0 0 0 40px;
}
.menu-top,.menu-open{
	cursor: pointer;
	display:block;
	margin:0;
	line-height:48px;
	border-top:1px solid #4d4d4d;
	border-bottom:1px solid #1a1a1a;
}
.menu-open{padding:0 0 0 40px;}
.menu-open span{display:block;}
.down span{background:url("../images/common/down-s-b.png") no-repeat 180px center; background-size:20px 20px;}
.up span{background:url("../images/common/up-s-b.png") no-repeat 180px center; background-size:20px 20px;}
.menu-open-m{display:block;padding:10px 15px;}
.down-m{background:url("../images/common/down-c-b.png") no-repeat 220px center; background-size:20px 20px;}
.up-m{background:url("../images/common/up-c-b.png") no-repeat 220px center; background-size:20px 20px;}

.m-home{background:url("../images/common/icon-m-search.png") no-repeat 10px center; background-size:20px 20px;}
.m-deli{background:url("../images/common/icon-m-deli.png") no-repeat 10px center; background-size:20px 20px;}
.m-waribiki{background:url("../images/common/icon-m-waribiki.png") no-repeat 10px center; background-size:20px 20px;}
.m-girl{background:url("../images/common/icon-m-girl.png") no-repeat 10px center; background-size:20px 20px;}
.m-clip{background:url("../images/common/icon-m-clip.png") no-repeat 10px center; background-size:20px 20px;}
.m-contents{background:url("../images/common/icon-m-contents.png") no-repeat 10px center; background-size:20px 20px;}
.sidr{
	display:none;
	position:absolute;
	position:fixed;
	top:0;
	height:100%;
	z-index:999999;
	width:260px;
	overflow-x:none;
	overflow-y:auto;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:15px;
	background:#333;
	color:#fff;
	-webkit-box-shadow:inset 0 0 5px 5px #222;
	-moz-box-shadow:inset 0 0 5px 5px #222;
	box-shadow:inset 0 0 5px 5px #222
}
.sidr .sidr-inner{padding:0 0 15px}
.sidr .sidr-inner>p{margin-left:15px;margin-right:15px;}
.sidr.right{
	left:auto;
	right:-100%;
	width:100%;
	background:#fff;
	color:#333;
	box-shadow:none;
}
.sidr.left{left:-260px;right:auto;}
.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{
	font-size:11px;
	font-weight:normal;
	padding:0 15px;
	margin:0 0 5px;
	color:#fff;
	line-height:24px;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
	background-image:-webkit-linear-gradient(#4d4d4d,#1a1a1a);
	background-image:-moz-linear-gradient(#4d4d4d,#1a1a1a);
	background-image:-o-linear-gradient(#4d4d4d,#1a1a1a);
	background-image:linear-gradient(#4d4d4d,#1a1a1a);
	-webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);
	box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)
}
.sidr p{font-size:14px;}
.sidr p a{color:rgba(255,255,255,0.9)}
.sidr>p{margin-left:15px;margin-right:15px}
.sidr ul{
	display:block;
	margin:0;
	padding:0;
	border-top:1px solid #1a1a1a;
	border-bottom:1px solid #4d4d4d;
}	
.sidr ul li{
	display:block;
	margin:0;
	border-top:1px solid #666;
	border-bottom:1px solid #1a1a1a;
	background:url("../images/common/arrow-w.png") no-repeat 225px center #444; background-size:10px 16px;
}
.sidr ul li.arrow-no{background-image:none;}
.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{border-top:none;}
.sidr ul li a{
	padding:10px 15px;
	display:block;
	text-decoration:none;
	color:#fff;
}
.sidr ul li ul{border-bottom:none;margin:0;}
.sidr ul li ul li{font-size:13px;}
.sidr ul li ul li:last-child{border-bottom:none;}
.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active{border-top:none;}
.sidr ul li ul li a,
.sidr ul li ul li span{color:rgba(255,255,255,0.8);padding-left:30px;}
.sidr form{margin:0 15px}
.sidr label{font-size:13px}

#sidr a.drawer_top{ color:#333;width:1px;height:1px;display:inline;float:right; }


/**ヘッダー*************/
#header{
	width: 100%;
	height: 64px;
	line-height: 40px;
	background: #333;
	padding: 0;
	color: #eee;
	font-size: 20px;
	text-align: center;
}

.slide-menu-btn{position:absolute;padding:5px 0 0 5px;}
.slide-menu-btn img{width:50px;height:50px;}
.head-r-btn{
	position:absolute;
	right:5px;
	top:5px;
}
.head-r-btn img{width:50px;height:50px;}

/**ロゴ*************/
.logo{
	height:40px;
	font-size:20px;
	line-height:40px;
}
.logo img{
	width:79px;
	height:auto;
	padding-top:3px;
}
.logo p{
	font-size:12px;
	line-height:15px;
}
.logo a{
	color:#fff;
}

#pageslide {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 220px;
    padding: 10px;
    background-color: #333;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
}

/**タイトルA　パンくず兼ページタイトル*************/
.bread{
	width:100%;
	color:#fff;
	font-size:13px;
	padding:10px 5px 10px 10px;
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */	
}
.bread a{color:#fff;text-decoration:none;}
.bread span{background:url("../images/common/icon-back-b.png") no-repeat left center; background-size:16px 16px;padding:5px 5px 5px 22px;}

/**タイトルB　ページタイトル*************/
.page-title{
	width:100%;
	color:#fff;
	text-align:center;
	padding:10px 5px 10px 10px;
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */	
}

/**タイトルC　ショップ　黄色タイトル*************/
.title-bar-y{
	font-size:12px;
	padding:7px 10px 5px;
	border-bottom:1px solid #ccc;
	overflow:hidden;
	background: rgb(253,248,166); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,248,166,1) 0%, rgba(253,221,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,248,166,1)), color-stop(100%,rgba(253,221,25,1))); /* Chrome,Safari4+ */
	background: linear-gradient(to bottom,  rgba(253,248,166,1) 0%,rgba(253,221,25,1) 100%); /* W3C */
}

/**タイトルD　アイコンなし*************/
.search-title{
	padding:10px 0 10px 10px;
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(210,210,210,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(210,210,210,1))); /* Chrome,Safari4+ */
	background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(210,210,210,1) 100%); /* W3C */
	font-size:18px;
	font-weight:bold;
	text-shadow:0 1px 1px #fff;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/**タイトルD+　検索用タイトル*************/
.search-title .icon-search{
	background:url("../images/common/icon-search-r.png") no-repeat left center; background-size:20px 20px;
	padding:10px 0 10px 25px;
}

/**タイトルD+　安イイ用タイトル*************/
.search-title .ribbon{
	background:url("../images/shop-ribbon.png") no-repeat left center;
	padding:10px 0 10px 25px;
	font-size:14px;
}

.howto{ text-align:right; line-height:1.8; }
.howto img{ margin:6px 3px 0 0 }




/**人数表示　アイコンガイド*************/
.girl-num01{float:left;}
.girl-icon-guide{
	float:right;
	background:url("../images/common/arrow-circle-gray.png") no-repeat 4px center; background-size:10px 10px;
	padding:2px 4px 2px 18px;
	background-color:#e6c510;
	font-size:10px;
	border-radius:4px;
	text-shadow:0 1px 1px #fff;
}
.girl-icon-guide a{color:#333;}

/**フッターリンク*************/
.footer-link{border-top:1px solid #ccc;}
.footer-link li{margin:5px;}
.footer-link li a{
	padding:5px 10px 5px 17px;
	display:block;
	margin:4px 0;
}

.guidance1{
	margin:5px auto -10px auto;
	padding:5px;
	width:240px;
	color:#fff;
	background:#fe1522;
	border-radius:9px;
}

/**人数表示　もっと見るボタン共通*************/
.girl-num02{font-size:12px;text-align:center;}
.more-look-btn{
	border-radius:6px;
	margin:0 auto 10px auto;
	width:140px;
	border:1px solid #020202;
	text-align:center;
	box-shadow:0 1px 1px #ccc inset, 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
	background: rgb(95,95,95); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(95,95,95,1) 0%, rgba(50,50,50,1) 50%, rgba(2,2,2,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(95,95,95,1)), color-stop(50%,rgba(50,50,50,1)), color-stop(100%,rgba(2,2,2,1))); /* Chrome,Safari4+ */
	background: linear-gradient(to bottom,  rgba(95,95,95,1) 0%,rgba(50,50,50,1) 50%,rgba(2,2,2,1) 100%); /* W3C */
}
.more-look-btn a{
	font-size:12px;
	display:block;
	color:#fff;
	padding:6px;
}
.a-white a{background:url("../images/common/arrow-w_under.png") no-repeat 90% center; background-size:19px 19px;}

/**フッターパンくず共通*************/
.bread-footer{margin:10px;}
.bread-footer ul{
	border:1px solid #ccc;
	border-radius:5px;
	background-color:#eee;
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.4);
}
.bread-footer li{
	padding:6px 5px;
	border-top:1px solid #ccc;
	padding-left:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.bread-footer li a{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.bread-footer li:first-child{border-top:none;}
.bread-footer li a{display:block;}

/**サイトフッターリンク共通*************/
.site-link li a{background:url("../images/common/arrow-sankaku-w.png") no-repeat 5px center #333; background-size:8px 8px;color:#fff;}

/**順番選択ボタン共通*************/
.shop-cate-choice{
	margin:10px;
	border-radius:6px;
	background: rgb(216,107,216); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(216,107,216,1) 0%, rgba(156,51,205,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,107,216,1)), color-stop(100%,rgba(156,51,205,1))); /* Chrome,Safari4+ */
	background: linear-gradient(to bottom,  rgba(216,107,216,1) 0%,rgba(156,51,205,1) 100%); /* W3C */
}
.shop-cate-choice li{
	color:#fff;
	text-align:center;
	width:33%;
	padding:10px 5px;
	float:left;
	font-size:18px;
}
.shop-cate-choice li span{font-size:12px;margin:0 6px;}
.shop-cate-choice li a{color:#ffda03;}
.shop-cate-choice li:last-child{width:34%;}

/**50音選択ボタン共通*************/
.shop-50-choice ul{margin:10px;}
.shop-50-choice li{
	width:9%;
	margin-right:1%;
	text-align:center;
	float:left;
}
.shop-50-choice li:last-child{margin-right:0;}
.shop-50-choice li a{
	border-radius:8px;
	display:block;
	padding:10px 0;
	border:1px solid #FC97CB;
	background:linear-gradient(to bottom, #FFCFE7 0%, #FEA8D5 100%, #FEA8D5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	box-shadow:0 1px 1px #fff inset;
	text-shadow:0 1px 1px #fff;
}
.shop-50-choice li a.active{
	border:1px solid #fff;
	background:#FC74BA;
	box-shadow:0 1px 2px #8E4376 inset;
	color:#fff;
	text-shadow:none;
}

/**女の子一覧*************/
.shop-girl-wraper{margin-bottom:20px;}
.shop-girl-box{
	line-height:1.3;
	border-bottom:1px solid #ccc;
	padding:5px 0;
	background:url("../images/common/arrow-circle-gray.png") no-repeat 96% center; background-size:20px 20px;
}
li.shop-girl-box:nth-child(2n+0){background-color:#ffffcd;}
.shop-girl-img{
	float:left;
	padding:0 0 0 5px;
	width:125px;
	height:130px;
}
.shop-girl-3d-img{
	float:left;
	padding:0 0 0 5px;
	width:100px;
}
.shop-girl-gravure-img{
	float:left;
	padding:0 0 0 5px;
	width:210px;
}

.shop-girl-sekukyabaG-img{
	float:left;
	padding:0 0 0 2px;
	width:156px;
	height:83px;
}
.shop-girl-data{
	float:left;
	vertical-align:top;
	width:60%;
	padding-right:25px;
}
.shop-girl-sekukyabaG-data{
	float:left;
	vertical-align:top;
	width:50%;
	padding-right:25px;
}
.shop-girl-name{
	font-size:15px;
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.status{font-size:10px;color:#FF0000;}
.status span{
	display:inline-block;
	font-size:8px;
	color:#FF0000;
	border:1px solid #FF0000;
	border-radius:5px;
	text-align:center;
	width:30px;
	font-weight:bold;
	background-color:#fff;
}
.shop-girl-size{
	color:#333;
	margin-bottom:3px;
	font-size:13px;
}
.shop-girl-comment{
	color:#f308fb;
	font-size:12px;
	height:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	width:100%;
	margin-bottom:5px;
	margin-left:5px;
}
.shop-girl-mark{font-size:10px;height:20px;}
.shop-girl-mark span{
	padding:2px 5px;
	border-radius:3px;
	margin-right:10px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.shop-girl-mark .mark-new{color:#ff0000;background-color:#ffbe0d;}
.shop-girl-mark .mark-wait{color:#fffd00;background-color:#dd0200;}
.shop-girl-mark .mark-pic{color:#fff;background-color:#d7038b;}
.shop-girl-mark .mark-att{color:#fff;background-color:#00cc00;}

.shop-girl-attend{
	background-color:#fff9ef;
	border-radius:10px;
	border:1px solid #f3ab5f;
	font-size:11px;
	text-align:center;
	padding:2px;
	width:150px;
	color:#fd0000;
}
.shop-girl-attend span{
	background-color:#8ce706;
	margin:1px;
	padding:1px 2px;
	font-size:10px;
	color:#333;
}
.girl-shopname{
	display:block;
	font-size:11px;
	color:#099cdf;
	margin-bottom:4px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.girl-shoparea{
	display:block;
	font-size:11px;
	color:#333;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.girl-ima{
	clear:both;
	padding:4px 0 0 5px;
	font-size:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#ff0000;
}
.girl-ima span{display:block;color:#428BCA;}
/* 入店日。更新状況の「status」クラスを上書きする */
.girl-newface {
	background-color:#fff9ef !important;
	border-radius:10px !important;
	border:1px solid #f3ab5f !important;
	font-size:11px !important;
	font-weight: normal !important;
	text-align:center !important;
	padding:2px !important;
	width:120px !important;
	color:#fd0000 !important;
}

/**選択ボタン*************/
.shop-girl-choice{
	box-shadow:0 2px 3px #ccc;
	border-top:1px solid #dbdcce;
	margin-bottom:10px;
	clear:both;
}
.shop-girl-choice li{
	width:20%;
	float:left;
	text-align:center;
	line-height:50px;
	background:url("../images/shop-girl-choice-bg.png") repeat-x left top; background-size:12px 50px;
	border-right:1px solid #dbdcce;
}
.shop-girl-choice li:last-child{border:none;}
.shop-girl-choice li a{
	color:#ff6500;
	display:block;
	font-size:12px;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
}
.shop-girl-choice li:first-child a{border-left:none;}
.shop-girl-choice li a.active{
	background:url("../images/shop-girl-choice-hover-bg.png") repeat-x left top; background-size:12px 50px;
}

/**出勤用日にち選択*************/
.attend-search{
	padding:10px;
	background: rgb(229,251,213); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,251,213,1) 0%, rgba(205,249,154,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,251,213,1)), color-stop(100%,rgba(205,249,154,1))); /* Chrome,Safari4+ */
	background: linear-gradient(to bottom,  rgba(229,251,213,1) 0%,rgba(205,249,154,1) 100%); /* W3C */
}
.attend-search table{margin:0 auto;}
.search-window{
	font-size:14px;
	padding:4px;
	color:#333;
	margin-right:10px;
	width:95%;
	border-radius:5px;
	border:1px solid #999;
	box-shadow:0 1px 1px rgba(255, 255, 255, 0.8);
}
.search-btn-att{
	font-size:12px;
	color:#efefef;
	padding:3px 10px;
	border-radius:5px;
	cursor:pointer;
	border:1px solid #333;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(255, 255, 255, 0.8);
	background: rgb(82,82,82); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(82,82,82,1) 0%, rgba(52,52,52,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(82,82,82,1)), color-stop(100%,rgba(52,52,52,1))); /* Chrome,Safari4+ */
	background: linear-gradient(to bottom,  rgba(82,82,82,1) 0%,rgba(52,52,52,1) 100%); /* W3C */
}

/**LG　フッターリンク*************/
.lg-footer-link{
	border-top:1px solid #ccc;
	text-align:center;
	padding:20px 0;
}
.copylight{
	color:#666;
	text-align:center;
	border-top:1px solid #ccc;
	padding:10px 0;
	font-size:10px;
}
/* トップに戻る */
#pageTop{
    background:rgba(0,0,0,0.5);
    border-radius:5px 0 0 5px;
    padding:8px 10px 8px 10px;
    position:fixed;
    bottom:20px;
    right:0;
	z-index:100;
}
#pageTop a{color:#fff;}
#pageTop:hover{background:rgba(0,0,0,1.0);}

/**■アイコンガイドページ*************/
.guide-box{
	margin:10px;
	padding:10px;
	border:1px solid #ccc;
	border-radius:10px;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.3);
}
.guide-box li{
	border-bottom:1px dotted #ccc;
	padding-bottom:6px;
	margin-bottom:5px;
	font-size:11px;
	clear:both;
}
.guide-box li p{margin-left:80px;}
.guide-mark{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:11px;
	height:18px;
	line-height:18px;
	padding:2px 4px;
	color:#fff;
	border-radius:3px;
	width:70px;
	text-align:center;
	position:absolute;
	margin:0!important;
}
.guide-mark.g-mark01{background-color:#e3017f;}
.guide-mark.g-mark02{background-color:#35b06f;font-size:10px;}
.guide-mark.g-mark03{background-color:#0168b7;}
.guide-mark.g-mark_discount-hoka{background-color:#fe0002; color:#ffff2d; letter-spacing:-3px;}
.guide-mark.g-mark_discount-yasuii{background-color:#ffe02d;color:#e00002;}
.guide-icon{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	width:48px;
	font-size:10px;
	padding-top:2px;
	border-radius:2px;
	margin-right:1px;
	text-align:center;
	color:#fff;
	background-color:#d803d7;
	position:absolute;
	margin:0!important;
}
.g-icon01{color:#fff;background-color:#d803d7;}
.g-icon02{color:#ffff2d;background-color:#684891;}
.g-icon03{color:#fff;background-color:#575757;}

.g-icon-new{color:#fff;background-color:#ffbe0d;}
.g-icon-pic{color:#fff;background-color:#d7038b;}
.g-icon-wait{color:#fff;background-color:#dd0200;}
.g-icon-att{color:#fff;background-color:#00cc00;}

.guide-text{font-size:11px;margin-bottom:5px;}
.site-back{
	border:1px solid #777;
	border-radius:6px;
	width:140px;
	margin:0 auto 10px auto;
	text-align:center;
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
	background: rgb(158,160,163); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(158,160,163,1) 0%, rgba(121,129,137,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,160,163,1)), color-stop(100%,rgba(121,129,137,1))); /* Chrome,Safari4+ */
	background: linear-gradient(to bottom,  rgba(158,160,163,1) 0%,rgba(121,129,137,1) 100%); /* W3C */
}
.site-back a{
	font-size:16px;
	color:#333;
	font-weight:bold;
	text-shadow:0 1px 1px #fff;
	background:url("../images/common/icon-return-b.png") no-repeat 30px center; background-size:14px 14px;
	padding:5px 10px 5px 30px;
	display:block;
}

/**ホットニュース、現場です選択ボタン*************/
.hotnews-choice, .scenereport-choice{
	/*box-shadow:0 2px 3px #ccc;
	border-top:1px solid #dbdcce;*/
	border-bottom:1px solid #dbdcce;
	margin:5px auto 10px auto;
	clear:both;
	width:100%;
}
.hotnews-choice ul {
	margin:0 auto;
}
.hotnews-choice li {
	min-width:33%;
}
.scenereport-choice li {
	min-width:50%;
}
.hotnews-choice li, .scenereport-choice li{
	float:left;
	text-align:center;
	line-height:50px;
	background:url("../images/shop-girl-choice-bg.png") repeat-x left top; background-size:12px 50px;
	border-right:1px solid #dbdcce;
}
/*.hotnews-choice li:last-child, .scenereport-choice li:last-child{border:none;}*/

.hotnews-choice li a{
	color:#ff6500;
	display:block;
	font-size:12px;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
}


.scenereport-choice li a{
	color:#ff6500;
	display:block;
	font-size:12px;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	background: #fefcea; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #fefcea 0%, #f1da36 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #fefcea 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #fefcea 0%,#f1da36 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #fefcea 0%,#f1da36 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #fefcea 0%,#f1da36 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}


.hotnews-choice li:first-child a, .scenereport-choice li:first-child a{border-left:none;}
.hotnews-choice li a.active, .scenereport-choice li a.active{
	background:url("../images/shop-girl-choice-hover-bg.png") repeat-x left top; background-size:12px 50px;
}


.hotnews-picnews{
	clear:both;
	margin:5px auto;
	width:99%;
	border:1px solid #bdb086;
	border-radius:5px;
	text-align:center;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	background: rgb(255,254,252); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,254,252,1) 0%, rgba(241,238,231,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,254,252,1)), color-stop(100%,rgba(241,238,231,1))); /* Chrome,Safari4+ */
	background: linear-gradient(to bottom,  rgba(255,254,252,1) 0%,rgba(241,238,231,1) 100%); /* W3C */
}
.hotnews-picnews a{
	display:block;
	padding:10px;
	text-decoration:none;
	}



.hotnews-article{
	clear:both;
	margin:5px auto;
	padding:5px 10px;
	text-align:center;
	width:200px;
}
.hotnews-article a{
	display:block;

    background: -moz-linear-gradient(top,#0099CC 0%,#006699);
    background: -webkit-gradient(linear, left top, left bottom, from(#00ccff), to(#006699));
    border: 2px solid #FFF;
    color: #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    width:auto;
    padding:10px 0;


	}

.shop-hotnewspage{margin:5px auto;}
.shop-hotnewspage h2{
	padding:5px;
	border:1px solid #DC143C;
	border-radius:5px;
	margin:10px;
	font-size:16px;
	font-weight:bold;
	color:#DC143C;
	background-color:#F7CFD9;
	text-shadow:0 1px 0 #fff;
	text-align:left;
}
.shop-hotnewspage-title{
	padding:5px;
	border-radius:5px 5px 0 0;
	font-weight:bold;
	color:#fff;
	margin:0 10px;
	text-shadow:0 1px 3px #333;
	background: rgb(249,52,98); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,52,98,1) 0%, rgba(220,20,60,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,52,98,1)), color-stop(100%,rgba(220,20,60,1))); /* Chrome,Safari4+ */
	background: linear-gradient(to bottom,  rgba(249,52,98,1) 0%,rgba(220,20,60,1) 100%); /* W3C */
}
.shop-hotnewspage p{text-align:center;}

.shop-hotnewspage-in{
	border:1px dashed #D6D6D6;
	border-top:none;
	margin:0 10px;
	padding:10px;
	background-color:#ffffe0;
	text-align:left;
}

.shop-hotnewspage .shop-hotnewspage-in p{text-align:left;}

.shop-hotnewspage-sub{
	font-size:22px;
	color:#ff0000;
	font-weight:bold;
	text-shadow:0 1px 0 #fff;
}



/*  新規掲載店リスト  */
.newshoplist li{
	padding-top:3px;
	padding-bottom:54px;
	border-bottom:1px solid sandyBrown;
	clear:both;
}

.newshoplist li:nth-child(odd){
	/*background:floralWhite;*/
	background:cornsilk;
}

.newshoplist li a {
	min-height:10px; padding:2px; background: none; display:block;
}
.newshoplist li p {
	display: block; margin: 1px; padding: 2px; font-size: 12px; line-height: 1.5; color: #BE0012;
}
.newshoplist li p span {
	margin: 2px; padding: 2px; color: #ffffff; background-color: #dd2c00;
}
.newshoplist li span.shop_catch {
	display: inline; margin:1px 1px 0 3px; color: #ff0000; font-size:13px;
}
.newshoplist li span.shop_name {
	display: block; margin: 1px; font-size:16px; color:#0033cc; font-weight:bold;line-height: 1.1;
}
.newshoplist li span.shop_genre {
	 font-size:12px;
	 margin: 0 0 0 4px;
	 padding:0 0 0 4px;
}
.newshoplist li div.newshopmenu {
	margin: 0 auto;
}
.newshoplist div.newshopmenu ul.shop_tab{
	margin:0 auto;
	clear:both;
}
.newshoplist div.newshopmenu ul.shop_tab li{
	width:24%;
	float:left;
	clear:none;
	padding-bottom:1px;
	border-bottom:none;
}

.newshoplist li div.newshopmenu a {
    background: -moz-linear-gradient(top,#0099CC 0%,#006699);
    background: -webkit-gradient(linear, left top, left bottom, from(#00ccff), to(#006699));
    border: 2px solid #FFF;
    color: #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    /*width:100%;*/
    padding:10px 0;
    text-align:center;
    
}


.newshoplist ul.tab{width:98%; margin:0 auto;}
.newshoplist ul.tab li{
	margin:0;
	padding:0 1px;
	min-width:25%;
	background: #fff;
	border:none;
}
.newshoplist ul.tab li:last-child{border-right:none;}

.pageresult{
	width:99%;
	text-align:center;
	margin:0 auto;
	border-bottom:1px solid #ccc;
	line-height:1.8;
}

.pageresult a.prev, .pageresult a.next { display: inline-block; /display: inline; /zoom: 1; margin: 0 auto 5px; padding: 4px 8px; text-decoration: none; text-align: center; line-height:1.5; color: #ffffff; background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#010101)); border: 1px solid #1C1C1C; border-radius: 10px; -webkit-border-radius: 4px; }

.pageresult a.prev img{
	margin-right:3px;
	padding-top:4px;
	line-height:1.5;
}
.pageresult a.next img{
	margin-left:3px;
	padding-top:4px;
	line-height:1.5;
}


.pageresult a.btn_pin { width : 240px; display: block; margin: 10px auto 15px auto; font-size: 14px; text-align: center; text-decoration: none; line-height:36px; color: #0000ee; -moz-box-shadow: 1px 1px 4px #666666; -webkit-box-shadow: 1px 1px 4px #666666; background:url(/sp/img/arw_circle_white.png) 97% center no-repeat , -webkit-gradient(linear, left top, left bottom, from(#ffd1e8), to(#ffa6d2)); border-radius:9px; -webkit-border-radius: 9px; }

.hot_img{
	margin:5px auto 0 auto;
}

/* お知らせ
----------------------------------------------*/
h2.info_item_subttl{
	margin:10px auto auto 10px;
	border-bottom:3px dotted #ff6600;
	width:240px;
}
.work_item{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:11px;
	height:18px;
	line-height:18px;
	padding:2px 4px;
	color:#000099;
	background:#e5e5e5;
	border-radius:3px;
	width:70px;
	text-align:center;
	position:absolute;
	margin:0!important;
}


.inqform{ width: 300px; margin: 3px auto; padding: 0; background: #eee; border:1px solid #777; }

.inqform p { padding: 10px; }


form div{padding: 10px 10px;}
form label{font-size: 11pt;}
label span{font-size: 9pt; color: #e60574;}
.text, textarea, .dropdown{ border:1px solid #777; padding: 5px; color: #999; background: #fff; border-radius: 5px;
width:90%;
/* Webkit */
	background: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#fff));
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
/* Firefox */
	background: -moz-linear-gradient(top,#eee,#fff);
	-moz-border-radius: 5px;
/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff);zoom: 1;
}
.submit{ border:1px solid #777; padding: 10px 20px; font-size: 12pt; color: #fff; cursor: pointer; background: #525252; border-radius: 5px;
/* Webkit */
	background: -webkit-gradient(linear,left top,left bottom,from(#525252),to(#343434));
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
/* Firefox */
	background: -moz-linear-gradient(top,#525252,#343434);
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff99c9e5,endColorstr=#ff428ec9);zoom: 1;}

.formdesc{ width: 96%; margin: 5px auto; padding-left:1em; font-size:12px; text-indent:-1em;}
.formdesc span { color: #DC143C;}
.formdesc a{ text-decoration: none; }

.mailbutton{ width: 200px; margin: 10px auto; text-align: center; text-decoration: none; border:1px solid #777; padding: 10px 20px; font-size: 12pt; color: #fff; cursor: pointer; background: #525252; border-radius: 5px;
/* Webkit */
	background: -webkit-gradient(linear,left top,left bottom,from(#525252),to(#343434));
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
/* Firefox */
	background: -moz-linear-gradient(top,#525252,#343434);
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff99c9e5,endColorstr=#ff428ec9);zoom: 1;}


/* TOPカバーガール
-----------------------------------------------*/
a.timeLine_link{
	display:block;
	width:300px;
	height:80px;
	background:url(/sp/images/aiLINER_btn.png) no-repeat;
	margin:0 auto 10px auto;
	padding-top:12px;
	padding-left:80px;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	text-align:left;
}