@charset "utf-8";

/*********************************
 *
 * PAGE STYLES
 *
 *********************************/

#contents h3 {color:#2c9ec5; font-size:14px; font-weight:bold;}
.ptxt + .area2 {margin-top:-1em !important; padding-top:0;}

@media screen and (max-width: 767px) {

table.profile {width:100%; margin:0;}
table.profile th, table.profile td {display:block; padding:0.8em 1em; border:1px solid #d6d6d1;}
table.profile th {background:#fafafa; border-bottom:0;}
  
.lead {color:#339999; font-size:3.6vw; font-weight:700;}

}

@media screen and (min-width: 768px) {

table.profile {width:100%; margin:0;}
table.profile th, table.profile td {padding:0.8em 1em; border:1px solid #d6d6d1;}
table.profile th {width:130px; background:#fafafa;}
	
/* float style */
.area3 .fright {float:right; width:25%;}
.area3 .fleft {float:left; width:60%;}
  
.lead {color:#339999; font-size:147%; font-weight:700; line-height:1.7;}

}