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

#wrapper{
	width: 1100px;
	margin: 0 auto;
}

.main_title{
	width: 300px;
	color: #535353;
	border-bottom: solid 1px #0068b7;
	margin: 60px 0 40px;
	font-size: 210%;
	line-height: 20px;
	letter-spacing: 1px;
}

.sub_title{
	font-size: 40%;
	letter-spacing: 0px;
}

.red_text{
	color: #cc0033;
}

.q_list{
	margin: 0px 0 200px;
	color: #535353;
	border: solid 1px #0068b7;
}

.q_list li:nth-child(odd){
	background: #f7fcff;
	padding: 10px 0 10px 20px;
	font-size: 131%;
	border-bottom: solid 1px #0068b7;
	border-top: solid  1px #0068b7;
	font-weight: 540;
}

.q_list li:first-of-type{
	border-top: none;
}

.q_list li:nth-child(even){
	padding: 20px 0 20px 30px;
	line-height: 25px;
}