@charset "UTF-8";

/*==========================================================================

layoutSetting

==========================================================================*/
#quiz,
.application {
margin-top: 32px;
}

.allColumn{
padding-bottom: 30px;
}


.price{
width:590px;
margin: 20px 0 0 0;
border: 1px #cccccc solid;
border-collapse: collapse;
border-spacing: 0;
}

.price td {
padding:7px;
text-align:center;
}

.green {
width:100px;
background-color:#4F794A;
color:#FFFFFF;
}

.red {
width:100px;
background-color:#B4374C;
color:#FFFFFF;
}





/*==========================================================================

titleSetting

==========================================================================*/
div#contents h2 {
background: url("../images/201003_2/ttl.jpg") no-repeat;
}

div#contents h3,
div#contents h4 {
color: #003300;
}

div#contents h3 {
padding-left: 30px;
background: url("../images/201003_2/ico_sub_ttl.gif") no-repeat ;
}

div#contents h4 {
background: url("../images/201003_2/bg_sub_ttl.gif") no-repeat;
}




/*==========================================================================

quizSetting

==========================================================================*/
#quiz {
padding-bottom: 2px;
width: 580px;
background: url("../images/201003_2/bg_quiz_btm.gif") no-repeat left bottom #E6E6E6;
}

div#contents #quiz h3 {
margin-left: 0;
height: 90px;
text-indent: -9999px;
font-size: 1;	/* forWinIE */
line-height: 1;	/* forWinIE */
background: url("../images/201003_2/ttl_quiz.gif") no-repeat;
}

div#contents #quiz p,
div#contents #quiz dl {
margin: 0 20px 16px;
padding-bottom: 16px;
background: url("../../../common/images/dot_line_white.gif") repeat-x left bottom;
}

div#contents #quiz dl {
}

div#contents #quiz dl dt {
width: 60px;
height: 40px;
text-indent: -9999px;
font-size: 1;	/* forWinIE */
line-height: 1;	/* forWinIE */
background: url("../images/201003_2/sub_ttl_quiz.gif") no-repeat;
float: left;
}

div#contents #quiz dl dd {
margin-left: 70px;
}

div#contents #quiz dl dd#answer {
margin-top: 4px;
font-size: 1.2em;
font-weight: bold;
}




/*==========================================================================

applicationSetting

==========================================================================*/
.application h4 {
background: url("../images/201003_2/ttl_application.gif") no-repeat !important;
}

.application dl {  
width:500px;  
}  
.application dt {  
float:left;  
width:70px;  
padding:5px 0 5px 10px;  
clear:both;  
font-weight:bold;
color:#e4007f;
}  
.application dd {  
width:360px;  
margin-left:70px;  
padding:5px 5px 5px 10px;  
}  
