html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
    overflow-y: scroll;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
input, textarea,{
    margin: 0;
    padding: 0;
}
 
ol, ul{
    list-style:none;
}
 
table{
    border-collapse: collapse; 
    border-spacing:0;
}
 
caption, th{
    text-align: left;
}
 
a:focus {
    outline:none;
}
 
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
 
.both{
    clear:both;
}
 
.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}

/*リセットここまで-------------------------------*/

/*-------------------------------全体-------------------------------*/

html {
  min-height: 100%;
  background: url(../img/bg_index02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

body {
  font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, sans-serif;
}

a img :hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

section {
  margin-bottom: 30px;
}

#wrapper {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 15px;
}

.index_rogo {
  text-align: center;
  width: 980px;
  margin-bottom: 15px;
}

#site_door {
  width: 460px;
  height: 130px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.enter_box {
  float: left;
}

.leave_box {
  float: left;
}

#content_box01 {
  width: 980px;
}

.index_bar {
  width: 100%;
  height: 60px;
  margin: 0;
}

/*-------------------------------写メ日記-------------------------------*/

.photo_mail {
  width: 585px;
  height: auto;
  margin-right: 10px;
  float: left;
  overflow: hidden;
}

.photo_box {
  width: 585px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.55);
}

/*-------------------------------ツイッター-------------------------------*/

.twitter {
  width: 385px;
  height: auto;
  float: left;
  overflow: hidden;
}

.tweet_box {
  width: 385px;
  background-color: rgba(0, 0, 0, 0.55);
}

/*-------------------------------インスタグラム-------------------------------*/

.instagram {
  width: 980px;
  height: auto;
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.55);
}

/*-------------------------------在籍一覧-------------------------------*/

.girls_list {
  width: 980px;
  height: 360px;
  background-color: rgba(0, 0, 0, 0.55);
  overflow: auto;
}

.cast_box {
  width: 130px;
  background-color: #dc143c;
  border-radius: 5px;
  float: left;
  text-align: center;
  margin-top: 10px;
  margin-left: 15px;
  padding: 10px 0;
  padding-top: 15px;
  height: 250px;
}

.name {
  color: #FFF;
  font-size: 0.8em;
}

.size, .startday {
  color: #daa520;
  font-size: 0.8em;
}

.thum {
  width: 110px;
  height: 147px;
}

/*-------------------------------トピックス-------------------------------*/

.topics {
  background: url(../img/topics_bg.jpg)no-repeat;
  color: white;
}

h4 {
  font-size: 1.3em;
  font-weight: bold;
}

.topics_text {
  border-bottom: solid 1px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.55);
}

.topics_wrap {
  height: 220px;
  padding-top: 80px;
  padding-left: 10px;
  overflow-y: scroll;
}

footer {
  clear: both;
  text-align: center;
  background: #B90101;
  padding: 15px 0;
}



img.ikebukuro_new
{
display: none;
}