﻿@charset "UTF-8";

/*top_contents
------------------------------------------------------------*/
#content_1{
    width: 100%;
}

#content_1{
    height: 100px;
}

.cn1_a{
    margin: 30px 0 0 0;
    width: 960px;
    overflow: hidden;
}

.cn1_a h1{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 10px 0;
}

.cn1_a h2{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #727171;
    margin: 10px 0 10px 15px;
}

.cn1_a p{
    letter-spacing: 0.1em;
    color: #727171;
    margin: 10px 0;
    font-size: 13px;
    line-height: 27px;
}



/*table
------------------------------------------------------------*/
table{
    width: 960px;
    height: 1000px;
    table-layout: fixed;
}

th.thtitle,th.thtitle2{
    border-bottom: 4px solid #c0c0c0;
    color: #00AAD9;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-top: 15px;
}

th.thtitle{
    width: 170px;
}

th.thtitle2{
    width: 80px;
}

td.tinp,td.teg{
    border-bottom: 4px solid #c0c0c0;
}

td.tinp{
    width: 430px;
}

td.teg{
    width: 240px;
}

th.thl,th.thl2{
    width: 170px;
    background-color: #eff8fc;
    padding-left: 15px;
    color: #746f6f;
}

th.hthl,th.bhthl,th.hthl2{
    width: 80px;
    background-color: #eff8fc;
}

td.inp{
    width: 430px;
    padding-left: 25px;
}

td.eg{
    width: 240px;
}

.eg,.beg{
    font-size: 13px;
    color: #727171;
}

th.bthl{            /*  ドットライン  */
    width: 250px;
    background-color: #eff8fc;
    border-bottom: 1px dashed #c0c0c0;
    padding-left: 15px;
    color: #746f6f;
}

td.binp{            /*  ドットライン  */
    width: 430px;
    padding-left: 25px;
    border-bottom: 1px dashed #c0c0c0;
}

td.beg{             /*  ドットライン  */
    width: 240px;
    border-bottom: 1px dashed #c0c0c0;
}

td.bbeg{             /*  ドットライン  */
    border-bottom: 1px dashed #c0c0c0;
}

th.bhthl{             /*  ドットライン  */
    border-bottom: 1px dashed #c0c0c0;
}

.caution{
    background-color: #00AAD9;
    color: #fff;
    border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
    display: block;
    width: 50px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

p.check{
    text-align: center;
    margin: 40px 0 20px 0;
}

input#submit_btn{
    width: 600px;
    height: 50px;
    line-height: 50px;
    background-color: #00AAD9;
    color: #fff;
    font-size: x-large;
    letter-spacing: 0.2em;
    border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}

input#yourname,input#yourhurigana,input#yourcompany,
input#yourdivision,input#yourpost,input#youraddress,
input#yourtel1,input#yourfax1,input#yourmail1{
    width: 350px;
}

input#zip{
    width: 150px;
}





/*top_contents
------------------------------------------------------------*/
.bak{
    clear: both;
    width: 160px;
    height: 25px;
    margin: 0 auto;
    text-align: center;
    background-color: #00AAD9;
    /*background: url(../images/modoru.png)no-repeat;*/
    position: relative;
    left: 400px;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    font-size: smaller;
    line-height: 25px;
}

/*main a:link{color: #fff;}
main a:visited{color: #fff;}
main a:hover{background: #fff;}

main .product_wrap a:link{color: #000;}
main .product_wrap a:visited{color: #000;}*/

.bak:before{
    content: url("../images/modoru2.png");
    margin: 0 5px 0 0;
    position: relative;
    top: 3px;
    left: 3px;
}