@charset "utf-8";
/* CSS Document */

.inquiry h3{
margin-bottom:20px;
}

.inquiry .mainInner{
width:600px;
margin:0 auto;
min-height:600px;
}

.inquiry .mainInner a{
color:#3399CC;
text-decoration:underline;
background:url(../img/linkIco02.gif) left 8px no-repeat;
padding-left:10px;
}

.inquiry .mainInner a:hover{
text-decoration:none;
}

.inquiry table{
width:100%;
border-collapse:collapse;
/*border-top:#000000 dotted 1px;*/

margin-bottom:30px;
}

.inquiry table th{
font-weight:bold;
}


.inquiry table th,
.inquiry table td{
vertical-align:top;
border-bottom:#ccc dotted 1px;
padding:8px 10px;
line-height:2.0;
}

#infoBox{
position:relative;
}
#mailInfo{
position:absolute;
top:72px;
left:335px;
}

#mailInfo a{
background:none;
}
