@charset "utf-8";
/* CSS Document */

@import url("base.css");
@import url("common.css");

#Header {
    background: url(../img/linenap_img/bgline.png) repeat-x top center;
}

#SubHeader {
    background-image: url(../img/linenap_img/head_under_img.png);
    padding-bottom: 110px;
    z-index: 2222;
    position: relative;
}

#inHeader {
    overflow: hidden;
}

.headBottom {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

#Content {
    margin-top: -53px;
}

#inContent {
    padding-top: 90px;
}

#contactForm {
    width: 935px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}

.inContactForm {
    float: left;
    width: 100%;
}

.inContactForm .errorArea span {
    color: #9d0102;
}

.inContactForm h2 {
    font-size: 26px;
    color: #9d0102;
    font-weight: bold;
    padding-bottom: 40px;
    /*border-bottom: 1px solid #a10d00;*/
}

.inContactForm .FormInfo {
    width: 800px;
    margin: 0 auto;
}

.inContactForm .FormInfo table {
    border: 1px solid #9D9999;
    /*border-top: 0;*/
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    float: left;
    width: 100%;
}

.inContactForm .FormInfo table tr {
    border-bottom: 1px dotted #9D9999;
}

.inContactForm .FormInfo table tr td {
    background: #EDEDED;
    font-size: 14px;
    font-weight: normal;
    padding: 15px 15px 15px 15px;
    vertical-align: top;
}

.inContactForm .FormInfo table tr td.col1 {
    width: 150px;
    background: #C7C5C5;
    color: #000;
    padding-left: 25px;
}

.inContactForm .FormInfo table tr td.col1 span {
    color: #a10d00;
    /* font-weight: bold; */
    float: right;
}

.inContactForm .FormInfo table tr td ul {
    float: left;
    width: 100%;
}

.inContactForm .FormInfo table tr td ul li {
    list-style: none;
    float: left;
    width: 50%;
    padding-bottom: 5px;
}

.inContactForm .FormInfo table tr td ul li input {
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-top: 2px;
}

.inContactForm .FormInfo table tr td textarea {
    width: 550px;
    padding: 5px;
    height: 100px;
    font-size: 14px;
    border: 1px solid #B3B3B3;
    display: block;
    resize: none;
}

.inContactForm .FormInfo table tr td p.messageArea {
    height: 100px;
    overflow-y: scroll;
    overflow-x: auto;
}

.inContactForm .FormInfo table tr td input[type="text"] {
    padding: 5px;
    font-size: 14px;
    width: 550px;
    border: 1px solid #B3B3B3;
}

.inContactForm .FormInfo table tr td input[name="txt4"], .inContactForm .FormInfo table tr td input[name="txt5"],
.inContactForm .FormInfo table tr td input[name="txt6"] {
    width: 110px;
    margin-right: 5px;
}

.inContactForm .FormInfo table tr td input[name="txt2"] {
    border-top: 0;
    border-left: 1px solid #B3B3B3;
    border-right: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
}

.inContactForm .FormInfo table tr td p {
    float: left;
    width: 550px;
}

.inContactForm .FormInfo table tr td p.description {
    padding-top: 5px;
    font-size: 13px;
    color: #555;
}

.inContactForm .FormInfo table tr td p.padBottom5 {
    padding-bottom: 5px;
    padding-top: 0;
}

.inContactForm .FormInfo table tr td p span {
    float: left;
    height: 28px;
    line-height: 28px;
    width: 60px;
    font-size: 13px;
    color: #555;
}

.inContactForm .FormInfo table tr td input[name="txt2"], .inContactForm .FormInfo table tr td input[name="txt1"] {
    width: 430px;

}

.inContactForm .FormInfo .bntForm {
    float: left;
    width: 100%;
    text-align: center;
}

.inContactForm .FormInfo .bntForm .bntSubmit {
    margin-top: 40px;
    width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* background: #fff; */
    /* border: 1px solid #555; */
    border-radius: 0px;
    margin-right: 20px;
}

.inContactForm .FormInfo .bntForm .marRight0 {
    margin-right: 0;
}

.inContactForm .thankForm {
    background: #EDEDED;
    padding: 30px;
    width: 660px;
}

.inContactForm .thankForm p {
    text-align: center;
    line-height: 1.5;
}