@charset "UTF-8";
/* CSS Document */

h1{
	width:1000px;
	padding-top:15px;
	margin-bottom:10px;
}

h2{
	margin:0 auto;
	width:390px;
	padding-top:30px;
	margin-bottom:50px;
}

article{
	width:880px;
	margin:0 auto;
	margin-bottom:40px;
	padding:20px;
	border: 5px solid #A1DEE3;
	background-color:#FFFFFF;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

.ans_box{
	border-bottom:#CCC dotted 1px;
	padding-bottom:10px;
	margin-bottom:30px;
}
.answer dl{
	width:292px;
	float:left;
}
.answer dt{
	width:94px;
	float:left;
}

.answer dd{
	width:192px;
	float:left;
}


.illust_box{
	border-bottom:#CCC dotted 1px;
	padding-bottom:10px;
	margin-bottom:30px;
	width:397px;
	float:left;
}
.mg_b10{
	margin-bottom:10px;
}
.mgr{
	margin-right:60px;
}
.il_list{
	list-style: none inside;
}
.il_list li{
	margin-left:20px;
}

.box_il{
	float:left;
	width:880px;
}

.ans{
	width:100px;
	text-align:center;
	margin-bottom:10px;
	padding:2px;
	background-color:#F1766A;
	color:#FFFFFF;
	font-weight:bold;
	font-size:20px;
	border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */  
}

.font_answer{
	color:#F1766A;
	font-weight:bold;
	font-size:30px;
	border-bottom:#F1766A solid 2px;
}

.btn_modoru{
	width:880px;
	margin:0 auto;
	text-align:center;
	height:80px;
}

.mg_t20{
	margin-top:20px;
}