@charset "utf-8";

/*
 * 既存参考ソース
 * mainStyle_shop.css
 * layoutStyle.css
 * topPage.css
 *
*/

/* =====================================================================
  global
===================================================================== */

html,body,div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li,dl,dt,dd,table,caption,th,td,img,form {
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    text-align: left;
    list-style-type: none;
    background-repeat: no-repeat;
}
body {
    margin: 0px auto;
    font-size: 12px;
    font-family: "メイリオ", Meiryo, tahoma, arial, verdana, sans-serif, "ＭＳ ゴシック", "MS Gothic";
    *font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    color:#333333;
    min-width:1200px;
}

#bodyLayout {
    font-size: 1.2em;
    line-height: 1.3em;
    width:100%;
    text-align:center;
}

#mainLayout div.bodyLayoutWidth {
    >width:98%;
}

table {
    border-collapse:collapse !important;
}

#bodyLayout,
#header {
    position:relative;
}

li {
    list-style-type: none;
}

a:link {
    text-decoration: none;
    color:#0066FF;
}
a:visited {
    text-decoration: none;
    color:#0066FF;
}
a:active {
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}

/* =====================================================================
  header
===================================================================== */

#headerLayout {
    font-family: "ＭＳ ゴシック", "MS Gothic";
    width:100%;
    height:100%;
/*    background-image:url(../img/managersimple/mainHeaderBackground.jpg); */
/*    background-repeat:no-repeat; */
/*    background-position:left top; */
    position:relative;
}

#headerLayout h1 {
    top:29px;
    right:13px;
    color:#000000;
    font-weight:bold;
}
#headerLayout h1 span {
    font-size:14px;
    padding-right:3px;
}

#headerLayout .headerLinkList {
    padding-top:14px;
    padding-right:13px;
    text-align:right;
    color:#000000;
    clear: both;
}

#headerLayout .headerLinkList {
/*    background-image:url(../img/managersimple/grade.jpg);*/
/*    background-repeat:repeat-x;*/
/*    background-position:left top;*/
    position:relative;
    padding:5px 13px 10px 10px;
    text-align:right;
    font-size:14px;
}

#headerLayout .headerLinkList a {
    color:#FFFFFF;
    text-decoration: underline;
    line-height: 18px;
}
#headerLayout .headerLinkList .logoffLink {
    color: #FF3;
}

ul.etcsite li {
    text-align: center;
    line-height: 22px;
    margin-left: 10px;
    display: inline;
    float: left;
    padding-bottom: 5px;
}

ul.etcsite li a {
    width: 160px;
    display: block;
    background: #f4fce0;
    border: 1px solid #d2d2d2;
    font-weight: bold;
    color: #009;
}
#headerLayout .headerLinkList a.pc {
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background:url(../img/managersimple/icon/icon_pc.gif) 0 2px no-repeat; */
    background:url(../img/managersimple/icon/icon_pc.gif?imgopt=y) 0 2px no-repeat;
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    padding-left: 17px;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
}
#headerLayout .headerLinkList a.mobile {
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background:url(../img/managersimple/icon/icon_mb.gif) 0 2px no-repeat; */
    background:url(../img/managersimple/icon/icon_mb.gif?imgopt=y) 0 2px no-repeat;
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    padding-left: 15px;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
}
#headerLayout .headerLinkList a.smart {
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background:url(../img/managersimple/icon/icon_sp.gif) 0 2px no-repeat; */
    background:url(../img/managersimple/icon/icon_sp.gif?imgopt=y) 0 2px no-repeat;
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    padding-left: 14px;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
}
#headerLayout .headerLinkList a.information {
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background:url(../img/managersimple/icon/icon_info.gif) 0 2px no-repeat; */
    background:url(../img/managersimple/icon/icon_info.gif?imgopt=y) 0 2px no-repeat;
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    padding-left: 16px;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
}
#headerLayout .headerLinkList a.help {
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background:url(../img/managersimple/icon/icon_qa.gif) 0 2px no-repeat; */
    background:url(../img/managersimple/icon/icon_qa.gif?imgopt=y) 0 2px no-repeat;
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    padding-left: 16px;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
}
#headerLayout .headerLinkList a.login {
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background:url(../img/managersimple/icon/icon_login.gif) 0 2px no-repeat; */
    background:url(../img/managersimple/icon/icon_login.gif?imgopt=y) 0 2px no-repeat;
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    padding-left: 16px;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
}
/* =====================================================================
  menu
===================================================================== */

#menuLayout {
//    background-color:#efeee6;
    height: 100%;
}

ul.menu li {
  width: 185px;
  height: 45px;
  margin: 0;
  padding: 0;
  display: inline;
}

ul.menu li a {
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  width: 185px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

ul.menu li a.menu1 {
    background-image:url(../img/managersimple/top_menu1.gif);
}

ul.menu li a.menu2 {
    background-image:url(../img/managersimple/top_menu2.gif);
}

ul.menu li a.menu3 {
    background-image:url(../img/managersimple/top_menu3.gif);
}

ul.menu li a.menu4 {
    background-image:url(../img/managersimple/top_menu4.gif);
}

ul.menu li a.menu5 {
    background-image:url(../img/managersimple/top_menu5.gif);
}

ul.menu li a.menu6 {
    background-image:url(../img/managersimple/top_menu6.gif);
}

ul.menu li a.menu7 {
    background-image:url(../img/managersimple/top_menu7.gif);
}

ul.menu li a.menu8 {
    background-image:url(../img/managersimple/top_menu8.gif);
}

ul.menu li a.menu9 {
    background-image:url(../img/managersimple/top_menu9.gif);
}

ul.menu li a.menu10 {
    background-image:url(../img/managersimple/top_menu10.gif);
}

ul.menu li a.menu11 {
    background-image:url(../img/managersimple/top_menu11.gif);
}
/* {-- Manager簡単化3次追加対応 @ESS 2012/09/06 */
ul.menu li a.menu12 {
    background-image:url(../img/managersimple/top_menu12.gif);
}
/* --} Manager簡単化3次追加対応 @ESS 2012/09/06 */
ul.menu li a.menu_mypage {
    background-image:url(../img/managersimple/top_menu_mypage.gif);
}

/*↓SNS連携 @KSOL 2012/10/17 */
ul.menu li a.menu13 {
    background-image:url(../img/managersimple/top_menu13.gif);
}
/*↑SNS連携 @KSOL 2012/10/17 */
/*↓ランク別PCデザイン @KSOL 2013/03/04 */
ul.menu li a.menu14 {
    background-image:url(../img/managersimple/top_menu14.gif);
}
/*↑ランク別PCデザイン @KSOL 2013/03/04 */
/*↓風俗ワールド対応 @KSOL 2013/05/16 */
ul.menu li a.menu15 {
    background-image:url(../img/managersimple/top_menu15.gif);
}
/*↑風俗ワールド対応 @KSOL 2013/05/16 */
/*↓プラチナメールHTML化 2014/03/17 */
ul.menu li a.menu16 {
    background-image:url(../img/managersimple/top_menu16New.gif);
}
ul.menu li a.menu17 {
    background-image:url(../img/managersimple/top_menu16None.gif);
}
ul.menu li a.menu17:hover {
    background-position: 0 0;
}
/*↑プラチナメールHTML化 2014/03/17 */
ul.menu li a {
    background-position: 0 0;
}

ul.menu li a:hover {
    background-position: 0 -45px;
}

ul.menu li a.stay {
    background-position: 0 -45px;
}
ul.menu_new li.linone,
ul.menu_new li.linone:hover{
        background-color:#ccc;
}
ul.menu_new li.linone a {
        cursor:default;
}

div.reqAnswerCircle {
    font-size:13px;
    color:white;
    text-align: center;
    line-height:20px;
    z-index:1;
    position:relative;
    >position:absolute;
    float: right;
    top:-31px;
/* {-- Manager簡単化3次追加対応 @ESS 2012/09/06 */
/*    >top:373px; */
    >top:419px;
/* --} Manager簡単化3次追加対応 @ESS 2012/09/06 */
    right:8px;
    width:20px;
    height:20px;
    background-image: url(../img/managersimple/circle_r.png);
    background-repeat: no-repeat;
}

div.reqAnswerCircle2 {
    font-size:11px;
    color:white;
    text-align: center;
    line-height:20px;
    z-index:1;
    position:relative;
    >position:absolute;
    float: right;
    top:-31px;
/* {-- Manager簡単化3次追加対応 @ESS 2012/09/06 */
/*    >top:373px; */
    >top:419px;
/* --} Manager簡単化3次追加対応 @ESS 2012/09/06 */
    right:8px;
    width:20px;
    height:20px;
    background-image: url(../img/managersimple/circle_r.png);
    background-repeat: no-repeat;
}

/* {-- Manager簡単化 不具合修正 @ESS 2012/07/05 */
div.reqAnswerCircleNotDeco {
    font-size:13px;
    color:white;
    text-align: center;
    line-height:20px;
    z-index:1;
    position:relative;
    >position:absolute;
    float: right;
    top:-31px;
/* {-- Manager簡単化3次追加対応 @ESS 2012/09/06 */
/*    >top:328px; */
    >top:374px;
/* --} Manager簡単化3次追加対応 @ESS 2012/09/06 */
    right:8px;
    width:20px;
    height:20px;
    background-image: url(../img/managersimple/circle_r.png);
    background-repeat: no-repeat;
}

div.reqAnswerCircle2NotDeco {
    font-size:11px;
    color:white;
    text-align: center;
    line-height:20px;
    z-index:1;
    position:relative;
    >position:absolute;
    float: right;
    top:-31px;
/* {-- Manager簡単化3次追加対応 @ESS 2012/09/06 */
/*    >top:328px; */
    >top:374px;
/* --} Manager簡単化3次追加対応 @ESS 2012/09/06 */
    right:8px;
    width:20px;
    height:20px;
    background-image: url(../img/managersimple/circle_r.png);
    background-repeat: no-repeat;
}
/* --} */

div.reqAnswerCnt1 {
    font-size:16px;
    color:white;
    z-index:2;
    position:relative;
    top:-32px;
    left:165px;
    width:0px;
    height:0px;
    font-family: "ＭＳ Ｐゴシック";
}

div.reqAnswerCnt2 {
    font-size:13px;
    color:white;
    z-index:2;
    position:relative;
    top:-31px;
    left:161px;
    width:0px;
    height:0px;
    font-family: "ＭＳ Ｐゴシック";
}

/* =====================================================================
  main
===================================================================== */

#mainLayout {
    *padding-left:0px;
}

#mainLayout, x:-moz-any-link {
    padding-left:1px;
}

#mainLayout #bodyLayout .mainContents {
    padding:10px 13px 13px 13px;
}
#mainLayout .mainContents .contentsH2TitleLayout {
    width:600px;
    padding:2px 0px 2px 8px;
    border-left:13px solid #E1057E;
    margin-bottom:8px;
    line-height:1;
}
#mainLayout .mainContents .contentsH2TitleLayout h2 {
    font-size:28px;
    font-weight:bold;
    font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    padding-bottom:3px;
    margin-bottom:8px;
    border-bottom:1px solid #EFEFEF;
}
#mainLayout .mainContents .innerContents h3 {
    text-indent:8px;
    padding:10px 0px 5px 0px;
    border-top:1px solid #9e9b8c;
    border-left:1px solid #9e9b8c;
    border-right:1px solid #9e9b8c;
    background-repeat:repeat-x;
    color:#000;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}

#mainLayout .mainContents .innerContents2 h3 {
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image: url("../img/managersimple/titleBar_color1.jpg"); */
    background-image: url("../img/managersimple/titleBar_color1.jpg?imgopt=y");
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    background-repeat: repeat-x;
    border-bottom: 1px solid #0A3361;
    border-top: 1px solid #6F96C1;
    color: #FFFFFF;
    margin-bottom: -1px;
    padding: 5px 0;
    text-indent: 8px;
    width: 100%;
}
#mainLayout .mainContents .innerContents2 h3.support {
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image: url("../img/managersimple/titleBar_color2.jpg"); */
    background-image: url("../img/managersimple/titleBar_color2.jpg?imgopt=y");
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    background-repeat: repeat-x;
    border-bottom: none;
    border-top: 1px solid #666666;
    color: #FFFFFF;
    margin-bottom: -1px;
    padding: 5px 0;
    text-indent: 8px;
    width: 100%;
}
#mainLayout .mainContents .innerContents2 h3.areaTopics {
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image: url("../img/managersimple/titleBar_color2.jpg"); */
    background-image: url("../img/managersimple/titleBar_color2.jpg?imgopt=y");
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    background-repeat: repeat-x;
    border-bottom: none;
    border-top: 1px solid #666666;
    color: #FFFFFF;
    margin-bottom: -1px;
    padding: 5px 0;
    text-indent: 8px;
    width: 100%;
}
#mainLayout .mainContents .contentsH2TitleLayout p {
    color:#999999;
}
#mainLayout .mainContents .innerListLayout {
    width:100%;
    text-align: center;
}
#mainLayout .mainContents .innerContents {
    min-width:900px;
    *min-width:940px;
}

