:root{
	/* ↓↓↓↓↓各コンテンツの見出しの文字とバーの色↓↓↓↓↓ */
	--headingtitle-color: #000000;
	/* ↑↑↑↑↑各コンテンツの見出しの文字とバーの色↑↑↑↑↑ */
}

/*背景画像指定*/
#shopbody__wrap-bg{
	/* ↓↓↓↓↓背景を消すときはこちらをCSSコメントアウトする↓↓↓↓↓ */
	background-image: url("../images/bg.jpg");
	/* ↑↑↑↑↑背景を消すときはこちらをCSSコメントアウトする↑↑↑↑↑ */
	background-repeat: repeat-y;
	background-position: top center;
}
/*背景画像指定*/

.area_map>li{
    position: relative;
} 
.area_map>li .area_mapsub_outer{
    list-style: none;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(0,0,0,0.8);
    width: 0px;
    height:0px;
    opacity:0;
    overflow:hidden;
    -webkit-transition:height,opacity 0.0s ease 0s;
    transition:height,opacity 0.0s ease 0s;
}
.area_map>li:hover .area_mapsub_outer{
    width: 90px;
    left: -34px;
    height:60px;
    padding: 10px;
    opacity:1;
    -webkit-transition:height,opacity 0.45s ease 0s;
    transition:height,opacity 0.45s ease 0s;
}
.area_map>li[data-area="h"]:hover .area_mapsub_outer{
    width: 100px;
    height: 150px;
    z-index: 10;
    left: -35px;
    overflow: visible;
}
ul.area_map > li[data-area="h"] .area_mapsub .heading a span{
    margin:0 -2px;
}
.area_map>li[data-area="th"]:hover .area_mapsub_outer{
    width: 90px;
    left: -34px;
    height: 80px;
}
.area_map>li[data-area="cb"]:hover .area_mapsub_outer{
    width: 100px;
    left: -23px;
    height: 40px;
}
.area_map>li[data-area="st"]:hover .area_mapsub_outer{
    width: 110px;
    left: -27px;
}
.ie .area_map>li[data-area="st"]:hover .area_mapsub_outer{
    width: 140px;
    left: -27px;
}
.area_map>li[data-area="tt"]:hover .area_mapsub_outer{
}
.area_map>li[data-area="y"]:hover .area_mapsub_outer{
}
.area_map>li[data-area="so"]:hover .area_mapsub_outer{
}
.area_map>li[data-area="t"]:hover .area_mapsub_outer{
    width: 90px;
    left: -34px;
}
.area_map>li[data-area="n"]:hover .area_mapsub_outer{
    width: 90px;
    left: -34px;
    height: 40px;
}
.area_map>li[data-area="hr"]:hover .area_mapsub_outer{
    width: 90px;
    left: -34px;
}
.area_map>li[data-area="ks"]:hover .area_mapsub_outer{
    width: 90px;
    left: -34px;
    height: 40px;
}

.area_map>li[data-area="k"]:hover .area_mapsub_outer{
    width: 120px;
    left: -19px;
}
.ie .area_map>li[data-area="k"]:hover .area_mapsub_outer{
    width: 140px;
    left: -19px;
}
.area_map>li[data-area="kh"]:hover .area_mapsub_outer{
}
.area_map>li[data-area="cg"]:hover .area_mapsub_outer{
    width: 90px;
    left: -34px;
}
.area_map>li[data-area="s"]:hover .area_mapsub_outer{
    width: 90px;
    left: -34px;
}
.area_map>li[data-area="q"]:hover .area_mapsub_outer{
    width: 90px;
    left: -29px;
}
.area_map>li[data-area="km"]:hover .area_mapsub_outer{
    width: 100px;
    left: -33px;
}
.area_map>li[data-area="o"]:hover .area_mapsub_outer{
}
.area_map>li .area_mapsub a{
    color: white;
}


