html,body{
	-webkit-text-size-adjust: 100%;
	font-family:sans-serif,"MS PGothic";
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

img{
	border:0;
}

ul,ol,dt,dd{
	margin:0;
	padding:0;
}

li{
	list-style:none;
	margin:0;
	padding:0;
}

a{
	text-decoration:none;
	border:0;
	color:#1d3994;
}

a:hover{
	text-decoration:none;
}

h1{
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:normal;
	color:#105b5f;
}

h2{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	color:#333;
	line-height:2.6;
}

#wrap{
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
/*	background:url(../img/header.png) repeat-x;*/
	text-align:center;
}

#main_contents{
	padding-bottom:120px;
}

#header{
	position:fixed;
	border-bottom:1px solid #00cec5;
	padding:5px 0;
	width:100%;
	background:#fff;
	height:40px;
	z-index:999;
}

#header:after {
	content: '';
	display: block;
	clear: both;
}

.scroll-prevent {
	position: fixed;
	z-index: -1;
	width:100%;
	height:100%;
}

.cp_cont {
	z-index:9999;
}

.cp_offcm01 {
	z-index:9999;
	position: fixed;
	top: 8px;
	right: 8px;
	display: inline-block;
}

.cp_offcm01.none {
	display:none;
}

/* menu */
.cp_offcm01 .cp_menu {
	z-index:1;
	position: fixed;
	top: 0;
	right: -100vw;
	width: 250px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
/*	background-color: rgba(0,206,197,0.9);*/
	margin: 0;
	padding: 0;
	overflow: scroll;
}

.cp_offcm01 .cp_menu ul {
	z-index:20000;
	margin: 0;
	padding: 0;
}

.cp_offcm01 .cp_menu li {
	list-style: none;
	text-align:center;
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid #00cec5;
}

.cp_offcm01 .cp_menu li.title {
	text-align:left;
	width:100%;
	margin:0 auto;
	font-weight:bold;
	padding:6px 0;
	font-size:15px;
	color:#fff;
	background-color: rgba(0,206,197,1);
	opacity:1;
}

.cp_offcm01 .cp_menu li.title .menu_title{
	width:90%;
	margin:0 auto;
}

.cp_offcm01 .cp_menu li a {
	text-align:left;
	width:90%;
	margin:0 auto;
	display: block;
	padding: 6px 0;
	text-decoration: none;
	color: #999;
	font-size:13px;
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}

.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}

.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #00cec5;
}

.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-250px);
	        transform: translateX(-250px);
	background: #00cec5;
	color: #fff;
	margin:0;
	padding:0 5px;
}

.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	font-size: 36px
}

.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
	margin:0;
	padding:0;
}

.cp_contents {
	color: #00cec5;
	text-align: center;
}

#glaylayer {
	position: fixed;
	z-index:9800;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
}

.logo{
	position:relative;
	text-align:center;
	background:url(../img/logo.png);
	width:93px;
	height:40px;
	background-size:93px 40px;
	float:left;
	text-indent:-9999px;
	margin-left:5px;
}

.logo a{
	display:block;
	width:93px;
	height:40px;
}

.page_pref{
	position:absolute;
	bottom:3px;
	left:96px;
	font-weight:bold;
	color:#333;
}

.header_right{
	float:right;
	width:30px;
	height:30px;
}

.header_right a{
	width:30px;
	height:30px;
	display:block;
}

.top_space{
	padding:50px 0 10px 0 ;
}

.header_menu{
	margin:0 0 10px 0;
}

.header_menu:after {
	content: '';
	display: block;
	clear: both;
}

.header_menu li{
	float:left;
	width : 33.33333% ;
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
	font-size:11px;
	text-align:center;
}

.header_menu li a{
	display:block;
	width:90%;
	margin:0 auto;
	padding:10px 0;
	color:#666;
	border:1px solid #ccc;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.header_menu li a .header_big{
	color:#333;
	font-size:14px;
	font-weight:bold;
}

nav#breadcrumbs{
	padding:0 0 10px 0;
	text-align:left;
}

nav#breadcrumbs ol{
	display:block;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow: auto;
	white-space: nowrap;
}

nav#breadcrumbs ol li {
	display: inline;
	list-style-type: none;
	font-size:12px;
	color:#666;
}

nav#breadcrumbs ol li a{
	color:#333;
	font-weight:normal;
}

nav#breadcrumbs ol li:before {
	color:#999;
	content: " > ";
}

nav#breadcrumbs ol li:first-child:before {
	content:"";
}

/*
.main_menu{
	float:right;
	margin:5px 3px 0 0 ;
}

.main_menu button{
	background:url(../img/menu.png);
	width:30px;
	height:30px;
	background-size:30px 30px;
	border:0;
	text-indent:-9999px;
}
*/
.clear:after {
	content: '';
	display: block;
	clear: both;
}

#footer{
	position:absolute;
	bottom:0;
	text-align:center;
	height:120px;
	width:100%;
	background:#eee;
}

.footer ul{
	width:90%;
	margin:0 auto 15px auto;
	padding:10px 0 0 0;
}

.footer ul:after {
	content: '';
	display: block;
	clear: both;
}

.footer li{
	float:left;
	padding:0 8px;
	margin:0 auto 5px auto;
}

.footer ul li a{
	font-size:12px;
	color:#333;
}

.copyright a{
	color:#333;
	font-size:13px;
}

.msg{
	padding:10px;
	font-size:14px;
}

.msg a{
	color:#105b5f;
}

.submit{
	width:96%;
	margin:0 auto 20px auto;
	text-align:left;
	cursor:pointer;
}

.submit:hover{
	cursor:pointer;
}

.submit input[type="submit"],
.submit input[type="button"]
{
	width:100%;
	color:#fff;
	background-color: #86db7e;
	border:0;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height:30px;
}

.page-top {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 15px;
	background-color: #00cec5;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 12px;
	padding:5px;
	z-index:9999;
}

a.page-top {
	display: block;
	background-color: #00cec5;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 10px;
}

a.page-top:hover {
	display: block;
	background-color: #2c8b6d;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding:5px 10px;
}

.att{
	color:#ff0000;
}

/* エンターページ */

.pickup_shop{
	background:#fff;
	width:94%;
	margin:0 auto 20px auto;
	text-align:center;
}

.pickup_shop .img{
	width:100%;
	margin:0 auto 5px auto;
}