#mainLayout .mainContents .innerListLayout table {
    width:100%;
}
#mainLayout .mainContents .innerListLayout th,
#mainLayout .mainContents .innerListLayout td {
    border:1px solid #9e9b8c;
}
/* ↓風俗ワールド対応 @FWEST 2013/09/17 */
#mainLayout .mainContents .innerListLayout .fu_red_comment {
    color: #F00;
        padding: 3px 0 0 0;
}
/* ↑風俗ワールド対応 @FWEST 2013/09/17 */
#mainLayout .mainContents .innerListLayout th {
    width:160px;
    background-color:#EFEFEF;
}
#mainLayout .mainContents .innerListLayout .innerData {
    padding:6px;
    position:relative;
}
/* ↓ 【口コミ】割引コード 割引利用表示変更 @SC 2021/06/29 */
#mainLayout .mainContents .innerListLayout .innerData .unused {
	color: #06f;
}
#mainLayout .mainContents .innerListLayout .innerData .used {
	color: #f00;
}
/* ↑ 【口コミ】割引コード 割引利用表示変更 @SC 2021/06/29 */
#mainLayout .mainContents .innerListLayout .verticalTypeTop {
    vertical-align:top;
    padding-top:6px;
}
#mainLayout .mainContents .innerListLayout .verticalTypeMiddle {
    vertical-align:middle;
}
#mainLayout .mainContents .innerListLayout th h4 {
    width:155px;
    padding-left:5px;
    position:relative;
    z-index: 1;
}
#mainLayout .mainContents .innerListLayout .innerTable {
    width:100%;
    border-collapse:collapse;
}
#mainLayout .mainContents .innerListLayout .innerTable th,
#mainLayout .mainContents .innerListLayout .innerTable td {
    border:none;
    padding:0px;
}
#mainLayout .mainContents .innerListLayout .innerTable th {
    background-color:transparent;
}
#mainLayout .mainContents .innerListLayout .inputForm {
    height:24px;
    padding:0px 3px;
    line-height:24px;
}
#mainLayout .mainContents .innerListLayout h4 .helpLink {
    width:26px;
    height:26px;
    position:absolute;
    top:-6px;
    right:2px;
}
#mainLayout .mainContents .innerListLayout .subject .helpLink {
    position:absolute;
    top:5px;
    right:5px;
}
#mainLayout .mainContents .innerListLayout h4 .helpLink a {
    display:block;
    width:26px;
    height:26px;
}

#mainLayout .mainContents .innerListLayout h4 .helpLink a.tooltip img {
    border: 0;
}

#mainLayout .mainContents .innerListLayout h4 .helpLink div.tooltip {
      padding: 5px;
      display: block;
      list-style: none;
      width: 500px;
      min-height: 30px;
      background-color: #FFFFCC;
      color: #000000;
      text-align: left;
      border: 1px solid #FFCC00;
}

.shopInformationLayout {
    border-bottom:8px dotted #EFEFEF;
    padding-bottom:13px;
    margin-bottom:13px;
}
.shopInformationLayout h5 img {
    vertical-align:middle;
}
.shopInformationLayout li {
}
.shopInformationLayout li h5 {
    padding:2px 5px 2px 5px;
    border-bottom:1px solid #CCCCCC;
    background-color:#D5E3F5;
}
h5.important {
    background-color: #FFC;
    border-bottom: 1px solid #CCCCCC;
    padding: 2px 5px;
    font-weight: bold;
}
.shopInformationLayout li h5 span {
    font-weight:bold;
    color:#15428B;
    padding-right:13px;
}
.shopInformationLayout li .shopInfoBody {
    padding:5px;
    border:1px solid #CCCCCC;
    margin-bottom:-1px;
}

.innerContents .innerListLayout .subject {
    padding:2px 5px 2px 5px;
    border:1px solid #CCCCCC;
    background-color:#D5E3F5;
    position:relative;
}

a.fixedness-button-m {
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background: url("../img/managersimple/fixedness-button-m.gif") no-repeat scroll 0 0; */
    background: url("../img/managersimple/fixedness-button-m.gif?imgopt=y") no-repeat scroll 0 0;
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 45px;
    letter-spacing: 2px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    width: 150px;
}

a.fixedness-button-m2 {
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background: url("../img/managersimple/fixedness-button-m2.gif") no-repeat scroll 0 0 #009900; */
    background: url("../img/managersimple/fixedness-button-m2.gif?imgopt=y") no-repeat scroll 0 0 #009900;
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 45px;
    letter-spacing: 2px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    width: 285px;
}

ul.paging {
    padding: 10px 0 5px 0;
    text-align: center;
    font-size: 16px;
}

div.pagemenu {
    width: 100%;
    height: 45px;
    margin: 0 auto;
}
ul.s-menu li {
  width: 150px;
  height: 45px;
  margin: 0 5px;
  padding: 0;
  display: inline;
  float: left;
}

ul.s-menu li a {
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  width: 150px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

ul.s-menu li a.info1 {
    background-image:url(../img/managersimple/info_menu1.gif);
}
ul.s-menu li a.info2 {
    background-image:url(../img/managersimple/info_menu2.gif);
}

ul.s-menu li a.info3 {
    background-image:url(../img/managersimple/info_menu3.gif);
}

ul.s-menu li a.info4 {
    background-image:url(../img/managersimple/info_menu4.gif);
}

ul.s-menu li a.info5 {
    background-image:url(../img/managersimple/info_menu5.gif);
}

/*↓SNS連携 @KSOL 2012/10/17 */
ul.s-menu li a.info6 {
    background-image:url(../../img/managersimple/info_menu6.gif);
}
/*↑SNS連携 @KSOL 2012/10/17 */

/*↓ヘブンオンラインストレージ連携 @SMC 2015/07/30 */
ul.s-menu li a.info9 {
    background-image:url(../../img/managersimple/info_menu9.gif);
}
/*↑ヘブンオンラインストレージ連携 @SMC 2015/07/30 */

/*↓ランク別PCデザイン @KSOL 2013/03/04 */
ul.s-menu li a.info7 {
    background-image:url(../../img/managersimple/info_menu7.gif);
}
ul.s-menu li a.info11 {
    background-image:url(../img/managersimple/info_menu11.gif);
}
/*↑ランク別PCデザイン @KSOL 2013/03/04 */

/*↓[SPお店ページリニューアル2次]注目情報設定 @EXCD 2015/03/26 */
ul.s-menu li a.info8 {
    background-image:url(../img/managersimple/info_menu8.gif);
}
/*↑[SPお店ページリニューアル2次]注目情報設定 @EXCD 2015/03/26 */

/*↓新検索1次対応(管理画面追加) @SMC 2015/10/29 */
ul.s-menu li a.info10 {
    background-image:url(../img/managersimple/info_menu10.gif);
}
/*↑新検索1次対応(管理画面追加) @SMC 2015/10/29 */
ul.s-menu li a.info11 {
    background-image:url(../img/managersimple/info_menu11.gif);
}
ul.s-menu li a {
    background-position: 0 0;
}

ul.s-menu li a:hover {
    background-position: 0 -45px;
}

ul.s-menu li a.stay {
    background-position: 0 -45px;
}

ul.manager-menu li { width: 150px;
  height: 45px;
  margin: 0 5px;
  padding: 0;
  display: inline;
  float: left;
}

ul.manager-menu li a {
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  width: 150px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

ul.manager-menu li a.info1 {
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image:url(../img/managersimple/manager_menu1.gif); */
    background-image:url(../img/managersimple/manager_menu1.gif?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
}

ul.manager-menu li a.info2 {
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image:url(../img/managersimple/manager_menu2.gif); */
    background-image:url(../img/managersimple/manager_menu2.gif?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
}

ul.manager-menu li a.info3 {
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image:url(../img/managersimple/manager_menu3.gif); */
    background-image:url(../img/managersimple/manager_menu3.gif?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
}

ul.manager-menu li a.info4 {
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image:url(../img/managersimple/manager_menu4.gif); */
    background-image:url(../img/managersimple/manager_menu4.gif?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
}
/* ↓ ショップアプリ3次 2016/10/27 */
ul.manager-menu li a.info5 {
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image:url(../img/managersimple/manager_menu5.png); */
    background-image:url(../img/managersimple/manager_menu5.png?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
}
/* ↑ ショップアプリ3次 2016/10/27 */
ul.manager-menu li a.info11 {
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image:url(../img/managersimple/info_menu11.gif); */
    background-image:url(../img/managersimple/info_menu11.gif?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
}
ul.manager-menu li a.stay {
    background-position: 0 -45px;
}

ul.manager-menu li a {
    background-position: 0 0;
}

ul.manager-menu li a:hover {
    background-position: 0 -45px;
}

ul.support-menu li {
    width: 150px;
  height: 45px;
  margin: 0 5px;
  padding: 0;
  display: inline;
  float: left;
}

ul.support-menu li a {
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  width: 150px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

ul.support-menu li a.info1 {
    background-image:url(../img/managersimple/support_menu1.gif);
}
ul.support-menu li a.info2 {
    background-image:url(../img/managersimple/support_menu2.gif);
}
ul.support-menu li a.stay {
    background-position: 0 -45px;
}
ul.support-menu li a {
    background-position: 0 0;
}

ul.support-menu li a:hover {
    background-position: 0 -45px;
}
.innerContents .newsSubject .inputForm {
    width:90%;
    >word-break: break-all;
}

.innerContents .innerListLinkButton {
    padding:13px 0px;
    text-align:center;
    background-color:#666;
}

.innerContents .innerListLinkButton .inputButton,
.innerContents .innerListLinkButton .inputButton2 {
    width:300px;
    height:48px;
    border:none;
    font-size:24px;
    font-weight:bold;
    background-color:transparent !important;
    background-repeat:no-repeat;
    cursor:pointer;
}

.innerContents .innerListLinkButton .inputButton {
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image:url(../img/managersimple/authShopLoginButton_alpha.png); */
    background-image:url(../img/managersimple/authShopLoginButton_alpha.png?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
}

.innerContents .innerListLinkButton .inputButton2 {
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image:url(../img/managersimple/authShopLoginButton_f2_alpha.png); */
    background-image:url(../img/managersimple/authShopLoginButton_f2_alpha.png?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
}

.innerContents .innerListLinkButton4 {
    padding:13px 0px;
    text-align:left;
}
.innerContents .innerListLinkButton4 .inputButton4,
.innerContents .innerListLinkButton4 .inputButton4-2 {
    width:174px;
    height:30px;
    border:none;
    font-size:14px;
    font-weight:bold;
    background-color:transparent !important;
    background-repeat:no-repeat;
    cursor:pointer;
}
.innerContents .innerListLinkButton4 .inputButton4 {
    background-image:url(../img/managersimple/authShopLoginButton4_alpha.png);
}
.innerContents .innerListLinkButton4 .inputButton4-2 {
    background-image:url(../img/managersimple/authShopLoginButton4_f2_alpha.png);
}
.innerContents .innerListLinkButton5 {
    padding:13px 0px;
    text-align:left;
}
.innerContents .innerListLinkButton5 .inputButton5,
.innerContents .innerListLinkButton5 .inputButton5-2 {
    width:174px;
    height:30px;
    border:none;
    font-size:14px;
    font-weight:bold;
    background-color:transparent !important;
    background-repeat:no-repeat;
    cursor:pointer;
}
.innerContents .innerListLinkButton5 .inputButton5 {
    background-image:url(../img/managersimple/authShopLoginButton4_alpha.png);
}
.innerContents .innerListLinkButton5 .inputButton5-2 {
    background-image:url(../img/managersimple/authShopLoginButton4_f2_alpha.png);
}


.innerContents .galAttributeCheck,
.innerContents .galPlayIconCheck {
        width:100%;
        }

/* ↓写メ日記投稿アドレス複数化対応 @EXCEED 2014/04/04 */
.innerContents .galEnabledAddTextCheck .galEnabledAddTextIcon,
/* ↑写メ日記投稿アドレス複数化対応 @EXCEED 2014/04/04 */
.innerContents .galAttributeCheck .galAttributeIcon,
.innerContents .galPlayIconCheck .galPlayIcon,
.innerContents .galFwdAddTextCheck .galFwdAddTextIcon {
        height:18px;
        padding-bottom:6px;
        float:left;
        margin-right:10px;
        margin-bottom:3px;
        font-size: 16px;
}
/* ↓写メ日記投稿アドレス複数化対応 @EXCEED 2014/04/04 */
.innerContents .galEnabledAddTextCheck .galEnabledAddTextIcon .galEnabledAddress,
.innerContents .galEnabledAddTextCheck .galEnabledAddTextIcon .galEnabledText,
/* ↑写メ日記投稿アドレス複数化対応 @EXCEED 2014/04/04 */
.innerContents .galFwdAddTextCheck .galFwdAddTextIcon .galFwdAddress,
.innerContents .galFwdAddTextCheck .galFwdAddTextIcon .galFwdText {
        float:left;
}
.innerContents .galAttributeCheck .galAttributeIcon,
.innerContents .galPlayIconCheck .galPlayIcon {
        position:relative;
        min-width:120px;
}

.innerContents .galAttributeCheckLayout {
    padding:3px!important;
    vertical-align:top;
}
/* ↓写メ日記投稿アドレス複数化対応 @EXCEED 2014/04/04 */
.innerContents .galEnabledAddTextCheck .iconChecked,
/* ↑写メ日記投稿アドレス複数化対応 @EXCEED 2014/04/04 */
.innerContents .galAttributeCheck .iconChecked,
.innerContents .galFwdAddTextCheck .iconChecked {
    display:block;
    background-color:#FFFFCC;
    padding:3px;
    background-repeat:no-repeat;
    background-position:3px 5px;
    background-image:url(../img/managersimple/galAttributeIconImage_alpha.png)
}
/* ↓写メ日記投稿アドレス複数化対応 @EXCEED 2014/04/04 */
.innerContents .galEnabledAddTextCheck .iconNotChecked,
/* ↑写メ日記投稿アドレス複数化対応 @EXCEED 2014/04/04 */
.innerContents .galAttributeCheck .iconNotChecked,
.innerContents .galFwdAddTextCheck .iconNotChecked {
    display:block;
    background-color:#EFEFEF;
    padding:3px;
    background-repeat:no-repeat;
    background-position:3px 5px;
    background-image:url(../img/managersimple/galAttributeIconImage2_alpha.png)
}

.innerContents .galAbsentCheck {
        width: auto;
        margin-top: 6px;
}

.innerContents .galAbsentCheck .galAbsentIcon {
        height:18px;
        padding-bottom:6px;
        float:left;
        font-size: 16px;
        margin: 0;
        min-width: 95px;
}
.innerContents .galAbsentCheck .galAbsentIcon {
        position:relative;
}

.innerContents .galAbsentCheck .iconChecked {
    display:block;
    background-color:#FFFFCC;
    padding:3px;
    padding-left: 10px;
    background-repeat:no-repeat;
    background-position: 20px 7px;
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image:url(../img/managersimple/galAttributeIconImage_alpha.png) */
    background-image:url(../img/managersimple/galAttributeIconImage_alpha.png?imgopt=y)
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
}
.innerContents .galAbsentCheck .iconNotChecked {
    display:block;
    background-color:#EFEFEF;
    padding:3px;
    padding-left: 10px;
    background-repeat:no-repeat;
    background-position: 20px 7px;
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image:url(../img/managersimple/galAttributeIconImage2_alpha.png) */
    background-image:url(../img/managersimple/galAttributeIconImage2_alpha.png?imgopt=y)
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
}
#form_container {
    overflow-y: hidden;
}

#form_container {
    color: #444444;
    font-size: 11pt;
    margin: 5px 10px 10px;
    padding: 20px;
}

ul.sokuhime-menu li { width: 150px;
  height: 45px;
  margin: 0 5px;
  padding: 0;
  display: inline;
  float: left;
}

ul.sokuhime-menu li a {
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  width: 150px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

ul.sokuhime-menu li a.info1 {
    background-image:url(../img/managersimple/sokuhime_menu1.gif);
}

ul.sokuhime-menu li a.info2 {
    background-image:url(../img/managersimple/sokuhime_menu2.gif);
}
ul.sokuhime-menu li a.info11 {
    background-image:url(../img/managersimple/info_menu11.gif);
}
ul.sokuhime-menu li a {
    background-position: 0 0;
}

ul.sokuhime-menu li a:hover {
    background-position: 0 -45px;
}

ul.sokuhime-menu li a.stay {
    background-position: 0 -45px;
}

div#sokuhime {
    width: 100%;
}

#sokuhime li {
    border-left: 1px solid #F2B0CB;
    border-top: 1px solid #F2B0CB;
    display: inline;
    float: left;
    margin-bottom: 5px;
    overflow: hidden;
    width: 120px;
}

#sokuhime li, #sokuhime li p, #sokuhime li div {
    text-align: center;
    vertical-align: middle;
}

#sokuhime li div.name-age {
    font-size: 11pt;
    height: 20px;
    overflow: hidden;
}

#sokuhime li div {
    background-color: #FFD2EE;
    border-color: #FFFFFF #F2B0CB #F2B0CB #FFFFFF;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 2px;
}

#sokuhime li p {
    background-color: #FFE4E1;
    border-color: #FFFFFF #F2B0CB #F2B0CB #FFFFFF;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    height: 116px;
    margin: 0;
    overflow: hidden;
    padding: 5px;
}

#sokuhime li div {
    background-color: #FFD2EE;
    border-color: #FFFFFF #F2B0CB #F2B0CB #FFFFFF;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 2px;
}

p.exp {
    background-color: #FFC;
    border: 1px solid #FFCC66;
    clear: both;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    line-height: 22px;
}
p.sokuhimeinfo {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}
a.sokuhimetime {
    font-size: 25px;
    color: #F00;
    text-decoration: underline;
}
div#sokuhimeTimer {
    float: left;
    font-size: 18px;
    color: #000;
    padding: 10px 10px 3px 5px;
}
span#himeTimer {
    font-size: 30px;
    color: #F00;
    font-weight: bold;
}
div#himeTimerReg {
/* {-- Manager簡単化 @ESS 2012/07/20 */
/*    float: right; */
/*    padding: 15px 10px 3px 0px; */
    position: absolute;
/* --} Manager簡単化 @ESS 2012/07/20 */
}
/* {-- Manager簡単化 @ESS 2012/07/20 */
div#himeTimerDisp {
    width: 250px;
    height: 19px;
    float: left;
    padding: 15px 10px 3px 5px;