.area_map>li .area_mapsub{
    position: absolute;
    top: 10px;
    left: 7%;
    right: 7%;
    bottom: 80%;
    border: 1px solid white;
    border-width: 0 1px 1px;
    -webkit-transition:all 0.45s ease 0.2s;
    transition:all 0.45s ease 0.2s;
}
.area_map>li:hover .area_mapsub ,
.area_map>li.hover .area_mapsub {
  top: 10px;
  bottom: 9%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.area_map > li.on .area_mapsub a{
  background-color:transparent;
}

.area_map > li .area_mapsub .heading{
  overflow: hidden;
  position: relative;
  transform: translateY(-50%);
}
.area_map > li .area_mapsub .heading a{
  display: table;
  margin: 0 auto;
  position: relative;
}

.area_mapsub_name:before,
.area_mapsub_name:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: white;
  top: 50%;
}
.area_mapsub_name:before {
  left: -1000%;
}
.area_mapsub_name:after {
  right: -1000%;
}
.area_map>li .area_mapsub>ul {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  padding: 0 10px;
  margin: 0;
  opacity: 0;
  box-sizing:border-box;
  -webkit-transition:all 0.45s ease 0.3s;
  transition:all 0.45s ease 0.3s;
}
.area_map>li:hover .area_mapsub>ul {
  opacity:1;
}
.area_map>li .area_mapsub>ul li{
  float:left;
  display:block;
  width:50%;
  box-sizing:border-box;
  padding:0;

}
.area_map > li .area_mapsub > ul li:nth-of-type(2n+1):last-child{
  width:100%;
}
.area_map>li .area_mapsub>ul li:before,
.area_map>li .area_mapsub>ul li:after{
  display:none;
}
.area_map>li .area_mapsub>ul li a{
  display:block;
  padding:0;
  letter-spacing:0;
}

div#logo {
    width: 335px;
    font-size: 12px;
    margin-top: 20px;
}
#areamap {
    height: 33px!important;
}
.area_menu li.area_menu_list {
    float: left;
    margin-right: 7px;
    text-decoration: none;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}
.area_menu li.area_menu_list li{
    float: left;
}
.area_menu li.area_menu_item>a {
    line-height: 26px;
    padding: 2px 10px 4px;
    color: #333;
    font-weight: bold;
    font-size: 12px;
}
.area_menu li.area_menu_list li.area_menu_item:not(:last-of-type) a {
    border-right: 1px solid #dfdfdf;
}
.area_menu li.area_menu_list li.area_menu_item:not(:last-of-type):not(.current):hover a {
    border-right: 1px solid #1d3994;
}
.area_menu li.area_menu_list li.current {
    background: #f9f9f9;
    box-shadow: 0px 0px 3px 1px #dfdfdf inset, 0 0 0 1px #dfdfdf;
}
.area_menu li.area_menu_list li.current>a {
}
.area_menu li.area_menu_list li.area_menu_item:not(.current):first-of-type:hover {
    border-radius: 5px 0 0 5px;
}
.area_menu  li.area_menu_list li.area_menu_item:not(.current):hover>a:not(.current){
    color: #fff;
    text-decoration: none;
}
.area_menu li.area_menu_list li.area_menu_item:not(.current):hover {
    background: #1d3994;
    text-decoration: none;
}
li.current:hover a{
    text-decoration: none;
}
.area_menu li.popbox_wrap {
    position: relative;;
}
.area_menu li.popbox_wrap:hover {
    border-radius: 5px 5px 0 0;
}
.area_menu li.popbox_wrap:hover{
    border-radius: 0 5px 0 0;
    background: #1d3994;
    text-decoration: none;

}.area_menu li.popbox_wrap:hover>a{
    color: #fff;
    text-decoration: none;

}
.area_menu li.area_menu_list.popbox_wrap:hover {
    background: #1d3994;
    text-decoration: none;
    border-radius: 5px 5px 0 0;

}
.area_menu li:hover>.popbox {
    display: block;
        z-index: 100;
}
ul.site_menu.mb10:after,.popzenkoku_list:after{
    content:"";
    display: block;
    clear:both;
}
ul.site_menu.mb10 li{
    margin-right: 5px;
}
.popbox {
    display: none;
    text-align: left;
    position: absolute;
    top: auto;
    background-color: white;
    z-index: 30;
    border-radius: 0 5px 5px;
    border: 4px solid #1d3994;
    padding: 15px;
    left: 0;
    font-size: 12px;
    line-height: 1rem;
    min-width: 600px;
}   
.popzenkoku_list{
    margin-bottom: 10px;
}
.popzenkoku_list dt{
    margin-bottom: 5px;
    font-weight: bold;
}
.popzenkoku_list dd ul li{
    display: inline-block;
    padding: 0 10px;
}
.popzenkoku_list dd ul li:first-of-type{
    display: inline-block;
    padding: 0 10px 0 0;
}
.popzenkoku_list dd ul li:not(:last-of-type){
    border-right: 1px solid #aaa;

}
.popbox .poptitle,.popbox .poplocal {
    width: auto;
}
div#global:after {
    content: "";
    display: block;
    clear: both;
}
ul.area_menu.clearfix {
    margin-top: 5px;
}
.area_menu>li.area_menu_list.area_menu_item>ul {
    padding: 0 !important;
}
div#areamap>.area_menu {
    padding: 0;
}
li.google_translation {
    float: right;
    text-decoration: none;
    border-radius: 5px;
    line-height: 23px;
}
li.google_translation a:hover{
    text-decoration: none;
}
li.google_translation .goog-te-gadget-simple {
    background-color: #fff;
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-radius: 5px;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    zoom: 1;
}
li.google_translation .goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    font-size: 13px;
    color: #333;
}


