/* ページング */

.paging {
	width:100%;
	margin:0 auto 10px auto;
}


/* お問合せと回答 */

#ia_title {
	width:90%;
	height:auto;
	margin-top:20px;
	margin-bottom:10px;
}
#ia_box {
	width:90%;
	height:auto;
	margin-bottom:30px;
	padding:15px 20px 10px 20px;
	border-style:solid;
	border-width:3px;
	border-color:#999;
	background-color:#FFF;
	text-align:left;
	line-height:20px;
}
#ia_box .date {
	margin:0 0 5px 3px;
	padding:0px;
	text-align:left;
	line-height:100%;
}
#ia_box .border {
	padding-top:15px;
	border-top:1px solid #CCCCCC;
}
#ia_box p {
	padding:0px;
	line-height:120%;
}
#ia_box p.q {
	margin:10px 0 0 0;
	font-weight:bold;
}
#ia_box p.a {
	margin:10px 0 10px 0;
}
