@charset "UTF-8";

/* -------------------------------------------

配送プラン

--------------------------------------------*/

#company #main #visual{
    margin-bottom: 30px;
    width: 748px;
    height: 130px;
    padding:0;
    box-sizing: border-box;
    background: url(/s/company/img/company_h1.jpg) no-repeat;
    text-indent: -9999px;
}


/* companyNav
--------------------------------------------*/
#companyNav ul{

}
#companyNav ul:after{
    content:"";
    clear: both;
    display: block;
}
#companyNav li{
    width: 359px;
    float: left;
    margin:0 30px 30px 0;

}
#companyNav li:nth-child(2n){
    margin-right: 0px;
}

#companyNav a,#companyNav img{
    display: block;
    margin: 0;
    padding: 0;
}

/* -------------------------------------------

企業情報

--------------------------------------------*/
#content #contentBody #main h1 {
    margin-bottom: 25px;
    width: 748px;
    height: 130px;
    background-position: 0 0;
    background-repeat: no-repeat;
    overflow: hidden;
    
}

#company.info #main #visual {
    background: none;
}
#company.info #main #visual h1{
    background: url(/s/company/img/info_h1.jpg) no-repeat;
    background-size: 100% auto;
    width: 748px;
    height: 130px;
    box-sizing: border-box;
    text-indent: -9999px;
}

#infoTbl .day{
    text-align: right;
}
#infoTbl table{
    width: 100%;

}
#infoTbl td,#infoTbl th{
    border:#a8a8a8 solid 1px;
    padding:10px 20px;
}
#infoTbl th{
    background:#aae6ff;
    width: 120px;
    box-sizing: border-box;
}

/* -------------------------------------------

ごあいさつgreetings

--------------------------------------------*/
#company.greetings #main #visual {
    background: none;
}
#company.greetings #main #visual h1{
    background: url(/s/company/img/greetings_h1.jpg) no-repeat;
    background-size: 100% auto;
    width: 748px;
    height: 130px;
    box-sizing: border-box;
    text-indent: -9999px;
}

#greetingsMs{
    width: 720px;
    margin-top: 50px;
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    align-items: stretch;
    flex-flow: row wrap;
}
#greetingsMs .photo{
    width: 240px;
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    align-items: flex-end;
    flex-flow: row wrap;
}
#greetingsMs .photo img {
    vertical-align: bottom;
}
#greetingsMs .body{
    width: 480px;
}
/*
#content #contentBody #main #greetingsMs .body h2{
    width: 480px;
    height: 70px;
    background: url(/s/company/img/greetings_ms_title.png) no-repeat;
    margin: 0 0 30px 0;
    padding: 0;
    text-indent: -9999px;
    line-height: 0;
    font-size: 0;
}
*/
#greetingsMs .name{
    text-align: right;
    font-weight: bold;
    padding:30px 0 0;
}
#greetingsMs .text{
    padding:10px;
    line-height: 2em;
}

/* -------------------------------------------

沿革history

--------------------------------------------*/
#company.history #main #visual {
    background: none;
}
#company.history #main #visual h1{
    background: url(/s/company/img/history_h1.jpg) no-repeat;
    background-size: 100% auto;
    width: 748px;
    height: 130px;
    box-sizing: border-box;
    text-indent: -9999px;
}

#historyTbl .day{
    text-align: right;
}
#historyTbl table{
    width: 100%;
    margin-bottom: 10px;

}
#historyTbl td,#historyTbl th{
    border:#a8a8a8 solid 1px;
    padding:10px 20px;
}
#historyTbl th{
    background:#aae6ff;
    width: 120px;
    box-sizing: border-box;
}


/* -------------------------------------------

拠点情報businesssites

--------------------------------------------*/
#company.businesssites #main #visual {
    background: none;
}
#company.businesssites #main #visual h1{
    background: url(/s/company/img/businesssites_h1.jpg) no-repeat;
    background-size: 100% auto;
    width: 748px;
    height: 130px;
    box-sizing: border-box;
    text-indent: -9999px;
}

#businesssitesTbl .day{
    text-align: right;
}
#businesssitesTbl table{
    width: 100%;
    margin-bottom: 10px;
}
#businesssitesTbl td,#businesssitesTbl th{
    border:#a8a8a8 solid 1px;
    padding:8px 20px;
}
#businesssitesTbl th{
    background:#aae6ff;
    box-sizing: border-box;
    font-weight: bold;
}
#businesssitesTbl .dt{
    width: 120px;
}
#businesssitesTbl .maplink a{
    color:#0093d1;
    text-decoration: underline;
}
#businesssitesTbl .maplink a:hover{
    opacity: 0.7;
}
#businesssitesTbl .maplink:before{
    content:"▶︎";
    display: inline;
    font-size: 0.8em;
    color:#0093d1;
}

/* -------------------------------------------

sideNav

--------------------------------------------*/
#company #side #sideNav h2 {
    background-image: url(/s/company/img/company_sidenav_ttl.png);
}
