﻿@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------
　リセットCSS + サイト共通設定
------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
} 
html{
    overflow-y: scroll;
}
img {
	border-width: 0px;
	vertical-align: top;
} 
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
input, textarea,{
    margin: 0;
    padding: 0;
}
ul{
    list-style:none;
} 
table{
    border-collapse: collapse; 
    border-spacing:0;
	width:100%;
} 
caption, th{
    text-align: left;
} 

.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
} 
img {
    max-width:100%;
} 

a,a:hover {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
/*------------------
a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
} 
-----------------*/

body {
	height: 100%;
	background: #FFE900 url(../images/bg.png) no-repeat center top;
	color: #000000;
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", YuGothic, "游ゴシック", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5em;
	font-size: 13px;

	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;

}

a {
	text-decoration: none;
	opacity: 1;
	transition: opacity .2s ease;
	color: #221815;
	margin: 0px;
	padding: 0px;
}
a:link	{color: #221815; text-decoration: none; }
a:visited {color: #221815; text-decoration: none; }
a:active  {color: #CC9212;  text-decoration: none; }
a:hover   {color: #CC9212;  text-decoration: none; }
  a:hover {
    opacity: .5;
    transition: opacity .2s ease;
}
/* フロート解除
---------------------------------------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
} 
.clearfix {
    min-height: 1px;
} 
* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
} 
.cb{
    clear:both;
}
/* レイアウト開始
---------------------------------------------------------------------------------------------*/
/*コンテンツエリアの設定*/
.top_main_txt01 .inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
/*ヘッダーエリアの装飾*/
header {
	height: 120px;
	border-bottom: 70px solid #000;
}
.header_inner {
	position: relative;
	width:980px;
	margin:0 auto;
	height: 120px;
}
.header_logo {
	width:318px;
	position:absolute;
	padding-top: 0px;
	padding-left: 5px;	
	z-index:1000;
}
.header_link_area {
	width:530px;
	position:absolute;
	top: 0;
	right: 0;	
	z-index:1000;
}
.header_link_area h1 {
	padding-top: 5px;
	width:250px;
	float:left;
}
.header_banner_area {
	width:540px;
	position:absolute;
	top: 40px;
	right: 0;	
	z-index:1000;
}
.header_link_area ul li {
	display:inline;
	padding: 3px 8px 14px 7px;
}
.touhoku01 {
	background: url(../images/touhoku_bg.png) no-repeat left top;
}
.touhoku02 {
	background: url(../images/touhoku_bg02.png) no-repeat left top;
	color:#FFF;
}
.smile_banner {
	margin-top:15px;	
	float:left;
	width:406px;	
}
.smp_bt {
	margin-left:420px;
	width:110px;	
}
.header_name_wrapper {
	height: 40px;
	background: #000;	
}
.header_name {
	width:980px;
	margin:0 auto;
	color:#fff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 25px;
	font-weight:bold;
}
/* トップページのコンテンツ
------------------------------------------ */
.contents {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background: #231815;
	padding: 10px 15px;
}
/*-----注目情報の部分--------------------------------------*/
.header_infomation {
	background: url(../images/header_info_title.png) no-repeat 10px 8px,
						url(../images/header_news.png) repeat left top;
	background-size: auto auto, auto auto;
	padding: 6px;
	overflow: hidden;
}
.header_infomation li {
	padding: 4px 0 3px;
	margin-left: 90px;
	background: #FFF; 
	color: #000;
	line-height: 1em;
}

.top_banner_area {
	padding-top: 10px;
	padding-bottom: 10px;		
}
.top_banner_area li {
	width:320px;
	float:left;
}
/* グローバルナビ
------------------------------------------ */

.site_nav {
	position:absolute;
	top: 142px;
	left:0px;
	height: 35px;
}
.site_nav  ul li {
	float:left;
}
.site_nav ul li a {
	color: #fff;
	text-align: left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	background: url(../images/gnav.png) no-repeat left center;
	width: 76px;
	height: 26px;
	display: block;
	padding-top: 9px;
	font-weight: bold;
	padding-left: 22px;
	font-size: 11px;
}
.site_nav ul li a:hover {
	opacity: .9;
    transition: opacity .2s ease;
    color: #231815;
	background: url(../images/gnav_hover.png) no-repeat left center;
}

/******************************************************************
トップページのメイン
******************************************************************/
.top_main {
	background:#FFF;
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
}
#top_main_area {
	height: 500px;
	overflow: hidden;
}
#top_main_area a {
	color: #FFFFFF;
}
.main_left {
	position: relative;
	float: left;
	width: 362px;
	height: 500px;
	overflow: hidden;
}
.main_left .top_main_txt01, .main_left .top_main_txt02 {
	font-size: 16px;
	width: 362px;
	height: 90px;
}
.main_right{
	float: right;
	width: 648px;
	text-align: left ;
	overflow: hidden;
}
#top_main_area .main_right .top_main_box {
	position: relative;
	float: left;
	width: 162px;
	height: 250px;
	overflow: hidden;
}
.main_right .top_main_box .top_main_txt01, .main_right .top_main_box .top_main_txt02 {
	font-size: 12px;
	width: 162px;
	height: 110px;
}
.main_left .top_main_txt01, .main_left .top_main_txt02 {
	position: absolute;
	box-sizing: border-box;
	padding: 10px;
	color: #FFFFFF;
	left: 0;
	bottom: 20px;
	overflow: hidden;
}
.main_right .top_main_box .top_main_txt01, .main_right .top_main_box .top_main_txt02 {
	position: absolute;
	box-sizing: border-box;
	padding: 10px;
	color: #FFFFFF;
	left: 0;
	bottom: 0px;
	overflow: hidden;
}
.line {
	border-bottom: 1px solid #FFFFFF;
	padding: 2px 0;
	margin: 0 0 5px;
}
.main_left .top_main_title, .main_left .shop {
	padding-left: 40px;
	overflow: hidden;
}
.main_right .top_main_title, .main_right .shop {
	padding-left: 40px;
	overflow: hidden;
}
.size {
	text-align: center;
	font-size:11px;
}
.top_main_txt01 .inner,.top_main_txt02 .inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.main_left .inner .top_main_icon {
	position: absolute;
	top: -7px;
	left: 0px;
}
.main_right .inner .top_main_icon {
	position: absolute;
	bottom: 70px;
	left: 0;
}


/* フッター開始
-------------------------------------------------------------------------*/
#footer_wrapper {
	background: #231815;
	color: #FFF;
	border-top: 3px solid #FFF;
}
.footer_inner {
	position: relative;
	width:980px;
	margin:0 auto;
}
#footer_wrapper a {
	font-size:12px;
  color: #FFF; 
}
#footer_wrapper a:link	{color: #FFF; text-decoration: none; }
#footer_wrapper a:visited {color: #FFF; text-decoration: none; }
#footer_wrapper a:active  {color: #CC9212;  text-decoration: none; }
#footer_wrapper a:hover   {color: #CC9212;  text-decoration: none; }