.topheader {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 1);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #3e8bff;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    height: 42px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.topheaderbox {
    line-height: 30px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    width: 990px;
}

ul#navigation {
    background-color: #f0f0f0;
    font-size: 12px;
    vertical-align: middle;
    width: 100%;
	display: flex;
	justify-content: space-around;
}

ul#navigation li {
    /*background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 32px;
    text-align: left;
    display: block;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 2px;
    margin-top: 0;*/
}

ul#navigation li.on a, ul#navigation li:hover a:hover {
    color: #3e8dff;
}
ul#navigation li a.home:hover, ul#navigation li.on a.home {
    background-image: url("/img/icon/icon_home_w2.svg");
}

ul#navigation li a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #333;
    font-size: 12px;
    line-height: 32px;
    padding: 0 0 0 30px;
    width: auto;
}

ul#navigation li a {
    display: block;
    height: 32px;
}

ul#navigation li a span{
	line-height: 32px;
}

.site_menu a, .topheader .site_menu a, a, ul#navigation li a {
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

ul#navigation li a.home {
    background-image: url("/img/icon/icon_home2.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

ul#navigation li.shop a {
    background-image: url("/img/icon/icon_001.png?imgopt=y");
    background-origin: padding-box;
    background-position: 10px 9px;
    background-repeat: no-repeat;
    background-size: 16px auto;
}
ul#navigation li.ranking a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/icon/icon_011.png?imgopt=y");
    background-origin: padding-box;
    background-position: 10px 9px;
    background-repeat: no-repeat;
    background-size: 16px auto;
}
ul#navigation li.news a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/icon/icon_003.png?imgopt=y");
    background-origin: padding-box;
    background-position: 13px 10px;
    background-repeat: no-repeat;
    background-size: 15px auto;
}
ul#navigation li.n_face a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/icon/icon_004.png?imgopt=y");
    background-origin: padding-box;
    background-position: 13px 10px;
    background-repeat: no-repeat;
    background-size: 15px auto;
}
ul#navigation li.sokuhimeNavi a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/icon/icon_005.png?imgopt=y");
    background-origin: padding-box;
    background-position: 7px 9px;
    background-repeat: no-repeat;
    background-size: 14px auto;
}

ul#navigation li.girlList a{
	background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/ribon.png?imgopt=y");
    background-origin: padding-box;
    background-position: 7px 9px;
    background-repeat: no-repeat;
    background-size: 14px auto;
}

ul#navigation li.shukkinYotei a{
	background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/bug.png?imgopt=y");
    background-origin: padding-box;
    background-position: 7px 9px;
    background-repeat: no-repeat;
    background-size: 14px auto;
}

ul#navigation li.photoDiary a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/icon/icon_006.png?imgopt=y");
    background-origin: padding-box;
    background-position: 8px 9px;
    background-repeat: no-repeat;
    background-size: 15px auto;
}
/*ul#navigation li.chokusoubin a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/icon/icon_007.png?imgopt=y");
    background-origin: padding-box;
    background-position: 8px 10px;
    background-repeat: no-repeat;
    background-size: 16px auto;
}*/
ul#navigation li.newMovie a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/icon/icon_008.png?imgopt=y");
    background-origin: padding-box;
    background-position: 6px 8px;
    background-repeat: no-repeat;
    background-size: 14px auto;
}
ul#navigation li.coupon a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/icon/icon_009_2.png?imgopt=y");
    background-origin: padding-box;
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: 24px auto;
}

ul#navigation li.n-review a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/icon/icon_reviews.svg?imgopt=y");
    background-origin: padding-box;
    background-position: 7px 7px;
    background-repeat: no-repeat;
    background-size: 20px auto;
}

div#left_guide {
    font-size: 13px;
    margin-right: 10px;
    width: 170px;
}
.FlexBox {
    display: flex;
    width: 100%;
}
.FlexBox__item {
    display: block;
}
.FlexBox__item, .FlexBox__item2, .mt05 {
    word-wrap: break-word;
}
.border_box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #e6ebfe;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #e6ebfe;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e6ebfe;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #e6ebfe;
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 12px;
    margin-bottom: 10px;
	/*overflow:hidden;*/
}

