*{margin: 0; padding: 0;}
body{
  background: #f6f6f6;
  margin:0;
  font-size:12px;
  font-family: "ヒラギノ角ゴ Pro W3", Verdana,"ＭＳ Ｐゴシック",san-selif;
  text-align:center;
  color: #666666;
  line-height: 1.6em;
}
a{color: #e0224b;}
img{border: 0;}
#wrap{
  background: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
#header{
  padding: 10px 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
#header h1{
  margin: 0 auto;
  font-size: 18px;
  font-weight: normal;
}
#main{
  margin: 0 auto;
}
#main .cont{
  text-align: left;
  margin: 10px auto;
  max-width: 540px;
  padding: 0 10px;
}
#main .cont .date{
  color: #e0224b;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #e1e1e1;
}
#main p img{
  border: 1px solid #e1e1e1;
}

.red {
color: red;
}

.heaven{
  width: 100%;
  text-align: center;
  display:block;
  padding: 10px 0;
  background-color: #2d9ead;
  color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
}

.heaven:hover{color:#f6f39f;}

/*ガールズリスト*/
#girls #girllist{
  width: 100%;
  margin: 10px auto;
  border: 1px sloid #000000;
}
#girls #girllist th,
#girls #girllist td{
  font-size:14px;
  padding:5px;
  text-align:center;
}
#girls #girllist th{background:#444444; color:#ffffff; width:50%;}
#girls #girllist tr:nth-child(even){background:#F2F2F2;}


/*iphone*/
@media screen and (max-device-width: 480px){
  #main p img{width: 310px;}
}
#footer{
  padding: 10px 5px;
}
#footer .copyright{font-size: 11px;}