/* navi */
.gnav { 
    background: #fff none repeat scroll 0 0;
    position: fixed;
    top: 0;
    height: 110px;
    width: 100%;
}

/* table */
#entry-form { margin-top: 110px;}
.form-inner { margin-top: 40px;}
table.form-table { 
    margin-top: 10px;
    width: 1080px;
}
table.form-table th {
    border-bottom: 1px dotted #57b25a;
    border-top: 1px dotted #57b25a;
    color: #44a44c;
    padding: 25px 0 25px 10px;
    width: 230px;
    vertical-align: middle;
}
table.form-table td {
    border-bottom: 1px dotted #57b25a;
    border-top: 1px dotted #57b25a;
    color: #44a44c;
    padding: 15px 0;
    vertical-align: middle;
}
table.form-table .table-in { width: 840px;}
table.form-table .table-in td {
    border-bottom: 0;
    border-top: 0;
    line-height: 180%;
    padding: 0;
    vertical-align: middle;
}
table.form-table .table-in td.borderT { border-top: 1px dotted #57b25a;}
table.form-table .table-in td.pdgB15 { padding-bottom: 15px;}
table.form-table .table-in td.pdgT15 { padding-top: 15px;}
table.form-table input { 
    height: 30px;
    vertical-align: middle;
}

/* width・height */
.w25 { width: 25px;}
.w30 { width: 30px;}
.w50 { width: 50px;}
.w530 { width: 530px;}
.w830 { width: 830px;}
.h150 { height: 150px;}

/* color */
.red { color:#ff3333;}

/* 英数字入力モード */
input.jpoff { ime-mode: disabled;}

/* 送信ボタン */
.send-box {
    margin: 0 auto;
    padding: 0 0 45px 0;
    width: 1080px;
}
.send-box .btn-send { text-align: center;}
#send-btn {
    background: url(../img/btn-send.png) left top no-repeat;
    border: 0px;
    height: 57px;
    text-indent: -9999px;
    width: 321px;
}
#send-btn:hover {
    cursor:pointer;
    filter: alpha(opacity=80);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";  /* ie 8 */
    -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;              /* Safari 1.x */
    opacity:0.8;
    outline: none;
    zoom:1;
}


/* プライバシーポリシー */
.privacy-box {
    margin: 45px auto 80px auto;
    width: 1080px;
}
.privacy-head {
    border: solid 1px #57b25a;
    color: #57b25a;
    cursor: pointer;
    display: block;
    padding: 15px 0;
    position: relative;
    text-align: center;
}
.privacy-head:hover { background: #ffe617;}
.privacy-head:before {
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #57b25a transparent transparent transparent; 
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}
.privacy-inner {
    background: #e9f5e9;
    padding: 25px;
}
.privacy-att { line-height: 180%;}
.privacy-col { margin-top: 30px;}
.privacy-col .privacy-txt {
    cursor: pointer; 
    font-size: 12px;
    line-height: 180%;
}
.privacy-col h4.headline {
    color: #57b25a;
    font-size: 16px;
    margin-bottom: 15px;
}
.privacy-col .privacy-list li {
    font-size: 12px;
    line-height: 180%;
    list-style: inside;
    list-style-type: decimal;
}
     
