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

/* pc */
/********* 見出し **********/
#title{
background: -moz-linear-gradient(left, #BDAC7D 67%, #4D140B 30% );
background: -webkit-linear-gradient(left, #BDAC7D 67%, #4D140B 30%);
background:linear-gradient(to right, #BDAC7D 67%, #4D140B 30%);
}
#title>h2{background: url(../images/title_jigyou.png) no-repeat right 50%;}


/********* 事業紹介 **********/

.jigyou_title{font-weight: bold; font-size: 16px; padding: 0 0 0 20px; margin:10px 0 10px 0; background: url(../images/listmark_square.gif) no-repeat left 50%;}
table#ruikei,table#ruikei td,table#ruikei th { border: 1px #999 solid; border-collapse: collapse; text-align: center; vertical-align: middle;}
table#ruikei td.soukei { border-top: 2px #777 solid;}
table#ruikei th{background:#e8ebff;}
table#ruikei td.cellclr_01{background: #F2F4FF;}
table#ruikei td.cellclr_02{background:#EAEAEA;}
table#ruikei td.cellclr_03{background:#F7F7F7;}

/********* 贈呈式 **********/
#zotei_img{text-align: center; margin:20px 0;}

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

/********* 見出し **********/
#title>h2{background:none;}
#title{background: url(../images/title_jigyou.png) no-repeat right 50% #BDAC7D; background-size: 350px;}

/********* 事業紹介 **********/
table#ruikei{margin: 0;}
table#ruikei td,table#ruikei th{display:table-cell; width:auto; padding: 2px;}

/********* 贈呈式 **********/
#zotei_img img{width: 100%; height: auto;}


}
