@charset "utf-8";
/* CSS Document */

#pcheader nav li:nth-child(1) {border-bottom: 3px solid #00b4ff;}

#shokai{width:100%; background:url(images/bg.png) repeat-x; height:322px; margin-bottom:40px; vertical-align:bottom;}
#shokai #area{width:1000px; margin:0 auto; vertical-align:bottom; padding:0;}

.waku{width:100%; margin-bottom:30px;}
.waku th{background:#00b4ff; color:#fff; text-align:center; width:140px; vertical-align:top;}
.waku td{border-left:20px solid #fff; border-bottom:1px solid #b3b3b3; padding:10px;}
.waku td dt{width:150px; display:block; float:left;}
.waku td dd{}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:1100px) {




}




/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {

#shokai{background:none; height:auto;}


.waku th{width:50px;}
.waku th img{width:100%;}
.waku td{border-left:10px solid #fff; padding:5px; width: 90%; display: block;}
.waku td dt{width:90px; display:block; float:left;}
.waku td dd{}

}