#left_navi .shop_border_title {
    border-bottom-color: #e6ebfe;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 5px;
    padding-top: 5px;
    background-position: 7px 7px;
    background-size: 16px auto;
    font-size: 13px;
}
#left_navi .shop_girl, #star > div, #wadainews h2, .more_ranking {
    background-repeat: no-repeat;
}
#left_navi ul.leftColumnMenu {
    background-color: #edf5ff;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 0;
    padding-top: 5px;
}
#left_navi ul.leftColumnMenu2 {
    background-color: #ffeeee;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 0;
    padding-top: 5px;
}
#left_navi ul.leftColumnMenu li.search {
    background-position: 1px 1px;
    background-size: 21px auto;
    font-size: 12px;
    padding-bottom: 4px;
    padding-left: 29px;
    padding-right: 5px;
    padding-top: 4px;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/icon/icon_left_003.png?imgopt=y");
    background-origin: padding-box;
    background-repeat: no-repeat;
}
#left_navi ul.leftColumnMenu li.g_serch {
    background-position: 0 3px;
    background-size: 22px auto;
    font-size: 12px;
    padding-bottom: 4px;
    padding-left: 29px;
    padding-right: 5px;
    padding-top: 4px;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/icon/icon_left_004.png?imgopt=y");
    background-origin: padding-box;
    background-repeat: no-repeat;
}
#left_navi ul.leftColumnMenu li.g_recu {
    background-position: -1px 1px;
    background-size: 24px auto;
    font-size: 12px;
    padding-bottom: 4px;
    padding-left: 29px;
    padding-right: 5px;
    padding-top: 4px;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/icon/icon_left_005.png?imgopt=y");
    background-origin: padding-box;
    background-repeat: no-repeat;
}
#left_navi ul.leftColumnMenu li.m_recu {
    background-position: -1px 1px;
    background-size: 23px auto;
    font-size: 12px;
    padding-bottom: 8px;
    padding-left: 29px;
    padding-right: 5px;
    padding-top: 4px;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/icon/icon_left_006.png?imgopt=y");
    background-origin: padding-box;
    background-repeat: no-repeat;
}

#left_navi ul.leftColumnMenu li a.arrow {
    background-position: 2px 1px;
    background-size: 8px auto;
    font-size: 11px;
    padding-bottom: 0;
    padding-left: 23px;
    padding-right: 0;
    padding-top: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/icon/icon_left_007.png?imgopt=y");
    background-origin: padding-box;
    background-repeat: no-repeat;
}
#left_navi ul.leftColumnMenu2 li a.arrow {
    background-position: 2px 1px;
    background-size: 8px auto;
    font-size: 11px;
    padding-bottom: 0;
    padding-left: 23px;
    padding-right: 0;
    padding-top: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/icon/icon_left_007.png?imgopt=y");
    background-origin: padding-box;
    background-repeat: no-repeat;
}
.border_box notice {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #e6ebfe;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #e6ebfe;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e6ebfe;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #e6ebfe;
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 12px;
    margin-bottom: 10px;
}

#border_box h2 {
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 7px;
    padding-top: 5.5px;
}
.def_p {
    padding-left: 10px;
    padding-right: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
#left_navi ul.leftColumnMenu li {
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 0;
    padding-top: 4px;
}
.border_title {
    border-bottom-color: #e6ebfe;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #e6ebfe;
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 13px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
}
#left_navi .shop_girl {
    background-image: url("/img/icon/icon_010.png?imgopt=y");
    background-position: 7px 6px;
    background-size: 16px auto;
    font-size: 13px;
    padding-bottom: 6px;
    padding-left: 30px;
    padding-right: 0;
    padding-top: 6px;
}
.more_link {
    display: block;
    font-size: 11px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    text-align: right;
}
.mt05 {
    margin-top: 5px;
}
.text-center {
    text-align: center;
}
.mb05 {
    margin-bottom: 5px;
}
.line01 {
    border-top-color: #d5deef;
    border-top-style: solid;
    border-top-width: 1px;
    height: 1px;
}
.footerwrap {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f9f9f9;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-top-color: #eee;
    border-top-style: solid;
    border-top-width: 1px;
    clear: both;
    margin-top: 30px;
}

