@charset "utf-8";
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ
=================================================================== */

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
@media screen and (max-width: 768px) {  
 #wrapper {
    margin-top: 0px !important; 
    background-color: #FFF;
}
 }

/* -----------------------------------------------------------
    会社案内
----------------------------------------------------------- */


/* -----------------------------------------------------------
    プライバシーポリシー
----------------------------------------------------------- */


/* -----------------------------------------------------------
    お問い合わせ
----------------------------------------------------------- */
#contact {
    margin: 0;
}

ul#number {
    overflow: hidden;
    margin: 0 0 0 -50px;
}

ul#number li {
    float: left;
    margin: 30px 0 0 50px;
}

form {
    margin: 30px 0 0 0;
}

dl#formTable {
    margin: 15px 0 0 0;
    overflow: hidden;
}

dl#formTable dt {
    float: left;
    font-weight: bolder;
    width: 13em;
    margin: 15px 0 0 0;
    padding: 0.5em 0;
}

dl#formTable dd {
    overflow: hidden;
    margin: 15px 0 0 0;
    padding: 0.5em 0 0.5em 4em;
    border-left: 1px dotted #7e6b5a;
}

.err {
    color: #b94a48;
    font-weight: bolder;
    margin: 5px 0 0 0;
    background: #f2dede;
    border: 1px solid #eed3d7;
    padding: 10px 15px;
}

dl#formTable .txtArea01 {
    width: 30em;
}

dl#formTable .txtArea02 {
    width: 40em;
}

dl#formTable .txtArea03 {
    width: 567px;
    resize: vertical;
}

dl#formTable .txtArea01,
dl#formTable .txtArea02,
dl#formTable .txtArea03,
select {
    border: 1px solid #cccbc9;
    padding: 2px 3px;
}

dl#formTable em {
    color : red;
}

#submit {
    margin: 50px 0 0 0;
}

.btnL {
    float: left;
}

.btnR {
    float: right;
}

.btnL, .btnR {
    background: -moz-linear-gradient(top, #fff, #f1f1f1 1%, #f1f1f1 50%, #dfdfdf 99%, #ccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #f1f1f1), color-stop(0.5, #f1f1f1), color-stop(0.99, #dfdfdf), to(#ccc));
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #342006;
    padding: 5px 0;
    width: 8em;
    cursor: pointer;
    font-weight: bolder;
    letter-spacing: 0.1em;
}

.btnL:hover, .btnR:hover, .btnC:hover {
    background: -moz-linear-gradient(top, #fff, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));
}

.btnC {
    background: -moz-linear-gradient(top, #fff, #f1f1f1 1%, #f1f1f1 50%, #dfdfdf 99%, #ccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #f1f1f1), color-stop(0.5, #f1f1f1), color-stop(0.99, #dfdfdf), to(#ccc));
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #342006;
    margin: 50px auto 0;
    padding: 5px 0;
    width: 14em;
    cursor: pointer;
    font-weight: bolder;
    letter-spacing: 0.1em;
}

.btnC a {
    color: #342006;
}

.btnC a:hover {
    text-decoration: none;
}

dl#formTable input:hover,
dl#formTable textarea:hover,
dl#formTable input:focus,
dl#formTable textarea:focus {
    border-color: #77a102;
    outline: none;
}

#confirmTable {
    background: #ffffff;
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

#confirmTable th {
    text-align: left;
    padding: 15px 30px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    width: 9em;
    white-space: nowrap;
    background: #f2f2f2;
}

#confirmTable td {
    text-align: left;
    padding: 15px 30px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

#complete {
    margin: -0.2em 0 0 0;
    font-size: 120%;
    font-weight: bolder;
    text-align: center;
    line-height: 2;
}