@charset "UTF-8";

/*==========================================================================

layoutSetting

==========================================================================*/
#quiz,
.application {
margin-top: 32px;
}





/*==========================================================================

titleSetting

==========================================================================*/
div#contents h2 {
background: url("../images/200902_2/ttl.jpg") no-repeat;
}

div#contents h3,
div#contents h4 {
color: #004098;
}

div#contents h3 {
padding-left: 36px;
background: url("../images/200902_2/ico_sub_ttl.gif") no-repeat 0 .2em;
}

div#contents h4 {
background: url("../images/200902_2/bg_sub_ttl.gif") no-repeat;
}



.guide {
margin-top: 100px;
font-size: 0.8em;
}



/*==========================================================================

briefingSetting

==========================================================================*/
#briefing {
padding-bottom: 2px;
width: 580px;
background: url("../images/200902_2/bg_briefing_btm.gif") no-repeat left bottom;
}

div#contents #briefing h3 {
margin-left: 0;
height: 90px;
text-indent: -9999px;
font-size: 1;	/* forWinIE */
line-height: 1;	/* forWinIE */
background: url("../images/200902_2/ttl_briefing.gif") no-repeat;
}

div#contents #briefing p,
div#contents #briefing dl {
margin: 0 20px 10px;
padding-bottom: 16px;
background: url("../../../common/images/dot_line_white.gif") repeat-x left bottom;
}

div#contents #briefing dl {
}

div#contents #briefing dl dt#date {
width: 59px;
height: 46px;
text-indent: -9999px;
font-size: 1;	/* forWinIE */
line-height: 1;	/* forWinIE */
background: url("../images/200902_2/sub_ttl_date.gif") no-repeat;
float: left;
}

div#contents #briefing dl dt#place {
width: 59px;
height: 46px;
text-indent: -9999px;
font-size: 1;	/* forWinIE */
line-height: 1;	/* forWinIE */
background: url("../images/200902_2/sub_ttl_place.gif") no-repeat;
float: left;
}

div#contents #briefing dl dt#capacity {
width: 59px;
height: 46px;
text-indent: -9999px;
font-size: 1;	/* forWinIE */
line-height: 1;	/* forWinIE */
background: url("../images/200902_2/sub_ttl_capacity.gif") no-repeat;
float: left;
}

div#contents #briefing dl dd {
margin-left: 70px;
}

div#contents #briefing dl dd#answer {
margin-top: 20px;
font-size: 1.2em;
font-weight: bold;
}




/*==========================================================================

applicationSetting

==========================================================================*/
.application h4 {
background: url("../images/200902_2/ttl_application.gif") no-repeat !important;
}

.application dl {  
width:500px;  
}  
.application dt {  
float:left;  
width:100px;  
padding:5px 0 5px 10px;  
clear:both;  
font-weight:bold;
color:#e4007f;
}  
.application dd {  
width:360px;  
margin-left:100px;  
padding:5px 5px 5px 10px;  
}  