/* {-- Manager簡単化3次対応 @ESS 2012/07/23 */
    >padding: 12px 20px 3px 5px;
    >line-height: 1.6em;
/* --} Manager簡単化3次対応 @ESS 2012/07/23 */
    position: relative;
}
div#himeTimerRegSpace {
    position: absolute;
    width: 100%;
}
/* --} Manager簡単化 @ESS 2012/07/20 */
a.shift {
    background: url(/img/managersimple/top_menu3.png) no-repeat 0 2px;
    padding-left: 24px;
}
li.sokuhimebox {
    border: none;
    width: 324px;
    margin: 4px;
}
a.sokuhimeComment {
    background: url(/img/managersimple/girllist_icn.gif) no-repeat 0 7px;
    padding-left: 13px;
    color: #000;
}
td.commentbox {
    border: none;
    color: #F00;
    padding: 5px 5px 0px 0px;
    height:40px;
}
td.commentbox2 {
    border: none;
    color: #F00;
    padding: 16px 5px 0px 0px;
    height:40px;
}
table.sokuhimegirlbox {
    border: 1px solid #F9C;
    background: #EFEFEF;
/* {-- Manager簡単化3次対応 @ESS 2012/07/20 */
/*    height: 113px; */
    height: 124px;
/* --} Manager簡単化3次対応 @ESS 2012/07/20 */
}
table.sokuhimegirlbox2 {
    border: 1px solid #F9C;
    background: #ffebff;
/* {-- Manager簡単化3次対応 @ESS 2012/07/20 */
/*    height: 113px; */
    height: 124px;
/* --} Manager簡単化3次対応 @ESS 2012/07/20 */
}
table.sokuhimegirlbox3 {
    border: 1px solid #F9C;
/* {-- Manager簡単化3次対応 @ESS 2012/07/20 */
/*    height: 113px; */
    height: 124px;
/* --} Manager簡単化3次対応 @ESS 2012/07/20 */
}
/* ↓写メ日記投稿アドレス複数化対応 @EXCEED 2014/04/04 */
.innerContents .galEnabledAddTextCheck .galEnabledAddTextIcon .galEnabledAddTextCheckbox,
/* ↑写メ日記投稿アドレス複数化対応 @EXCEED 2014/04/04 */
.innerContents .galAttributeCheck .galAttributeIcon input,
.innerContents .galPlayIconCheck .galPlayIcon input ,
.innerContents .galFwdAddTextCheck .galFwdAddTextIcon .galFwdAddTextCheckbox {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    outline:none;
    vertical-align:middle;
    margin-right:5px;
}
/* ↓写メ日記投稿アドレス複数化対応 @EXCEED 2014/04/04 */
.innerContents .galEnabledAddTextCheck .galEnabledAddTextIcon label,
/* ↑写メ日記投稿アドレス複数化対応 @EXCEED 2014/04/04 */
.innerContents .galAttributeCheck .galAttributeIcon label,
.innerContents .galPlayIconCheck .galPlayIcon label,
.innerContents .galFwdAddTextCheck .galFwdAddTextIcon label {
    cursor:pointer;
}

.innerContents .galAbsentCheck .galAbsentIcon input {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    outline:none;
    vertical-align:middle;
    margin-right:5px;
}

.innerContents .galAbsentCheck .galAbsentIcon label {
    cursor:pointer;
}
#today li div {
    background: none;
    border:  none;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 2px;
}

ul.girl-menu li { width: 150px;
  height: 45px;
  margin: 0 5px;
  padding: 0;
  display: inline;
  float: left;
}

ul.girl-menu li a {
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  width: 150px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

ul.girl-menu li a.info1 {
    background-image:url(../img/managersimple/girl_menu1.gif);
}
ul.girl-menu li a.info2 {
    background-image:url(../img/managersimple/girl_menu2.gif);
}

ul.girl-menu li a.info3 {
    background-image:url(../img/managersimple/girl_menu3.gif);
}

ul.girl-menu li a.info4 {
    background-image:url(../img/managersimple/girl_menu4.gif);
}

ul.girl-menu li a.info5 {
    background-image:url(../img/managersimple/girl_menu5.gif);
}

ul.girl-menu li a.info6 {
    background-image:url(../img/managersimple/girl_menu6.gif);
}

ul.girl-menu li a {
    background-position: 0 0;
}

ul.girl-menu li a:hover {
    background-position: 0 -45px;
}

ul.girl-menu li a.stay {
    background-position: 0 -45px;
}

.innerContents .RegistGalListParentLayout {
    border:4px solid #FFFFFF;
    background-color:#FFFFFF;
    padding:13px 0px 0px 13px;
}

/* =====================================================================
  footer
===================================================================== */

#footerLayout {
    width:100%;
    padding-top:15px;
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image:url(../img/managersimple/mainFooterBackground.jpg); */
    background-image:url(../img/managersimple/mainFooterBackground.jpg?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    background-repeat:no-repeat;
    background-position:left top;
    position:relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height:100%;
}
#footerLayout address {
    text-align:right;
    padding-right:8px;
    font-size: 12px;
}

/* =====================================================================
  ShukinList
===================================================================== */
ul.shukkin-menu li { width: 150px;
  height: 45px;
  margin: 0 5px;
  padding: 0;
  display: inline;
  float: left;
}

