@charset "utf-8";
@import "../normalize.css";
@import "../common.css";
/*=================================
  気になる治療費のこと
==================================*/
/* -- グローバルナビゲーション --*/
#header li.nav04 a {
  background-position:-468px -80px;
}

#introduction {
  line-height: 1.8;
  margin-bottom: 30px;
}
  #introduction p {
    text-indent: 1.0em;
    padding-left: -1.0em;
  }
  #introduction p:nth-child(n+2) { margin: 1.0em 0; }

#box h3 {
  font-size:120%;
  font-weight:bold;
  color:#076ab6;
  margin-top:30px;
}

#initial-cost h3 {
  margin-top:0px;
}

.section table {
  width:100%;
  margin-top:10px;
  border-left:1px solid #b7d8f3;
  border-right:1px solid #b7d8f3;
  border-top:1px solid #b7d8f3;
}

.section table th,
.section table td {
  padding:0.5em;
}

.section table th {
  background-color:#f1f6fa;
  border-right:1px solid #b7d8f3;
  border-bottom:1px solid #b7d8f3;
}

#initial-cost th,
#technical-fee th,
#disposal th {
  width:25%;
}

#option th {
  width:50%;
}

.section td {
  border-right:1px solid #b7d8f3;
  border-bottom:1px solid #b7d8f3;
  text-align:right;
}

.section td.sub {
  text-align:center;
}

ul.attention {
  margin-top:10px;
}

#simulation .case {
  width:300px;
  margin:10px 10px 0px  0px;
  padding:10px;
  border:solid 1px #E0E0E0;
  border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius:6px;
  -o-border-radius:6px;
  -webkit-border-radius:6px;
  float:left;
}

#simulation #case002 {
  margin-right:0px;
}

#simulation #case003 {
  width:630px;
  margin-right:0px;
}

#simulation h4 {
  font-weight:bold;
}

#simulation dl {
  margin-top:0.5em;	
  overflow: hidden;  
  zoom: 1;  
}  

#simulation dl dt {  
  width:200px;  
  float: left;  
  clear: both;  
}  

#simulation dl dd {  
  padding: 0 0 5px 220px;
  text-align:right;
}

#simulation .case p {
  margin-top:10px;
  border-top:dotted 1px #CCCCCC;
  padding-top:10px;
  text-align:right;
  color:#CC0000;
  font-weight:bold;
}
