@charset "utf-8";

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

#contents h3 {color:#2c9ec5; font-size:14px; font-weight:bold;}

@media screen and (max-width: 767px) {
.pc {display: none !important;}

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;}

}

@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; vertical-align:middle;}
table.profile th {width:25%; background:#fafafa; white-space:nowrap;}

}