.pickup_shop ul.pickup_item{
	width:94%;
	margin:0 auto 5px auto;
	background:#fff;
}

.pickup_shop ul.pickup_item:after{
	content: '';
	display: block;
	clear: both;
}

.pickup_shop ul.pickup_item li{
	float:left;
	font-size:12px;
	line-height:1.8;
	background:#fff;
}

.pickup_shop ul.pickup_item li.area{
	float:left;
	background:#ec92a0;
	color:#fff;
	padding:2px 8px 3px 8px; 
	height:18px;
	font-size:11px;
	margin-right:10px;
	border-radius: 2px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.pickup_shop ul.pickup_item li.shop{
	margin-left:10px;
	font-size:15px;
	text-align:left;
	color:#333;
}

.enter{
	position:relative;
	width:94%;
	margin:0 auto 10px auto;
}

.enter:after {
	content: '';
	display: block;
	clear: both;
}

.enter li.region_list{
	float:left;
	width : 33.33333% ;
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
	margin:5px 0;
	background::#fff;
	text-align:center;
}

.enter li .region_name{
	width:98%;
	background:#00cec5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin:0 auto;
	color:#fff;
	display:block;
	padding:20px 0;
	cursor:pointer;
}

.popupModal > input { /* ラジオボックス非表示 */
	display: none;
}

.popupModal > input:nth-child(1) + label { 
	cursor: pointer;
}

.modalPopup2 {
	display: none;
}

.popupModal > input[type="radio"]:checked + label + input[type="radio"] + label + input[type="radio"] + label + .modalPopup2 {
	display: block;
	z-index: 998;
	position: fixed;
	width: 90%;
	border-radius: 20px;
	left: 50%;
	top: 50%;
	margin-top: 30px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: #fff;
	padding: 10px 20px;
	overflow: hidden;
}

/*
@media (min-width: 768px) {
.popupModal > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
         width: 600px;
         height: 600px;
         padding: 30px;

    }
.popupModal > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
     left: 50% !important;
     top: 50% !important;
     margin-left: 270px !important;
     margin-top: -310px !important;
}
}
*/

.popupModal > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.popupModal > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
	width: 100%;
	height:100%;
	border:none;
	display:block;
}
/*
.popupModal > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {
max-width: 100%;
}
*/

.popupModal > input:nth-child(1) + label ~ label {
	display: none;/* ラジオ１ 以外のラベルを初期は非表示 */

}
.popupModal > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
.popupModal > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 999;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    border-radius: 50%;
    line-height: 44pt;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.popupModal > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
    display: none;
}


.modalPopup2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
/*
.pref_list{
	display:none;
}

#pref_list1,
#pref_list2,
#pref_list3,
#pref_list4,
#pref_list5,
#pref_list6,
#pref_list7,
#pref_list7,
#pref_list8,
#pref_list9,
#pref_list10{
	position:absolute;
	display:none;
	width:100%;
}
*/
.pref_list:after {
	content: '';
	display: block;
	clear: both;
}

.pref_list li{
	float:left;
	width : 33.33333% ;
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
	margin:5px 0;
	background::#fff;
	text-align:center;
}

.pref_list li.large{
	width:100%;
}

.pref_list li a{
	width:94%;
	background:#00cec5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin:0 auto 10px auto;
	color:#fff;
	display:block;
	padding:14px 0;
	cursor:pointer;
}


.enter_shop{

}

.enter_shop li{
	padding:5px 0;
	position:relative;
	border-bottom:1px solid #eee;
	height:60px;
}

.enter_shop li:last-child{
	border:0;
}

.enter_shop li:nth-child(even){
/*	background:#eee;*/
}

.enter_shop li .img{
	position:absolute;
	top:5px ;
	left:5px;
	width:80px;
	height:80px;
}

.enter_shop li .img img{
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #eee;
}

.enter_shop li ul.enter_item{
	padding:0 0 0 100px;
}

.enter_shop li ul.enter_item:after{
	content: '';
	display: block;
	clear: both;
}

