

#Area01{
  width:100%;
  background:#05214a;
}
#Area01 .wrapper{
  width:1366px;
  height:220px;
  margin:0 auto;
  position:relative;  
    background:-webkit-linear-gradient(60deg, #05214a, #05214a, #093b85, #05214a, #05214a);
    background:-moz-linear-gradient(60deg, #05214a, #05214a, #093b85, #05214a, #05214a);
    background:-o-linear-gradient(60deg, #05214a, #05214a, #093b85, #05214a, #05214a);
    background:linear-gradient(60deg, #05214a, #05214a, #093b85, #05214a, #05214a);
}
#Area01 .wrapper h1{
  color:white;
  width:400px;
  height:60px;
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  font-size:3em;
  letter-spacing: 0.2em;
  text-align: center;
}

#Area02{
  width:100%;
  background:white;
}
#Area02 .wrapper{
  width:810px;
  margin:0 auto;
  padding-top:60px;
}
#Area02 .wrapper .content{
  font-size: 1.2em;
  line-height: 1.8;
  padding-bottom:40px;
}

#Area03{
  width:100%;
  background:white;
}
#Area03 .wrapper{
  width:1000px;
  margin:0 auto;
  padding-top:20px;
  padding-bottom:50px;
}
#Area03 .wrapper .content_box{
}
#Area03 .wrapper .content_box .left{
  width:55%;
  float:left;
  background:url(../img/bg_example.png) left top repeat-x;
}
#Area03 .wrapper .content_box .left .title{
  font-size: 2em;
  letter-spacing: 0.2em;
  padding-top:20px;
  padding-bottom:20px;
  color:#05214a;
}
#Area03 .wrapper .content_box .left ul li{
  font-size: 1.3em;
  list-style-type: none;
  margin-left:1em;
  color:#ab8213;
  padding-bottom:10px;
}
#Area03 .wrapper .content_box .left ul li:before{
	content:'●';
	margin-left:-1.5em;
	margin-right:0.5em;
}
#Area03 .wrapper .content_box .right{
    width: 43%;
    float: right;
    box-shadow: 3px 2px 7px rgba(0,0,0,0.2);
    height: 416px;
}


#Area04{
  width:100%;
  background:#f7f6f5 url(../img/bg_example2.png) center top no-repeat;
}
#Area04 .wrapper{
  width:810px;
  margin:0 auto;
  padding-top:60px;
  padding-bottom:40px;
}
#Area04 .wrapper .paragraph{
  width:100%;
  text-align: center;
  font-size: 1.7em;
  color:#ab8213;
}
#Area04 .wrapper h2{
  text-align: center;
  font-size: 3em;
  letter-spacing: 0.2em;
  color:#05214a;
  margin-bottom:50px;
}
#Area04 .wrapper h2 span{
  padding-bottom:8px;
  border-bottom:4px solid #05214a;
  
}
#Area04 .wrapper .content{
  width:100%;
  font-size: 1.2em;
  line-height: 1.8;
  color:#05214a;
}
#Area04 .wrapper .database{
  width:90%;
  font-size: 1.2em;
  line-height: 1.8;
  color:#05214a;
  padding-bottom:60px;
  margin:0 auto;
}
#Area04 .wrapper .database table.summary{
  width:100%;
  margin-bottom:5px;
}
#Area04 .wrapper .database table.summary .database_title{
  font-size:1.5em;
  width:30%;
}
#Area04 .wrapper .database table.summary .database_annotation{
  width:70%;
  text-align:right;
  vertical-align:bottom;
}
#Area04 .wrapper .database table.table_estimate{
  width:100%;
}
#Area04 .wrapper .database table.table_estimate th{
  background:#05214a;
  color:white;
  text-align:center;
  height:40px;
  border: 1px solid;
}
#Area04 .wrapper .database table.table_estimate.type01 tr:nth-child(2n+1){
  background:#f7f6f5;
}
#Area04 .wrapper .database table.table_estimate.type01 tr:nth-child(2n+0){
  background:white;
}
#Area04 .wrapper .database table.table_estimate.type02 tr:nth-child(2n+1){
  background:white;
}
#Area04 .wrapper .database table.table_estimate.type02 tr:nth-child(2n+0){
  background:#f7f6f5;
}
#Area04 .wrapper .database table.table_estimate.type02 tr.sum{
  background:#fffed0 !important;
}
#Area04 .wrapper .database table.table_estimate td{
  border:1px solid #ddd;
  height:40px;
}
#Area04 .wrapper .database table.table_estimate td:nth-last-child(1){
  border-right:0px;
  text-align: right;
  padding-right: 0.5em;
}
#Area04 .wrapper .database table.table_estimate.type01 th:nth-child(1){
}
#Area04 .wrapper .database table.table_estimate.type01 th:nth-child(2){
}
#Area04 .wrapper .database table.table_estimate.type01 td:nth-child(1){
  width:15%;
  padding-left:1em;
  border-left: none;
}
#Area04 .wrapper .database table.table_estimate.type01 td:nth-child(2){
  width:35%;
  text-align: right;
  padding-right:1em;
}
#Area04 .wrapper .database table.table_estimate.type01 td:nth-child(3){
  width:15%;
  padding-left:1em;
}
#Area04 .wrapper .database table.table_estimate.type01 td:nth-child(4){
  width:35%;
  text-align: right;
  padding-right:1em;
}

