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

#menu li:nth-child(5) 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%;}

.linkt{width:100%;}
.linkt th{vertical-align:top; padding:10px; width:200px; text-align:left; border-bottom:1px solid #C8AA64; color:#f15a24;}
.linkt td{padding:10px; text-align:left; border-bottom:1px solid #C8AA64;}


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

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

.linkt{width:98%; margin-left:auto; margin-right:auto;}
.linkt th{width:100%; display:block; width: 100%; border-bottom:none; color:#f15a24; padding:4px;}
.linkt td{width:100%; display:block; width: 100%; padding:4px;}



}