ul.shukkin-menu li a {
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  width: 150px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

ul.shukkin-menu li a.info1 {
    background-image:url(../img/managersimple/shukkin_menu1.gif);
}

ul.shukkin-menu li a.info2 {
    background-image:url(../img/managersimple/shukkin_menu2.gif);
}

ul.shukkin-menu li a.info3 {
    background-image:url(../img/managersimple/shukkin_menu3.gif);
}

ul.shukkin-menu li a.info4 {
    background-image:url(../img/managersimple/shukkin_menu4.gif);
}

ul.shukkin-menu li a.info5 {
    background-image:url(../img/managersimple/shukkin_menu5.gif);
}
ul.shukkin-menu li a.info6 {
	background-image:url(../img/managersimple/shukkin_menu6.gif);
}
ul.shukkin-menu li a.info11 {
    background-image:url(../img/managersimple/info_menu11.gif);
}
ul.shukkin-menu li a {
    background-position: 0 0;
}

ul.shukkin-menu li a:hover {
    background-position: 0 -45px;
}
ul.shukkin-menu li {
    position: relative;
}
ul.shukkin-menu li a.info12 {
    background-image:url(../img/managersimple/info_menu12.gif);
}
/* ↓ [H]予約クレジット決済 @ 2021/07/29 */
ul.s-menu li a.info13 {
	background-image:url(../img/managersimple/info_menu13.gif);
}
/* ↑ [H]予約クレジット決済 @ 2021/07/29 */
ul.shukkin-menu li .application_flg {
    position: absolute;
    float: none;
    top: -10px;
    left: -3px;
    right: auto;
}

ul.shukkin-menu li a.stay {
    background-position: 0 -45px;
}

table#sch-list th.bgc-girl {
    background-color: #D15682;
    color: #FFFFFF;
    font-size: 11pt;
    max-width: 70px;
}

table.list-table th.bgc-girl {
    font-size: 11pt;
    max-width: 70px;
}

table.list-table th {
    background-color: #346633;
    border-color: #FFFFFF #999999 #999999 #FFFFFF;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
    font-size: 10pt;
    font-weight: bold;
    line-height: 1.5em;
    padding-bottom: 1px;
    padding-top: 1px;
    text-align: center;
    vertical-align: middle;
}

table.list-table td {
    line-height: 1.5em;
    text-align: center;
    vertical-align: middle;
    word-wrap: break-word;
/* ↓簡易版出勤登録機能 @KSOL 2013/07/31 出勤登録ダイアログ表示 */
    word-break: break-all;
/* ↑簡易版出勤登録機能 @KSOL 2013/07/31 出勤登録ダイアログ表示 */
}

/* ↓簡易版出勤登録機能 @KSOL 2013/07/31 出勤登録ダイアログ表示 */
table.list-table td.shukin {
    padding: 10px 0 5px 0;
}
/* ↑簡易版出勤登録機能 @KSOL 2013/07/31 出勤登録ダイアログ表示 */

table#girl_work td {
    vertical-align: top;
}
#mainLayout .mainContents .innerListLayout .fixed-table {
    table-layout: fixed;
}

#mainLayout .mainContents .innerListLayout .title th.today {
    text-align: center;
    color: #FFFFFF;
    background-color: #FFA500;
}

#mainLayout .mainContents .innerListLayout .title th.sun {
    text-align: center;
    color: #FFFFFF;
    background-color: #FF4500;
}

#mainLayout .mainContents .innerListLayout .title th.sat {
    text-align: center;
    color: #FFFFFF;
    background-color: #A0D8EF;
}

#mainLayout .mainContents .innerListLayout .title th.weekday {
    text-align: center;
    color: #FFFFFF;
    background-color: #346633;
}

#mainLayout .mainContents .innerListLayout .title th.day {
    text-align: center;
    color: #FFFFFF;
    background-color: #D15682;
}

#mainLayout .mainContents .innerListLayout table.weekchange {
    width: 100%;
    border-collapse: collapse;
    border: 0px;
}

#mainLayout .mainContents .innerListLayout table.weekchange td.left {
    border: none;
    padding: 0 0 0 15px;
}

#mainLayout .mainContents .innerListLayout table.weekchange td.right {
    border: none;
    text-align: right;
    padding: 0 15px 0 0;
}

#mainLayout .mainContents .innerListLayout .list-table p {
    line-height: 1.5em;
    text-align: center;
    vertical-align: middle;
    word-wrap: break-word;
}

#mainLayout .mainContents .innerListLayout .fixed-table p {
    line-height: 1.5em;
    text-align: center;
    vertical-align: middle;
    word-wrap: break-word;
}

/* =====================================================================
  ShukkinSort
===================================================================== */
.innerContents .galEntryList .subject {
    background-color:#FFFFCC;
}
.innerContents .galEntryList .subject span {
    font-weight:bold;
}
.innerContents .galEntryList .subject .red {
    color:#FF3333;
}
.innerContents .galEntryList .subject .green {
    color:#009900;
}
.innerContents .galEntryList .subject .blue {
    color:#0066FF;
}
.innerContents .galDragZoneLayout {
    padding:21px 15px 15px 15px;
    border:1px solid #9E9B8C;
    position:relative;
}
.innerContents .galDragZoneLayout h4 {
    margin-bottom:8px;
}
.innerListLayout h3 h4 span {
    padding:0px 13px;
    font-size:7px;
    vertical-align:middle;
    border:4px solid #CCCCCC;
    background-color:#EFEFEF;
}
.innerContents .galDragZoneLayout .modeChangeList {
    position:absolute;
    top:25px;
    right:15px;
}
.innerContents .galDragZoneLayout .modeChangeList .now {
    text-decoration:none;
    color:#333333;
    cursor:text;
    outline:none;
}
.innerContents .galListParentLayout {
    border:4px solid #CCCCCC;
    background-color:#EFEFEF;
    padding:13px 0px 0px 13px;
}
.innerContents .galListParentLayout .draggable {
    display:inline-block;
    float:left;
    width:120px;
    height:248px;
    margin:0px 13px 13px 0px;
}
/* ↓ 未更新女の子非掲載機能 2018/04/26 */
.innerContents .galListParentLayout .non-draggable {
    display:inline-block;
    float:left;
    width:120px;
    height:248px;
    margin:0px 13px 13px 0px;
}
/* ↑ 未更新女の子非掲載機能 2018/04/26 */
.innerContents .galListData {
    width:118px;
    height:246px;
    border:1px solid #FC72BE;
    background-color:#FFFFFF;
    cursor:move;

    position:relative;
}
/* ↓ 未更新女の子非掲載機能 2018/04/26 */
.innerContents .galListData.non-publish{
    width:118px;
    height:246px;
    border:1px solid #FC72BE;
    background-color:#FFFFFF;
    cursor:default;
    position:relative;
}
/* ↑ 未更新女の子非掲載機能 2018/04/26 */
.innerContents .galListData .grayoutBar {
    display:none;
}
.innerContents .galPicParentLayout {
    float:left;
}
.innerContents .galPicParentLayout .draggable {
    display:inline-block;
    float:left;
    width:150px;
    height:100%;
    margin:0px 8px 0px 0px;
}
/* ↓ 未更新女の子非掲載機能 2018/04/26 */
.innerContents .galPicParentLayout .non-draggable {
    display:inline-block;
    float:left;
    width:150px;
    height:100%;
    margin:0px 8px 0px 0px;
}
/* ↑ 未更新女の子非掲載機能 2018/04/26 */
.innerContents .placeHolderDiv {
    display:inline-block;
    float:left;
    width:110px;
    height:238px;
    border:5px solid #00D9D9;
    background-color:#ACFFFF;
    margin:0px 13px 13px 0px;
    position:relative;
}
.innerContents .galDetailData {
    display:none;
    text-align:center;
    font-size:11px;
    line-height:1.3;
}
.innerContents .galTypeData {
    display:none;
    text-align:center;
    font-size:12px;
    line-height:1.3;
}
.innerContents .galAttributeData {
    display:none;
}
.innerContents .galAttributeData table {
    width:108px;
    margin:0px 5px -1px 5px;
}
.innerContents .galAttributeData td {
    border:1px solid #FC72BE;
    text-align:center;
    padding:2px 0px 1px 0px;
    line-height:1.1;
}
.innerContents .galAttributeData .overflowDiv {
    /*
    height:140px;
    overflow:auto;
    overflow-x:hidden;
    */
}
.innerContents .galListData p {
    padding-top:3px;
    text-align:center;
}
.innerContents .galDetailData p,
.innerContents .galTypeData p,
.innerContents .galAttributeData p {
    height:24px;
    line-height:24px;
    border-bottom:1px dotted #FC72BE;
    text-align:center;
    margin-bottom:5px;
}
.innerContents .galDetailData p span {
    font-size:18px;
}
.innerContents .galDetailData span,
.innerContents .galTypeData p span,
.innerContents .galAttributeData p span {
    font-size:14px;
}
.innerContents .galListData .sortForm {
    text-align:center;
    padding:2px 0px;
    /*
    background-color:#FC72BE;
    */
    background-image:url(../img/managersimple/galListBar_color1.jpg);
    background-repeat:repeat-x;
    border-bottom:1px solid #E2489C;
}
.innerContents .galListData .sortForm input {
    width:22px;
    vertical-align:middle;
    background-color:#FFE6F2;
    border-top:1px solid #ABADB3;
    border-bottom:1px solid #E3E9EF;
    border-left:1px solid #E2E3EA;
    border-right:1px solid #DBDFE6;
    text-align:center;
    margin-left:2px;
}
.innerContents .galListData h5 {
    height:18px;
    line-height:18px;
    text-align:center;
    font-weight:bold;
    background-color:#EFEFEF;
    border-top:1px solid #FFFFFF;
    border-bottom:1px solid #D9D9D9;
}
.innerContents .galListData .isNew {
    width:90px;
    padding-top:3px;
    padding-bottom:3px;
    line-height:1.1;
    text-align:center;
    margin:0px auto 5px auto;
}
.innerContents .galListData .isNew input {
    vertical-align:middle;
    margin-right:4px;
}
.innerContents .galListData .isNew img {
    vertical-align:middle;
}
.innerContents .galListData .newChecked {
    background-color:#DCFCC6;
}
.innerContents .galListData .delChecked {
    background-color:#FFD7D7;
}
.innerContents .galListData .notCheck {
    background-color:#EFEFEF;
}
.innerContents .galListData .photo {
    text-align:center;
    margin-bottom:5px;
    position:relative;
    padding-top:5px;
}
.innerContents .galListData .photo span {
    display:block;
    width:90px;
    height:120px;
    line-height:120px;
    background-color:#EFEFEF;
    text-align:center;
    font-size:10px;
    margin:0px auto;
}
.innerContents .galListData .galDataForm {
    width:118px;
    text-align:center;
    position:absolute;
    bottom:5px;
    left:0px;
}
/* ↓ 未更新女の子非掲載機能 2018/04/26 */
.innerContents .galListData .galElapsedDay {
    position: absolute;
    bottom: 5px;
    text-align: center;
    left: 0px;
    width: 118px;
}
/* ↑ 未更新女の子非掲載機能 2018/04/26 */
.innerContents .galListData .galDataForm input {
    padding:0px 5px;
}


.innerContents .grayout {
    border:1px solid #CCCCCC;
    background-color:#FFFFFF;
    color:#999999;
    /*
    filter: gray();
    */
}
.innerContents .grayout .sortForm {
    background-image:url(../img/managersimple/galListBar_color2.jpg);
    background-repeat:repeat-x;
    border-top:1px solid #D9D9D9;
    border-bottom:1px solid #A4A4A4;
}
.innerContents .grayout .sortForm input {
    background-color:#EFEFEF;
    color:#999999;
}
.innerContents .grayout .newChecked {
    background-color:#EFEFEF;
}
.innerContents .grayout .notCheck {
    background-color:#EFEFEF;
}
.innerContents .grayout .isNew input,
.innerContents .grayout .galDataForm input {
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}
.innerContents .grayout .photo {
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}
.innerContents .grayout .grayoutBar {
    display:block;
    position:absolute;
    top:64px;
    top:62px\9;
    *top:64px;
    left:0px;
    /*
    filter: alpha(opacity=100);
    */
    -moz-opacity: 1!important;
    opacity: 1;
}

/* =====================================================================
  GirlList
===================================================================== */

ul.girl-menu li { width: 150px;
  height: 45px;
  margin: 0 5px;
  padding: 0;
  display: inline;
  float: left;
}