div#footer {
    margin-bottom: -30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    clear: both;
    width: 990px;
}
div#zenkokuFooterLink-wrap {
}
#zenkokuFooterLink-wrap .zenkokuFooter-title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
div#footer ul, div#footer address, div#footer p, div#footer div#end {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    font-size: 10px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
#zenkokuFooterLink-wrap .zenkokuFooter-inner::after {
    clear: both;
    content: "";
    display: block;
}
#zenkokuFooterLink-wrap .zenkokuFooter-inner {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}
#zenkokuFooterLink-wrap .zenkokuArea-list {
    float: left;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 50%;
}
#zenkokuFooterLink-wrap * {
    color: #333;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
}
#zenkokuFooterLink-wrap .zenkokuArea-list dt {
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 15px;
    margin-top: 0;
    width: 100px;
}
#zenkokuFooterLink-wrap .zenkokuArea-list dd {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2px;
    width: 380px;
}
#zenkokuFooterLink-wrap .zenkokuArea-list ul li {
    border-right-color: #999;
    border-right-style: solid;
    border-right-width: 1px;
    display: block;
    float: left;
    line-height: 14px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 5px;
    padding-top: 0;
}
div#footer ul li {
    font-size: 12px;
}
#zenkokuFooterLink-wrap .zenkokuArea-list a {
    font-size: 11px;
}
#areaFooterLink-wrap {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}
#areaFooterLink-wrap .popAreaSearch {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
}
#areaFooterLink-wrap dl dt {
    font-size: 13px;
    font-weight: bold;
}
#areaFooterLink-wrap dl dd {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}
div#footer > .footermenu {
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-top-color: #ccc;
    border-top-style: solid;
    border-top-width: 1px;
    height: auto;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
div#footer > .footermenu > .footerlogo {
    float: left;
    padding-top: 0;
}
#ritSpecialContents {
    float: right;
    width: 900px;
}
#footer .ritFootBox {
    float: right;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
}
.ritFootBox {
    clear: both;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
}
#mainBlock h2 {
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5.5px;
    font-size: 13px;
    font-weight: 700;
}
.sokuhime > .def_p > .FlexBox > .FlexBox__item.main {
    width: 110px;
}
.sokuhime > .def_p > .FlexBox > .FlexBox__item.main .thum {
    height: 136px;
    margin-bottom: 5px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 110px;
}
.sokuhime > .def_p > .FlexBox > .FlexBox__item p.time {
    color: red;
    font-size: 12px;
}
.sokuhime > .def_p > .FlexBox > .FlexBox__item p.girl_name {
    font-size: 13px;
}
.sokuhime > .def_p > .FlexBox > .FlexBox__item p {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
}
.more_link {
    display: block;
    font-size: 11px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    text-align: right;
}
#featureh {
    font-size: 12px;
    padding-bottom: 10px;
}
#featureh ul li {
    border-bottom-color: #d5deef;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 12px;
    padding-bottom: 8px;
    padding-top: 8px;
}
#featureh .big .FlexBox > .FlexBox__item.img {
    height: 70px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 70px;
}
#featureh .big .FlexBox > .FlexBox__item.text {
    font-size: 12px;
    width: 250px;
}
#featureh .FlexBox > .FlexBox__item.text > p.title a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
}

.wadaiTokusyu, .more_ranking {
    background-color: #fff;
}

.wadaiTokusyu h2.wadaiTitle {
    line-height: 14px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
	font-size: 15px;
    font-weight: 700;
	position: relative;
	margin: 0;
}
.wadaiTokusyu h2.wadaiTitle img {
    vertical-align: bottom !important;
}
.FlexBox--justify {
    justify-content: space-between;
}
.FlexBox {
    display: flex;
    width: 100%;
}
.FlexBox__item {
    display: block;
}
.FlexBox__item, .FlexBox__item2, .mt05 {
    word-wrap: break-word;
}

li.newssolid {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, rgba(201, 201, 201, 0) 0%, rgba(201, 201, 201, 0) 39%, #e0e0e0 40%, #e0e0e0 60%, rgba(201, 201, 201, 0) 61%, rgba(201, 201, 201, 0) 100%);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-bottom: 10px;
}
.newscondition {
    background-color: #fff;
    display: inline-block;
    font-size: 10px;
    margin-left: 20px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
}




ul#leftColumnMenu {
    background-color: #edf5ff;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 0;
    padding-top: 4px;
    /*width: 170px;
    list-style:none;
    margin:0;*/
}
 
ul#leftColumnMenu li {
    /*height:27px;*/
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 0;
    padding-top: 4px;
    width:150px;
    vertical-align:top;
    position:relative;
}
 
ul#leftColumnMenu li a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/icon/icon_left_007.png?imgopt=y");
    background-origin: padding-box;
    background-position-x: 2px;
    background-position-y: 1px;
    background-repeat: no-repeat;
    background-size: 8px auto;
    font-size: 11px;
    padding-bottom: 0;
    padding-left: 23px;
    padding-right: 0;
    padding-top: 0;
}
 
ul#leftColumnMenu li a:hover {
    background-color:#eaf5fd;
}
 
ul#leftColumnMenu li ul {
    margin:0;
    padding:0;
    width:150px;
    list-style:none;
    display:none;
    visibility:hidden;
    position:absolute;
    top:0;
    left:120px;
	background-color:#ebebeb;
	border:#ccc 1px solid;
}


ul#leftColumnMenu>li:hover>ul {
    visibility: visible;
    display: block;
}


div#contents {
    /*float: left;
    width: 620px;*/
}

