body{
  line-height:1.5em;
  font-size:12px;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  vertical-align:baseline;
  background:transparent;
}
a{color:#06F;}

.clear{
  clear:both;
}
/*====================ヘッダー====================*/
#header{
  border:double #AAA 3px;
  width:1050px;
  margin:20px auto;
  padding:20px 0 0;
  text-align:center;
}
#header #text{
  padding: 30px 30px 0;
  text-align:left;
  font-size:14px;
  line-height:1.5em;
}
#header #text p{
  margin-bottom:14px;
  line-height:1.5em;
}
.border_wrapper p:last-of-type{
  margin-bottom: 0!important;
}
#header #text .date{
  font-size:20px;
}
#header #text .date span{
  font-size:80%;
}
#header #text .sub_caption{
  /*通常*/background: #06b3bb;
  /*春background: #f36;*/
  /*夏background: #3748b3;*/
  /*秋background: #d2320d;*/
  /*クリスマスbackground: #d90e0f;*/
  border-radius: 3px;
  color: #fff;
  clear: both;
  font-size:18px;
  line-height: 2em;
  padding-left:10px;
}
.border_wrapper{
  border: solid #6a5e5d 1px;
  margin-bottom: 50px;
  padding: 20px;
}
#header #text .pickup01{
  font-size:120%;
  /*通常*/color:#e30673;
  /*春color:#1e9d01;*/
  /*夏color:#ff4800;*/
  /*秋color: #009f00;*/
  font-weight:bold;
  line-height:1.5em;
}
#header #text ul,
#header #text ol{
  margin-left: 20px;
}
#header #text li{
  margin-bottom: 0.75em;
}

#header #text ol li{
  font-size: 18px;
  line-height: 1.5em;
}

#header #text ol li:after{
  content:"";
  display: block;
  border: solid transparent 14px;
  border-top: solid #6a5e5d 20px;
  border-bottom: none;
  height: 0;
  width: 0;
  margin: 15px auto;
}

#header #text ol li:last-of-type:after{
  border: none;
}

#header #text .LRbox{
  float: left;
  width: 100%;
}
#header #text .LRbox .box{
  display: inline-block;
  vertical-align: top;
  width:480px;
}
#header #text .LRbox .box:last-of-type{
  float: right;
}

#header #text table{
  border-collapse: collapse;
  width: 100%;
}

#header #text th,
#header #text td{
  border: solid #6a5e5d 1px;
  padding: 15px;
}

#header #text th{
  background: #e6e6e6;
  font-size: 16px;
  font-weight: normal;
}
#header #text td{
  /*通常*/color:#e30673;
  /*春color:#1e9d01;*/
  /*夏color: #ff4800;*/
  /*秋color: #009f00;*/
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#text .btn{
  display:block;
  width: 80%;
  /*通常*/background: #e30673;
  border-bottom: solid #b6045c 10px;
  /*夏/background: #ff4800;
  border-bottom: solid #ca3b03 10px;*
  /*秋background: #009f00;
  border-bottom: solid #007300 10px;*/
  border-radius: 8px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 80px;
  text-align:center;
  margin: 20px auto;
  text-decoration: none;
}
#text .btn:hover {
  border-bottom: none;
  margin: 30px auto 20px;
}
#text .btn+p{
  text-align: center;
}

#text .lineupdate{
  background: #01b901;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  margin: 0 0 40px;
  text-align: center;
}

#text .lineupdate a{
  color: #fff;
}

.border_wrapper.request{
  text-align: center;
}

.border_wrapper.request img{
  border: solid #000 1px;
  width: 200px;
}

/*====================メイン====================*/
#nologin{
  padding:50px 0;
  text-align:center;
  border:double #AAA 3px;
  margin:40px 0;
}
#nologin p{
  font-size:20px;
  font-weight:bold;
  margin-bottom:20px;
}
#nologin a{font-size:20px;}
#container{
  width:1050px;
  position:relative;
  margin:0 auto;
}
.doubleline_box01{
  border:solid #b2b2b2 1px;
  padding:1px;
  margin-top:10px;
}
.doubleline_box02{
  border:solid #e5e5e5 1px;
  padding:10px;
}

/*女性検索*/
#searchbox{
  border:double #AAA 3px;
  margin-bottom:40px;
}
/*女性一覧タイトル*/
#list_title{
  background:#430105;
  color:#f2d402;
  font-size:20px;
  font-weight:bold;
  padding:10px;
  margin-bottom:15px;
}
#list_title span{
  color:#FFF;
}
#list_title span:nth-child(even){
  font-size:12px;
  font-weight:normal;
}
/*女性一覧ページナビ*/
ul.page_nav{
  margin: 0 auto 20px;
  padding: 10px;
  background: #f3f3f3;
  text-align: center;
}