.enter_shop li ul.enter_item .area{
	float:left;
	background:#ec92a0;
	color:#fff;
	padding:2px 8px; 
	height:16px;
	font-size:11px;
	margin:0 0 5px 0;
	border-radius: 2px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.enter_shop li ul.enter_item .shop{
	background:#fff;
	width:100%;
	color:#333;
	float:left;
	font-size:12px;
	height:24px;
	padding:0;
	text-align:left;
}

.link{

}

.link li{
	padding:5px 0;
	position:relative;
	border-bottom:1px solid #eee;
	height:40px;
}

.link li:last-child{
	border:0;
}

.link li .img{
	position:absolute;
	top:5px ;
	left:5px;
	width:120px;
	height:80px;
}

.link li .img img{
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.link li .link_item{
	padding:0 0 0 130px;
	font-size:13px;
	text-align:left;
}



/* トップページ */

.top_banner{
	width:90%;
	margin:0 auto;
	padding:10px 0 20px 0;
}

.main_title{
	margin:0 0 5px 0;
	background:#00cec5;
	text-align:left;
}

.main_title h2{
	color:#fff;
	font-weight:bold;
	margin: 0 0 0 5px;
	font-size:13px;
	text-align:left;
}

.subtitle{
	margin:0 0 5px 0;
	background:#ccc;
	text-align:left;
}

.subtitle h2{
	color:#fff;
	font-weight:normal;
	margin: 0 0 0 5px;
	font-size:13px;
	text-align:left;
}

.sub_title{
	width:98%;
	margin:0 auto 5px auto;
	background:#5AA6FA;
	text-align:left;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.sub_title h2{
	color:#fff;
	font-weight:normal;
	margin: 0 0 0 10px;
	font-size:13px;
	text-align:left;
}

.sub_title h3{
	color:#fff;
	font-weight:normal;
	margin: 0 0 0 10px;
	padding:3px 0;
	font-size:13px;
	text-align:left;
}

.main_title2{
	margin:0 0 5px 0;
	background:#FF69F3;
	text-align:left;
}

.main_title2 h2{
	color:#fff;
	font-weight:bold;
	margin: 0 0 0 5px;
	font-size:13px;
	text-align:left;
}

.main_title3{
	margin:0 0 5px 0;
	background:#5AA6FA;
	text-align:left;
}

.main_title3 h2{
	color:#fff;
	font-weight:bold;
	margin: 0 0 0 5px;
	font-size:13px;
	text-align:left;
}

.main_title4{
	margin:0 0 5px 0;
	background:#1d3994;
	text-align:left;
}

.main_title4 h2{
	color:#fff;
	font-weight:bold;
	margin: 0 0 0 5px;
	font-size:13px;
	text-align:left;
}

.top_search{
	position:relative;
	width:94%;
	margin:0 auto 10px auto;
	padding:2px 0;
	border:2px solid #999;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.top_search:after{
	content: '';
	display: block;
	clear: both;
}

.top_search li.keywords{
	float:left;
	width:92%;
}

.top_search li.keywords input[type="text"]{
	height:26px;
	width:100%;
}

.top_search li.search_btn input[type="submit"]{
	position:absolute;
	right:3px;
	top:5px;
	width:20px;
	height:26px;
	background:url(../img/search.png) no-repeat 0 3px;
	background-size:20px 20px;
	border:0;
}

.top_search li.keywords input[type="text"]{
	width:96%;
	border:0;
}

.area_btn{
	width:94%;
	margin:0 auto 10px auto;
}

.area_btn:after{
	content: '';
	display: block;
	clear: both;
}

.area_btn li{
	float:left;
}

.area_btn li a{
	display:block;
	font-size:12px;
	margin:3px ;
	padding:3px 5px;
	color:#fff;
	background:#5AA6FA;
	border:1px solid #0F52BA;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.top_realtime{
	border-bottom:2px solid #eee;
	margin:0 0 10px 0;
}

.top_realtime .text{
	width:98%;
	background:#f5f5f5;
	margin:10px auto ;
	padding:10px 0;
	text-align:center;
	font-size:13px;
	color:#666;
}

.top_realtime li{
	position:relative;
	border-bottom:1px solid #eee;
	padding:5px 0;
	min-height:80px;
}

.top_realtime li:last-child{
	border:0;
}

.top_realtime li .img{
	position:absolute;
	top:5px;
	left:10px;
	width:60px;
	height:80px;
}

.top_realtime li .realtime_box{
	padding:0 0 0 80px;
	text-align:left;
}

.top_realtime li .marquee{
	font-size:12px;
	color:#000;
}

.top_realtime li .name{
	font-size:15px;
	font-weight:bold;
}

.top_realtime li .item{
	width:100%;
}

.top_realtime li .item:after{
	content: '';
	display: block;
	clear: both;
}

.top_realtime li .area{
	float:left;
	background:#ec92a0;
	color:#fff;
	padding:2px 8px; 
	height:16px;
	font-size:11px;
	margin:0 5px 0 0;
	border-radius: 2px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-weight:normal;
}

.top_realtime li .shop{
	float:left;
	font-size:12px;
	font-weight:normal;
	color:#666;
}

.top_realtime li .rtime{
	font-size:13px;
	font-weight:bold;
	color:#ff0000;
	width:100%;
}

.top_schedule{
	border-bottom:2px solid #eee;
	margin:0 0 10px 0;
}

.top_schedule .text{
	width:98%;
	background:#f5f5f5;
	margin:10px auto ;
	padding:10px 0;
	text-align:center;
	font-size:13px;
	color:#666;
}

.top_schedule li{
	position:relative;
	border-bottom:1px solid #eee;
	padding:5px 0;
	min-height:80px;
}

.top_schedule li:last-child{
	border:0;
}

.top_schedule li .img{
	position:absolute;
	top:5px;
	left:10px;
	width:60px;
	height:80px;
}

.top_schedule li .realtime_box{
	padding:0 0 0 80px;
	text-align:left;
}

.top_schedule li .marquee{
	font-size:12px;
	color:#000;
}

.top_schedule li .name{
	font-size:15px;
	font-weight:bold;
}

.top_schedule li .item{
	width:100%;
}

.top_schedule li .item:after{
	content: '';
	display: block;
	clear: both;
}

.top_schedule li .area{
	float:left;
	background:#ec92a0;
	color:#fff;
	padding:2px 8px; 
	height:16px;
	font-size:11px;
	margin:0 5px 0 0;
	border-radius: 2px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-weight:normal;
}

.top_schedule li .shop{
	float:left;
	font-size:12px;
	font-weight:normal;
	color:#666;
}

.top_schedule li .time{
	font-size:13px;
	font-weight:bold;
	color:#333333;
	width:100%;
}

.top_schedule li .rtime{
	font-size:13px;
	font-weight:bold;
	color:#ff0000;
	width:100%;
}

.ranking_span{
	margin:0 0 0 5px;
	text-align:left;
	font-size:12px;
	color:#666;
}

.top_ranking{
	border-bottom:2px solid #eee;
	margin:0 0 10px 0;
}

.top_ranking li{
	position:relative;
	border-bottom:1px solid #eee;
	padding:5px 0;
	min-height:90px;
}

.top_ranking li:last-child{
	border:0;
}

.top_ranking li .img{
	position:absolute;
	top:5px;
	left:10px;
	width:120px;
	height:90px;
}

.top_ranking li .ranking_item{
	padding:0 0 0 140px;
	text-align:left;
}

.top_ranking li .ranking_item .name{
	font-size:13px;
	color:#333;
}

.top_ranking li .ranking_item .area{
	float:left;
	background:#ec92a0;
	color:#fff;
	padding:2px 8px; 
	height:16px;
	font-size:11px;
	margin:0 5px 0 0;
	border-radius: 2px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-weight:normal;
}

.top_ranking .ranking1{
	float:left;
	width:24px;
	height:17px;
	background:url(../img/ranking_icon.png) -3px -5px;
	background-size:523px 26px;
	margin-right:5px;
	text-indent:-9999px;
}

.top_ranking .ranking2{
	float:left;
	width:24px;
	height:17px;
	background:url(../img/ranking_icon.png) -109px -5px;
	background-size:523px 26px;
	margin-right:5px;
	text-indent:-9999px;
}

.top_ranking .ranking3{
	float:left;
	width:24px;
	height:17px;
	background:url(../img/ranking_icon.png) -217px -5px;
	background-size:523px 26px;
	margin-right:5px;
	text-indent:-9999px;
}

.top_ranking .ranking4{
	float:left;
	width:24px;
	height:17px;
	background:url(../img/ranking_icon.png) -322px -5px;
	background-size:523px 26px;
	margin-right:5px;
	text-indent:-9999px;
}

.top_ranking .ranking5{
	float:left;
	width:24px;
	height:17px;
	background:url(../img/ranking_icon.png) -430px -5px;
	background-size:523px 26px;
	margin-right:5px;
	text-indent:-9999px;
}

.top_ranking .ranking6{
	float:left;
	width:24px;
	height:17px;
	background:url(../img/ranking_icon2.png) -3px -5px;
	background-size:523px 26px;
	margin-right:5px;
	text-indent:-9999px;
}

.top_ranking .ranking7{
	float:left;
	width:24px;
	height:17px;
	background:url(../img/ranking_icon2.png) -109px -5px;
	background-size:523px 26px;
	margin-right:5px;
	text-indent:-9999px;
}

.top_ranking .ranking8{
	float:left;
	width:24px;
	height:17px;
	background:url(../img/ranking_icon2.png) -217px -5px;
	background-size:523px 26px;
	margin-right:5px;
	text-indent:-9999px;
}

.top_ranking .ranking9{
	float:left;
	width:24px;
	height:17px;
	background:url(../img/ranking_icon2.png) -322px -5px;
	background-size:523px 26px;
	margin-right:5px;
	text-indent:-9999px;
}

.top_ranking .ranking10{
	float:left;
	width:24px;
	height:17px;
	background:url(../img/ranking_icon2.png) -430px -5px;
	background-size:523px 26px;
	margin-right:5px;
	text-indent:-9999px;
}

.attend{
	float:left;
	font-size:10px;
	color:#fff;
	background:#dc386d;
	border-radius: 2px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding:1px 4px;
}


.top_news{
	border-bottom:2px solid #eee;
	margin:0 0 10px 0;
	padding:10px 0 5px 0;
}

.top_news li{
	position:relative;
	padding:3px 0;
	border-bottom:1px solid #eee;
	min-height:60px;
/*	min-height:80px;
	height: auto !important;
	height:80px;*/
}

.top_news li:last-child{
	border:0;
}

.top_news li:nth-child(even){
/*	background:#eee;*/
}

.top_news li .img{
	position:absolute;
	top:10px;
	left:10px;
	width:60px;
	height:45px;
	overflow:hidden;
}

.top_news li .img img{
	border:1px solid #ccc;
	width:100%;
}

.top_news li .news_item{
	padding-left:80px;
}

.top_news li .news_item .time{
	color:#333;
	font-size:10px;
	text-align:left;
	margin-left:3px;
}

.top_news li .news_item .title{
	color:#333;
	font-weight:bold;
	font-size:13px;
	text-align:left;
	margin-left:3px;
}

.top_news li .news_item .shop{
	color:#1d3994;
	font-weight:bold;
	font-size:13px;
	text-align:left;
	margin-left:3px;
	margin-bottom:5px;
}

.more_read{
	font-size:14px;
	text-align:right;
	border-bottom:2px solid #eee;
}

.more_read a{
	position: relative;
	display:block;
	margin:0 5px 10px 0;
	padding-right: 15px;
	font-size:12px;
	font-weight:bold;
}

.more_read a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 3px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #1d3994;
	border-right: solid 2px #1d3994;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

table.pref_search{
	width:100%;
	border-collapse:collapse;
	margin:0 auto 20px auto;
}

table.pref_search td{
	width:50%;
	border:1px solid #a98875;
	padding:10px 0;
	font-size:13px;
}

table.pref_search td a{
	color:#a98875;
	display:block;
	width:100%;
	height:100%;
}

.area_name{
	text-align:left;
	color:#2c8b6d;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
}

.area_t{
	width:92%;
	margin:0 auto;
	text-align:left;
	font-size:12px;
	position: relative;
	display: inline-block;
	margin:  0 0 15px 0;
	padding: 5px;
	background:#fff;
	color:#1d3994;
	border:2px solid #1d3994;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* 下に載せる三角アイコン */
.area_t:after {
	content: "";
	position: absolute;
	bottom: -21px;
	left: 30px;
	margin-left: -17px;
	border: 10px solid transparent;
	border-top: 10px solid #1d3994;
	z-index: 1;
}

.bubble2 p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.area_title{
	font-size:14px;
	color:#333;
	text-align:left;
	margin:0 0 5px 0;
	padding:5px 0;
}

.area_title h3{
	text-align:left;
	font-size:14px;
	color:#333;
	margin:0 0 0 8px;
}

.recommend_shop{
	margin:0 0 10px 0;
}

ul.top_shop{
	width:100%;
	overflow-x:auto;
	margin:0 0 4px 0;
}

.underline{
	border-bottom:2px solid #eee;
	margin:0 0 10px 0;
}

ul.top_shop:after{
	content: '';
	display: block;
	clear: both;
}

ul.top_shop li{
	width : 33.33333% ;
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
	float:left;
	padding:5px 0;
	text-align:center;
	margin:0 auto;
}

ul.top_shop li .img{
	width:90%;
	margin:0 auto 5px auto;
}

ul.top_shop li .img img{
	border-radius: 5px; 
	border:1px solid #eee;
}

ul.top_shop li .name{
	width:90%;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}

ul.top_shop li .name a{
	font-size:12px;
}

ul.top_shop li .item{
	width:100%;
	margin:0 auto 5px auto;
	padding:0;
}

ul.top_shop li .item:after{
	content: '';
	display: block;
	clear: both;
}

ul.top_shop li .item li{
	float:left;
	font-size:12px;
	padding:0;
	background:#fff;
	line-height:1.8;
}

ul.top_shop li:nth-child(even) .item li{
	background:#eee;
}

ul.top_shop li .item li.area{
	background:#2c8b6d;
	color:#fff;
	padding:2px 6px;
	font-size:12px;
	margin-right:10px;
	line-height:1.5;
}

.pref_name{
	font-size:14px;
	color:#333;
	text-align:left;
	margin:0 0 5px 0;
}

.pref_name h3{
	text-align:left;
	font-size:14px;
	color:#333;
	margin:0 0 0 8px;
}

.pickup_therapist li{
	border-bottom:1px solid #eee;
	margin-bottom:14px;
}

.pickup_therapist li:last-child{
	border:0;
}

.top_therapist{
	border-bottom:2px solid #eee;
	margin:0 0 10px 0;
}

.top_therapist .text{
	width:98%;
	background:#f5f5f5;
	margin:10px auto ;
	padding:10px 0;
	text-align:center;
	font-size:13px;
	color:#666;
}


.top_therapist:after{
	content: '';
	display: block;
	clear: both;
}

.top_therapist li{
	float:left;
/*
	width : 33.33333% ;
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
*/
	width:25%;
	padding:5px 0;
	text-align:center;
	border:0;
}

.top_therapist li:last-child{
	border:0;
}

.top_therapist li .img{
	position:relative;
	width:90%;
	margin:0 auto 5px auto;
}

.top_therapist li .img img{
	border-radius: 5px;
	border:1px solid #eee;
}

.top_therapist li .img .top_icon{
	position:absolute;
	bottom:5px;
	left:0;
	width:100%;
	text-align:center;
}

.top_therapist li .img .top_icon .schedule{
	width:90%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	background:#69d0d7;
	font-size:10px;
	padding:0px 2px;
	margin:0 auto ;
	color:#fff;
}

.top_therapist li .img .top_icon .schedule_next{
	width:90%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	background:#fe7171;
	font-size:10px;
	margin:0 auto ;
	padding:0px 2px;
	color:#fff;
}


.marquee{
	margin : 0 auto 0 auto;
	width : 90%;
	text-align : center;
	overflow : hidden;
}

.marquee p{
	margin:0;
	padding:0;
	color:#666;
	font-size:11px;
	display : inline-block;
	padding-left: 100%;
	white-space : nowrap;
	line-height : 1em;
	animation : marquee 10s linear infinite;
}

@keyframes marquee{
	0% { transform: translateX(0)}
	100% { transform: translateX(-100%)}
}

.top_therapist li .name{
	font-size:12px;
	font-weight:bold;
	width:90%;
	margin:0 auto 2px auto;
	height:18px;
	overflow:hidden;
}

.top_therapist li .area{
	background:#ec92a0;
	color:#fff;
	padding:0px;
	font-size:11px;
	width:90%;
	margin:0 auto 2px auto;
	border-radius: 2px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.top_therapist li .shop{
	width:90%;
	margin:0 auto 2px auto;
	font-size:11px;
	color:#333;
}

.top_newface{
	width:100%;
	margin:0 auto 10px auto;
	border-bottom:2px solid #eee;
}

.top_newface .text{
	width:98%;
	background:#f5f5f5;
	margin:10px auto ;
	padding:10px 0;
	text-align:center;
	font-size:13px;
	color:#666;
}

.top_newface:after{
	content: '';
	display: block;
	clear: both;
}

.top_newface li{
	position:relative;
	min-height:100px;
	padding:10px 0 ;
	border-bottom:1px solid #eee;
}

.top_newface li:last-child{
	border:0;
}

.top_newface li .img{
	position:absolute;
	top:10px;
	left:10px;
	width:75px;
	height:100px;
	border:1px solid #eee;
}

.top_newface li .img .top_icon{
	position:absolute;
	bottom:5px;
	left:0;
	width:100%;
	text-align:center;
}

.top_newface li .img .top_icon .schedule{
	width:90%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	background:#69d0d7;
	font-size:10px;
	padding:0px 2px;
	margin:0 auto ;
	color:#fff;
}

.top_newface li .img .top_icon .schedule_next{
	width:90%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	background:#fe7171;
	font-size:10px;
	margin:0 auto ;
	padding:0px 2px;
	color:#fff;
}


.top_newface li .newface_box{
	padding:0 0 0 95px;
	text-align:left;
}

.top_newface li .marquee{
	font-size:12px;
	color:#000;
}

.top_newface li .name{
	font-size:15px;
	font-weight:bold;
}

.top_newface li .item{
	width:100%;
}

.top_newface li .item:after{
	content: '';
	display: block;
	clear: both;
}

.top_newface li .area{
	float:left;
	background:#ec92a0;
	color:#fff;
	padding:2px 8px; 
	height:16px;
	font-size:11px;
	margin:0 5px 0 0;
	border-radius: 2px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-weight:normal;
}

.top_newface li .shop{
	float:left;
	font-size:12px;
	font-weight:normal;
	color:#666;
}

.top_newface li .date{
	font-size:13px;
	font-weight:bold;
	color:#ff0000;
	width:100%;
}

.top_newface .msg{
	font-size:11px;
	color:#333;
}

.type_menu{
	margin:0 0 0 0;
}

.type_menu li{
	text-align:left;
	border-bottom:1px solid #eee;
}

.type_menu li:last-child{
	border:0;
}

.type_menu li a{
	position: relative;
	padding:5px 0;
	font-size:12px;
	font-weight:bold;
	display:block;
	margin:0 0 0 10px;
}

.type_menu a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #1d3994;
	border-right: solid 2px #1d3994;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.neighborhood_menu{
	margin:0 0 0 0;
}

.neighborhood_menu li{
	text-align:left;
	border-bottom:1px solid #eee;
}

.neighborhood_menu li:last-child{
	border:0;
}

.neighborhood_menu li a{
	position: relative;
	padding:5px 0;
	font-size:12px;
	font-weight:bold;
	display:block;
	margin:0 0 0 10px;
	color:#333;
}

.neighborhood_menu a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top_photo{
	width:100%;
	margin:0 auto 10px auto;
	border-bottom:2px solid #eee;
}

.top_photo .text{
	width:98%;
	background:#f5f5f5;
	margin:10px auto ;
	padding:10px 0;
	text-align:center;
	font-size:13px;
	color:#666;
}

.top_photo:after{
	content: '';
	display: block;
	clear: both;
}

.top_photo li{
	position:relative;
	padding:10px 0 ;
	border-bottom:1px solid #eee;
}

.top_photo li:last-child{
	border:0;
}

.top_photo li .img{
	position:absolute;
	top:10px;
	left:10px;
	width:75px;
	height:75px;
	overflow:hidden;
}

.top_photo li .img .top_icon{
	position:absolute;
	bottom:5px;
	left:0;
	width:100%;
	text-align:center;
}

.top_photo li .img .top_icon .schedule{
	width:90%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	background:#69d0d7;
	font-size:10px;
	padding:0px 2px;
	margin:0 auto ;
	color:#fff;
}

.top_photo li .img .top_icon .schedule_next{
	width:90%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	background:#fe7171;
	font-size:10px;
	margin:0 auto ;
	padding:0px 2px;
	color:#fff;
}


.top_photo li .photo_box{
	padding:0 0 0 95px;
	text-align:left;
}

.top_photo li .photo_box:after{
	content: '';
	display: block;
	clear: both;
}

.top_photo li .time{
	color:#666;
	font-size:11px;
	font-weight:bold;
}

.top_photo li .title{
	font-size:15px;
	font-weight:bold;
	color:#000;
}

.top_photo li .girls{
	color:#666;
	font-size:13px;
}

.top_photo li .item{
	width:100%;
}

.top_photo li .item:after{
	content: '';
	display: block;
	clear: both;
}

.top_photo li .area{
	float:left;
	background:#ec92a0;
	color:#fff;
	padding:2px 8px; 
	height:16px;
	font-size:11px;
	margin:0 5px 0 0;
	border-radius: 2px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-weight:normal;
}

.top_photo li .shop{
	float:left;
	font-size:12px;
	font-weight:normal;
	color:#666;
}



.recruit{
	margin:0 0 10px 0;
	border-bottom:2px solid #eee;
}

.recruit_shop{
}

.recruit_shop li{
	position:relative;
	border-bottom:1px solid #eee;
	padding:10px 0;
	min-height:44px;
	overflow:hidden;
}

.recruit_shop li:last-child{
	border:0;
}

.recruit_shop li .img{
	position:absolute;
	top:10px;
	left:5px;
	width:100px;
}

.recruit_shop li .img img{
	border-radius: 5px;
	border:1px solid #eee;
}
.recruit_shop li .recruit_box{
	padding:0 0 0 120px ;
	text-align:left;
}

.recruit_shop li .recruit_box:after{
	content: '';
	display: block;
	clear: both;
}

.recruit_shop li .recruit_box .area{
	float:left;
	background:#ec92a0;
	color:#fff;
	padding:0px 6px;
	font-size:13px;
	margin-right:6px;
	border-radius: 2px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.recruit_shop li .recruit_box .shop{
	float:left;
	color:#666;
	font-size:13px;
	margin:0;
	padding:0;
	background:#fff;
}

.recruit_shop li .recruit_box .apeal{
	float:left;
	width:100%;
	font-weight:bold;
	color:#333;
	font-size:13px;
	text-align:left;
}

.recruit_shop li .recruit_box .name{
	font-weight:bold;
	font-size:13px;
}

.top_mens{
	border-bottom:2px solid #eee;
	margin:0 0 10px 0;
}

.top_mens .text{
	width:98%;
	background:#f5f5f5;
	margin:10px auto ;
	padding:10px 0;
	text-align:center;
	font-size:13px;
	color:#666;
}


.top_mens li{
	position:relative;
	border-bottom:1px solid #eee;
	padding:10px 0;
	min-height:44px;
	overflow:hidden;
}

.top_mens li:last-child{
	border:0;
}


.top_mens .apeal{
	width:96%;
	margin:0 auto;
	font-weight:bold;
	color:#333;
	font-size:13px;
	text-align:left;
}

.top_mens .name{
	width:96%;
	margin:0 auto;
	font-weight:bold;
	font-size:13px;
	text-align:left;
}


.new_shop{
	margin-bottom:30px;
	border-bottom:1px solid #fff; 
}

.new_shop li{
	padding:14px 0;
	text-align:center;
	margin:0 auto;
}

.new_shop li:nth-child(even){
	background:#eee;
}

.new_shop li a{
	display:block;
	width:100%;
	height:100%;
	color:#666;
	font-size:13px;
	text-align:left;
}

/* 検索ページ */

.search_num{
	font-size:13px;
	margin:0 0 10px 0;
}

.search_condition{
	margin:0 0 10px 0;
	border-bottom:1px solid #5AA6FA;
}

.condition_list{
	margin:0 0 10px 0;
}

.label_title{
	background:#5AA6FA;
	color:#fff;
	padding:5px 0;
	margin:0 0 6px 0;
	font-size:13px;
	font-weight:bold;
}

.label_name{
	color:#333;
	font-size:13px;
}

.search_list li{
	font-size:13px;
	padding:8px;
	text-align:left;
	border-bottom:1px solid #eee;
}

.search_list li a{
	display:block;
	position: relative;
	font-weight:bold;
}

.search_list li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 3px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #1d3994;
	border-right: solid 2px #1d3994;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.search_list li.job_title{
	border-top:1px solid #a98875;
	border-bottom:1px solid #a98875;
	padding:10px;
	font-size:15px;
	text-align:center;
	font-weight:bold;
	background:#fff8f2;
	color:#2f0a0a;
}

.search_list li.area_title{
	border-top:1px solid #a98875;
	border-bottom:1px solid #a98875;
	background:#fff8f2;
	padding:10px;
	font-size:15px;
	text-align:center;
	font-weight:bold;
}

.search_list li.area_title:first-child{
	border-top:1px solid #a98875;
	border-bottom:1px solid #a98875;
	padding:10px;
	font-size:15px;
	text-align:center;
	font-weight:bold;
}

.prev_page a{
	font-size:13px;
	color:#fff;
	display:block;
	margin:0 auto 10px auto;
	width:120px;
	padding:5px;
	background-color: #a1d6c8;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.search_title{
	color:#2f0a0a;
	text-align:left;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin-bottom:10px;
/*	margin-bottom:20px;*/
}

.search_title h2{
	margin:0 0 0 5px;
}

.shop_list{
	margin-bottom:30px;
}

.shop_list .text{
	width:98%;
	background:#f5f5f5;
	margin:10px auto ;
	padding:10px 0;
	text-align:center;
	font-size:13px;
	color:#666;
}

.shop_list li{
	text-align:center;
	padding:10px 0;
	border-bottom:2px solid #eee;
}

.shop_list li:last-child{
	border:0;
}

.shop_list li:nth-child(even){
/*	text-align:center;
	background:#eee;*/
}

.shop_list li a{
	display:block;
	width:96%;
	margin:0 auto;
}

.shop_list li .one_apeal{
	color:#3333FF;
	text-align:left;
	font-size:14px;
	margin-bottom:5px;
	font-weight:bold;
}

.shop_list li .img{
	width:90%;
	margin:0 auto 10px auto;
}

.shop_list .img img{
	border:1px solid #eee;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.shop_list li .apeal{
	background:#eaf4fc;
	padding:6px 0;
	text-align:center;
	color:#666;
	margin-bottom:8px;
}

.shop_list li .apeal .text{
	width:98%;
	text-align:left;
	margin:0 auto;
	font-size:11px;
	line-height:1.6;
	background:none;
}

.shop_list li .item{
	width:100%;
	margin-bottom:6px;
}

.shop_list li .item:after{
	content: '';
	display: block;
	clear: both;
}

.shop_list li .item li{
	float:left;
	font-size:12px;
	background:#fff;
	padding:0;
}

.shop_list li:nth-child(even) .item li{
	float:left;
	font-size:12px;
	background:#eee;
}

.shop_list li .item li.area{
	background:#ec92a0;
	color:#fff;
	padding:0px 6px;
	font-size:11px;
	margin-right:6px;
	border-radius: 2px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.shop_list li .name{
	color:#333;
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
	background:#fff;
	text-align:left;
}

.shop_list li .shop_detail{
	width:80px;
	text-align:center;
	color:#5AA6FA;
	font-size:14px;
	border: 1px solid #5AA6FA; 
	border-radius: 2px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding:3px 0 3px 2px
}

.shop_list li .s_news{
	margin-bottom:6px;
}

.shop_list li .s_news .title{
	font-size:11px;
	text-align:left;
	background:url(../img/news_icon.png) no-repeat 0 2px;
	background-size:12px 12px;
	padding:0 0 0 16px;
	color:#a98875;
	font-weight:bold;
	margin-bottom:3px;
}

.shop_list li .s_news .msg{
	font-size:11px;
	text-align:left;
	color:#333;
	padding:0;
	margin:0 0 6px 0;
}

.shop_list li .search_reserve{
	border:1px solid #FFCC99;
	margin-bottom:6px;
	position:relative;
}

.shop_list li .reserve_title{
	position:absolute;
	background:#FFCC99;
	color:#fff;
	padding:5px;
	font-size:11px;
	font-weight:bold;
	margin:0 6px 0 0 ;
}

.shop_list li .reserve_msg{
	text-align:left;
	color:#a98875;
	padding:5px 5px 5px 94px;
	font-size:11px;
	font-weight:bold;
	background:#fff;
}

.shop_list li .coupon_title{
	font-size:11px;
	text-align:left;
	background:url(../img/ticket.png) no-repeat 0 2px;
	background-size:12px 12px;
	padding:0 0 0 16px;
	color:#CC0033;
	font-weight:bold;
	margin-bottom:8px;
}

.s_list{
	padding:10px 0;
}

.s_list:after{
	content: '';
	display: block;
	clear: both;
}

.pref_area{
	width:94%;
	background:#a98875;
	padding:3px 0;
	font-size:12px;
	color:#fff;
	margin:0 auto 10px auto;
	border: 1px solid #a98875; 
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.s_list li{
	float:left;
	margin:3px 0;
	width:50%;
	color:#ccc;
	background:#fff;
	text-align:left;
}

.s_list li .s_item{
	width:90%;
	margin:0 auto;
	text-align:center;
	border:1px solid #ccc;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:13px;
}

.s_list li a{
}

input[type="checkbox"]{
	display: none;
}

.checkbox {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding:10px 0;
	width:100%;
	height:100%;
	display:block;
}

input[type=checkbox]:checked + .checkbox{
	
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background:#5AA6FA;
	color:#fff;
}

.search_item{
	margin-left:5px;
}

.search_button input[type="submit"]{
	width:94%;
	margin:0 auto 20px auto;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background:#5AA6FA;
	color:#fff;
	border:0;
	padding:10px 0;
	-webkit-appearance: none;
	cursor:pointer;
}

.pager{
	width:94%;
	margin:0 auto 20px auto;
}

.pager:after{
	content: '';
	display: block;
	clear: both;
}

.pager li{
	float:left;
	width:30px;
	height:30px;
	border:1px solid #999;
	margin:0 7px 5px 0;
	font-size:14px;
	line-height:2;
	color:#fff;
	background:#999;
}

.pager li a{
	background:#fff;
	display:block;
	width:30px;
	height:30px;
	color:#ccc;
	font-size:14px;
	line-height:2;
}

.pager li a:hover{
	color:#fff;
	background:#ccc;
	text-decoration:none;
}

/* フッター関連 */
.sub_page{
	width:100%;
	margin:0 auto;
	padding:10px 0;
}

.sub_page_title{
	width:100%;
	text-align:left;
}

.sub_page_box{
/*	box-shadow:0px 0px 2px rgba(218, 245, 254, 0.9);
	border:1px solid #daf5fe;*/
	width:98%;
	padding:20px 0;
	background:#fff;
	line-height:1.4;
	text-align:center;
	margin-bottom:10px;
}

.sub_page{
	width:98%;
	margin:0 auto;
}

.main_text{
	font-size:12px;
	text-align:left;
	margin-bottom:5px;
}

.text01{
	font-size:12px;
	text-align:left;
	margin:0 0 5px 10px;
	line-height:1.6;
}

.text02{
	font-size:12px;
	text-align:left;
	margin:0 0 10px 10px;
}

.sub_page_title{
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
	text-align:left;
}

.sub_page table{
	width:98%;
	margin:10px auto;
	border-collapse: collapse;
	border:1px solid #86db7e;
}

.sub_page td{
	padding:8px;
	font-size:12px;
	font-weight:normal;
	border:1px solid #86db7e;
	text-align:left;
	line-height:1.6;
}

.sub_page td a{
	color:#105b5f;
}
.sub_page th{
	border:1px solid #86db7e;
	font-size:12px;
	width:80px;
	background:#d2f5e3;
	font-weight:normal;
	padding:8px;
	color:#333;
}

.sub_page td input[type="text"],
.sub_page td input[type="password"],
.sub_page select{
	width:96%;
	height:26px;
	margin:0 auto;
}

.sub_page textarea{
	width:96%;
	height:100px;
}

.kiyaku_t{
	margin:0 0 5px 0;
	font-weight:bold;
}

.kiyaku_list{
	margin:0 0 10px 5px;
}

.kiyaku_list li{
	line-height:1.6;
}

.kiyaku_msg{
	font-size:13px;
	padding:5px 0;
}

/* マイページ */

.mypage_header{
	position:relative;
	min-height:110px;
}

.profile_image{
	position:absolute;
	top:5px;
	left:10px;
}

.mypage_profile{
	padding:0 0 0 120px;
	text-align:left;
}

.profile_name{
	font-weight:bold;
	font-size:14px;
	margin:0 0 5px 0;
	text-align:left;
}

.profile_msg{
	text-align:left;
	font-size:12px;
	line-height:1.6;
}

.mypage_menu:after{
	content: '';
	display: block;
	clear: both;
}

.mypage_menu li{
	float:left;
	width : 33.33333% ;
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
	text-align:center;
	font-size:12px;
}

.mypage_menu li a{
	display:block;
	padding:5px 10px;
	width:100%;
}

.mypage_review_list li.item{
	padding:10px 0;
	border-bottom:1px dotted #ccc;
	width:100%;
	min-height:86px;
	position:relative;
}

.review_shop_img{
	position:absolute;
	top:5px;
	left:10px;
}

.review_shop_info{
	padding:0 0 0 120px;
}

.list_area_name{
	font-weight:normal;
	font-size:11px;
	text-align:left;
}

.list_shop_name{
	font-weight:normal;
	font-size:13px;
	text-align:left;
}

.total_score:after{
	content: '';
	display: block;
	clear: both;
}

.score_label{
	float:left;
	font-weight:bold;
	font-size:18px;
	color:#333;
	padding:4px 0 0 0 ;
	margin:0 6px 0 0 ;
}

.full_star{
	text-indent:-9999px;
	width:18px;
	height:24px;
	float:left;
	background:url(../../img/star.png) no-repeat 0 4px;
}

.half_star{
	text-indent:-9999px;
	width:18px;
	height:26px;
	float:left;
	background:url(../../img/star.png) no-repeat -75px 4px;
}

.star_sum{
	float:left;
	font-weight:bold;
	font-size:22px;
	color:#ff0000;
	margin-left:8px;
}

ul.review_summary:after{
	content: '';
	display: block;
	clear: both;
}

ul.review_summary li{
	font-size:12px;
	color:#999;
	float:left;
}

ul.review_summary li .min_score{
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
}

.review_shop_info .msg{
	color:#333;
	text-align:left;
	line-height:1.6;
	font-size:13px;
}

.confirm_text{
	width:96%;
	margin:0 auto;
	padding:10px 0;
	text-align:left;
	font-size:14px;
}

.table{
	width:96%;
	margin:0 auto;
	border-collapse:collapse;
	border:1px solid #3e978b;
}

.table th{
	padding:10px;
	border:1px solid #3e978b;
	background:#00cec5;
	color:#fff;
	font-size:14px;
}

.table td{
	padding:10px;
	text-align:left;
	border:1px solid #3e978b;
	font-size:14px;
}

.confirm_btn{
	padding:5px 10px;
	color:#fff;
	background:#5AA6FA;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.mail_confrim{
	color:#ff0000;
	padding:10px 0;
/*	border-bottom:1px solid #666;*/
	margin:0 0 20px 0;
}

.mail_title{
	text-align:left;
	margin:0 0 10px 0;
	font-weight:bold;
}

.mail_btn{
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}

.mail_btn:after{
	content: '';
	display: block;
	clear: both;
}

.mail_btn li{
	float:left;
	width:50%;
}

.mail_btn li input[type="submit"]{
	width:90%;
/*	border:1px solid #ccc;*/
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background:#00cec5;
	padding:10px 0;
	color:#fff;
	font-weight:bold;
	font-size:16px;
}

.ad_title{
	text-align:left;
	font-weight:bold;
	color:#333;
	padding:20px 0;
}

.ad_text{
	text-align:left;
	line-height:2;
	color:#333;
	padding:10px 0 20px 0;
}

.ad_space{
	margin:0 0 30px 0;
}

.pr_btn a{
	display:block;
	width:94%;
	margin:0 auto 30px auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background:#86db7e;
	text-align:center;
	color:#fff;
	font-size:14px;
	padding:20px 0;
	border:0;
}



/* セラピストマイページ */

#theapist_loginbox{
	width:98%;
	margin:0 auto;
	padding:20px 0;
}

#theapist_loginbox #login_title{
	padding:20px 0;
	
}

#theapist_loginbox input[type="text"]{
	width:90%;
	height:30px;
	margin:0 auto 20px auto;
	border:1px solid #ccc;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#theapist_loginbox input[type="password"]{
	width:90%;
	height:30px;
	margin:0 auto 20px auto;
	border:1px solid #ccc;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#btnlogin input[type="submit"]{
	width:80%;
	padding:10px 0;
	color:#fff;
	margin:0 auto 20px auto;
	border:1px solid #ccc;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background:#00cec5;
}

.photo_btn a{
	display:block;
	width:80%;
	padding:10px 0;
	color:#fff;
	margin:0 auto 20px auto;
	border:1px solid #ccc;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background:#00cec5;
}

.photo_btn a:hover{
	opacity:0.6;
	cursor:pointer;
}

.photo_form table{
	width:90%;
	margin:20px auto ;
	border-collapse:collapse;
	border:1px solid #eee;
}

.photo_form table th{
	padding:10px 0;
	background:#00cec5;
	color:#fff;
}

.photo_form table td{
	padding:10px 0;
}

.photo_form table td input[type="text"]{
	width:94%;
	margin:0 auto;
	height:30px;
	border:1px solid #ccc;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.photo_form table td select{
	width:94%;
	margin:0 auto;
	height:30px;
	border:1px solid #ccc;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.photo_form table td textarea{
	width:94%;
	margin:0 auto;
	height:200px;
	border:1px solid #ccc;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.photo_btn input[type="submit"]{
	display:block;
	width:80%;
	padding:10px 0;
	color:#fff;
	margin:0 auto 20px auto;
	border:1px solid #ccc;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background:#00cec5;
}

.return_p a{
	display:block;
	width:90%;
	margin:0 auto 30px auto;
	padding:5px 0;
	background:#eee;
	border:1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	font-size:13px;
	color:#666;
}

.t_photo li .time{
	width:96%;
	margin:0 auto;
	text-align:left;
	color:#666;
	font-size:11px;
	font-weight:bold;
}

.t_photo li .title{
	width:96%;
	margin:0 auto;
	text-align:left;
	font-size:15px;
	font-weight:bold;
	color:#000;
}

