@charset "utf-8";

/* 男性不妊症
------------------------------*/

/* 検査 */
div#kensa{}
div#kensa .contents_txt strong{font-size:1.4em;color:#900}
 /* 検査 正常値テーブル */
.kensa_sejyochi{
    float:right;
    width: 320px;
    background-color: #9CD2F0;
    padding:10px 0 0px 0;
    text-align: center;
    border-top:solid 23px white;
}
.kensa_sejyochi table{
    width: 302px;
    border: solid 2px #E7F9FF;
    text-align: left;
    margin: 0 auto;
    line-height:1.3;
}
.kensa_sejyochi table caption{
    border-bottom: solid 4px #9CD2F0;
}
.kensa_sejyochi th{
    background-color: #E7F9FF;
    font-weight: normal;
    border-right: solid 2px #E7F9FF;
}

.kensa_sejyochi td{
    background-color: white;
    width:180px;
}
.kensa_sejyochi td em{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
}
.kensa_sejyochi th,
.kensa_sejyochi td{
    border-bottom:solid 1px #ccc;
    padding:8px 0px 6px 0px;
}
.kensa_sejyochi tr.last_line th,
.kensa_sejyochi tr.last_line td{
    border-bottom-width:0px;
}
.kensa_sejyochi th,
.kensa_sejyochi td em{
    padding-left:10px;
}

.kensa_sejyochi p{
    background-color:white;
    text-align:right;
    margin-top:10px;
    color: #006;
    line-height: 1.3;
}
 /* 検査項目 */
div.kensa_komoku_left{width:380px;margin-left:10px;margin-top:15px;}
div.kensa_komoku{clear:both;margin:8px 10px 0px 10px;}
div.kensa_komoku_left p.
div.kensa_komoku p{text-align:justify;}

/* 治療 */
div#chiryo{}
.chiryo_patern{padding:4px 10px 10px 10px;}
.chiryo_patern h5{padding:8px 0 2px 0;}
.chiryo_patern h5 img{display:block;}
.chiryo_patern p{}
.chiryo_patern p strong{color:#900;}
  /* 治療項目 */
div.chiryo_komoku{margin:8px 10px 0px 10px;}
#chiryo p strong{color:#900;}

  /* 補足説明 */
div.hosoku{
    width: 660px;
    background-image: url(../images/huninsyo/hosoku_back.gif);
    background-repeat: repeat-y;
    background-position: left top;
    margin-bottom:30px;
}
div.hosoku dl{
    background-image: url(../images/huninsyo/hosoku_bottom.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 15px;
}
div.hosoku dt{}
div.hosoku dt img{}
div.hosoku dd{
    background-image: url(../images/huninsyo/jyomyakuryu_img.gif);
    background-repeat: no-repeat;
    background-position: right top;
    margin: 8px 20px 0px 20px;
    padding-right: 240px;
    min-height: 258px;
}
 /* 治療 自費テーブル */
.chiryo_jihi{
    float:right;
    width: 320px;
    background-color: #9CD2F0;
    padding:10px 0;
    text-align: center;
    border-top:solid 10px white;
}
.chiryo_jihi table{
    width: 302px;
    border: solid 2px #E7F9FF;
    text-align: left;
    margin: 0 auto;
    line-height:1.3;
}
.chiryo_jihi table caption{
    border-bottom: solid 4px #9CD2F0;
}
.chiryo_jihi th{
    background-color: #E7F9FF;
    font-weight: normal;
    border-right: solid 2px #E7F9FF;
}
.chiryo_jihi td{
    background-color: white;
    text-align:right;
}

.chiryo_jihi em{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
}
.chiryo_jihi th em{font-size:0.8em;}
.chiryo_jihi td em{padding-left:16px;}

.chiryo_jihi th,
.chiryo_jihi td{
    border-bottom:solid 1px #ccc;
    padding:8px 4px 6px 4px;
}
.chiryo_jihi tr.last_line th,
.chiryo_jihi tr.last_line td{
    border-bottom-width:0px;
}
  /* 無精子症テキスト */
  .inai_txt{
      width:380px;
      text-align:justify;
   }


