@charset "utf-8";

#contents{
clear:both;
}
#contents div.section{
margin:0 10px;
}
#contents div.section p.detail{
font-size:85%;
text-align:left;
}

/*
--------------------------------------------------------
base
--------------------------------------------------------
*/
div#header h1{
position:absolute;
top:100px;
left:0;
padding:0;
margin:0;
}

div.section p.inquire{
border-top:#FF6600 double 5px;
border-bottom:#FF6600 double 5px;
padding:1em;
width:91%;
}
div.section dl.form{
margin:0 0 0 1em;
}
div.section dl.form dt{
width:25%;
}
div.section dl.form dd{
border:none;
}


div.section dl.receipt dt{
float:none;
font-weight:bold;
width:auto;
}
div.section dl.receipt dd{
margin:0;
border:none;
}

div.section dl.faq{
margin:0 0 0 2em;
}
div.section dl.faq dt{
margin:0.5em 0 0 0;
font-weight:bold;
width:100%;
}
div.section dl.faq dd{
margin:0 0 0 -3em;
border:none;
}

div.section dl.faq dd ul{
padding: 0.5em 0 0 0;
margin:0 0 0 1em;
}
div.section dl.faq dd ul li{
list-style:none;
background:url(../img/listicon.gif) no-repeat 0 8px;
}

div.section div.message{
border:3px solid #f60;
padding:5px;
}
