@charset "utf-8";
@import url("common.css");
@import url("contents.css");

/**************   PC   **************/
/****** 各ページ共通 ******/
#maincontents_in div.right{
    margin-top: 3.1%;
}
#maincontents_in div.right h1{
    margin-bottom: 3.8%;
}
#maincontents_in div.right div.boxInner{
    margin-bottom: 3%;
    background-color: #FFFFFF;
    padding: 3.6% 3% 3% 3%;
    border: 1px solid #DDDDDD;
}
div.boxInner h2{
    font-size: 1.45em;
    margin-bottom: 1.75%;
    font-weight: normal;
    color: #144E98;
    border-bottom: 1px solid #144E98;
}
/****** 会社概要ページ ******/
div.right #profile table{
    width: 100%;
    border: 1px solid #E3DECC;
    border-collapse: collapse;
    margin-bottom: 3%;
    font-size: 14px;
}
div.right #profile table a{
    text-decoration: underline;
}
div.right #profile table a:hover{
    color: #144E98;
}
div.right #profile table th{
    border: 1px solid #ECEEF1;
    background-color: #144E98;
    font-weight: normal;
    width: 27%;
    color: #FFFFFF;
}
div.right #profile table td{
    padding: 3%;
    border: 1px solid #ECEEF1;
    background-color: #FFFFFF;
    line-height: 140%;
}
div.right #profile table ul{
    margin: 0;
    padding: 0;
}
div.right #profile table li{
    margin-left: 4%;
}
div.right #profile td.sitelink ul li{
    margin-bottom: 2%;
    line-height: 145%;
}
div.right #profile td.sitelink ul li.n_btm{
    margin-bottom: 0;
}
/****** 会社沿革ページ ******/
#history table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ECEEF1;
    margin-bottom: 3%;
    font-size: 14px;
}
#history table tr.header th,#history table tr.header td{
    background-color: #144E98;
    padding-top: 2.4%;
    padding-bottom: 2.3%;
    font-size: 16px;
    color: #FFFFFF;
}
#history table th{
    font-weight: normal;
    border: 1px solid #ECEEF1;
    background-color: #FFFFFF;
    text-align: left;
    padding-left: 1.6%;
    width: 28%;
}
#history table td{
    font-weight: normal;
    border: 1px solid #ECEEF1;
    background-color: #FFFFFF;
    text-align: left;
    padding: 1.8% 0.85% 1.6% 1.6%;
    line-height: 140%;
}
#history table tr.odd th,#history table tr.odd td{
    background-color: #F8F8F8;
}
/****** 所在地ページ ******/
#officelist ul li{
    float: left;
    margin-right: 6.2%;
    list-style-type: none;
    background-image: url("/image/common2/arrow_bk.png");
    background-repeat: no-repeat;
    background-position: 0pt 3pt;
    text-indent: 16px;
    font-size: 14px;
}
#officelist ul li a{
    text-decoration: underline;
}
#officelist ul li a:hover{
    color: #144E98;
}
#officelist ul li.nbtm{
    margin-right: 0;
    margin-bottom: 0;
}
#office table{
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
#office table th{
    padding-top: 2.5%;
    padding-bottom: 1.8%;
    border-bottom: 1px solid #DDDDDD;
    text-align: left;
    text-indent: 10px;
    font-weight: normal;
    width: 17%;
}
#office table td{
    padding-top: 3.2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #DDDDDD;
}
#office table td ul{
    margin-left: 4.5%;
}
#office table td.map{
    border-bottom: none;
    padding-bottom: 0;
}
div#map_canvas {
    margin: 0 auto;
    width: 600px;
    height: 600px;
}
#map_canvas div.popup {
    width: 100%;
}