ul.girl-menu li a {
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  width: 150px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

ul.girl-menu li a.info1 {
    background-image:url(../img/managersimple/girl_menu1.gif);
}

ul.girl-menu li a.info2 {
    background-image:url(../img/managersimple/girl_menu2.gif);
}

ul.girl-menu li a.info3 {
    background-image:url(../img/managersimple/girl_menu3.gif);
}

ul.girl-menu li a.info4 {
    background-image:url(../img/managersimple/girl_menu4.gif);
}

/* ↓ リンク・文言変更 SC-Hayakawa 2018/10/29 */
ul.girl-menu li a.info5 {
/*    background-image:url(../img/managersimple/girl_menu5.gif);*/
    background-image:url(../img/managersimple/girl_menu9.gif);
}
/* ↑ リンク・文言変更 SC-Hayakawa 2018/10/29 */

ul.girl-menu li a.info6 {
    background-image:url(../img/managersimple/girl_menu6.gif);
}
ul.girl-menu li a.info11 {
    background-image:url(../img/managersimple/info_menu11.gif);
}
/* ↓ ピラミッド検索（女の子検索）1次対応 @EXCEED 2016/02/29 */
ul.girl-menu li a.info7 {
    background-image:url(../img/managersimple/girl_menu7.gif);
}
/* ↑ ピラミッド検索（女の子検索）1次対応 @EXCEED 2016/02/29 */
/* ↓ 未更新女の子非掲載機能 2018/04/26 */
ul.girl-menu li a.info8 {
    background-image:url(../img/managersimple/girl_menu8.gif);
}
/*  ↑未更新女の子非掲載機能 2018/04/26 */
ul.girl-menu li a {
    background-position: 0 0;
}

ul.girl-menu li a:hover {
    background-position: 0 -45px;
}

ui.girl-menu li a.stay {
    background-position: 0 -45px;
}

.clearfix {
    display: inline-block;
}

.unApproval {
    background-color: #FFFFCC;
}

.msgTable {
    clear: both;
    table-layout: fixed;
}

.msgTable td {
    word-wrap: break-word;
}

.checklayer {
float: left;
position: absolute;
background: red;
height: 170px;
width: 100%;
opacity: .4;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.checklayer2 {
float: left;
position: absolute;
height: 170px;
width: 100%;
}
.checklayer2 .checkimg {
margin-top : 90px;
margin-left : 45px;
}

a.checked_menu {
    background: url(../img/managersimple/icon/icn_check_on.png) no-repeat 0 6px;
    padding-left: 17px;
    color: #000000;
    font-weight: bold;
}

a.not_checked_menu {
    font-weight: normal;
}

div.menu_text {
    border: medium none;
    padding-right: 15px;
    text-align: right;
}

div.kantan_no_data {
    font-size: 14px;
    color: #333333;
    line-height: 10px;
    padding-left: 3px;
}

.innerContents .galAttributeCheck .salesPointItem {
    margin-bottom: 10px;
}

/* ↓写メ日記投稿アドレス複数化対応 @EXCEED 2014/04/04 */
.innerContents .galEnabledAddTextCheck .galEnabledAddTextIcon,
/* ↑写メ日記投稿アドレス複数化対応 @EXCEED 2014/04/04 */
.innerContents .galFwdAddTextCheck .galFwdAddTextIcon {
    margin-top: 5px;
    margin-bottom: 5px;
}
.innerContents .newsSubject .girlDetailName {
    width: 200px;
    word-break: break-all;
}
.innerContents .newsSubject .girlDetailCatch {
/*文字数上限変更 SC-Hayakawa 2019/1/10*/
/*    width: 135px;*/
    width: 200px;
/*文字数上限変更 SC-Hayakawa 2019/1/10*/
    word-break: break-all;
}
#lbl_body {
    width: 99.6%;
}
.ph_girl_sort {
    float: left;
    display: inline-block;
    width: 120px;
    height: 215px;
    margin: 0 13px 13px 0;
}
.ph_girl_photo_sort {
    float: left;
    display: inline-block;
    width: 150px;
    height: 165px;
    margin: 0px 8px 0px 0px;
}
.ph_shukkin_sort {
    float: left;
    display: inline-block;
    width: 120px;
    height: 200px;
    margin: 0 13px 13px 0;
}
/* =====================================================================
  サポート広場
===================================================================== */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
div#gl_rcmlist_listarea {
    border: 1px solid #BFBFBF;
}
.gl_rcmlist_addbtblock {
    position: relative;
    width: 100%;
}
.gl_rcmlist_addbtblock {
    background-position: 0 -914px;
    background-repeat: no-repeat;
    border-top: 1px solid #BFBFBF;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    position: relative;
}
.gl_rcmlist_addbtblock p.thumimg16, .gl_rcmtile_tilearealiin p.thumimg16, .gl_rcmlist_addbtblock p.thumimg24, .gl_rcmtile_tilearealiin p.thumimg24 {
    float: left;
    height: 44px;
    width: 44px;
}
.gl_rcmlist_addbtblock p.thumimg24 img, .gl_rcmtile_tilearealiin p.thumimg24 img {
    margin: 0 4px;
}
div.rigntUnit {
    float: left;
    padding-left: 7px;
    padding-top: 2px;
    width: 80%;
    word-wrap: break-word;
}
div.btname h4 {
    float: left;
    font-size: 100%;
    font-weight: bold;
    line-height: 18px;
}
div.rigntUnit p.rsbttxt {
    margin-right: 15px;
    line-height: 18px;
}
.gl_rcmlist_addbtblock p.tbdlbt {
    position: absolute;
    right: 10px;
    top: 20px;
}
.downloadBtn a {
    background:url(../img/managersimple/icon/support_btn.gif) no-repeat;
    display: block;
    height: 22px;
    overflow: hidden;
    text-indent: -9999px;
    width: 144px;
}
#gl_top_recommendbtbxarea {
    border: 1px solid #BFBFBF;
    margin-top: -2px;
}
.gl_top_recommendbtl, .gl_top_recommendbtc, .gl_top_recommendbtr {
    float: left;
    width: 208px;
    height: 160px;
    word-wrap: break-word;
    border-right: 1px dotted #BFBFBF;
    border-bottom: 1px dotted #BFBFBF;
}
.gl_top_recommendbtin {
    padding: 8px;
}
.gl_top_recommendbtl .thum, .gl_top_recommendbtc .thum, .gl_top_recommendbtr .thum {
    float: left;
    width: 50px;
}
.gl_top_recommendbtl .ttl, .gl_top_recommendbtc .ttl, .gl_top_recommendbtr .ttl {
    float: right;
    width: 135px;
    padding-left: 7px;
}
.gl_top_recommendbtl .ttl p.btname, .gl_top_recommendbtc .ttl p.btname, .gl_top_recommendbtr .ttl p.btname {
    font-size: 97%;
    font-weight: bold;
    line-height: 1.1em;
    min-height: 31px;
}
.gl_top_recommendbtl .ttl div.addbtarea, .gl_top_recommendbtc .ttl div.addbtarea, .gl_top_recommendbtr .ttl div.addbtarea {
    margin-top: 3px;
    position: relative;
}
.addBtn a {
    background-position: -150px -130px;
    display: block;
    height: 28px;
    overflow: hidden;
    text-indent: -9999px;
    width: 76px;
}
.gl_top_recommendex {
    clear: both;
    padding: 0 8px 4px 8px;
}
.gl_top_recommendex p.detailtext {
    min-height: 75px;
    font-size: 12px;
}
.gl_top_more {
    font-weight: bold;
    margin-top: 3px;
}
/* =====================================================================
  今後の追加機能
===================================================================== */
.releasebox {
    margin-bottom: 15px;
    border-left: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
}
.releaseinbox {
    border-bottom: 1px solid #BFBFBF;
    padding: 5px;
}
.releaseinbox p{
}
/* =====================================================================
  Yahoo検索
===================================================================== */
#srchBox
{
width:598px;
_width:596px;
margin:10px auto 10px auto;
background-color:#FFFFFF;
border-style:solid;
border-width:1px;
border-color:#EEEEEE;
color:#000000;
text-align:left;
}
#srchBox *
{
margin:0;
padding:0;
font-size:13px;
*font-size:small;
*font:x-small;
}
#srchBox a img
{
border:none;
}
#srchBox #srch
{
padding:10px 10px 0 10px;
}
#srchBox #srch #srchForm
{
white-space:nowrap;
}
#srchBox #srchInput
{
width:488px;
margin-right:6px;
vertical-align:bottom;
}
#srchBox #srchBtn
{
width:80px;
}
*html #srchBox #srchBtn
{
padding-top:2px;
}
*:first-child+html #srchBox #srchBtn
{
padding-top:2px;
}
#srchBox ul
{
margin-top:6px;
text-align:left;
}
#srchBox li
{
list-style-type:none;
display:inline;
zoom:1;
padding-right:10px;
}
#srchBox li input
{
zoom:1;
margin-right:2px;
_margin:-4px 0 -4px -4px;
vertical-align:middle;
border:0;
}
*:+html #srchBox li input
{
margin:-4px 0 -4px -4px;
}
#srchBox #srchLogo
{
margin:6px 6px 6px 0;
text-align:right;
}
#srchBox #srchLogo a
{
color:#666666;
text-decoration:none;
font-size:85%;
}
#srchBox #srchLogo a:hover
{
text-decoration:underline;
}
#srchBox.watermark
{
padding-bottom: 6px;
}
#srchBox.watermark #srchInput
{
padding:1px 1px 2px 1px;
border:1px solid #a5acb2;
background: #fff url(//i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}
#srchBox.watermark #srchInput.nomark
{
background: #fff;
}
#srchBox.watermark #srchLogo
{
display: none;
}
/* =====================================================================
  カスタマーセンター
===================================================================== */
div.customer {
    width: 80%;
    margin: 20px auto;
    border: 1px solid #F60;
    text-align: center;
    background: #fff9ed;
    padding: 6px 0;
    font-size: 12px;
    line-height: 20px;
}
div.customer2 {
    width: 80%;
    margin: 20px auto 5px auto;
    border: 1px solid #F60;
    text-align: center;
    background: #fff9ed;
    padding: 6px 0;
    font-size: 14px;
    line-height: 25px;
}
div.customertext {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
div.customertext2 {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
span.customertitle {
    font-weight: bold;
    font-size: 12px;
}
span.qa {
    font-weight: bold;
    font-size: 14px;
}
span.qa a{
    font-weight: bold;
    font-size: 14px;
}
span.customertitle2 {
    font-size: 14px;
}
span.customerinfo {
    font-weight: bold;
    font-size: 12px;
    color: #F30;
    text-decoration: none;
}
span.customerinfo2 {
    font-weight: bold;
    font-size: 14px;
    color: #F30;
    text-decoration: none;
}
td.shukin select{
    font : normal normal 100% Arial,Helvetica,sans-serif;
    line-height: 18px;
    font-size: 14px;
}
/* =====================================================================
  MonthlyGirl
===================================================================== */
#mainLayout .mainContents .innerListLayout .girl_work2 th {
    font-weight: bold;
    height: 30px;
    padding: 0;
}
#mainLayout .mainContents .innerListLayout .girl_work2 td {
    padding: 5px 0;
    vertical-align: middle;
    height: 120px;
}
#mainLayout .mainContents .innerListLayout .sknedit td.btnedit input {
    background-color: #666666;
    border: 1px solid #666666;
    color: #FFFFFF;
    width: 70px;
}
#mainLayout .mainContents .innerListLayout .sknedit td.btnedit {
    background-color: #CCCCCC;
    text-align: center;
    padding: 5px 0;
    height: 40px;
}
#mainLayout .mainContents .innerListLayout td.center {
    text-align: center;
}
#mainLayout .mainContents .innerListLayout .sknedit td.noday {
    background-color: #FFFFFF;
    text-align: center;
    padding: 5px 0;
    height: 40px;
}
/* {-- Manager簡単化2次対応 @ESS 2012/07/23 */
.girlListCheckImg {
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /* background: url(../img/managersimple/galAttributeIconImage_alpha.png) no-repeat 0 4px; */
    /* >background: url(../img/managersimple/galAttributeIconImage_alpha.png) no-repeat 0 0; */
    background: url(../img/managersimple/galAttributeIconImage_alpha.png?imgopt=y) no-repeat 0 4px;
    >background: url(../img/managersimple/galAttributeIconImage_alpha.png?imgopt=y) no-repeat 0 0;
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    padding-left: 17px;
    font-weight: bold;
}
/* --} Manager簡単化2次対応 @ESS 2012/07/23 */
/* {-- Manager簡単化3次対応 @ESS 2012/07/20 */
#mainLayout .mainContents .innerListLayoutCustom th.dateSat {
    background-color: #BAE1FE;
}
#mainLayout .mainContents .innerListLayoutCustom th.dateSun {
    background-color: #FEBABA;
}
div.chokusoCircle {
    color:white;
    text-align: center;
    line-height:20px;
    z-index:1;
    position:relative;
    >position:absolute;
    float: right;
    top:-31px;
    >top:103px;
    right:8px;
    width:20px;
    height:20px;
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image: url(../img/managersimple/circle_r2.png); */
    background-image: url(../img/managersimple/circle_r2.png?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    background-repeat: no-repeat;
}
div.shukkinCircle {
    color:white;
    text-align: center;
    line-height:20px;
    z-index:1;
    position:relative;
    >position:absolute;
    float: right;
    top:-31px;
    >top:147px;
    right:8px;
    width:20px;
    height:20px;
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image: url(../img/managersimple/circle_r2.png); */
    background-image: url(../img/managersimple/circle_r2.png?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    background-repeat: no-repeat;
}
/* --} Manager簡単化3次対応 @ESS 2012/07/20 */
/* ↓ マネージャーにチャットボタンを追加 2021/05/18 */
div.chatCircle {
    color:white;
    text-align: center;
    line-height:20px;
    z-index:1;
    position:relative;
    >position:absolute;
    float: right;
    top:-31px;
    >top:147px;
    right:8px;
    width:20px;
    height:20px;
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image: url(../img/managersimple/circle_r2.png); */
    background-image: url(../img/managersimple/circle_r2.png?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    background-repeat: no-repeat;
}
/* ↑ マネージャーにチャットボタンを追加 2021/05/18 */
/* ↓ 予約管理システム追加 2016/10/03 */
#reservationLinkCmsHead div.msgCircle {
    top: 1px;
    right: 17px;
    font-family: "メイリオ", Meiryo, tahoma, arial, verdana, sans-serif, "ＭＳ ゴシック", "MS Gothic";
    font-size: 12px;
}
/* ↑ 予約管理システム追加 2016/10/03 */
div.msgCircle {
    color:white;
    text-align: center;
    line-height:20px;
    z-index:1;
    position:relative;
    >position:absolute;
    float: right;
    top:-31px;
    >top:191px;
    right:8px;
    width:20px;
    height:20px;
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image: url(../img/managersimple/circle_r2.png); */
    background-image: url(../img/managersimple/circle_r2.png?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    background-repeat: no-repeat;
}

#reservationLogin{
    border: 1px solid #ff6363;
    background: #fff8f9;
    color:rgb(255, 0, 0);
    /*border: 1px solid #d2d2d2;
    background: #f4fce0;
    color:#009;*/
}
#reservationLogin > .msgCircle{
    background: #f00;
    border-radius: 25px;
    -webkit-animation: blink 0.8s ease-in-out infinite alternate;
    -moz-animation: blink 0.8s ease-in-out infinite alternate;
    animation: blink 0.8s ease-in-out infinite alternate;
}
div.message_msgCircle {
    color:white;
    text-align: center;
    line-height:20px;
    z-index:1;
    position:relative;
    >position:absolute;
    float: right;
    top:-31px;
    >top:191px;
    right:8px;
    width:21px;
    height:20px;
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image: url(../img/managersimple/message_circle_r2.png); */
    background-image: url(../img/managersimple/message_circle_r2.png?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    background-repeat: no-repeat;
    padding-left: 34px;
}
div.message_msgCircle a{
    color: #FFF;
}

/* ↓ ピラミッド検索（女の子検索）1次対応 @EXCEED 2016/02/29 */
div.searchCircle {
    color: white;
    text-align: center;
    line-height: 20px;
    z-index: 1;
    position: relative;
    float: right;
    top: -50px;
    right: -10px;
    width: 20px;
    height: 20px;
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image: url(../img/managersimple/circle_r.png); */
    background-image: url(../img/managersimple/circle_r.png?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    background-repeat: no-repeat;
}
/* ↑ ピラミッド検索（女の子検索）1次対応 @EXCEED 2016/02/29 */

/* =====================================================================
  osusume
===================================================================== */

#osusume li {
    border-left: 1px solid #F2B0CB;
    border-top: 1px solid #F2B0CB;
    display: inline;
    float: left;
    margin-bottom: 5px;
    overflow: hidden;
    width: 108px;
}

#osusume li, #osusume li p, #osusume li div {
    text-align: center;
    vertical-align: middle;
}

#osusume li div.name-age {
    font-size: 11pt;
    height: 20px;
    overflow: hidden;
}

