#subTopWrap {
    clear: both;
    width: 100%;
    height: 150px;
    min-width: 1200px;
    background: url('../images/subTopContactus.png') #eee;
    z-index: 1;
    text-align: center;
}

#subTitleWrap {
    position: relative;
    top: 60px;
    font-size: 2.5em;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1pt;
    opacity: 1;
    z-index: 1;    
}

#middleWrap {
    width: 100%;
    min-width: 1200px;
    background: #fff;
    z-index: 10;
}

#naviWrap {
    width: 1200px;
    margin: 0 auto;
}

#navi {
    width: 100%;
    height: 30px;
    text-align: right;
    padding: 20px 0 30px 0;
    font-size: 0.8em;
    color: #555;
}

#navi strong {
    color: #555;
}

#subMenuWrap {
    width: 100%;
    height: 120px;
}

#subMenuWrap ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#subMenuWrap ul li {    
    position: relative;    
    float: left;
    width: 395px;
    margin: 0 5px 0 0;
}

#subMenuWrap ul li a {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 0.9em;
    color: #000;
    border: 1px solid #eee;
    border-radius: 25px;
    text-align: center;    
    font-weight: normal;
    background: #eee;     
}

#subMenuWrap .grayBox { 
    font-size: 0.95em;
    background: #4d595e;
    color: #fff;
    border: 1px solid #4d595e;
}

#mapLayer {
    clear: left;
    width: 100%;
}

#mapWrap {
    width: 1200px;
    margin: 0 auto;
}

#map {
    width: 100%;
    margin: 0 auto;
}

#mapWrap .contentTitle {
    font-size: 2.1em;
    font-weight: bold;
    color: #000;
    line-height: 110%;
    padding: 0 0 10px 0;
    letter-spacing: -0.5pt;
}

#mapWrap .mapImg {
    margin: 40px 0;
}

#mapWrap .mapImg img {
    width: 1198px;    
    border: 1px solid #ddd;
    border-radius: 5px;
}

#mapWrap .tableWrap {
    width: 100%;
    margin: 20px 0 100px 0;
}

#mapWrap .tableWrap table {
    width: 100%;    
    border-collapse: collapse;    
    background: #fff;
}

#mapWrap .tableWrap th {
    font-weight: normal;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 0.8em;
    padding: 10px 0;
    color: #333;
    text-align: center;
    background: #ddd;
}

#mapWrap .tableWrap td {
    border-bottom: 1px solid #ccc;
    font-size: 0.8em;
    padding: 11px 0;
    text-align: center;
    line-height: 160%;
    color: #333;   
}


#mapWrap .tableWrap .paddingSide {
    padding-left: 20px;
    padding-right: 20px;  
}

#mapWrap .borderTop {
    border-top: 1px solid #ccc;
}

#mapWrap .agent {
    font-size: 0.9em;
    color: #666;
    line-height: 180%;
    margin: 35px 0 80px 0; 
}

#mapWrap .agentTitle {
    font-size: 1.2em;
    font-weight: bold;
    color: #c33;
    line-height: 100%;
    margin: 35px 0 0 0; 
}

#mapWrap .exp {
    font-size: 1.0em;
    color: #666;
    line-height: 150%;
    margin: 20px 0 0 0; 
}

#mapWrap .border {
    border: 1px solid #ddd;
}

#formWrap {
    width: 100%;
}

#formWrap table {
    width: 100%;
    margin: 20px 0 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#formWrap table th {
    width: 250px;
    padding: 20px 0 20px 30px;
    font-weight: normal;
    font-size: 0.9em;
    color: #555;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

#formWrap table td {
    font-weight: normal;
    font-size: 1.0em;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

#formWrap table td input {
    width: 700px;
    padding: 5px 10px;
    font-size: 1.1em;
    color: #555;
    border: 1px solid #bbb;    
}

#formWrap table td textarea {
    width: 700px;
    height: 300px;
    margin: 10px 0;
    padding: 5px 10px;
    font-size: 1.1em;
    color: #555;
    border: 1px solid #bbb;    
}

#formWrap .border0 {
    border: 0;
}

#btnWrap {
    width: 100%;
    margin: 0 0 80px 0;
    text-align: right;
}

#btnWrap button {
    width: 120px;
    padding: 20px 0;
    text-align: center;
    line-height: 100%;
    font-size: 0.8em;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #ddd;
}

#btnWrap button[type='submit'] {
    background: #025;
    color: #fff;
}

.fontRed {
    color: #f00;
}