@charset "utf-8";

/*=======================================================*/
/*         有料動画サイト                                */
/*=======================================================*/

/*----------------ボディ-------------------------------------*/
div#body
 {
  min-height: 400px;
  height: auto !important;
  height: 400px;
 }
div#bleft
 {
  float: left;
  width: 22%;
  margin-right: 4px;
 }
div#bright
 {
  float: right;
  width: 77%;
 }
/*----------------左側-------------------------------------*/
div#bleft ul
 {
  margin: 0px 15px 10px 0px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  padding: 3px 0px;
  list-style-type: none;
  font-size: 95%;
 }
div#bleft li
 {
  margin: 14px 0px 14px 5px;
 }
div#bleft span
 {
  color: gray;
  padding-left: 2px;
  font-size: 80%;
 }
/*----------------右側-------------------------------------*/
div#bright h3
 {
  font-size: 105%;
  padding-bottom: 13px;
 }
/*-------トップコメント---------------------*/
div#top
 {
  border: 1px solid gray;
  padding: 13px;
  margin-bottom: 20px;
 }
p#comment_top
 {
  border-bottom: 1px solid gray;
  margin-bottom: 10px;
  padding: 8px 0px;
  line-height: 115%;
  font-size: 95%;
 }
h4.name_top
 {
  padding: 8px 0px;
  font-size: 95%;
 }
h4.name_top img
 {
  width: 19px;
  height: 10px;
 }
h4.name_top a
 {
  color: black;
  text-decoration: none;
  font-size: 100%;
 }
p#month,
p#d2pass,
p#duga
 {
  border-top: 1px dotted gray;
  border-bottom: 1px dotted gray;
  padding: 8px 0px 8px 22px;
  line-height: 115%;
  font-size: 95%;
  display: none;
 }
p#month,
p#d2pass a,
p#duga a
 {
  font-size: 85%;
 }
#d2pass img,
#duga img
 {
  height: 14px;
 }
/*-------ランク_A---------------------*/
div#rank_a
 {
  padding-bottom: 20px;
 }
div.group
 {
  border-top: 2px solid gray;
  padding-top: 10px;
  margin-bottom: 20px;
  width: 700px;
 }
div.g_left
 {
  float: left;

 }
div.g_right
 {
  float: right;
 }
/*------------------*/
div.group h4
 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 110%;
  font-weight: bold;
 }
div.group h4 span
 {
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
  padding: 2px 2px 0px 2px;
  margin: 0px 5px 0px 0px;
  font-size: 70%;
 }
div.g_left iframe
 {
  margin: 0px 0px 20px 0px;
  background: whitesmoke;
 }
div.g_right table
 {

  background: whitesmoke;
 }
div.g_right td
 {
  padding: 5px;
  width: 70px;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  font-size: 90%;
 }
div.g_right td img
 {
  width: 66px;
  height 14px:
 }
div.g_right ul
 {
  margin-top: 20px;
  font-size: 90%;
 }
div.g_right li
 {
  margin-top: 20px;
 }
/*-------ランク_B---------------------*/
div#rank_b
 {
  border-top: solid 10px gray;
 }
div#rank_b p
 {
  margin: 25px 0px;
  border-bottom: dotted 1px gray;
 }
div#rank_b a
 {
  text-decoration: none;
  font-weight: bold;
  font-size: 110%;
 }
div#rank_b span
 {
  font-size: 90%;
  margin: 0px 10px;
  padding 0px 0px;
 }