#Area04 .wrapper .database table.table_estimate.type02 td:nth-child(1){
  width:5%;
  text-align: center;
  border-left: none;
}
#Area04 .wrapper .database table.table_estimate.type02 td:nth-child(2){
  width:30%;
  padding-left:1em;
}
#Area04 .wrapper .database table.table_estimate.type02 td:nth-child(3){
  width:10%;
  text-align: right;
  padding-right:0.5em;
}
#Area04 .wrapper .database table.table_estimate.type02 td:nth-child(4){
  width:10%;
  text-align: right;
  padding-right:0.5em;
}
#Area04 .wrapper .database table.table_estimate.type02 td:nth-child(5){
  width:10%;
  text-align: right;
  padding-right:0.5em;
}
#Area04 .wrapper .database table.table_estimate.type02 td:nth-child(6){
  width:10%;
  text-align: right;
  padding-right:0.5em;
}
#Area04 .wrapper .database table.table_estimate.type02 td:nth-child(7){
  width: 10%;
  padding-right: 0.5em;
  text-align: right;
}
#Area04 .wrapper .database table.table_estimate.type02 td:nth-child(8){
  width:10%;
}



#Area05{
  width:100%;
    background:-webkit-linear-gradient(90deg, #3460e5, #0c249c, #0c249c, #0c249c, #3460e5);
    background:-moz-linear-gradient(90deg, #3460e5, #0c249c, #0c249c, #0c249c, #3460e5);
    background:-o-linear-gradient(90deg, #3460e5, #0c249c, #0c249c, #0c249c, #3460e5);
    background:linear-gradient(90deg, #3460e5, #0c249c, #0c249c, #0c249c, #3460e5);
}
#Area05 .wrapper{
  width:810px;
  margin:0 auto;
  padding-bottom:80px;
  color:white;
}
#Area05 .wrapper .paragraph{
  width:30%;
  text-align: center;
  font-size: 1.7em;
  margin:0 auto 60px auto;
  padding:10px 0 10px 0;
  color:#5b8600;
  background:white;
}
#Area05 .wrapper h2{
  letter-spacing: 0.2em;
  margin-bottom:40px;
  border-left:6px solid white;
  padding-left:30px;
}
#Area05 .wrapper h2 span{
  font-size: 1.5em;
}
#Area05 .wrapper h2 b{
  font-size: 2.8em;
}
#Area05 .wrapper .content{
  width:100%;
  font-size: 1.2em;
  line-height: 1.8;
}




#Area06{
  width:100%;
  background:#f7f6f5;
}
#Area06 .wrapper{
  width:950px;
  padding-top:70px;
  margin:0 auto;
}

#Area07{
  width:100%;
  background:#f7f6f5;
}
#Area07 .wrapper{
  max-width:1366px;
  margin:0 auto;
}
#Area07 .wrapper h2{
  width:100%;
  text-align: center;
  padding-top:60px;
  padding-bottom:100px;
}
#Area07 .wrapper h2 div{
  width:471px;
  height:77px;
  margin:0 auto;
  border:1px solid #07306d;
  position:relative;
}
#Area07 .wrapper h2 div:hover{
  width:471px;
  height:77px;
  margin:0 auto;
  background-color:#07306d ;
  position:relative;
  -webkit-transition-duration:1s; 
}
#Area07 .wrapper h2 div p{
  width:430px;
  height:30px;
  font-size:18px;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  letter-spacing: 3px;
}
#Area07 .wrapper h2 div a{
  display: block;
  width:100%;
  height:100%;
-webkit-transition-duration:1s; 
 background:url(../img/btn_info.svg) right 25px center no-repeat;
}

#Area07 .wrapper h2 div a:hover{
	
 background:url(../img/btn_info_ov.svg) right 25px center no-repeat;
	opacity: 9;
	color: #fff;
  display: block;
  width:100%;
  height:100%;
}