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


/*ここからメイン*/
#content{
	width:980px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}

#route{
	width:auto;
	height:auto;
	margin-left:30px;
	font-size:13px;
}


#qna_title{
	width:920px;
	height:auto;
	margin-left:30px;
	margin-bottom:30px;
}

#bigfont{
	font-size:24px;
	font-weight:bold;
	border-bottom: 1px dotted #666;
	width:920px;
}

#qna{
	width:920px;
	height:auto;
	margin-left:30px;
	margin-right:30px;
	margin-top:40px;
}

.q{
	width:auto;
	height:auto;
	margin:auto;
	font-size:14px;
	font-weight:900;
	color:#000;
}

.a{
	width:auto;
	height:auto;
	margin-left:0px;
	margin-right:0px;
	font-size:14px;
	color:#333;
	margin-top:10px;
	margin-bottom:30px;
}


/*ここまでメイン*