#osusume li div {
    background-color: #FFD2EE;
    border-color: #FFFFFF #F2B0CB #F2B0CB #FFFFFF;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 2px;
}

#osusume li p {
    background-color: #FFE4E1;
    border-color: #FFFFFF #F2B0CB #F2B0CB #FFFFFF;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    height: 116px;
    margin: 0;
    overflow: hidden;
    padding: 5px;
}

#osusume li div {
    background-color: #FFD2EE;
    border-color: #FFFFFF #F2B0CB #F2B0CB #FFFFFF;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 2px;
}

#osusume ul.selected {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 660px;
}
/*{-- Manager簡単化3次対応 @ESS 2012/08/10 */
.ph_freespace_sort {
    height: 58px;
}
.ph_event_sort {
    height: 58px;
}
.ph_waribiki_sort {
    height: 58px;
}
#osusume li.ph_osusume_sort {
    float: left;
    display: inline;
    border: none;
    margin-bottom: 5px;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    width: 130px;
    height: 154px;
    overflow: hidden;
}
/*--} Manager簡単化3次対応 @ESS 2012/08/10 */

.guideline {
    background: none repeat scroll 0 0 #EEEEEE;
    font-size: 16px;
    line-height: 2em;
    margin-top: 10px;
    margin-bottom: 4px;
    font-weight: bold;
}
.section ul li{
    font-size: 14px;
    line-height: 22px;
}
.section p {
    font-size: 14px;
    line-height: 22px;
}

/*↓SNS連携 @KSOL 2012/11/06 */
/* Twitterアカウント設定<th>要素 */
#mainLayout .mainContents .innerListLayout th.twitlesize {
    background-color:#EFEFEF;
    width           :300px;
}
/* Twitterアカウント設定<td>要素 */
#mainLayout .mainContents .innerListLayout td.twtcenter {
    font-size  :18px;
    border-left:none;
}
/* <th>要素。Headerフォント */
#mainLayout .mainContents .innerListLayout th.twitlesize .headfont {
    font-size  :18px;
    font-weight:bold;
    line-height:40px;
    margin:5px 0px 0px 10px ;
}
/* <th>要素。サブフォント */
#mainLayout .mainContents .innerListLayout th.twitlesize a.subfont {
    color      :#0066FF;
    font-size  :15px;
    font-weight:bold;
}
/* <th>要素。アイコン表示 */
#mainLayout .mainContents .innerListLayout th.twitlesize a.icon {
    margin:0px 0px 10px 27px ;
}
/* テキスト要素左寄せ*/
#mainLayout .mainContents .innerListLayout td.twtcenter div.snsLinkInfLeft{
    float: left;
    font-size  :15px;
    border-left:none;
    margin:3px 0px 3px 10px ;
    line-height:22px;
}
/* ボタン要素右寄せ*/
#mainLayout .mainContents .innerListLayout td.twtcenter div.snsLinkInfRight{
    float: Right;
    margin:10px 20px 10px 0px ;
}
/* 回り込み終了*/
#mainLayout .mainContents .innerListLayout td.twtcenter p.clearLeft{
    clear:left;
}
/* SNS連携アカウント情報表示領域 */
#mainLayout .mainContents .innerListLayout td.twtcenter div.snsLinkInfLeft span.blueword{
    color      :#3366cc;
    font-weight:bold;
}

/* SNS連携ボタン */
#mainLayout .mainContents .innerListLayout td.twtcenter  div.snsLinkInfRight .snsLinkButton {
    width :150px;
    height:45px;
}

/* 直送便・外部サービス連携:注釈 */
.twitter_link_help {
    color    :#FF0000;
    padding  :23px 0 5px 10px;
    float: left;
    width: 600px;
}
/* 直送便・外部サービス連携:Twitterアイコン表示 */
.twitter_icon {
    width :30px;
    height:30px;
}
/* 直送便・外部サービス連携チェックボックス領域 */
.twitter_link_area {
    background-color :#EFEFEF;
    width :150px;
    height:45px;
    margin:10px 0 10px 10px;
    font-size: 12px;
    cursor:pointer;
    float: left;
}
/* 直送便・外部サービス連携チェックボックステーブル */
#twitter_link_table {
    height :100%;
}
/* 直送便・外部サービス連携チェックボックステーブルTD要素 */
#mainLayout .mainContents .innerListLayout #twitter_link_table td {
    border :none;
}
/*↑SNS連携 @KSOL 2012/11/06 */

/*↓直送便カテゴリ化 @KSOL 2013/07/02 */
#mainLayout .mainContents .innerListLayout th.delete_title{
    height:45px;
    width: 10%;
    text-align: center;
}

#mainLayout .mainContents .innerListLayout td.update_title{
    width: 13%;
    text-align: center;
}
#mainLayout .mainContents .innerListLayout td.tyokuso_title{
    width: 30%;
    text-align: center;
}
#mainLayout .mainContents .innerListLayout td.write_title{
    width: 11%;
    text-align: center;
}
#mainLayout .mainContents .innerListLayout td.send_title{
    width: 7%;
    text-align: center;
}
#mainLayout .mainContents .innerListLayout td.category_title{
    width: 12%;
    text-align: center;
}
#mainLayout .mainContents .innerListLayout td.edit_title{
    width: 17%;
    text-align: center;
}
#mainLayout .mainContents .innerListLayout td.category_name{
    text-align: center;
}
#mainLayout .mainContents .innerListLayout table.delete_chokuso th.delete_date{
    height:45px;
    text-align: center;
    width: 12%;
    background-color: #CCC;
}
#mainLayout .mainContents .innerListLayout table.delete_chokuso th.update{
    height:45px;
    text-align: center;
    width: 12%;
    background-color: #CCC;
}
#mainLayout .mainContents .innerListLayout table.delete_chokuso th.title{
    height:45px;
    text-align: center;
    width: 32%;
    background-color: #CCC;
}
#mainLayout .mainContents .innerListLayout table.delete_chokuso th.write{
    height:45px;
    text-align: center;
    width: 15%;
    background-color: #CCC;
}
#mainLayout .mainContents .innerListLayout table.delete_chokuso th.category_title{
    height:45px;
    text-align: center;
    width: 12%;
    background-color: #CCC;
}
#mainLayout .mainContents .innerListLayout table.delete_chokuso th.restore{
    height:45px;
    text-align: center;
    width: 17%;
    background-color: #CCC;
}



/*↑直送便カテゴリ化 @KSOL 2013/07/02 */

/* ↓女の子画像追加・サイズ変更 @KSOL 2013/07/08 */
/* =====================================================================
  女の子詳細
===================================================================== */
#mainLayout .mainContents .innerListLayout div.newsPhotoInputFile label.photo_choice{
}

.innerContents .galPicParentLayout .girls_photo_list {
    margin:0px 8px 10px 0px;
}

.innerContents div.newsPhotoInputFile div.attention_text {
    color: #F00;
    padding: 5px 0 0 3px;
    clear: both;
}
/* ↑女の子画像追加・サイズ変更 @KSOL 2013/07/08 */


