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

#menu li:nth-child(1) a{color:#f15a24;}

/*-----------------------------------下層タイトル*/
#pagetitle2{width: 100%; background:url(images/title_bg.jpg) no-repeat; background-position:center center; background-size:cover; margin-bottom:50px; height:300px;}
#pagetitle2 h2{width:1000px; margin-left:auto; margin-right:auto;}
#pagetitle2 h2 img{width:100%; height:100%;}

/*-----------------------------------会社概要*/
.comt{width:100%;}
.comt th{vertical-align:top; padding:10px; width:150px; text-align:left; border-bottom:10px solid #fff; background: #f6edd8; font-weight: normal;}
.comt td{padding:10px 10px 10px 20px;; text-align:left; border-bottom:10px solid #fff;}

.print{text-align: right; font-size: 13px;}


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

#pagetitle2{ background:none; margin-bottom: 20px; height:auto;}
#pagetitle2 h2{width:100%;}

/*-----------------------------------会社概要*/
.comt{width:98%; margin-left:auto; margin-right:auto;}
.comt th{display: block; width: 100%; padding: 4px; border-bottom:none;}
.comt td{display: block; width: 100%; padding: 4px;}


}