@charset "UTF-8";





/*Q&A Contents Setting*/


#qa{
	width: 720px;
	margin: 0 15px;
	padding: 0;
}

#qa_title{
	padding: 0px 0px 10px;
	text-align: right;
}

table{
	width: 720px;
	margin: 0px auto 40px;	
	border-bottom: 1px solid #429fcb;
}


.about_reservation_table{
	width: 720px;
	margin: 0px auto 10px;	
	border-bottom: 1px solid #429fcb;
}

th{
	height: 33px;
	
}

td{
	font-size: 0.8em;
	text-align: left;
	padding: 10px;
}


.header_2 {
	font-weight: bold;
	font-size: 1em;
}


.header_3 {
	font-weight: bold;
	font-size: 1em;
}


table ul li{
	list-style-type: none;
	margin-left: 15px;

}


.qa{
	/*padding-bottom: 5px;*/
}


.qa_q{
	width: 200px;
	border-top: 1px solid #429fcb;
	border-left: 2px solid #429fcb;
	border-right: 1px solid #429fcb;
}


.qa_a{
	width: 520px;	
	border-top: 1px solid #429fcb;
	border-right: 1px solid #429fcb;
}




strong{
	font-weight: bold;
	color: #666666;
}


.qa_form{
	text-align: right;
	font-size: 0.8em;
	margin: 0px 0px 20px;
}


#qa a:link{
	color: #ff33ff;
}

#qa a:visited{
	color: #ff33ff;
}

#qa a:active{
	color: #ff33ff;
}

#qa a:hover{
	color: #ff33ff;
}