/* ↓プラチナメールHTML サンプルタイトル @WJ 2014/05/28 */
.platinumMailSampleHTML .ui-dialog-title{
    color:#f00;
    font-size:14px;
}
/* ↑プラチナメールHTML サンプルタイトル @WJ 2014/05/28 */
/* =====================================================================
  ガールズフレーム
===================================================================== */
#girlscontens {
    height: 95%;
}
/* =====================================================================
  menu_new
===================================================================== */
div.menu_head_h {
    background-color: #D5E3F5;
    font-weight: bold;
    font-size: 13px;
    padding-left: 5px;
    border-right: solid 1px;
}
div.menu_head_g {
    background-color: #FF5090;
        color:white;
    font-weight: bold;
    font-size: 13px;
    padding-left: 5px;
    border-right: solid 1px black;
}
ul.menu_new {
    background-color: #FFFFFF;
}
ul.menu_new li {
    border-bottom: solid 1px;
    border-right: solid 1px;
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /* background: url(../img/button/smartphone/listArrowNoSpace.png) no-repeat scroll right center transparent; */
    background: url(../img/button/smartphone/listArrowNoSpace.png?imgopt=y) no-repeat scroll right center transparent;
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
}
ul.menu_new.menuHeaven li {
}
ul.menu_new li:hover {
    background-color: #FFFF9F;
}
ul.menu_new li.stay {
    background-color: #FFFF9F;
}
ul.menu_new li a {
    white-space: nowrap;
    color:black;
/*
    width: 175px;
*/
    >height:20px;
    padding: 5px;
    display: block;
}
ul.menu_new.menuHeaven li a{
    padding:10px 5px;
    font-size:16px;
    font-weight:bold;
}
ul.menu_new li a:hover {
    text-decoration: none;
}
ul.menu_new div.reqAnswerCircle {
    font-size:13px;
    color:white;
    text-align: center;
    line-height:20px;
    z-index:1;
    position:relative;
    float: right;
    top:-30px;
/*
    >top:-25px;
*/
    right:20px;
    width:20px;
    height:20px;
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image: url(../img/managersimple/circle_r.png); */
    background-image: url(../img/managersimple/circle_r.png?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    background-repeat: no-repeat;
}
ul.menu_new div.reqAnswerCircle2 {
    font-size:11px;
    color:white;
    text-align: center;
    line-height:20px;
    z-index:1;
    position:relative;
    float: right;
    top:-30px;
/*
    >top:-25px;
*/
    right:20px;
    width:20px;
    height:20px;
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image: url(../img/managersimple/circle_r.png); */
    background-image: url(../img/managersimple/circle_r.png?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    background-repeat: no-repeat;
}
ul.menu_new div.reqAnswerCircleNotDeco {
    font-size:13px;
    color:white;
    text-align: center;
    line-height:20px;
    z-index:1;
    position:relative;
    float: right;
    top:-30px;
/*
    >top:-25px;
*/
    right:20px;
    width:20px;
    height:20px;
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image: url(../img/managersimple/circle_r.png); */
    background-image: url(../img/managersimple/circle_r.png?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    background-repeat: no-repeat;
}
ul.menu_new div.reqAnswerCircle2NotDeco {
    font-size:11px;
    color:white;
    text-align: center;
    line-height:20px;
    z-index:1;
    position:relative;
    float: right;
    top:-30px;
/*
    >top:-25px;
*/
    right:20px;
    width:20px;
    height:20px;
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image: url(../img/managersimple/circle_r.png); */
    background-image: url(../img/managersimple/circle_r.png?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    background-repeat: no-repeat;
}
ul.menu_new div.reqAnswerCnt1 {
    font-size:16px;
    color:white;
    z-index:2;
    position:relative;
    top:-25px;
    left:165px;
    width:0px;
    height:0px;
    font-family: "ＭＳ Ｐゴシック";
}
ul.menu_new div.reqAnswerCnt2 {
    font-size:13px;
    color:white;
    z-index:2;
    position:relative;
    top:-25px;
    left:161px;
    width:0px;
    height:0px;
    font-family: "ＭＳ Ｐゴシック";
}
ul.menu_new div.chokusoCircle {
    color:white;
    text-align: center;
    line-height:20px;
    z-index:1;
    position:relative;
    float: right;
    top:-30px;
/*
    >top:-25px;
*/
    right:20px;
    width:20px;
    height:20px;
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image: url(../img/managersimple/circle_r2.png); */
    background-image: url(../img/managersimple/circle_r2.png?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    background-repeat: no-repeat;
}
ul.menu_new div.shukkinCircle {
    color:white;
    text-align: center;
    line-height:20px;
    z-index:1;
    position:relative;
    float: right;
    top:-30px;
/*
    >top:-25px;
*/
    right:20px;
    width:20px;
    height:20px;
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image: url(../img/managersimple/circle_r2.png); */
    background-image: url(../img/managersimple/circle_r2.png?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    background-repeat: no-repeat;
}
/* ↓ マネージャーにチャットボタンを追加 2021/05/18 */
ul.menu_new div.chatCircle {
    color:white;
    text-align: center;
    line-height:20px;
    z-index:1;
    position:relative;
    float: right;
    top:-30px;
    right:20px;
    width:20px;
    height:20px;
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image: url(../img/managersimple/circle_r2.png); */
    background-image: url(../img/managersimple/circle_r2.png?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    background-repeat: no-repeat;
}
/* ↑ マネージャーにチャットボタンを追加 2021/05/18 */
ul.menu_new div.msgCircle {
    color:white;
    text-align: center;
    line-height:20px;
    z-index:1;
    position:relative;
    float: right;
    top:-30px;
/*
    >top:-25px;
*/
    right:20px;
    width:20px;
    height:20px;
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image: url(../img/managersimple/circle_r2.png); */
    background-image: url(../img/managersimple/circle_r2.png?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    background-repeat: no-repeat;
}
ul.menu_new div.message_msgCircle {
    color:white;
    text-align: center;
    line-height:20px;
    z-index:1;
    position:relative;
    float: right;
    top:-30px;
/*
    >top:-25px;
*/
    right:20px;
    width:21px;
    height:20px;
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image: url(../img/managersimple/message_circle_r2.png); */
    background-image: url(../img/managersimple/message_circle_r2.png?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    background-repeat: no-repeat;
    padding-left: 34px;
}
ul.menu_new div.message_msgCircle a{
    color: #FFF;
    >width:20px;
    >padding:0;
}
ul.menu_new div.blogCircle {
    color:white;
    text-align: center;
    line-height:20px;
    z-index:1;
    position:relative;
    top:-25px;
/*
    >top:-20px;
*/
    right:20px;
    float:right;
    width:20px;
    height:20px;
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image: url(../img/managersimple/circle_r2.png); */
    background-image: url(../img/managersimple/circle_r2.png?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    background-repeat: no-repeat;
}
ul.menu_new div.girlsMovieCircle {
    color:white;
    text-align: center;
    line-height:20px;
    z-index:1;
    position:relative;
    float: right;
    top:-25px;
/*
    >top:-20px;
*/
    right:20px;
    width:20px;
    height:20px;
    /* ↓ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    /*     background-image: url(../img/managersimple/circle_r2.png); */
    background-image: url(../img/managersimple/circle_r2.png?imgopt=y);
    /* ↑ヘブンの表示遅延の対応(PCマネージャー) 2021/10/12 */
    background-repeat: no-repeat;
}
.girlsLinkCmsHead{
    >height:22px;
    >overflow-y:hidden;
}
.ouboCircle{
    top:1px;
    >top:-21px;
    right:21px;
    >right:14px;
}
.blinking{
    -webkit-animation:blink 0.8s ease-in-out infinite alternate;
    -moz-animation:blink 0.8s ease-in-out infinite alternate;
    animation:blink 0.8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/* ↓add 20150401 */
.contract_guidance {
    width: 300px;
    height: 300px;
    right: 0px;
    top: 50px;
    background-size: 100% auto;
    position: absolute;
    z-index: 100;
}

.contract_guidance .balloon {
    margin: 51px auto;
    /* ↓ 2015/05/15 @SMC バルーン内テキストサイズ修正 */
    /* width: 85%; */
    width: 18em;
    font-size: 12.5px;
    line-height: 15px;
    margin-top: 57px;
    /* ↑ 2015/05/15 @SMC バルーン内テキストサイズ修正 */
}
.contract_guidance .free_balloon {
    margin: 80px auto;
}

.contract_guidance .balloon .close_btn {
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 5px;
    right: 24px;
    height: 36px;
    width: 36px;
    text-align: center;
    float: right;
    cursor: pointer;
    color: transparent;
    background: url("/img/managersimple/balloon/clear.png") repeat scroll 0% 0% transparent;
}

.contract_guidance .balloon .free_balloon {
    top: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
}

.innerContents .innerListLinkButton4 .centering {
    text-align: center;
    padding-top: 7px;
    margin: auto;
}

.innerContents .innerListLinkButton4 .centering a {
    text-decoration: none;
    color: #000;
}
div.menu_head_fu {
    background-color: #4DAC26;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    padding-left: 5px;
    border-right: 1px solid #000;
}
.innerContents .shopContract .inputForm {
    width:60%;
}
/* ↑add 20150401 */
/*↓ヘブンオンラインストレージ連携 @SMC 2015/07/30 */
ul.question_mark_icon li a.icon1 {
    background-image:url(../img/managersimple/icon_gimonbu.jpg);
}
/* Googleアカウント設定<th>要素 */
#mainLayout .mainContents .innerListLayout th.gdtlesize {
    background-color:#EFEFEF;
    width           :300px;
}
/* Twitterアカウント設定<td>要素 */
#mainLayout .mainContents .innerListLayout td.gdcenter {
    font-size  :18px;
    border-left:none;
}
/* <th>要素。Headerフォント */
#mainLayout .mainContents .innerListLayout th.gdtlesize .headfont {
    font-size  :18px;
    font-weight:bold;
    line-height:40px;
    margin:5px 0px 0px 10px ;
}
/* <th>要素。サブフォント */
#mainLayout .mainContents .innerListLayout th.gdtlesize a.subfont {
    color      :#0066FF;
    font-size  :15px;
    font-weight:bold;
}
/* <th>要素。アイコン表示 */
#mainLayout .mainContents .innerListLayout th.gdtlesize a.icon {
    margin:0px 0px 10px 27px ;
}
/* テキスト要素左寄せ*/
#mainLayout .mainContents .innerListLayout td.gdcenter div.googleLinkInfLeft{
    float: left;
    font-size  :15px;
    border-left:none;
    margin:3px 0px 3px 10px ;
    line-height:22px;
}
/* ボタン要素右寄せ*/
#mainLayout .mainContents .innerListLayout td.gdcenter div.googleLinkInfRight{
    float: Right;
    margin:10px 20px 10px 0px ;
}
/* 回り込み終了*/
#mainLayout .mainContents .innerListLayout td.gdcenter p.clearLeft{
    clear:left;
}
/* Google連携アカウント情報表示領域 */
#mainLayout .mainContents .innerListLayout td.gdcenter div.googleLinkInfLeft span.blueword{
    color      :#3366cc;
    font-weight:bold;
}

/* Google連携ボタン */
#mainLayout .mainContents .innerListLayout td.gdcenter  div.googleLinkInfRight .googleLinkButton {
    width :150px;
    height:45px;
}
/*↑ヘブンオンラインストレージ連携 @SMC 2015/07/30 */

/* ↓ ピラミッド検索（女の子検索）1次対応 @EXCEED 2016/02/29 */
/* 女の子関連サーチ */
div.girlsOption {
    margin-top: -1px;
}

#mainLayout .mainContents .girlsOption .innerListLayout h3 table td {
    border: none;
    padding-left: 15px;
    font-weight: bold;
}

.girlsOptionSetting td,
div.girlsOption .girlsOptionSetting table td,
div.girlsOption .girlsOptionSetting table td div {
    text-align: center;
}

div.girlsOption table thead td {
    background-color: #CCCCCC;
}

/* ↓直感パネル @FUJITSU 2018/06/15 */
/*div.girlsOption table thead tr td:first-child {
    width: 20%;
}

div.girlsOption table thead tr td:last-child {
    width: 80%;
}*/
/* ↑直感パネル @FUJITSU 2018/06/15 */

#mainLayout .mainContents .innerListLayout table.girlsOptionSetting td.gravure td {
    border: none;
}

div.girlsOption td.search_girls_name {
/* ↓直感パネル @FUJITSU 2018/06/15 */
    width: 15%;
/* ↑直感パネル @FUJITSU 2018/06/15 */
    text-decoration: none;
}

div.girlsOption td.search_girls_name div div {
    width: 80px;
    float: right;
}

div.girlsOption td.search_girls_name div div img {
    position: absolute;
    display: none;
    width: 80px;
    height: 90px;
}

/* ↓直感パネル @FUJITSU 2018/06/15 */
div.girlsOption td.search_setting {
    width: 5%;
    padding-left: 5px;
}

div.girlsOption td.gravure {
    width: 45%;
}
/* ↑直感パネル @FUJITSU 2018/06/15 */

div.girlsOption td.gravure > table {
    width: 100%;
}

div.girlsOption td.gravure td:first-child {
    padding-left: 5px;
}

div.girlsOption td.gravure td:first-child div {
    float: right;
}

div.girlsOption td.gravure td:nth-child(2) {
    font-size: 12px;
}

div.girlsOption td.gravure tr.gravure-enter td, div.girlsOption td.gravure tr.gravure-main td {
    text-align: left;
}

div.girlsOption td.gravure tr.gravure-enter td:first-child {
    width: 30%;
}

div.girlsOption td.gravure tr.gravure-enter td:nth-child(2) {
    width: 40%;
}

div.girlsOption td.gravure tr.gravure-enter td:nth-child(3) {
    width: 15%;
}

div.girlsOption td.gravure tr.gravure-enter td:last-child {
    width: 10%;
}

div.girlsOption td.gravure tr.gravure-main td input[type="file"] {
    display: none;
}

div.girlsOption td.gravure tr.gravure-main td img {
    float: left;
}

/* ↓直感パネル @FUJITSU 2018/06/15 */
div.girlsOption td.osusume_stand_by_girls_setting {
    width: 10%;
}

div.girlsOption td.panel_setting {
    width: 5%;
}

div.girlsOption td.panel_photo {
    width: 20%;
}
/* ↑直感パネル @FUJITSU 2018/06/15 */