/**************   tablet   **************/
@media only screen and (min-width:541px) and (max-width: 768px){
    /****** 各ページ共通 ******/
    #maincontents_in div.right h1{
        margin-bottom: 3.3%;
    }
    div.boxInner h2{
        font-size: 1.05em;
        margin-bottom: 3.3%;
    }
    #maincontents_in div.right div.boxInner{
        margin-bottom: 3.3%;
        padding: 4.2%;
    }
    /****** 会社概要ページ ******/
    div.right #profile table{
        margin-bottom: 3%;
        font-size: 12px;
    }
    div.right #profile table th{
        width: 24%;
    }
    div.right #profile table td{
        padding: 3.2% 0 3.2% 3.2%;
        line-height: 150%;
    }
    div.right #profile table li{
        margin-left: 4%;
    }
    /****** 会社沿革ページ ******/
    #history table{
        margin-bottom: 3%;
        font-size: 12px;
    }
    #history table tr.header th,#history table tr.header td{
        padding-top: 1.9%;
        padding-bottom: 1.9%;
        font-size: 14px;
    }
    #history table th{
        padding-left: 1.4%;
        width: 32%;
    }
    #history table td{
        padding: 2.2% 1% 2.2% 1.4%;
        line-height: 145%;
    }
    /****** 所在地ページ ******/
    #officelist ul li{
        margin-right: 11%;
        margin-bottom: 1.7%;
        text-indent: 13px;
        font-size: 12px;
        background-position: 0pt 4pt;
    }
    #office table{
        font-size: 12px;
    }
    #office table th{
        width: 20%;
    }
    #office table td{
        line-height: 145%;
    }
    #office table td ul{
        margin-left: 5.5%;
    }
}




/**************   smartphone   **************/
@media only screen and (max-width: 540px){
    /****** 各ページ共通 ******/
    #maincontents_in div.right h1{
        margin: 1% auto 3.8%;
    }
    #maincontents_in div.right div.boxInner{
        background-color: #FFFFFF;
        padding: 3.5% 2.5%;
        border: 1px solid #DDDDDD;
        width: 88%;
        margin: 0 auto 3.5%;
    }
    div.boxInner h2{
        font-size: 1em;
        margin-bottom: 4.5%;
    }
    div.boxInner h3{
        font-size: 0.9em;
    }
    div.boxInner p{
        font-size: 12px;
        line-height: 140%;
        margin-bottom: 3.5%;
    }
    div.boxInner ul li{
        font-size: 12px;
        line-height: 130%;
    }
    div.boxInner ol li{
        font-size: 12px;
        line-height: 130%;
    }
    div.boxInner h3.top{
        margin-top: 4.8%;
    }
    /****** 会社概要ページ ******/
    div.right #profile{
        margin: 0 auto 7%;
    }
    div.right #profile table{
        width: 94%;
        margin: 0 auto 3.5%;
        font-size: 12px;
    }
    div.right #profile table th{
        width: 28%;
    }

    div.right #profile table td{
        padding: 3.5% 1.2%;
        line-height: 140%;
    }
    div.right #profile table li{
        margin-left: 8%;
        margin-bottom: 1.7%;
        line-height: 130%;
    }
    div.right #profile table li.nbtm{
        margin-bottom: 0;
    }
    div.right #profile table .sitelink{
        display: none;
    }
    /****** 会社沿革ページ ******/
    div.right #history{
        margin: 0 auto 7%;
    }
    #history table{
        width: 94%;
        margin: 0 auto 3.5%;
        font-size: 12px;
    }
    #history table tr.header th,#history table tr.header td{
        padding-top: 3.5%;
        padding-bottom: 3.5%;
        font-size: 16px;
    }
    #history table th{
        padding-left: 1.7%;
        width: 30%;
    }
    #history table td{
        padding: 4% 1.5% 3.5% 3.2%;
        line-height: 140%;
    }
    #history table tr.odd th,#history table tr.odd td{
        background-color: #F8F8F8;
    }
    #history table span.seireki{
        display: none;
    }
    /****** 所在地ページ ******/
    #officelist{
        padding-top: 2%;
    }
    #officelist ul{
        margin-left: 1.5%;
    }
    #officelist ul li{
        margin-right: 10%;
        margin-bottom: 4%;
        text-indent: 12px;
        font-size: 13px;
        background-position: 0pt 2pt;
    }
    #office{
        margin: 0 auto 7%;
    }

    #office table{
        font-size: 12px;
    }
    #office table th{
        padding-top: 3.5%;
        padding-bottom: 3.5%;
        border-bottom: 1px solid #DDDDDD;
        text-align: left;
        text-indent: 0;
        text-align: center;
        font-weight: normal;
        width: 20%;
    }
    #office table td{
        line-height: 135%;
        padding-left: 1%;
    }
    #office table td ul{
        margin-left: 9.5%;
        line-height: 130%;
    }
    #office table td ul li{
        margin-bottom: 3%;
    }
    #office table td ul li.nbtm{
        margin-bottom: 0;
    }
    #office div#map_canvas{
        position: relative;
        padding-top: 300px !important;
        width: 100% !important;
        height: 150px !important;
        margin: 0 auto;
    }
}