/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

*{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	box-sizing: border-box;
}

body {
	background: url("../images/bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.logo {
	width: 100%;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-bottom: 0px;
	margin-top: 0px;
}
a {
	cursor: pointer;
}
.wood {
	background: url("../images/wood2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 19px;
}
.well{
	border-radius: 0;
}
.well ul {
	padding-left: 28px;
}
.well h1 {
	margin-bottom: 11px;
}
.top_header {
	background: #373737;
	height: 8px;
}
.header_well {
	background-color: #fbfbfb;
	border: 1px solid #e9e9e9;
	padding: 15px 13px;
	min-height: 105px;
}

.head_sub {
	color: #3c3c3c;
	font-size: 13px;
	line-height: 14px;
	text-align: right;
}

#menu-toggle {
	font-size: 14px;
	margin-left: 5px;
	padding: 4px 10px;
}
/* Toggle Styles */
#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wrapper.toggled {
	padding-left: 200px;
}
#sidebar-wrapper {
	background: none repeat scroll 0 0 #fff;
	border-right: 1px solid #8a8a8a;
	box-shadow: 2px 0 2px -2px rgba(0, 0, 0, 0.4);
	height: 100%;
	left: 200px;
	margin-left: -200px;
	overflow-y: auto;
	position: fixed;
	transition: all 0.5s ease 0s;
	width: 0;
	z-index: 1000;
}
#wrapper.toggled #sidebar-wrapper {
	width: 200px;
}
#page-content-wrapper {
	max-width: 1092px;
	padding: 15px 5px;
	border-top:solid 5px #ff0000;
}
#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -250px;
}
/* Sidebar Styles */
.sidebar-nav {
	position: absolute;
	top: 0;
	width: 200px;
	padding: 0;
	list-style: none;
}
.sidebar-nav li {
	text-indent: 20px;
	line-height: 40px;
	background: rgb(15,50,131); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(15,50,131,1) 0%, rgba(41,137,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(15,50,131,1)), color-stop(100%, rgba(41,137,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(15,50,131,1) 0%, rgba(41,137,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(15,50,131,1) 0%, rgba(41,137,216,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(15,50,131,1) 0%, rgba(41,137,216,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(15,50,131,1) 0%, rgba(41,137,216,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f3283', endColorstr='#2989d8', GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #fff;
}
.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 3px 0;
	font-weight: bold;
}
.sidebar-nav li a:hover {
	text-decoration: none;
	color: #fff;
	background: rgba(255,255,255,0.2);
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
	text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
	background: none repeat scroll 0 0 #fff;
	font-size: 18px;
	height: 54px;
	line-height: 48px;
	margin-bottom: 5px;
}
.sidebar-nav > .sidebar-brand a {
	color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
}

.header_top {
	height: 6px;
	background: #222;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.4);
}
.top_list li {
	font-size: 16px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #333;
}
/*トップピックアップガール*/
.girls .thumbnail {
	height: 100%;
	min-height: 157px;
	background-color: #eee;
	box-shadow: none;
	border-radius: 3px;
}

.girls .thumbnail_inner {
	padding: 3px;
	border: #999 dashed 1px;
	border-radius: 3px;
	text-align: center;
}
.girls .thumbnail_inner .copy{
	background-color: #666;
	color: #fff;
	margin: 3px 0 5px 0;
}
.portfolio-item .thumbnail_inner img{
	border: none;
	box-shadow: none;
}

.caption h3 {
	font-size: 14px;
	font-weight: bold;
}
.caption p {
	font-size: 13px;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 3px;
	font-weight: normal;
}

.caption .count-wrap {
	text-align: left;
}

.portfolio-item img {
	box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.6);
}

/*サイドバー*/
.side_r img {
	margin: 4px 0 0px 0px;
}
.side_r img a {
	margin: 3px 0 5px;
}
a img:hover {
	opacity: 0.8;
}
.date {
	font-size: 13px !important;
	margin-bottom: 3px;
}
.new_text {
	font-weight: bold;
	font-size: 13px !important;
	margin-bottom: 3px !important;
}
/*スペーサー*/
.spacer {
	margin-bottom: 4px;
}
.spacer10 {
	margin-bottom: 10px;
}
.spacer15 {
	margin-bottom: 15px;
}
.spacer20 {
	height: 20px !important;
}
.spacer30 {
	margin-bottom: 30px;
}
.spacer50 {
	margin-bottom: 50px;
}
/*モバイル時のデザイン*/
.midashi {
	color: #993366;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px 5px 20px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 5px;
	background: url(../images/list-head1.png) no-repeat left;
}
.tel_group {
	margin-bottom: 20px;
}
.tel_group button {
	-moz-box-shadow: 0px 0px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 0px 0px 1px rgba(000,000,000,0.3);
	width: 100px;
	padding: 10px 0;
	width: 15%;
	margin-top: 12px;
}
.tel_group button:last-child {
	margin-right: 0 !important;
}
.panel-body {
	padding: 10px 16px 5px 0;
}
.ex_body article:nth-child(2n+1) .portfolio_item {
	clear: both;
}
.orange {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d16b16+0,ce9c73+100 */
background: #d16b16; /* Old browsers */
background: -moz-linear-gradient(top,  #d16b16 0%, #ce9c73 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d16b16 0%,#ce9c73 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d16b16 0%,#ce9c73 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d16b16', endColorstr='#ce9c73',GradientType=0 ); /* IE6-9 */

	color: #fff;
}
.pink {
	background: #d5a417;
	color: #fff;
}
.green {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#26bf26+0,89cc7c+100 */
background: #26bf26; /* Old browsers */
background: -moz-linear-gradient(top,  #26bf26 0%, #89cc7c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #26bf26 0%,#89cc7c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #26bf26 0%,#89cc7c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26bf26', endColorstr='#89cc7c',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
}
.green2 {
	background: #c30068;
	color: #fff;
}
.purple {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0168b3+0,5faaef+100 */
background: #0168b3; /* Old browsers */
background: -moz-linear-gradient(top,  #0168b3 0%, #5faaef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0168b3), color-stop(100%,#5faaef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0168b3 0%,#5faaef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0168b3 0%,#5faaef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0168b3 0%,#5faaef 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0168b3 0%,#5faaef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0168b3', endColorstr='#5faaef',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
}
.yellow {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d1782+0,ae6dbf+100 */
background: #6d1782; /* Old browsers */
background: -moz-linear-gradient(top,  #6d1782 0%, #ae6dbf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d1782), color-stop(100%,#ae6dbf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6d1782 0%,#ae6dbf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6d1782 0%,#ae6dbf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6d1782 0%,#ae6dbf 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6d1782 0%,#ae6dbf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d1782', endColorstr='#ae6dbf',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
}
.blue {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b80117+0,ef6e6e+100 */
	background: #b80117; /* Old browsers */
	background: -moz-linear-gradient(top, #b80117 0%, #ef6e6e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b80117), color-stop(100%, #ef6e6e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b80117 0%, #ef6e6e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b80117 0%, #ef6e6e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b80117 0%, #ef6e6e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b80117 0%, #ef6e6e 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b80117', endColorstr='#ef6e6e', GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
}
.web_btn {
	background: #1ea32b;
	color: #fff;
}
.tel_btn {
	background: #edc600;
	color: #fff;
}
.btnwrap{
	position: absolute;
	z-index: 1;
	right: 0;
	width: 140px;
	margin-top: 3px;
}
.map .btn{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    color: #fff;
    border: solid 1px #fff;
    width: 120px;
	text-align: left;
	margin-top: 3px;
	padding: 4px 5px;
}
.map .btn-group{

}
.map .btn span{
    position: absolute;
    right: 0;
    top: 5px;
}
.map .dropdown-menu{
	left: -65px;
}
.hero-spacer {
	margin-top: 50px;
}
.hero-feature {
	margin-bottom: 30px;
}
footer {
	padding: 10px 0 5px;
	background: #ff0000;
	margin: 0 -40px 0 -20px;
}
footer p {
	color: #fff;
	text-align: right;
	margin-right: 15px;
}

.tel_top {
	text-align: center;
	background: rgb(15,50,131); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(15,50,131,1) 0%, rgba(41,137,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(15,50,131,1)), color-stop(100%, rgba(41,137,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(15,50,131,1) 0%, rgba(41,137,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(15,50,131,1) 0%, rgba(41,137,216,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(15,50,131,1) 0%, rgba(41,137,216,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(15,50,131,1) 0%, rgba(41,137,216,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f3283', endColorstr='#2989d8', GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #ccc;
	border-left: 7px solid #e74c3c;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 0 !important;
	padding: 7px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.blog ul, .blog ol {
	list-style: none;
	padding-left: 0;
}
/*shoptype表示*/
.type1{
	width: 33px;
	background:url(../images/type1.gif) no-repeat center;
	text-indent: -999px;
	overflow: hidden;
	background-size: 33px;
	line-height: 1.3 !important;
}
.type2{
	width: 33px;
	background:url(../images/type2.gif) no-repeat center;
	text-indent: -999px;
	overflow: hidden;
	background-size: 33px;
	line-height: 1.3 !important;
}
.type3{
	width: 33px;
	background:url(../images/type3.gif) no-repeat center;
	text-indent: -999px;
	overflow: hidden;
	background-size: 33px;
	line-height: 1.3 !important;
}
.type4{
	width: 33px;
	background:url(../images/type4.gif) no-repeat center;
	text-indent: -999px;
	overflow: hidden;
	background-size: 33px;
	line-height: 1.3 !important;
}
.type5{
	width: 33px;
	background:url(../images/type5.gif) no-repeat center;
	text-indent: -999px;
	overflow: hidden;
	background-size: 33px;
	line-height: 1.3 !important;
}
.type6{
	width: 33px;
	background:url(../images/type6.gif) no-repeat center;
	text-indent: -999px;
	overflow: hidden;
	background-size: 33px;
	line-height: 1.3 !important;
}
.type7{
	width: 33px;
	background:url(../images/type7.gif) no-repeat center;
	text-indent: -999px;
	overflow: hidden;
	background-size: 33px;
	line-height: 1.3 !important;
}
.type8{
	width: 33px;
	background:url(../images/type8.gif) no-repeat center;
	text-indent: -999px;
	overflow: hidden;
	background-size: 33px;
	line-height: 1.3 !important;
}

.shoptype{
	float: left;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
.shoptype-page{
	float: left;
	padding-right: 40px;
}
.girls-title {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 3px;
	clear: both;
}
.girls-title a {
	color: #cc3333;
}
.entry-title a {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 3px;
	color: #cc3333 !important;
}
.glyphicon {
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 3px;
	position: relative;
 top:;
}
/*入り口ページデザイン*/
.enter_top {
	background: none repeat scroll 0 0 #333;
	color: #fff;
	height: 21px;
	margin-bottom: 70px;
}

.enter_logo {
	width: 60%;
}

.enter_p {
	font-size: 12px;
	text-align: center;
}
.enter_box {
}
.enter_box img {
	margin-bottom: 5px;
}
.t_big {
	font-size: 32px;
}

.enter .top_list {
	text-align: left;
	padding-left: 56px !important;
}
.header_new_box {
	padding: 5px 10px;
	background: #fff;
	border-top: none;
	background: none repeat scroll 0 0 #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	overflow: scroll;
	height: 226px;
	margin-bottom: 10px;
	font-size: 12px;
}
.header_new_box p {
	line-height: 1.2em;
	font-size: 12px;
}
.header_new_box .date {
	font-size: 12px !important;
	margin-bottom: 3px;
}
.header_new_info a {
	line-height: 1.2em;
	font-size: 13px;
	font-weight: bold;
	color: #cc3333;
}
.new_text {
	margin: 7px 0 !important;
}
.new_box {
	padding: 5px 10px;
	background: #eee;
	border-top: none;
	border-radius: 3px;;
	margin-bottom: 20px;
}
.new_box hr{
	border-top: 2px solid #ccc;
}
.new_box p {
	line-height: 1.2em;
	font-size: 12px;
}
.new_box_now {
	padding: 5px 10px;
	background: #fff;
	border-top: none;
	background: none repeat scroll 0 0 #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	overflow: scroll;
	height: 260px;
	margin-bottom: 20px;
}
.new_box_now p {
	line-height: 1.2em;
	font-size: 12px;
}
.shop_new_box {
	padding: 5px 10px;
	background: #fff;
	border-top: none;
	background: none repeat scroll 0 0 #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	overflow: scroll;
	height: 250px;
	margin-bottom: 20px;
}
.shop_new_box p {
	line-height: 1.2em;
	font-size: 12px;
}

.new_box a {
	font-weight: bold;
	color: #0074bf;
	text-decoration: underline;
}
.new_box a:hover {
	opacity: 0.8;
}
.custom a {
	text-decoration: none;
}
.custom p {
	line-height: 16px;
	word-wrap: break-word;
	font-weight: normal;
}

.title a {
	font-size: 20px;
}
.page-title {
	margin: 0;
}
.screen-reader-text {
	display: none;
}
.comment-form-url, .form-allowed-tags {
	display: none;
}
.top-image{
	margin-bottom: 15px;
	min-height: 285px;
}
.newopen{
	overflow-x: scroll;
	margin-bottom: 15px;
}
.newopen .col-md-2{
	width: 130px;
	padding: 0;
	margin-left: 0.5%;
}
.comment-list {
	list-style: none;
	padding: 0;
}
.comment-list li {
	margin-bottom: 10px;
	background: none repeat scroll 0 0 #fff;
	border: 2px solid rgba(0, 39, 59, 0.2);
	display: block;
	line-height: 1.42857;
	margin: 0 auto 15px;
	padding: 2px 14px 12px;
	transition: all 0.2s ease-in-out 0s;
}
.children li {
	margin-bottom: 10px;
	background: none;
	display: block;
	line-height: 1.42857;
	margin: 10px auto 0px;
	padding: 2px 14px 12px;
	transition: all 0.2s ease-in-out 0s;
	border: none;
	box-shadow: none;
	border-top: solid 1px #eee;
}
.comment-meta {
	background: none;
}
.post-navigation {
	margin-bottom: 160px;
}
.nav-links {
	width: 100%;
}
.nav-links a {
	width: 100%;
	font-size: 12px;
	margin-bottom: 10px;
	transition: all 0.2s ease 0s;
	color: #fff;
}
.nav-links a:hover {
	opacity: 0.8;
	transition: all 0.4s ease 0s;
}
.nav-previous a {
	background-color: #0095bd;
	padding: 5px 6px;
	float: left;
	margin-top: 50px;
	width: 47%;
}
.nav-previous a:hover {
	opacity: 0.8;
	transition: all 0.4s ease 0s;
}
.nav-next a {
	background-color: #0095bd;
	color: #fff;
	float: right;
	margin-top: 50px;
	padding: 5px 6px;
	width: 47%;
}
.nav-next a:hover {
	opacity: 0.8;
	transition: all 0.4s ease 0s;
}

.single-girlspage .post-navigation{
	display: none;
}

.board_box {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #e3e3e3;
	border-radius: 0 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	height: 260px;
	margin-bottom: 20px;
	overflow: scroll;
	padding: 5px 10px;
}
.entry-content {
	margin-top: 7px;
	margin-bottom: 8px;
}

.entry-meta {
	margin-bottom: 18px;
}
textarea {
	border: 2px solid rgba(0, 39, 59, 0.2);
	color: #3f4549;
	cursor: text;
	display: block;
	font-family: "Helvetica Neue", arial, sans-serif;
	font-size: 14px;
	height: auto;
	line-height: 1.4;
	margin: 0;
	min-height: 34px;
	overflow-y: scroll;
	padding: 6px 10px 8px;
	resize: none;
	transition: all 0.15s ease-in-out 0s;
	width: 100%;
}
.avatar {
}
.comment-body {
}
.comment-metadata {
	float: left;
	display: none;
}
.comment-author {
	float: left;
}
.comment-content {
	clear: both;
	padding-top: 8px;
}
.comments-title {
	font-size: 20px;
}
.comment-awaiting-moderation {
	color: #888;
}
.comment-reply-title {
	font-size: 20px;
	margin-top: 15px;
}
.reply a {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 0;
	margin-top: 5px;
	padding: 4px 8px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #428bca;
	border-color: #357ebd;
	color: #fff;
}
.line_m {
	margin: 25px 0 20px;
}
.m_0 {
	margi-right: 0px;
}
.side_banner img {
	width: 100% !important;
	height: auto !important;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
	padding: 4px;
	margin-bottom: 8px;
}
.caption {
}
.btn-success {
	margin-top: 20px;
}

address, address[dir], article, article[dir], aside, aside[dir], blockquote, blockquote[dir], body, body[dir], caption, caption[dir], center, center[dir], col, col[dir], colgroup, colgroup[dir], dd, dd[dir], dir, dir[dir], div, div[dir], dl, dl[dir], dt, dt[dir], fieldset, fieldset[dir], figcaption, figcaption[dir], figure, figure[dir], footer, footer[dir], form, form[dir], h1, h1[dir], h2, h2[dir], h3, h3[dir], h4, h4[dir], h5, h5[dir], h6, h6[dir], header, header[dir], hgroup, hgroup[dir], hr, hr[dir], html, html[dir], legend, legend[dir], li, li[dir], listing, listing[dir], main, main[dir], marquee, marquee[dir], menu, menu[dir], nav, nav[dir], noframes, noframes[dir], ol, ol[dir], p, p[dir], plaintext, plaintext[dir], pre, pre[dir], section, section[dir], summary, summary[dir], table, table[dir], tbody, tbody[dir], td, td[dir], tfoot, tfoot[dir], th, th[dir], thead, thead[dir], tr, tr[dir], ul, ul[dir], xmp, xmp[dir] {
	unicode-bidi: -moz-isolate;
}
.thumbnail .caption {
	color: #333;
	padding: 6px 4px 3px !important;
	position: relative;
}

.panel{
	box-shadow: none;
}
.panel-heading {
	background-color: #fff !important;
	border-bottom:solid 1px #333;
}
.panel-title{
	background: url(../images/list-head1.png)left no-repeat;
	color: #993366 !important;
	padding-left: 20px;
}
.panel-body .col-md-2, .panel-body .col-sm-2, .panel-body .col-md-6, .panel-body .col-sm-6 {
	padding-left: 7px;
	padding-right: 7px !important;
}
.btn {
	margin-top: 0px;
	margin-bottom: 0px;
}
.realtime {
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	padding: 0 !important;
	margin-top: 20px;
	box-shadow: none;
}
.realtime .row {
	margin: 0 0 0 -17px;
}
.annai-shop{
	border: 10px solid #666 !important;
	padding: 10px;
}

.annai-shop h1{
	color: #ff0000;
	font-size: 28px;
}
.annai-shop table{
	box-shadow: none;
	border: solid 2px #666;
}
.annai-shop .list-head{
	background-color: #666 !important;
	color: #fff;
}

.realtime .table {
	text-align: center;
	margin-bottom: 8px;
	font-weight: bold;
	height: 34px;
}
.reatime .table img {
	width: 100px !important;
}
.realtime .table td {
	vertical-align: middle;
	font-size: 16px;
}
.realtime col-xs-6 {
	margin-bottom: 10px;
}
.text_s {
	font-size: 12px;
	font-weight: normal;
}
.text_click {
	font-size: 12px;
	font-weight: normal;
	color: #0f3482;
	font-weight: bold;
	margin-bottom: 8px;
}

/*電光掲示板*/
.led-text {
	color: #FF0000;
	font-size: 24px;
	font-weight: bold;
	overflow: hidden;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 100%;
	border: solid #666 10px;
}
.led-text:after {
}
.led-text span {
	display: inline-block;
	white-space: nowrap;
	padding-left: 100%;
	-webkit-animation-name: ticker-animation;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 10s;
	-moz-animation-name: ticker-animation;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 10s;
}
@-webkit-keyframes ticker-animation {
 from {
-webkit-transform: translate(0%);
}
 99%, to {
-webkit-transform: translate(-100%);
}
}
@-moz-keyframes ticker-animation {
 from {
-moz-transform: translate(0%);
}
 99%, to {
-moz-transform: translate(-100%);
}
}
/*トップページカウントデザイン*/
.top_v_count {
	background-color: #fe1a00;
	border: 1px solid #d83526;
	border-radius: 20px;
	box-shadow: 0 1px 0 0 #f29c93 inset;
	color: #ffffff;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	height: 20px;
	line-height: 1.3;
	list-style: outside none none;
	padding: 2px 3px;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	text-shadow: 1px 1px 0 #b23e35;
	width: 20px;
	margin-top: -5px;
}
/*詳細ページカウントデザイン*/
.v_count {
	background-color: #fe1a00;
	border: 1px solid #d83526;
	border-radius: 20px;
	box-shadow: 0 1px 0 0 #f29c93 inset;
	color: #ffffff;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	height: 20px;
	line-height: 1.3;
	list-style: outside none none;
	padding: 2px 3px;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	text-shadow: 1px 1px 0 #b23e35;
	float: right;
}
/*トップページラインアイコン*/
.top_line_icon_girl {
	bottom: 0px;
	box-shadow: none;
	float: right;
	position: absolute;
	right: 3px;
}

.top_line_icon {
	bottom: 2px;
	box-shadow: none;
	float: right;
	position: absolute;
	right: 3px;
}
.top_line_icon img {
	width: 20px;
	height: auto;
}
/*トップページ割引アイコン*/
.top_sale_icon_girl {
	bottom: 0px;
	box-shadow: none;
	float: right;
	position: absolute;
	right: 26px;
}
.top_sale_icon {
	bottom: 5px;
	box-shadow: none;
	float: right;
	position: absolute;
	right: 26px;
}
/*詳細ページラインデザイン*/
.line_title {
	font-size: 18px;
	margin: 24px 0 10px;
}
.line_id_box {
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 8px 0;
	color: #fff;
	background-color: #00c402;
	border-radius: 5px;
	text-shadow: -1px -1px #555;
}
.line_qr_box img {
	border: solid 2px #d6d6d6;
	width: 50%;
	margin: 15px auto;
}
.line_id_box p {
	margin-bottom: 0;
	word-break: break-all;
}
.line_id_icon {
	font-size: 19px;
}
.line{
	margin-bottom: 20px;
}
/*トップに戻る*/
#pageTop {
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	border-radius: 5px;
	bottom: 22px;
	color: rgba(255, 255, 255, 1);
	font-family: "Alice", serif;
	padding: 8px;
	position: fixed;
	right: 20px;
	font-size: 12px;
}
#pageTop:hover {
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}

/*リンクカラー*/
.text_red {
	color: red;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	text-align: right;
}
.text_pink {
	color: #f205b7;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	text-align: right;
}

.more_link {
	float: right;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	margin-top: 3px;
}
.ex_body article:nth-child(2n+1) .portfolio-item {
	clear: both;
}

.js-matchHeight{
	display: block;
	overflow: hidden;
}
.shop_cat {
}
/*ショップ詳細*/
#shop_detail .table {
	background: none repeat scroll 0 0 #fff;
	border-radius: 0px;
	box-shadow: none !important;
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
}

#shop_detail .timeoklist{
	border:solid 5px #666;
	border-collapse: separate;
    border-spacing: 0;
}
#shop_detail .shopinfo{
	border: solid 1px #666;
}
#shop_detail .timeoklist th,
#shop_detail .timeoklist td,
#shop_detail .shopinfo th,
#shop_detail .shopinfo td{
	border-top:1px #666 solid;
}
#shop_detail .shopinfo th{
	background-color: #eee;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}
#shop_detail .shopinfo .tel{
	display: block;
	font-size: 25px;
	font-weight: bold;
}

.noborder{
	border: none;
}
.single-girls img {
	width: 100%
}
.single-girls .thumbnail {
	height: 100%;
}

/*main*/
.top-image img{
	width: 100%;
}
/*sidebar*/
.sidebar{
	margin-bottom: 20px;
}
.sidebar .contact1{
	margin-bottom: 20px;
	display: block;
}
.sidebar .contact1 img{
	width: 100%;
}
.sidebar ul{
	margin: 0;
	padding: 0;
}
.sidebar li{
	list-style-type: none;
}
.sidebar ul li img{
	width: 100%;
	margin-bottom: 5px;
}
.sidebar .area-head{
	color: #fff;
	border-radius: 0 15px 15px 0;
	margin:10px 0 5px 0;
}
.sidebar .head1{
	background-color: #ff3300;
}
.sidebar .arealist1{
	border-bottom: dashed 1px #ff3300;
}

.sidebar .head2{
	background-color: #99cc33;
}
.sidebar .arealist2{
	border-bottom: dashed 1px #99cc33;
}
.sidebar .head3{
	background-color: #663399;
}
.sidebar .arealist3{
	border-bottom: dashed 1px #663399;
}
.sidebar .head4{
	background-color: #996699;
}
.sidebar .arealist4{
	border-bottom: dashed 1px #996699;
}
.sidebar .head5{
	background-color: #333399;
}
.sidebar .arealist5{
	border-bottom: dashed 1px #333399;
}
.sidebar .head6{
	background-color: #33cccc;
}
.sidebar .arealist6{
	border-bottom: dashed 1px #33cccc;
}
.sidebar .head7{
	background-color: #999933;
}
.sidebar .arealist7{
	border-bottom: dashed 1px #999933;
}
.sidebar .head8{
	background-color: #ff3333;
}
.sidebar .arealist8{
	border-bottom: dashed 1px #ff3333;
}


.carrent-shop{
	width: 100%;
	border: solid 1px #ff0000;
	text-align: center;
	border-radius: 6px;
	margin-bottom: 10px;
}

.carrent-shop h3{
	color: #fff;
	font-weight: bold;
	background-color: #ff0000;
	padding: 5px;
	border-radius: 5px 5px 0 0;
}

.carrent-shop p{
	padding: 5px;
	margin-bottom: 0;
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
}

/*所属女の子一覧*/
.girlsichiran-title{
	border-radius: 3px;
	padding: 3px;
	border: solid 1px #ccc;
	margin: 20px 0;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.girlsichiran-title h3{
	font-size: 18px;
	font-weight: bold;
	color: #993366;
	background: url(../images/list-head2.png) no-repeat left ;
	padding-left: 28px;
	height: 25px;
	line-height: 27px;
}
/*女の子ページ*/
.girlspage-image{
	width: 100%;
}
.girlsinfo{
	border: solid 1px #333;
	padding: 5px;
	margin-bottom: 20px;
}

.girlsinfo h3{
	background-color: #999;
	font-size: 14px;
	color: #fff;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	margin-bottom: 5px;
}

.link-shame{
	width: 100%;
	display: block;
	margin-top: 20px;
}
.link-shame img{
	width: 100%;
}

.girlsschedule{
	border: solid 1px #333;
}
.girlsschedule th{
	width: 4%;
	background-color: #aaa;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-weight: normal;
	border: solid 1px #333;
}
.girlsschedule td{
	border: solid 1px #333;
	text-align: center;
	padding: 5px 0 5px 0;
}

.new_girls{
	padding: 5px 10px;
	border-top: none;
	border-radius: 3px;
	margin-bottom: 20px;
	background-color: #eee;
}
.new_girls a{
	display: block;
	width: 100%;
}
.new_girls img{
	width: 100%;
}
.new_girlsimage{
	padding: 0;
}
.dates{
	font-size: 12px !important;
	color: #993366 !important;
	margin:5px 0;
}
.shop-link{
	color: #993366;
}

.new_girls_wrap{
	border-bottom: solid 1px #333;
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

/*-----------------------------------------*/
/*----------------メディアクエリ----------------*/
/*-----------------------------------------*/

@media (max-width: 480px) {
	a:nth-child(3n) .coupon_col3 {
		background: red;
		width: 100%;
		float: left;
		margin-right: 0%;
	}

	.top_sale_icon_girl {
		bottom: 2px;
		box-shadow: none;
		float: right;
		position: absolute;
		right: 26px;
	}

	.top_line_icon_girl {
		bottom: 2px;
		box-shadow: none;
		float: right;
		position: absolute;
		right: 3px;
	}
	.realtime .row {
		margin: 0 -10px;
	}
	.entry-content {
		margin-top: 7px;
		margin-bottom: 8px;
	}
	.thumbnail .caption {
		color: #333;
		padding: 6px 4px 5px !important;
		position: relative;
	}
	.thumbnail .caption .girls-title {
		text-align: center;
		font-size: 12px;
	}
	.thumbnail .caption .shop-title {
		text-align: center;
		font-size: 10px;
		padding-bottom: 9px;
	}
	.btn-block {
		display: block;
		float: left;
		width: 50%;
		margin-top: 7px;
	}
	.moblie .text_s {
		margin-bottom: 0px !important;
	}
	#page-content-wrapper {
		border-top: 6px solid #ff0000;
		padding-bottom: 0;
	}
	.header_well {
		background-color: #fbfbfb;
		border: 1px solid #e9e9e9;
		height: 104px;
		padding: 15px 13px;
	}
	.btn-default {
		background-color: #0f3283;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	h1 {
		font-size: 14px;
	}
	.top_list li {
		color: #333;
		font-size: 12px !important;
	}
	.entry-title {
		font-size: 10px !important;
		font-weight: bold;
	}
	.head_sub {
		color: #3c3c3c;
		display: inline-block;
		font-size: 11px;
		font-style: italic;
		font-weight: bold;
		margin-top: 5px;
		text-align: left;
	}

	.title {
		font-size: 16px !important;
	}
	p {
		line-height: 1.4em;
		margin: 0 0 10px;
	}
	.btn.btn-default.read-more {
		font-weight: bold;
		float: right;
		font-size: 10px !important;
		margin-top: 10px;
		padding: 7px 8px !important;
	}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		position: relative;
		min-height: 1px;
		padding-right: 5px !important;
		padding-left: 5px !important;
	}
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
		float: left;
	}
	.col-xs-12 {
		width: 100%;
	}
	.col-xs-11 {
		width: 91.66666667%;
	}
	.col-xs-10 {
		width: 83.33333333%;
	}
	.col-xs-9 {
		width: 75%;
	}
	.col-xs-8 {
		width: 66.66666667%;
	}
	.col-xs-7 {
		width: 58.33333333%;
	}
	.col-xs-6 {
		width: 50%;
	}
	.col-xs-5 {
		width: 41.66666667%;
	}
	.col-xs-4 {
		width: 33.33333333%;
	}
	.col-xs-3 {
		width: 25%;
	}
	.col-xs-2 {
		width: 16.66666667%;
	}
	.col-xs-1 {
		width: 8.33333333%;
	}
	.col-xs-pull-12 {
		right: 100%;
	}
	.col-xs-pull-11 {
		right: 91.66666667%;
	}
	.col-xs-pull-10 {
		right: 83.33333333%;
	}
	.col-xs-pull-9 {
		right: 75%;
	}
	.col-xs-pull-8 {
		right: 66.66666667%;
	}
	.col-xs-pull-7 {
		right: 58.33333333%;
	}
	.col-xs-pull-6 {
		right: 50%;
	}
	.col-xs-pull-5 {
		right: 41.66666667%;
	}
	.col-xs-pull-4 {
		right: 33.33333333%;
	}
	.col-xs-pull-3 {
		right: 25%;
	}
	.col-xs-pull-2 {
		right: 16.66666667%;
	}
	.col-xs-pull-1 {
		right: 8.33333333%;
	}
	.col-xs-pull-0 {
		right: 0;
	}
	.col-xs-push-12 {
		left: 100%;
	}
	.col-xs-push-11 {
		left: 91.66666667%;
	}
	.col-xs-push-10 {
		left: 83.33333333%;
	}
	.col-xs-push-9 {
		left: 75%;
	}
	.col-xs-push-8 {
		left: 66.66666667%;
	}
	.col-xs-push-7 {
		left: 58.33333333%;
	}
	.col-xs-push-6 {
		left: 50%;
	}
	.col-xs-push-5 {
		left: 41.66666667%;
	}
	.col-xs-push-4 {
		left: 33.33333333%;
	}
	.col-xs-push-3 {
		left: 25%;
	}
	.col-xs-push-2 {
		left: 16.66666667%;
	}
	.col-xs-push-1 {
		left: 8.33333333%;
	}
	.col-xs-push-0 {
		left: 0;
	}
	.col-xs-offset-12 {
		margin-left: 100%;
	}
	.col-xs-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-xs-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-xs-offset-9 {
		margin-left: 75%;
	}
	.col-xs-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-xs-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-xs-offset-6 {
		margin-left: 50%;
	}
	.col-xs-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-xs-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-xs-offset-3 {
		margin-left: 25%;
	}
	.col-xs-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-xs-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-xs-offset-0 {
		margin-left: 0;
	}

	.single-girls .thumbnail {
		height: 100%;
	}

	.tel_group button {
		-moz-box-shadow: 0px 0px 1px rgba(000,000,000,0.3);
		-webkit-box-shadow: 0px 0px 1px rgba(000,000,000,0.3);
		width: 100px;
		padding: 10px 0;
		width: 15%;
		margin-top: 8px;
		width: 49% !important;
	}

	.panel-body {
		padding: 10px 0 10px 5px;
	}

	.caption p {
		font-size: 13px;
		line-height: 12px;
		margin-top: 3px;
		margin-bottom: 0px;
	}
	.enter_top {
		background: none repeat scroll 0 0 #333;
		color: #fff;
		height: 21px;
		margin-bottom: 20px;
	}
	.custom p {
		line-height: 15px;
		word-wrap: break-word;
	}

	.enter_logo {
		width: 100%;
	}

	.new_box {
	}

	.shop_new_box {
		height: 200px;
	}

	input, button, select, textarea {
		font-family: inherit;
		font-size: inherit;
		line-height: inherit;
		width: 100%;
	}
	.t_big {
		font-size: 18px;
	}

	footer {
		padding: 10px 0 5px;
		background: #ff0000;
	}
	footer p {
		color: #fff;
		text-align: center;
		font-size: 10px;
	}
}/*@media-480*/

@media (max-width: 600px) {
	.coupon_col3 {
		background: red;
		border-radius: 9px;
		width: 100%;
		float: left;
		margin-right: 3%;
		margin-top: 5px;
		margin-bottom: 10px;
		font-size: 12px;
		word-break: keep-all;
		overflow: hidden;
	}
	a:nth-child(3) .coupon_col3 {
		background: red;
		width: 100%;
		float: left;
	}
	.recruit_col3 {
		background: #f205b7;
		border-radius: 9px;
		width: 100%;
		float: left;
		margin-right: 3%;
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 12px;
		word-break: keep-all;
		overflow: hidden;
	}
	a:nth-child(3) .recruit_col3 {
		background: #f006b7;
		border-radius: 9px;
		width: 100%;
		float: left;
	}
}/*@media-600*/

@media(min-width:768px) {
	#wrapper {
	}
	#wrapper.toggled {
		padding-left: 0;
	}
	#sidebar-wrapper {
		width: 200px;
	}
	#wrapper.toggled #sidebar-wrapper {
		width: 0;
	}
	#page-content-wrapper {
		padding: 20px 20px 0px 0px;
		background-color: #fff;
		overflow: hidden;
		margin:0 auto; 
	}
	#wrapper.toggled #page-content-wrapper {
		position: relative;
		margin-right: 0;
	}
}/*@media768-*/

@media (max-width: 760px) {
	.girls .thumbnail {
		height: 100%;
		min-height: 167px;
		padding-bottom: 0;
	}
	.sidebar{
		display: none;
	}
}/*@media-760*/


@media (min-width: 1200px) {
	.single-girls .thumbnail {
		height: 100%;
	}
}/*@media1200-*/

/*topmap*/
.map{
}
.pref-map-mini {
		list-style-type: none;
	}
	.pref-map-mini span {
		display: none;
	}
	.pref-map-mini .panel-collapse.collapse {
		display: block;
	}
	.pref-map-mini li li {
		display: block;
		font-size: 90%;
		line-height: 29px;
		position: absolute;
		text-align: center;
		width: 37px;
	}
	.pref-map-mini li li a {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
		border: 1px solid #fff;
		color: #fff;
		display: block;
		height: 100%;
		width: 100%;
		text-decoration: none;
	}
	.pref-map-mini li li a:hover {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
		border: 1px solid #000;
	}
.pref-map-mini .hokkaido {
	height: 120px;
	left: 495px;
	line-height: 123px;
	top: 19px;
	width: 156px;
}
.pref-map-mini .aomori {
	left: 495px;
	top: 146px;
	width: 130px;
	height: 26px;
	line-height: 26px;
}
.pref-map-mini .iwate {
	left: 563px;
	top: 176px;
	width: 62px;
	height: 30px;
}
.pref-map-mini .miyagi {
	left: 563px;
	top: 209px;
	height: 34px;
	width: 62px;
}
.pref-map-mini .akita {
	left: 495px;
	top: 176px;
	width: 64px;
	height: 30px;
	line-height: 30px;
}
.pref-map-mini .yamagata {
	left: 495px;
	top: 209px;
	width: 64px;
	height: 34px;
	line-height: 32px;
}
.pref-map-mini .fukushima {
	left: 523px;
	top: 247px;
	width: 102px;
}
.pref-map-mini .ibaraki {
	left: 577px;
	top: 282px;
	width: 48px;
	height: 46px;
	line-height: 46px;
}
.pref-map-mini .tochigi {
	left: 515px;
	top: 282px;
	width: 58px;
	height: 24px;
	line-height: 24px;
}
.pref-map-mini .gunma {
	left: 466px;
	top: 282px;
	width: 46px;
	height: 24px;
	line-height: 24px;
}
.pref-map-mini .saitama {
	left: 515px;
	top: 310px;
	width: 58px;
	height: 18px;
	line-height: 18px;
}
.pref-map-mini .chiba {
	left: 577px;
	line-height: 46px;
	top: 332px;
	width: 48px;
	height: 46px;
}
.pref-map-mini .tokyo {
	left: 515px;
	top: 331px;
	width: 58px;
	height: 18px;
	line-height: 18px;
}
.pref-map-mini .kanagawa {
	left: 515px;
	top: 352px;
	width: 45px;
	height: 20px;
	line-height: 20px;
}
.pref-map-mini .niigata {
	left: 420px;
	top: 246px;
	width: 100px;
	height: 33px;
	line-height: 38px;
}
.pref-map-mini .toyama {
	left: 370px;
	top: 249px;
	height: 30px;
	width: 47px;
	line-height: 30px;
}
.pref-map-mini .ishikawa {
	left: 317px;
	top: 268px;
	width: 50px;
	height: 22px;
	line-height: 22px;
}
.pref-map-mini .fukui {
	left: 308px;
	top: 293px;
	width: 59px;
	height: 16px;
	line-height: 16px;
}
.pref-map-mini .yamanashi {
	left: 466px;
	line-height: 35px;
	top: 310px;
	height: 35px;
	width: 45px;
}
.pref-map-mini .nagano {
	left: 410px;
	line-height: 64px;
	top: 282px;
	height: 64px;
	width: 53px;
}
.pref-map-mini .gifu {
	left: 370px;
	line-height: 64px;
	top: 282px;
	height: 64px;
	width: 37px;
}
.pref-map-mini .shizuoka {
	left: 427px;
	top: 349px;
	height: 24px;
	width: 85px;
	line-height: 24px;
}
.pref-map-mini .aichi {
	left: 365px;
	top: 349px;
	width: 59px;
}
.pref-map-mini .mie {
	left: 344px;
	top: 346px;
	height: 57px;
	width: 18px;
	line-height: 27px;
}
.pref-map-mini .shiga {
	left: 308px;
	top: 313px;
	width: 58px;
	height: 31px;
	line-height: 31px;
}
.pref-map-mini .kyoto {
	left: 287px;
	top: 293px;
	height: 51px;
	width: 17px;
	line-height: 25px;
}
.pref-map-mini .osaka {
	left: 287px;
	top: 346px;
	height: 29px;
	width: 30px;
}
.pref-map-mini .hyogo {
	left: 252px;
	top: 293px;
	width: 31px;
	height: 45px;
	line-height: 45px;
}
.pref-map-mini .nara {
	left: 320px;
	top: 346px;
	height: 29px;
	width: 20px;
	line-height: 15px;
}
.pref-map-mini .wakayama {
	left: 292px;
	top: 378px;
	width: 48px;
	height: 25px;
	line-height: 25px;
}
.pref-map-mini .tottori {
	left: 216px;
	top: 293px;
	height: 17px;
	width: 32px;
	line-height: 16px;
}
.pref-map-mini .shimane {
	left: 180px;
	top: 293px;
	height: 17px;
	line-height: 16px;
	width: 33px;
}
.pref-map-mini .okayama {
	left: 216px;
	top: 313px;
	height: 25px;
	width: 32px;
	line-height: 25px;
}
.pref-map-mini .hiroshima {
	left: 180px;
	top: 313px;
	width: 33px;
	height: 25px;
	line-height: 25px;
}
.pref-map-mini .yamaguchi {
	left: 158px;
	line-height: 23px;
	top: 293px;
	height: 45px;
	width: 19px;
}
.pref-map-mini .tokushima {
	left: 235px;
	top: 362px;
	height: 15px;
	width: 48px;
	line-height: 15px;
}
.pref-map-mini .kagawa {
	left: 235px;
	top: 343px;
	width: 48px;
	height: 17px;
	line-height: 16px;
}
.pref-map-mini .ehime {
	left: 180px;
	top: 343px;
	width: 52px;
	height: 34px;
}
.pref-map-mini .kochi {
	left: 180px;
	top: 381px;
	height: 19px;
	width: 103px;
	line-height: 19px;
}
.pref-map-mini .fukuoka {
	left: 93px;
	top: 293px;
	width: 57px;
	height: 36px;
	line-height: 36px;
}
.pref-map-mini .saga {
	left: 60px;
	top: 293px;
	width: 29px;
	height: 36px;
	line-height: 36px;
}
.pref-map-mini .nagasaki {
	left: 30px;
	top: 293px;
	height: 33px;
	width: 26px;
	line-height: 16px;
}
.pref-map-mini .kumamoto {
	left: 64px;
	top: 333px;
	height: 51px;
	width: 34px;
	line-height: 51px;
}
.pref-map-mini .ooita {
	left: 102px;
	top: 333px;
	height: 20px;
	width: 48px;
	line-height: 20px;
}
.pref-map-mini .miyazaki {
	left: 102px;
	line-height: 25px;
	top: 357px;
	height: 27px;
	width: 48px;
}
.pref-map-mini .kagoshima {
	left: 63px;
	top: 388px;
	width: 87px;
	height: 18px;
	line-height: 18px;
}
.pref-map-mini .okinawa {
	left: 31px;
	top: 372px;
	width: 23px;
	height: 34px;
	line-height: 17px;
}

/*店舗非掲載県用*/
.backtop{
	height: 80px;
	width: 230px;
	display: block;
	text-align: center;
	border-radius: 5px;
	line-height: 80px;
	font-weight: bold;
	font-size: 16px;
	margin: 15px auto;
	color: #fff;
	background: #f85032; /* Old browsers */
	background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
}

.empty-text{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.backtop:hover{
	text-decoration: none;
	opacity: 0.8;
	color: #fff;
}