ul.page_nav li {
  display: inline;
  margin: 0 1px;
  padding: 0;
}
ul.page_nav li span,
ul.page_nav li a {
  display: inline-block;
  padding: 1px 8px;
  background: #fff;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-decoration: none;
}
ul.page_nav li span{background:#AAA; color:#FFF;}

ul.page_navs li a:hover {
  background: #efefef;
}

/*女性１コマ*/
.paf_list .paf_box{
  width:330px;
  position:relative;
  float:left;
  margin:10px;
}

.paf_list .paf_box_border01{
  border:solid #acacac 1px;
  padding:1px;
}
.paf_list .paf_box_border02{
  border:solid #e5e5e5 1px;
}
.paf_list .paf_box .hundle{
  text-align:center;
  line-height:25px;
  font-size:14px;
}
.paf_list .paf_box .thumbnail{
  width:150px;
  height:112px;
  margin:0px auto;
  border:solid #666 1px;
  position:relative;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center center;
}
.paf_box .thumbnail .new_icon{
  background:url(../../img/imgset.png);
  position:absolute;
  top:-2px;
  left:-3px;
  width:50px;
  height:50px;
}
.paf_box .thumbnail .new00{display:none;}
.paf_box .thumbnail .new01{background-position:0 -70px;}
.paf_box .thumbnail .new02{background-position:-50px -70px;}
.paf_box .thumbnail .new03{background-position:-100px -70px;}
.paf_box .thumbnail .new04{background-position:-150px -70px;}

.paf_list .thumbnail .to_prof{
  display:block;
  position:absolute;
  width:100%;
  height:100%;
}

.paf_list .online_list_comment{
  background:#F3F3F3;
  border:solid #999 1px;
  -webkit-border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -moz-border-radius:4px;
  color:#666;
  font-size:11px;
  line-height:1.2em;
  margin:5px 2px 3px;
  padding:5px;
  height:28px;
  position:relative;
}
.paf_list .online_list_comment:before{
  content: "";
  border: 6px solid transparent;
  border-bottom:12px solid #999;
  position: absolute;
  top:-18px;
  left:20px;
}
.paf_list .online_list_comment:after{
  content: "";
  border: 6px solid transparent;
  border-bottom:12px solid #F3F3F3;
  position: absolute;
  top:-16px;
  left:20px;
}
.paf_list .paf_box a.mail{
  display:block;
  width:35px;
  height:15px;
  background:url(../../img/imgset.png);
  background-position:-255px -15px;
  margin-left:5px;
  margin-bottom:3px;
}
.paf_list .paf_box a.mail_forwarding{
  display:block;
  width:35px;
  height:15px;
  background:url(../../img/imgset.png);
  background-position:-220px -15px;
  margin-left:5px;
  margin-bottom:3px;
}

.paf_list .wink{
  width:50px;
  height:15px;
  background:url(../../img/imgset.png);
  background-position:-340px -15px;
  position:absolute;
  right:8px;
  top:8px;
}
.paf_list .wink p{
  line-height:15px;
  text-align:right;
  padding-right:3px;
}

/*プロフモードオンライン女性１コマ*/
.paf_list .paf_box .status{
  height:21px;
  width:152px;
  background:url(img/status_prof.gif);
  position:absolute;
  top:8px;
  left:8px;
}

.paf_list .paf_box .online{background-position:0 0;}
.paf_list .paf_box .twoshot{background-position:-152px 0;}
.paf_list .paf_box .party{background-position:-304px 0;}
.paf_list .paf_box .waiting{background-position:-456px 0;}
.paf_list .paf_box .offline{background-position:-608px 0;}

.paf_list .paf_box .hundle{display:none;}
.paf_list .paf_box .info{
  position:absolute;
  top:30px;
  left:168px;
}
.paf_list .paf_box .info .area_age{
  line-height:25px;
  font-size:14px;
  font-weight:bold;
}
.paf_list .paf_box .info .etc span{
  color:#ad0042;
}
.paf_list .paf_box .thumbnail{
  width:150px;
  height:112px;
  margin:26px 0 0 5px;
  border:solid #666 1px;
  position:relative;
}
.paf_list .paf_box .online_list_comment span.title{display:none;}
.paf_list .paf_box .online_list_comment{
  margin:5px;
  line-height:16px;
  height:68px;
  overflow:hidden;
}
.paf_list .paf_box .online_list_comment a{
  color:#06F;
  font-size:12px;
  line-height:24px;
}
.paf_list .paf_box .mail{
  position:absolute;
  right:50px;
  top:8px;
}
.paf_list .paf_box .mail_forwarding{
  position:absolute;
  right:63px;
  top:8px;
  display:block;
  width:35px;
  height:15px;
  background:url(../img/imgset.png);
  background-position:-220px -15px;
  margin-left:5px;
  margin-bottom:3px;
}

/*====================フッター====================*/
.bottom_margin{
  clear:both;
  height:20px;
}
#footer{
  clear:both;
  min-width:950px;
}
#footer #copyright{
  color:#FFF;
  text-align:center;
  line-height:40px;
  background-color:#ad0042;
  background: -moz-linear-gradient(#ad0042, #cc5f88);
  background: -webkit-gradient(linear, left top, left bottom, from(#ad0042), to(#cc5f88));
}