@charset "utf-8";

/* メールフォーム CSS 

========================================*/

div#address {
    font-size: 13px;
    margin: 20px;
    width: 654px;
}

div#address p {
    padding-top: 30px;
    text-align: center;
}

div#address h3{ 
    font-size: 14px; 
    margin: 0px; 
    padding: 1px 0px 10px; 
    text-align: center;
}

div#sfm-layout { 
    text-align: center; 
    margin: 10px 0px 60px; 
}

div#sfm-layout p { 
    font-weight: normal; 
    margin: 0px; 
    padding-bottom: 5px; 
}

div#sfm-layout h3 { 
    font-size: 12px; 
    text-align: center; 
    margin: 5px 0px; 
}

div#sfm-layout table { 
    background-color: #fff;
    width: 100%; 
    margin: auto; 
    border: 1px solid #ccc;
    border-collapse: separate;
    border-spacing: 1px;
}

div#sfm-layout a:link, 
div#sfm-layout a:visited { 
    color: #00d; 
    text-decoration: none; 
}

div#sfm-layout a:hover { 
    color: #f22; 
    text-decoration: underline; 
}

div#sfm-layout form { 
    margin: 0px; 
}

div#sfm-layout input, 
div#sfm-layout select, 
div#sfm-layout textarea { 
    font-size: 12px; 
}

div#sfm-layout td, 
div#sfm-layout th { 
    font-size: 12px; 
    line-height: 140%; 
    text-align: left; 
    vertical-align: middle;
}

div#sfm-layout td { 
    background: #f1f1f1; 
    width: 420px; 
    padding: 5px;
}

div#sfm-layout th { 
    font-weight: normal; 
    background-color: #e4e4e4; 
    white-space: nowrap; 
    padding: 5px; 
    border-left: 1px solid #bbb;
}

div#sfm-layout .submit { 
    text-align: center; 
    background: #fff; 
    width: auto; 
    border-left: none; 
}

div#sfm-layout .submit input { 
    width: 70px;
}

div#sfm-layout .type-red { 
    color: red; 
}

div#sfm-layout .border-red { 
    border-left-color: red; 
}

div#sfm-layout .ERR { color: red; }

/* フォーム整形 */
#company, 
#name, 
#address2, 
#address3, 
#email, 
#emailcheck, 
#subject { 
    width: 416px; 
}

#address0 { 
    margin-bottom: 3px; 
}

#zip0 { 
    width: 30px; 
}

#zip1 { 
    width: 40px; 
}

#tel0, #tel1, #tel2, #fax0, #fax1, #fax2 { 
    width: 40px; 
}

#message { 
    width: 416px; 
    height: 100px; 
}

