@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      contact.css
 Adddate:        2010.12.09
 Upddate:        2010.12.09
 Style Info:     Contact Page CSS
----------------------------------------------------------- */
.section-etc h3 {
 margin: 0 0 25px;
 padding: 0;
 background-color: #FFF;
 /*border-bottom: solid 1px #DEDEDE;
 color: #008CCC;
 font-size: 138.5%;
 font-weight: bold;*/
}
/*h3.title-tel span {
 padding: 10px 2px 0 36px;
 background: url(../../img/ico_tel.gif) no-repeat left center;
}
h3.title-mail span {
 padding: 0 2px 0 36px;
 background: url(../../img/ico_mail.gif) no-repeat left center;
}*/
.contact-tel {
 width: 460px;
 height: 130px;
 margin-bottom: 50px;
 padding: 30px 95px 0 145px;
 background: url(../../img/bg_tel.jpg) no-repeat left top;
 text-align: center;
}
.contact-tel p {
 margin-bottom: 20px;
}

.contact-mail-cf {
 margin: 30px 0;
 padding: 30px 45px;
 border: solid 1px #DEDEDE;
}
.contact-mail-cf h4 {
 margin-bottom: 25px;
 padding-bottom: 3px;
 background: url(../../img/border.gif) repeat-x left bottom;
 font-size: 116%;
 font-weight: bold;
}
.contact-mail-cf ul li {
 margin-bottom: 10px;
 padding-left: 14px;
 background: url(../../../img/ico_square.gif) no-repeat left 3px;
}
.contact-mail-bt {
 text-align: center;
}
