@charset "utf-8";

/*-----------------------------------
パンくず
-----------------------------------*/
#bc{
    background: #F7F7F7;
}
.breadcrumbs a,.breadcrumbs a:hover{
    color: #333;
}
.breadcrumbs li{
    float: left;
    margin-right: 0.5em;
    font-size: 75%;
}
.breadcrumbs li:after{
    padding-left: 0.5em;
    content:">";
}
.breadcrumbs li:last-child:after{
    content:"";
}

/*--Large screens--*/
@media print, screen and (min-width: 40.063em){
    .breadcrumbs{
        padding: 7px 0;
    }
    .breadcrumbs li{
        font-size: 85%;
    }
}

/*--Small screens--*/
@media only screen and (max-width: 40em){
    .breadcrumbs{
        padding: 5px 0;
    }
    .breadcrumbs li{
        font-size: 75%;
    }
}

/*--Medium screens--*/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .breadcrumbs{
        padding: 10px 0 5px;
    }
}

/*-----------------------------------
h2
-----------------------------------*/
#parts{
    background-color: #72C4C5;
    background-image: url(/static/image/common/h2-bkg.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    -webkit-background-size: 475px auto;
    -moz-background-size: 475px auto;
    -o-background-size: 475px auto;
    -ms-background-size: 475px auto;
    background-size: 475px auto;
}
#parts h2{
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
}

/*--Large screens--*/
@media print, screen and (min-width: 40.063em){
    #container{
        padding: 40px 0;
    }
    #parts{
        padding: 30px 0;
    }
    #parts h2{
        font-size: 170%;
    }
}

/*--Small screens--*/
@media only screen and (max-width: 40em){
    #container{
        padding: 25px 0;
    }
    #parts{
        padding: 0.9375em 0;
    }
    #parts h2{
        font-size: 130%;
    }
}

/*--Medium screens--*/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #parts{
        padding: 15px 0;
    }
}

/*-----------------------------------
common
-----------------------------------*/
section p{
    text-indent: 1em;
    padding-left: -1em;
    margin-bottom: 10px;
}
section p:last-child{
    margin-bottom: 0;
}

/*-----------------------------------
table
-----------------------------------*/
table{
    width: 100%;
    background: #fff;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
th,td{
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
}
th{
    background: #E4E4E4;
    font-weight: normal;
    text-align: left;
}
/*--Large screens--*/
@media print, screen and (min-width: 40.063em){
    th,td{
        padding: 12px 15px;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 40em){
    th,td{
        padding: 10px;
    }
}

/*-----------------------------------
btm-inq
-----------------------------------*/
.btm-inq,
.btm-inq .frame{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;    
}
.btm-inq{
    border: 1px solid #666;
}
.btm-inq .frame{
    width: 100%;
    background: #F7F7F7;
    border: 1px solid #FFF;
}
.btm-inq dt{
    letter-spacing: 0.3em;
}
.btm-inq .inq-list{
    text-align: center;
}
.btm-inq li.mail a,.btm-inq li.mail a:hover,.btm-inq li.mail a:visited{
    color: #FFF;
    text-decoration: none;
}
.btm-inq li.tel a,.btm-inq li.tel a:hover,.btm-inq li.tel a:visited{
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
.btm-inq li.mail a{
    display: block;
    margin: 0 auto 15px;
    padding: 5px 15px 5px 40px;
    background: #333;
    background-image: url(/static/image/icon/mail.png);
    background-repeat: no-repeat;
    -webkit-background-size: 18px 13px;
    -moz-background-size: 18px 13px;
    -o-background-size: 18px 13px;
    -ms-background-size: 18px 13px;
    background-size: 18px 13px;
}
.btm-inq li.mail a:hover{
    background-color: #000;
}
.btm-inq li.tel{
    line-height: 1.1;
}
.btm-inq li.tel a{
    padding-left: 35px;
    background-image: url(/static/image/icon/fd-gray.png);
    background-repeat: no-repeat;
    -webkit-background-size: 25px 16px;
    -moz-background-size: 25px 16px;
    -o-background-size: 25px 16px;
    -ms-background-size: 25px 16px;
    background-size: 25px 16px;
}
.btm-inq li.tel span{
    font-size: 65%;
}

/*--Large screens--*/
@media print, screen and (min-width: 40.063em){
    .btm-inq .frame{
        display: table;
        padding: 25px;
    }
    .btm-inq .mds,
    .btm-inq .inq-list{
        display: table-cell;
        width: 50%;
        vertical-align: top;
    }
    .btm-inq .mds{
        padding: 0 30px;
        border-right: 1px dotted #333;
    }
    .btm-inq dt{
        margin-bottom: 10px;
        font-size: 150%;
    }
    .btm-inq dd p{
        font-size: 95%;
    }
    .btm-inq .inq-list{
        padding: 0 30px;
    }
    .btm-inq li.mail a{
        width: 80%;
        background-position: 20px 12px;
    }
    .btm-inq li.tel{
        font-size: 160%;
    }
    .btm-inq li.tel a{
        background-position: 0 8px;
    }
}

/*--Small screens--*/
@media only screen and (max-width: 40em){
    .btm-inq .frame{
        padding: 0.9375em;
    }
    .btm-inq .mds{
        text-align: center;
    }
    .btm-inq dt{
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #333;
        font-size: 130%;
    }
    .btm-inq p{
        margin-bottom: 10px;
    }
    .btm-inq li.mail a{
        padding: 10px 15px 10px 45px;
        background-position: 20px 16px;
    }
    .btm-inq li.tel{
        font-size: 130%;
    }
    .btm-inq li.tel a{
        background-position: 0 4px;
    }
}

/*-----------------------------------
clear
-----------------------------------*/
.breadcrumbs
{
    display: block;
    min-height: 1%;
}
.breadcrumbs:after
{
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
}