.footer_txt_link {
	float:left;
	padding-top:5px;
}
#footer_wrapper .footer_inner .footer_txt_link {
    list-style:disc;
} 
.footer_txt_link li{
	color: #FFF; 	
	display:inline;
	padding-right:13px;
}
.footer_touhoku {
	float:right;
}
.footer_touhoku li {
		display:inline;
			padding: 0px 8px 14px 7px;
}
.footer_touhoku .touhoku01 {
	color: #000;
}
.footer_logo {
	padding-top:30px;
	float:left;
	width:271px;
	padding-bottom: 40px;
}
.footer_link_box {
	padding-top: 50px;
	float:right;
	width:530px;
	text-align:right;
}
.footer_link_box li {
	float: left;
	padding-left: 4px;
	line-height: 14px;
}
.footer_link_box li a {
	color: #FFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	background: url(../images/footer_nav.png) no-repeat left center;
	width: 80px;
	height: 28px;
	display: block;
	padding-top: 17px;
	padding-left: 22px;
	text-align: left;
}
.footer_link_box li a:hover {
    color: #231815;
	background: url(../images/footer_nav_hover.png) no-repeat left center;
}

.address_box address{
	background: #FFE900;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* 成形用
-------------------------------------------------*/
.pt_10 {
	margin-top:10px;	
}
.pl_5 {
	padding-left:5px;	
}
.pl_10 {
	padding-left:10px;	
}
.pr_9 {
	padding-right:9px;	
}
.pl_15 {
	padding-left:15px;	
}
.pr_15 {
	padding-right:15px;	
}
.pl_30 {
	padding-left:30px;	
}
.pl_40 {
	padding-left:40px;	
}
.pr_30 {
	padding-right:30px;	
}
.ml_30 {
	margin-left:30px;	
}
.mr_30 {
	margin-right:30px;	
}
.pb_5 {
	padding-bottom:5px;
}
.pb_10 {
	padding-bottom:10px;
}
.pb_15 {
	padding-bottom:15px;
}
.pb_25 {
	padding-bottom:25px;
}
.pb_30 {
	padding-bottom:30px;
}
/* 全ページ共通
-------------------------------------------------*/
.title {
	background: #000 url(../images/title_icon.png) no-repeat 20px center;
	color: #FFF;
	padding: 16px 0 14px 35px;
	margin: 0 0 10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.center {
	text-align:center;	
}
/* 左メニュー
-------------------------------------------------*/
.side_menu_bar {
	float:left;
	width:230px;
}
.side_link_box,.side_form_box {
	background: #FFE900;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding-top: 10px;
	padding-bottom: 2px;
	margin-bottom:15px;
}
.side_link_box li {
	background: #FFE900 url(../images/next_icon.png) no-repeat 15px center;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	border-bottom:1px dotted #FFF;
}
.side_link_box li a {
	display:block;
}
.side_link_box li:last-child {
	border-bottom: none;
}
.font_big a {
	font-size: 20px;
	font-weight: bold;
}
.gray {
	color:#727171;	
}
.small {
	font-size: 13px;
}
.side_menu_bar h3 {
	background: #FFE900 url(../images/side_osusume_icon.png) no-repeat 25px center;
	margin-bottom: 10px;
	padding-top: 18px;
	padding-bottom: 15px;
	padding-left: 70px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;	
}
.side_search_title {
	background: #000 url(../images/side_search_icon.png) no-repeat 3px center;
	color:#FFF;
	margin-bottom: 10px;
	padding-top: 18px;
	padding-bottom: 15px;
	padding-left: 30px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-right: 3px;
	margin-left: 3px;
}
.side_search_sub_title {
	background: #FFE900 url(../images/next_icon.png) no-repeat 15px center;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 40px;
}
.side_form_bg {
	background: #231815;
	color: #FFF;
	width:220px;
	margin-left:5px;
	padding: 10px;
	margin-bottom:8px;
}

.side_form_box input[type="text"] {
	padding:8px 8px;
	border:1px solid #cccccc;
	margin-bottom:3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width:87%;
	margin-left:5px;
	margin-bottom:20px;
}
/* 右メニュー
-------------------------------------------------*/
.side_blog_bar {
	float:right;
	width:230px;
	margin-bottom:40px;
}
.side_blog_wrapper {
	background: #FFE900;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 10px 5px 5px;
	margin-bottom:25px;
}
/*
.side_blog_area{ scrollbar-base-color:#000; } IE用スクロールバーカラー 
.side_blog_area::-webkit-scrollbar { width:12px; height: auto; }/* スクロールバー幅 
.side_blog_area::-webkit-scrollbar-track { background: #000; }/* 背景 
.side_blog_area::-webkit-scrollbar-thumb { background:#FFF; }/* スクロールバー本体
----------*/
.side_blog_area {
	overflow-x: hidden;
	background: #000;
	height:750px;
	padding: 5px;
	border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-border-radius-: 6px; 
}

.side_blog_bar h3 {
	text-align:center;
	padding-bottom:16px;
}
.side_blog_contents {
	background: #FFE900;
	/*height:107px;*/
	position:relative;
	overflow: hidden;
	margin: 0 0 5px;
}
.side_blog_contents a {
    position:absolute;
    top:0px;
    left:0;
    width:100%;
    height:100%;
}
.side_blog_contents a:hover {
    background-color:#FFF;
    filter:alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}
.side_blog_contents p {
	float:left;
	width:80px;
}
.side_blog_contents ul {
	line-height:1.3em;
	margin-left:80px;
	font-size:8px;
	padding: 5px;
}
@media all and (-ms-high-contrast:none){
.side_blog_contents ul {
	line-height:1.7em;
  }
}
.side_blog_next {
	text-align:right;	
}
/* トップページコンテンツ
-------------------------------------------------*/
.top_news_area {
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;	
	position:relative;
	height:25px;
}
.top_news_area a {
	line-height: 1em;
}
.top_news_day, .top_news_link  {
	line-height: 1.5em;
	height: 1.5em;
	overflow: hidden;
}
.top_news_day {
	float: left;
	width: 58%;
}
.top_news_link {
	float: right;
	width: 38%; 
}
.top_news_link a{
	color:#bbb;
}
.ss_small {
	font-size:11px;	
}
.top_contents_wrapper {
	float:left;
	width:490px;
	margin-right: 15px;
	margin-left: 15px;
}
.top_contents01 {
	width:466px;
	background: #FFE900;
	padding: 10px 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 25px;

}
.top_contents03 {
	width:466px;
	background: #FFE900;
	padding: 10px 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 25px;
	min-height:630px;
}
.top_rank_area {
	position:relative;
	font-size:11px;
	float:left;
	width:450px;
	border: 2px solid #FFF;
	margin-bottom:10px;
	background: #FFF;
	padding: 5px 5px 10px;
	line-height:2.2em;
}
.top_rank_area dl {
	margin-left:190px;	
}
.rank_big {
	font-size:22px;	
	font-weight:bold;
}
.rank_one_border {
	font-size:16px;	
	font-weight:bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #039;
}
.rank_one_txt_ {
	color:#3E3A39;
	font-size:10px;
}
.rank_icon {
	position:absolute;
	left:120px;
	top:5px;
}
.rank_bt {
	position:absolute;
	right:10px;
	top:50px;	
}
.top_rank_img {
	float:left;
	width:168px;	
}

.top_rank_sub_area {
	position:relative;
	font-size:11px;
	float:left;
	width:110px;
	border: 2px solid #FFF;
	padding-bottom:1px;
	margin-left:2px;
	margin-bottom:5px;
	background: #FFF;
}
.top_rank_sub_area dl_ {
	line-height: 1.4em;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;	
}
.top_rank_sub_img_ {
	text-align:center;
	padding-bottom:5px;
}
.rank_sub_big_ {
	font-size:16px;
	font-weight:bold;	
}
.rank_border_ {
	text-align:center;
	font-weight:bold;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #039;
}
.rank_txt_ {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	
	color:#3E3A39;
}
.top_contents02 {
	width:466px;
	background: #FFE900;
	padding: 10px 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 25px;
	/*min-height:580px;*/
}
.sokuhime_area_ {
	font-size:12px;
	float:left;
	width:110px;
	border: 1px solid #FFF;
	color:#FFF;
	text-align:center;
	padding-bottom:1px;
	margin-left:4px;
	margin-bottom:5px;
	background: #000;
}
.sokuhime_area p_ {
	padding-bottom:5px;
}

/* トップに戻る
-------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index:1000;
}
#page-top a {
    background: #C56B79;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #D38492;
}



/*ヘッダーのスライド部分*/
.slideshow {
	position:relative;
	width:428px;
	height:500px;
}
.slideshow li {
   position:absolute;
   height:500px;
   margin:0;
   padding:0;
   background-position:left top;
   background-repeat:no-repeat;
}
.slideshow02,.slideshow03 {
	position:relative;
	width:193px;
	height:250px;
}
.slideshow02 li,.slideshow03 li {
   position:absolute;
   height:250px;
   margin:0;
   padding:0;
   background-position:left top;
   background-repeat:no-repeat;
}
/* 下層ページコンテンツ
-------------------------------------------------*/
.under_contents_wrapper {
	float:left;
	width:720px;
	margin-left: 15px;
}
.under_contents01 {
	width:705px;
	background: #FFE900;
	padding: 10px 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 25px;
	/*min-height:630px;*/
}
.store_wrapper {
	background: #000;
	padding: 10px 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 10px;
	color:#fff;	
	position:relative;
}
.store_wrapper a {
	color: #fff;
	vertical-align: baseline;
}
.under_banner_area {
	background: #231815;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}
.under_banner_area li {
	width:320px;
	float:left;
}
/* 店舗一覧ページコンテンツ
-------------------------------------------------*/
.store_title {
	color: #FFF;
	padding: 5px 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #FFF;
}
.store_img {
	float:left;
	width:220px;
	padding-top:5px;	
}
.store_day {
	padding-top:5px;	
	padding-left:5px;	
	padding-bottom:5px;	
}
.store_info_area {
	margin-left:230px;	
}

.store_osusume {
	padding: 2px;
	border: 1px solid #FFF;	
	margin-bottom:7px;
}
.store_osusume .store_price {
	font-weight:bold;
	font-size:15px;
}
.store_info_area .store_tel {
	background: #000 url(../images/store/store_tel.png) no-repeat left top;
	padding-left: 20px;
	float:left;
}
.store_info_area .store_time {
	background: #000 url(../images/store/store_time.png) no-repeat left top;
	margin-left:15px;
	padding-left: 20px;
	float:left;
}
.store_holiday {
	margin-left:15px;
	padding-left: 20px;
	float:left;
}
.store_card {
	/*margin-left:15px;*/
	/*float:left;*/
	color: #000;
	background: #FFF;
	padding: 0 6px;
}


/* ランキングページコンテンツ
-------------------------------------------------*/
.ranking_contents {
	width:705px;
	background: #FFE900;
	padding: 10px 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 25px;
	min-height:1600px;
}
.under_rank_area {
	position:relative;
	font-size:11px;
	float:left;
	border: 2px solid #FFF;
	margin-bottom:10px;
	background: #FFF;
	padding: 5px 20px 10px 5px;
	line-height:2.2em;
}
.under_rank_area dl {
	margin-left:300px;	
}
.under_rank_big {
	font-size:22px;	
	font-weight:bold;
}
.under_rank_one_border {
	font-size:16px;	
	font-weight:bold;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #039;
}
.under_rank_one_txt {
	color:#3E3A39;
	font-size:12px;
}
.under_rank_icon {
	position:absolute;
	left:200px;
	top:40px;
}
.under_rank_bt {
	position:absolute;
	right:20px;
	top:50px;	
}
.under_rank_img {
	float:left;
	width:255px;	
}

/* 写メ日記ページコンテンツ
-------------------------------------------------*/
.shame_img {
	float:left;
	width:200px;
	padding-top:5px;
	padding-bottom:10px;	
}
.shame_area {
	margin-left:230px;	
}
.big {
	font-size:18px;
}
/* イベント一覧ページコンテンツ
-------------------------------------------------*/
.event_info_area {
	position:absolute;
	left:235px;
	top:13px;
}
.event_otoku_area {
	margin-left:265px;	
}
.event_all {
	background: #000 url(../images/event/event_icon.png) no-repeat right top;
	position:absolute;
	bottom:10px;
	right:10px;
	padding-right: 25px;
	padding-bottom: 3px;
}
.event_all a {
	color:#fff;
}
/* 女の子一覧ページコンテンツ
-------------------------------------------------*/
.girls_title {
	background: #000 url(../images/title_icon.png) no-repeat 10px 10px;
	color: #FFF;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.girls_info_area {
	padding-left:15px;
	padding-right:15px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #FFF;
}
.girls_info_area_last {
	padding-left:15px;
	padding-right:15px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.girls_info_area p,.girls_info_area_last p {
	float:left;
	padding-right:20px;
	padding-bottom: 5px;
}
.girls_btn_wrapper a {
	color:#FFE900;
}
.girls_btn {
	position: relative;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	display: block;
	border: 1px solid #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 100%;
	padding: 10px 0;
	margin-bottom:10px;
}
.girls_btn::before,
.girls_btn::after{
position: absolute;
top: 8px;
content: "";
vertical-align: middle;
}
.girls_btn::before{
left: 470px;
width: 10px;
height: 10px;
border-bottom: 3px solid #fff;
border-right: 3px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.girls_area {
	font-size:12px;
	float:left;
	width:128px;
	border: 1px solid #FFF;
	color:#FFF;
	text-align:center;
	padding-bottom:1px;
	margin-left:4px;
	margin-bottom:10px;
	background: #000;
}
.girls_area p {
	padding-bottom:5px;
}
/* 出勤情報ページコンテンツ
-------------------------------------------------*/
.atte_area_ {
	font-size:12px;
	float:left;
	width:128px;
	border: 1px solid #FFF;
	color:#FFF;
	text-align:center;
	padding-bottom:1px;
	margin-left:3px;
	margin-top:10px;
	margin-bottom:30px;
	background: #000;
}
.atte_area p_ {
	padding-bottom:5px;
}
/* 新着情報ページコンテンツ
-------------------------------------------------*/
.news_box {
	padding-bottom:20px;	
}
.news_bt a {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left:25px;
	float:right;
	color: #000;
	background: #FFE900;
	padding: 2px 6px;
}
/* 共通
-------------------------------------------------*/

.mt_25 {
	margin-top:25px;	
}
.mt_40 {
	margin-top:40px;	
}
.pl_10 {
	padding-left:10px;	
}
.pr_10 {
	padding-right:10px;	
}
.pl_15 {
	padding-left:15px;	
}
.pr_15 {
	padding-right:15px;	
}
.pl_30 {
	padding-left:30px;	
}
.pr_30 {
	padding-right:30px;	
}
.ml_30 {
	margin-left:30px;	
}
.mr_30 {
	margin-right:30px;	
}
.pb_15 {
	padding-bottom:15px;
}
.pb_20 {
	padding-bottom:20px;
}
.pb_25 {
	padding-bottom:25px;
}
.pb_30 {
	padding-bottom:30px;
}
.pb_60 {
	padding-bottom:60px;
}


/*各店舗用ページ 円形ナビの部分
-------------------------------------------------*/
.common_main_wrapper_ ul {
	position: absolute;
	z-index: 12;
	top: 440px;
	left: 50px;
}
.common_main_wrapper ul_ li {
	float:left;
	padding-left:4px;
}
.common_main_wrapper ul li a,.one_wrapper ul li a {
	text-align:center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	background: url(../images/common/common_bt.png) no-repeat left top;
	width:110px;
	height:55px;
	display:block;
	padding-top: 55px;
	font-weight:bold;
}
.common_main_wrapper ul li a:hover,.one_wrapper ul li a:hover {
	opacity: .9;
    transition: opacity .2s ease;
    color: #231815;
	background: url(../images/common/common_bt_hover.png) no-repeat left center;
}
.one_wrapper {
	margin: 0px auto 0px;
	width: 990px;
	position:relative;
	height:150px;
	padding-bottom:60px;
	background:#231815;
}
.one_wrapper ul {
	position:absolute;
	z-index:12;	
	top:20px;
	left:25px;	
}
.one_wrapper ul li {
	float:left;
	padding-left:5px;
}

/* 各店舗用ページコンテンツ
---------------------------------------------------------------------*/
.common_main_wrapper_ {
	margin: 0px auto 0px;
	width: 1010px;
	position:relative;
	height:510px;
	padding-bottom:60px;
	background:#231815;
}
.common_main_img_ {
	position:absolute;
	z-index:10;
}

.common_info_big_contents {
	float:left;
	
	width:590px;
}
.common_info_contents {
	float:left;
	width:590px;
	background: #FFE900;
	padding: 10px 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 25px;
}
.common_info_wrapper {
	background: #FFF;
	padding: 10px;
	margin-bottom: 10px;
	position:relative;
}
.common_info_txt_box {
	overflow-x: hidden;
	height:154px;
}

.common_info_wrapper ul {
	margin-top:20px;
	margin-bottom:30px;
	list-style: square outside;
	padding-left: 30px;
	padding-right: 10px;
}
.common_pickup_contents {
	float:right;
	width:320px;
	background: #FFE900;
	padding: 10px 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 25px;
}
.pickup_wrapper {
	position:relative;
	background: #FFF;
	padding: 2px 2px;
	margin-bottom: 10px;
}
.pickup_icon {
	position:absolute;
	left:0;
	top:200px;	
}
.pickup_wrapper dl {
	background: #FFF;
	padding: 10px;
	margin-bottom: 10px;
	position:relative;
}
.pickup_wrapper dt {
	font-weight:bold;
	font-size:16px;
	margin-bottom: 10px;
}
.common_contents {
	width:955px;
	background: #FFE900;
	padding: 10px 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 25px;
	/*min-height:630px;*/
}
.common_sokuhime_days {
	letter-spacing:0.1em;
	background: #FFF;
	color: #000;
	font-size:18px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.common_option_title {
	font-size:16px;
	color: #000;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-bottom: 1px dotted #CCC;
	width: 92%;
	margin-top: 30px;
	margin-left:20px;
}
.common_price_table {
	width: 90%;
	margin: 0 auto;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	margin-top:20px;
	margin-bottom:20px;
} 
.common_price_table th,.common_price_table td{
	padding: 15px 10px 14px 20px;
} 
.common_price_table th {
	background: #FDF9EE;
	vertical-align: middle;
	font-weight:bold;
	overflow: visible;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
} 
.common_price_table td {
	background: #FFF;
	vertical-align: middle;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.common_price_txt {
	background: #f2f2f2;
	padding: 15px 20px;
	width: 86%;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
}



.common_syame_contents {
	float:left;
	width:420px;
	background: #FFE900;
	padding: 10px 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 25px;
}
.common_syame_wrapper {
	background: #000;
	padding: 10px 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 25px;	
}
.common_syame_wrapper h3 {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}
.common_syame_box_ {
	min-height:300px;
	margin-bottom: 15px;
	border-bottom: 1px solid #FFF;
}
.common_shame_area_ {
	margin-left:230px;	
	color:#fff;
}
.common_place_contents {
	float:right;
	width:455px;
	margin-bottom: 25px;
}
.common_place_contents_ dl {
	margin-bottom:11px;
	border: 1px solid #FFE900;
}
.common_place_contents_ dl dt {
	float:left;
	background:#FFE900;
	width:100px;
	padding: 10px;
	font-weight:bold;
}
.common_place_contents_ dl dd {
	margin-left:120px;
	padding: 10px 10px 10px 20px;
	color:#fff;
	font-size:12px;
}
.common_vacancy_contents {
	width:955px;
	background: #FFE900;
	padding: 10px 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 25px;

}


/* 単体ページコンテンツ
-------------------------------------------------*/
.one_wrapper {
	margin: 0px auto 0px;
	width: 990px;
	position:relative;
	height:150px;
	padding-bottom:60px;
	background:#231815;
}
.one_wrapper ul {
	position: absolute;
	z-index: 12;
	top: 20px;
	left: 35px;
}
.one_wrapper ul li {
	float:left;
		padding-left:5px;
}
.one_wrapper ul li a:hover {
    opacity: .9;
    transition: opacity .2s ease;
}


.one_contents {
	width:955px;
	background: #FFE900;
	padding: 10px 12px 20px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 25px;
}
.one_area_ {
	position:relative;
	font-size:11px;
	margin-bottom:10px;
	padding: 5px 20px 10px 5px;
	line-height:2.2em;
}
.one_right_ {
	margin-left:430px;	
}
.one_big_ {
	font-size:22px;	
	font-weight:bold;
}
.one_one_border_ {
	font-size:16px;	
	font-weight:bold;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #039;
}
.one_one_txt_ {
	color:#3E3A39;
	font-size:12px;
	margin-bottom: 15px;
}
.one_rank_icon {
	position:absolute;
	left:200px;
	top:40px;
}
.one_rank_bt {
	position:absolute;
	right:20px;
	top:50px;	
}
.one_img_ {
	float:left;
	width:322px;	
}
.one_img_thu {
	margin-left:10px;
	margin-bottom:10px;
	float:left;
	width:63px;	
}
.one_img_thu img {
	margin-bottom:3px;
}
.one_sch_contents_ {
	float:left;
	width:475px;
	margin-bottom: 25px;
}
.one_sch_wrapper {
	background: #FFE900;
	padding: 10px 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 25px;	
}
.one_syame_contents_ {
	float:right;
	width:455px;
	background: #FFE900;
	padding: 10px 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 25px;
}
.one_syame_wrapper {
	background: #000;
	padding: 10px 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 25px;	
}
.one_syame_wrapper h3 {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}
.one_syame_box {
	min-height:300px;
	margin-bottom: 15px;
	border-bottom: 1px solid #FFF;
}
.one_shame_area {
	margin-left:230px;	
	color:#fff;
}


/*会員限定ページ 円形ナビの部分
-------------------------------------------------*/
.member_main_wrapper {
	height:90px;

}
.member_main_wrapper ul {
	position:absolute;
	z-index:12;	
	top:220px;
	left: 0;
    right: 0;
	width:700px;
  margin:0 auto;
}
.member_main_wrapper ul li {
	float:left;
	padding-left:4px;
}
.member_main_wrapper ul li a {
	text-align:center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	background: url(../images/common/common_bt.png) no-repeat left top;
	width:110px;
	height:62px;
	display:block;
	padding-top: 48px;
	font-weight:bold;
}
.member_main_wrapper ul li a:hover {
	opacity: .9;
    transition: opacity .2s ease;
    color: #231815;
	background: url(../images/common/common_bt_hover.png) no-repeat left center;
}
