@charset "utf-8";

/*
===========================================================================
|            style
===========================================================================
*/

/*----------------------------------------------------------------------
/           contact
/----------------------------------------------------------------------*/
div.main div.contents{
    margin:0 auto;
    float:none;
    width:680px;
}
table.line2{
    width: 100%;
}
table.line2 th{
    width:130px;
}
table.line2 th,
table.line2 td{
    padding: 6px ;
}

input.inputTxt{
    width: 500px;
    display:block;
    border:1px solid #cccccc;
    background-color: #f5f5f5;
    font-size: 100%;
    padding: 2px 4px;
    margin: 0 0 5px 0;
}

input.subMitbutton{
    padding: 3px 10px;
    font-size: 100%;
    margin: 0 3px;
}
textarea{
    width: 500px;
    height: 200px;
    margin-bottom:5px;
    padding: 2px 4px;
}
span.must{
    color: #cc3333;
    font-size: 90%;
}
tr.error span.attention{
    color: #cc3333;
}
th{
    width:30%;
    white-space: nowrap;
}
table#confirm td{
    font-weight: bold;
}
table.line2 td.attention{
    border-bottom: none;
    padding-bottom: 0;
}


/* 20161202 */

div#infoHeader{
    width:100%;
    box-sizing: border-box;
    padding:2% 4% 1%;
    padding:0;
    text-align:center;
    background-color:#ff8800;
    color: #fff;
    font-weight:normal;
    margin:0;
}

div#infoHeader h3{
    border:none;
    color: #fff;
    margin-bottom:3%;
    font-weight:normal;
}
div#infoHeader #telNum,div#infoHeader #faxNum{
    font-size: 260%;
    margin-bottom:5%;
    font-weight:normal;
}
div#infoHeader span.decresc{
    font-size: 80%;
}
div#infoHeader #faxNum{
    margin-bottom:2%;
}
table#infoBody th{
    padding:3% 0 1%;
    font-weight:normal;
}
table#infoBody td{
    padding:0 0 2%;
}
table#infoBody th,table#infoBody td{
    text-align:center;
    vertical-align: middle;
    border-right:1px solid #ff8800;
}
table#infoBody th span.title{
    font-size: 140%;
    display:block;
}
table#infoBody {
    border:3px solid #ff8800;
    width: 100%;
    table-layout: fixed;
}