/* 幅の調整 */
div.girlsOption div.girlsOptionTable {
    border-left: 1px solid #9e9b8c;
    border-right: 1px solid #9e9b8c
}

#mainLayout .mainContents .innerListLayout div.girlsOptionTable table {
    width: inherit;
    margin: auto;
}

div.girlsOption div.girlsOptionTable table thead tr td:last-child {
    width: 300px;
}

div.girlsOption div.girlsOptionTable td.search_setting,
div.girlsOption div.girlsOptionTable td.search_girls_name,
div.girlsOption div.girlsOptionTable table thead tr td:first-child {
    width: inherit;
}

div.girlsOption div.girlsOptionTable tbody td {
    padding: 10px;
}

/* グレーアウト表示 */
#mainLayout .mainContents .girlsOption .innerContents {
    position: relative;
}

#mainLayout .mainContents .girlsOption .innerContents .grayOut {
    background-color: #666666;
    position: absolute;
    opacity: 0.8;
    height: 100%;
    width: 100%;
}

#mainLayout .mainContents .girlsOption .innerContents .grayOutText {
    background-color: #FFFFFF;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px auto;
    top: 100px;
    width: 500px;
    height: 100px;
}

#mainLayout .mainContents .girlsOption .innerContents .grayOutText div {
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
}
/* ↑ ピラミッド検索（女の子検索）1次対応 @EXCEED 2016/02/29 */

/* ↓ ショップアプリ3次 2016/10/27 */
#mainLayout .mainContents .innerListLayout td.push_update_title{
    width: 13%;
    text-align: center;
}

#mainLayout .mainContents .innerListLayout td.push_title{
    width: 35%;
    text-align: center;
}

#mainLayout .mainContents .innerListLayout td.push_delivery_title{
    width: 12%;
    text-align: center;
}

#mainLayout .mainContents .innerListLayout td.push_status_title{
    width: 12%;
    text-align: center;
}

#mainLayout .mainContents .innerListLayout td.push_edit_title{
    width: 17%;
    text-align: center;
}
/* ↑ ショップアプリ3次 2016/10/27 */
/* ↓ ディレクタークーポン対応 2016/11/01 */
p.director {
    display: inline-block;
/* ↓クーポンアイコン調整 2016/11/15 */
/*    padding: 4.5px 3px 3px 24px; */
    padding: 3px;
    width:70px;
/* ↑クーポンアイコン調整 2016/11/15 */
    border: #C30327 solid 3px;
    color: #C30327;
    font-weight: bold;
    font-size: 14px;
/* ↓クーポンアイコン調整 2016/11/15 */
/*    text-align:center; */
/* ↑クーポンアイコン調整 2016/11/15 */
/*
//    background-image: url(/img/icon/director_coupon_icon.png);
//    background-repeat: no-repeat;
//    background-size: 25px;
//    background-position-y: 1px;
*/
    background-color: #fff;
}

#mainLayout .mainContents .innerListLayout_cheapest {
    width:100%;
    text-align: center;
}

#mainLayout .mainContents .innerListLayout_cheapest table {
    width:100%;
}

#mainLayout .mainContents .innerListLayout_cheapest th {
    width:160px;
    background-color:#EFEFEF;
}

#mainLayout .mainContents .innerListLayout_cheapest .innerData {
    padding:10px;
    position:relative;
    table-layout: fixed;
}

#coupon_cheapest,
#content_table_cheapest {
    border-collapse: separate !important;
    border-bottom: 1px solid #9e9b8c;
    border-spacing: 0;
}

#coupon_cheapest th {
    border-left: 1px #9e9b8c solid;
    border-right: 1px #9e9b8c solid;
    border-top: 1px solid #9e9b8c;
}

#coupon_cheapest td,
#content_table_cheapest td,
#content_table_cheapest th {
    border-left: none !important;
    border-right: 1px #9e9b8c solid !important;
    border-top: 1px solid #9e9b8c !important;
}

#content_table_cheapest {
    margin: 5px;
    max-width: 560px;
    table-layout: fixed;
}


#content_table_cheapest td:first-child,
#content_table_cheapest th:first-child {
    border-left: 1px #9e9b8c solid !important;
}

#coupon_cheapest th h4 {
    padding-left:5px;
}
/* ↑ ディレクタークーポン対応 2016/11/01 */

/* ↓PCマネージャー_写メ日記の同時投稿機能追加対応 2018/02/15 */
#modal-content {
    width: 800px ;
    margin: 0 ;
    padding: 15px 30px ;
    border: 2px solid #aaa ;
    background: #fff ;
    position: fixed ;
    display: none ;
    z-index: 2 ;
    text-align:center;
    font-size:18px;
}
#modal-content p {
    text-align:center;
    margin:20px 10px;
}
#modal-content p.menseki {
    text-align:left;
    line-height: normal;
}
#modal-content label {
   cursor : pointer;
}
#modal-overlay {
    z-index: 1 ;
    display: none ;
    position: fixed ;
    top: 0 ;
    left: 0 ;
    width: 100% ;
    height: 120% ;
    background-color: rgba( 0,0,0, 0.75 ) ;
}

#modal-content .inputButton {
    border-top: 1px solid #ffffff;
    background: #707070;
    background: -webkit-gradient(linear, left top, left bottom, from(#999b9c), to(#707070));
    background: -webkit-linear-gradient(top, #999b9c, #707070);
    background: -moz-linear-gradient(top, #999b9c, #707070);
    background: -ms-linear-gradient(top, #999b9c, #707070);
    background: -o-linear-gradient(top, #999b9c, #707070);
    padding: 15px 30px;
    margin:0 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 23px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    cursor : pointer;
}

#modal-content .disable {
    border-top: 1px solid #ffffff;
    background: #cccccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d1d1d1));
    background: -webkit-linear-gradient(top, #d9d9d9, #d1d1d1);
    background: -moz-linear-gradient(top, #d9d9d9, #d1d1d1);
    background: -ms-linear-gradient(top, #d9d9d9, #d1d1d1);
    background: -o-linear-gradient(top, #d9d9d9, #d1d1d1);
    -webkit-box-shadow: #999b9c 0 1px 0;
    -moz-box-shadow: #9e9b8c 0 1px 0;
    box-shadow: #999b9c 0 1px 0;
    text-shadow: #aaaaaa 0 1px 0;
    color: white;
}
/* ↑PCマネージャー_写メ日記の同時投稿機能追加対応 2018/02/15 */
/* ↓ [H]PCマネージャ_女の子一覧ソート機能追加対応 2018/05/22 */
.innerContents .galDragZoneLayout .innerListLinkButton .innerLinkRightFloat {
    height: 48px;
    width: 360px;
    position: absolute;
    right: 0px;
    display: inline;
}
.innerContents .galDragZoneLayout .innerListLinkButton #sortList {
    position: relative;
    top: 15px;
}
.innerContents .galDragZoneLayout .innerListLinkButton .switchAll {
    border-radius: 25px;
    width: 100px;
    font-size: 12px;
    height: 24px;
    position: relative;
    top: 12px;
}
/* ↑ [H]PCマネージャ_女の子一覧ソート機能追加対応 2018/05/22 */

/* ドラッグ操作可能域の画像をクリック不能に変更 */

.ui-sortable .photo>img,
.ui-sortable .photo+div>img{
    pointer-events: none; /* 女の子情報>掲載一覧 , 出勤情報>並び順変更 */
}
.ui-sortable .img_block {
    pointer-events: none; /* 女の子情報＞店長オススメ */
}

/* ドラッグ操作可能域の画像をクリック不能に変更 */
/* ↓ [H]限定プロフ画像の並び替え機能 2019/03/07 */
.limitPhoto_setting .draggable {
    width:240px;
    float:left;
    margin-right: 3px;
    display: inline-block;
}

.limitPhoto_setting .draggable .gravure-enter-title {
    font-size: 13px;
    padding-top: 4px;
    padding-right: 2px;
    padding-bottom: 4px;
    padding-left: 2px;
}

.limitPhoto_setting .draggable .jqm_limited_photo {
    width: 240px;
    height: 320px;
    background-color: #eee;
    cursor: move;
}
.limitPhoto_setting .draggable .jqm_chkdelete_label {
    float:right;
}
.limitPhoto_setting .draggable_text {
    float: left;
    padding: 16px;
    color: #919191;
    width: 100%;
}
.limitPhoto_setting .innerListLinkButton {
    float: left;
    background-color: #FFF;
}
/* ↑ [H]限定プロフ画像の並び替え機能 2019/03/07 */

/* ↓口コミQRコードURL一覧ダウンロード @SC 2020/03/30 */
.rvdl{
    padding: 3px 10px;
    background: #fe586c;
    color: #FFF!important;
    font-weight: bold;
    border-radius: 10px;
    margin-left: 30px;
}
/* ↑口コミQRコードURL一覧ダウンロード @SC 2020/03/30 */
/* 現在の掲載人数 @SC 2020/04/02 */
.disp_title{
    background-color: green;
    background: -webkit-gradient(linear, center top, center bottom, from(#6CB30B), to(#389101));
    color: #fff;
    padding: 8px 30px;
    margin-right: 15px;
    font-weight: bold;
}
.disp_peeple {
    color: red;
    font-weight: bold;
}
.galDragZoneLayout .innerLinkRightFloat{
    position: absolute;
    right: 15px;
    top: 45px;
}
/* 現在の掲載人数 @SC 2020/04/02 */
/* ↓月のプルダウン */
.sort_form {
    /*position: relative;
    z-index: 1;
    display: inline-block;*/
}
.sort_form:after{
    /*position: absolute;
    z-index: 2;*/
    /* right: 11px; */
    /*top: 0;
    content: "▼";
    font-size: 15px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    left: 85px;
    background-color: #d88080;*/
}
.sort_form_select {
    /*margin-bottom: 10px;
    appearance: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    width: 90px;
    cursor: pointer;
    padding-left: 2px;*/
    margin-bottom: 10px;
    padding-bottom: 4px;
}

/* ↑月のプルダウン */
/* ↓ マルチグループ設定機能 2020/10/01 */
.mask_wrap {
    line-height: 1.5em;
    text-align: center;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
    position: relative;
}
.mask_area {
    position: absolute;
    width: 100%;
    height: calc(100% + 15px);
    background-color: #0003;
    top: -10px;
    z-index: 10;
}

.main_shop_info_wrap { 
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.main_shop_info {
    padding: 20px;
    background-color: #FFC;
    border: 1px solid #FFCC66;
    display: inline-block;
}
.main_shop_info_text {
    margin-left: 15px;
}
/* ↑ マルチグループ設定機能 2020/10/01 */

/* ↓ チャットボット 2021/05/19 */
.customer_chatbox {
    width: 80%;
    margin: 20px auto;
    text-align: right;
}
.customer_chatbox img {
    width: 50%;
}
/* ↓ 【口コミ】割引コード機能追加 @SC 2021/06/16 */
.review_sort span {
    vertical-align: middle;
}
.review_sort select {
    width: 140px;
    height: 22px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.review_sort input[type="text"] {
    vertical-align: middle;
}
.review_sort input[type="submit"] {
    vertical-align: middle;
    position: relative;
    top: -1px;
}
/* ↑ 【口コミ】割引コード機能追加 @SC 2021/06/16 */
/* ↓ ピックアップ口コミ対応  2022/06/13 */
.innerContents .pickupArea {
	display: flex;
}
.innerContents .pickupCheckboxLabel {
    font-size: 16px;
    margin-right: 10px;
    position: relative;
    padding-left: 25px;
    line-height: 16px;
    padding-top: 1px;
}
.innerContents .pickupCheckbox {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-top: 0;
}
#mainLayout .mainContents .reviewPostDate {
    position: relative;
	min-width: 95px;
}
#mainLayout .mainContents .reviewPostDate .innerData_reviewPostDate {
    position: absolute;
    display: flex;
    top: 0;
    width: 100%;
    height: 100%;
    flex-flow: column;
}
#mainLayout .mainContents .reviewPostDate .reviewPickup {
    font-size: 10px;
    color: #fff;
    text-align: center;
}
#mainLayout .mainContents .reviewPostDate .pickupShop {
	display: block;
    background-color: #A1B8E1;
	font-size: 11px;
}
#mainLayout .mainContents .reviewPostDate .pickupGirl {
	display: block;
    background-color: #EFAAAA;
}
#mainLayout .mainContents .reviewPostDate .inner_postDate {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
    padding: 0px 6px;
}
/* ↑ ピックアップ口コミ対応  2022/06/13 */