#single-ranking-area .banner-area, #single-ranking-area .banner-area-month, #single-ranking-area .banner-area-manual {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: url("//img.cityheaven.net/img/rankingHeaven/Ranking_Bar_Week.gif");
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 43px;
    position: static;
    text-indent: -9999px;
}
#single-ranking-area .explain {
    color: #999999;
    float: left;
    font-family: "ＭＳ Ｐゴシック",Osaka;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 0;
    padding-top: 7px;
}

#single-ranking-area .banner-shop, #single-ranking-area .banner-girl {
	background-color: #fcfcfc;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 -4px 0 0 #f0f0f0;
    font-size: 30px;
	font-weight:bold;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    position: relative;
	color: #ff6699;
}

#single-ranking-area .explain-sub {
    color: #999999;
    font-family: "ＭＳ Ｐゴシック",Osaka;
    font-size: 90.5%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 0;
    padding-top: 5px;
    text-align: right;
}
table.ranking-shop-body {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #ff6799;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-top-color: #ff6799;
    border-top-style: solid;
    border-top-width: 1px;
    height: 92px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 620px;
}
table.ranking-shop-body {
    position: relative;
}

.ranking-shop-icon {
    float: left;
    height: auto;
    margin-left: 5px;
    padding-top: 18px;
    text-align: center;
    width: 30px;
}

.ranking-shop-icon img {
    margin-bottom: 10px;
}

.ranking-shop-image {
    float: left;
    height: 120px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 0;
    margin-top: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
    width: 120px;
}

table.ranking-shop-body td .ranking-shop-image img {
    vertical-align: middle;
}
.ranking-shop-info {
    float: left;
    font-size: 13px;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 0;
    margin-top: 30px;
    text-align: left;
    width: 200px;
}

.ranking-shop-info span {
}
.ranking-shop-info span {
    display: block;
    width: 155px;
    word-break: break-all;
    margin-bottom: 3px;
}
.ranking-shop-info span.shop-name a {
    font-weight: bold;
}

.ranking-shop-info span.biz-area {
    font-size: 80%;
}
.ranking-shop-info-more {
    float: left;
    font-size: 80%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 2px;
    margin-top: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: left;
    width: 500px;
    word-break: break-all;
}

table.ranking-shop-body {
    /*-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #f0f0f0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;*/
    border-top-color: #f0f0f0;
    border-top-style: solid;
    border-top-width: 1px;
    height: 92px;
    margin-bottom: 15px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 990px;
}


div#main {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
}

table.ranking-girl-body, table.ranking-girl-mini-body {
    /*-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #ff6799;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ff6799;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ff6799;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ff6799;
    border-top-style: solid;
    border-top-width: 1px;*/
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 495px;
}

table.ranking-girl-body td.ranking-girl-left, table.ranking-girl-body td.ranking-girl-right {
    height: 182px;
}
table.ranking-girl-body td, table.ranking-girl-mini-body td {
    vertical-align: top;
}
td.ranking-girl-left {
    /*border-right-color: #ff6799;
    border-right-style: solid;
    border-right-width: 1px;*/
    width: 55%;
}
table.ranking-girl-body .ranking-girl-icon {
    /*padding-top: 50px;*/
}
.ranking-girl-icon {
    float: left;
    height: auto;
    text-align: center;
    width: 30px;
}
.ranking-girl-icon img {
    margin-bottom: 10px;
}
table.ranking-girl-body .ranking-girl-image {
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
}
.ranking-girl-image {
    float: left;
    text-align: center;
    width: 120px;
}
.ranking-girl-info {
    float: left;
    font-size: 13px;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 2px;
    margin-top: 10px;
    text-align: left;
    width: 155px;
}
.ranking-girl-info span.name {
    font-weight: bold;
    margin-top: 8px;
}
.ranking-girl-info span {
    display: block;
}
.ranking-girl-info span.name a {
    font-weight: bold;
}
.ranking-girl-info span {
    display: block;
}
.ranking-girl-in-shop {
    font-size: 13px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    text-align: left;
    width: 155px;
}
.ranking-girl-in-shop span.text {
    color: #3366ff;
    font-size: x-small;
}
.ranking-girl-info span {
    display: block;
}
.ranking-girl-in-shop span.girl_pic {
    float: left;
    margin-bottom: 0;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 0;
}
.ranking-girl-info span {
    display: block;
}
table.ranking-girl-body td.ranking-girl-left, table.ranking-girl-body td.ranking-girl-right {
    height: 182px;
}
td.ranking-girl-right {
    padding-bottom: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    width: 190px;
}
.ranking-girl-right div.girl-icon {
    margin-top: 8px;
}
.ranking-girl-right div.girl-info {
    margin-top: 3px;
}
.ranking-girl-right div.girl-work, .ranking-girl-right div.girl-link {
    margin-top: 15px;
    width: 190px;
}
.ranking-girl-right div.girl-work, .ranking-girl-right div.girl-link {
    margin-top: 15px;
    width: 190px;
}
table.ranking-girl-body, table.ranking-girl-mini-body {
    /*-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;*/
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    /*border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ff6799;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ff6799;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ff6799;
    border-top-style: solid;
    border-top-width: 1px;*/
    margin-bottom: 15px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
}
table.ranking-girl-mini-body td.ranking-girl-left, table.ranking-girl-mini-body td.ranking-girl-right {
    height: 122px;
}
table.ranking-girl-mini-body .ranking-girl-icon {
    padding-top: 30px;
}

.right-ranking-shop {
}
.simply-scroll {
    height: 1500px;
    width: 194px;
}
.simply-scroll-container {
    position: relative;
}
.simply-scroll .simply-scroll-clip {
    height: 1500px;
    width: 194px;
}
.simply-scroll-clip {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
.simply-scroll .simply-scroll-list {
}
.simply-scroll-list {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.rank-image {
    height: 173px;
    margin-bottom: 15px;
    margin-left: 21px;
    margin-right: 21px;
    margin-top: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    width: 173px;
}
.rank-image img {
    width: 100%;
}
.ranking-icon {
    background-color: #ddd;
    color: #333;
    display: block;
    font-weight: bold;
    height: 22px;
    left: 0;
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    width: 30px;
}
.ranking-name {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    left: 0;
    line-height: 22px;
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
    position: absolute;
    right: 0;
    text-align: center;
}

.bottom-link a {
    background-color: #000;
    /*clear: both;*/
    color: #fff;
    display: block;
    font-size: 13px;
    width: 173px;
	height: 173px;
	line-height: 173px;
}
.rankings img {
    /*float: left;
    padding-left: 2px;
    padding-top: 2px;
	padding-right: 7px;*/
    width: 20px;
	vertical-align: baseline;
}
.rankings span {
    /*float: left;*/
}
.top-title {
    color: #000;
    font-family: "AmarilloUSAF";
    font-size: 25px;
	font-weight:bold;
}

.right_shoulder_bn{
	width: 350px;
	float: right;
}

.right_shoulder_img{
	max-width: 100%;
}

.right_product{
	margin: 0 0 10px;
}

.top_contents_wrap{
	overflow: hidden;
	/*margin: 20px 0 0;*/
}

/*タイトル*/
.heading_title{
	/*background-color: #FFFFFF;*/
    color: var(--headingtitle-color);
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    margin-top: 64px;
    text-align: center;
	position: relative;
	padding: 10px 0;
}

.heading_title::after{
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	width: 120%;
	/*background-color: #ff6699;*/
	background: -webkit-linear-gradient(45deg,transparent, var(--headingtitle-color) 10%, var(--headingtitle-color) 90%, transparent);
	background: linear-gradient(45deg,transparent, var(--headingtitle-color) 10%, var(--headingtitle-color) 90%, transparent);
}

.heading_title::before{
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	width: 120%;
	/*background-color: #ff6699;*/
	background: -webkit-linear-gradient(45deg,transparent, var(--headingtitle-color) 10%, var(--headingtitle-color) 90%, transparent);
	background: linear-gradient(45deg,transparent, var(--headingtitle-color) 10%, var(--headingtitle-color) 90%, transparent);
}

.shopbody__inner{
	max-width: 990px;
	margin: 0 auto;
}

div.slide_contents{
	width: 625px;
	float: left;
}

div.comVision{
	width: 50%;
}

ul.area_menu{
	width: 100%;
}

div.topheaderbox a{
	color: #000000;
}

li.popbox_wrap .popzenkoku_list dt{
	color: #000000;
}

.shopCommunityTop ul.boxList li.box{
	width: auto;
	height: auto;
}

.block-title .rankings{
	display: inline-block;
}

.block-title .ranking-link{
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
}

.block-title{
	width: 100%;
	margin: 0 0 10px;
}

.ranking-community-mini{
	width: 640px;
}

.bottom-link{
	width: 173px;
}

.ranking_layout{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*即ヒメページ*/
.sokuhime__wrap{
	width: 990px;
	margin: 0 auto;
}

.sokuhime__ul{
	margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.sokuhime__list{
	list-style: none;
    position: relative;
    width: 200px;
    margin-bottom: 40px;
}

.widget .boxTitle {
    background-color: #fcfcfc;
    border-top: #e0e0e0 solid 1px;
    border-bottom: #e0e0e0 solid 1px;
    box-shadow: 0 -4px 0 0 #f0f0f0;
    font-size: 25px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    position: relative;
    width: 990px;
	margin: 15px auto 10px;
	box-sizing: border-box;
}
/*即ヒメページ*/

/*タブメニュー用CSS*/
#ex_tab_elem{
	width: 990px;
	margin: 20px auto;
}

.genre_tab_menu{
	width: 900px;
	margin: 0 auto;
	position: relative;
	height: 200px;
	border: 1px #cccccc solid;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);
	transition: all 0.5s ease-in;
}

.tab__elem{
	width: 900px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.tab__menu_elem{
	width: 450px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 50px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #cccccc;
	box-sizing: border-box;
	z-index: 10;
}

.tab__menu_link{
	display: block;
	color: #09598d;
	line-height: 50px;
}

.tab__elem:nth-child(2) .tab__menu_elem{
	left: 450px;
}

.tab__elem:nth-child(3) .tab__menu_elem{
	left: 600px;
	border-right: none;
}

.tab__button_elem{
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	display: none;
	padding: 20px 10px;
    box-sizing: border-box;
}

.tab__inbutton{
	display: inline-block;
	width: 200px;
	margin: 10px 2px;
	position: relative;
}

.tab__inbutton_link{
	display: block;
	width: 100%;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	padding: 10px 5px;
	color: #666666;
	font-size: 13px;
	border-radius: 50px;
}

.active_tabmenu{
	border-bottom: none;
	background-color: #ffffff;
}

.active_tabmenu + .tab__button_elem{
	/*display: block;*/
	z-index: 5;
}

.active_tabmenu .tab__menu_link{
	color: #000000;
}

.genre_tab_menu a:hover{
	background-color: #ffffcc;
}

.genre_tab_menu .active_tabmenu a:hover{
	background-color: #ffffff;
}

.tab__popup_button{
	font-size: 14px;
	display: inline-block;
	color: #999999;
	padding: 5px;
	position: absolute;
	top: 100%;
	background-color: #ffffff;
	z-index: 5;
}

.tab_store{
	left: 25px;
}

.tab_deli{
	right: 25px;
}
/*タブメニュー用CSS*/


/*ジャンル別用CSS*/
.all_genre_list{
	margin: 10px auto;
	width: 990px;
	display: -webkit-inline-box;;
	text-align: center;
	display: table;
}

.all_genre_elem{
	margin-top:20px; 
}

.genre_bottom_list{
	width: 49%;
	float: left;
	background-color: #e7e7e7;
	transition: background-color .5s;
	margin-top:10px;
}

.genre_details_text{
	vertical-align: middle;
	padding: 17px 0;
	font-size: 1.5em;
	color: #4a4a4a;
	font-weight: bold;
}

.genre_list_image{
	float: left;
	height: 60px;
}

.all_genre_list li:nth-child(2n) {
      margin-left: 5px;
}

.genre_bottom_list:hover {
  background-color: #b9b9b9;
}
/*ジャンル別用CSS*/

/*2カラムコンテンツ用CSS*/
.contents_left-columns,.contents_right-columns{
	width: 48%;
	padding: 0 8px;
}

.contents_2columns{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
/*2カラムコンテンツ用CSS*/

/*フリーバナー用CSS*/
.free-bnr{
	max-width: 780px;
	width: 100%;
	margin: 12px auto;
}

.free-bnr__img{
	width: 100%;
}
/*フリーバナー用CSS*/

/*スライダー用の追加CSS(PCのみに適用)*/
.mainSlide{
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.flex-direction-nav li a{
	opacity: 1;
}

.flex-direction-nav li .flex-prev{
	left: 0;
}

.flex-direction-nav li .flex-next{
	right: 0;
}
/*スライダー用の追加CSS(PCのみに適用)*/

/*トップページ即ヒメコンテンツ内のli背景色指定*/
li.bx-clone{
	background-color: #ffffff;
	padding: 0 0 12px;
}
/*トップページ即ヒメコンテンツ内のli背景色指定*/

/*トップページ店舗一覧*/
.shopListBox .box a{
	background-color: #ffffff;
	text-align: center;
}

.shopListBox .box a .shop{
    padding: 4px 4px 8px;
    box-sizing: border-box;
}

.recommendGirlTop li.name{
	padding: 8px 6px 0;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommendGirlTop li.shop{
	padding: 2px 6px 6px;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*トップページ店舗一覧*/

/*新ヘッダー用記述*/
#fix-header{
	width: 100%;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	z-index: 20;
	padding: 12px 0;
	background-color: #ffffff;
	position: sticky;
	top: 0;
}

.logoArea{
	width: 100%;
	text-align: center;
}

.logoArea img{
	max-width: 100%;
}

/*新ヘッダー用記述*/

