@charset "UTF-8";

.question_img {
	float:left;
	clear: left;
}

.answer_img {
	float: right;
	clear: right;
}
.wrapper .left {
	background-color: #EEEEEE;
}
#title_area {
	text-align: center;
}

@media (max-width:500px){
	
	#title_area {
	margin: 15px 0;
	width: 100%;
}

#main h1 {
/* 各ページのタイトル用 */
	text-align: center;
	font-size: 18px;
}

#main h1:before,
#main h1:after {
	content: " － ";
}

#main h2 {
	text-align: center;
	margin: 15px auto;
	font-size: 16px;
	line-height:1.3em;
}

#main h3 {
	clear: both;
	font-size: 13px;
	margin: 15px 0;
}

#contents_area .lefter {
	text-align: left;
}
#main {
	font-size: 12px;
}

#contents_area {
	line-height: 1.5em;
	margin: 30px 0;
	border: solid 3px #122A88;
	padding: 10px;
}

/* よくある質問 Question */
.question {
	width: 100%;
	clear: both;
}

.question p {
	text-align: left;
	background-color: #eee;
	padding: 10px 0;
	font-size: 12px;
}

/* よくある質問 Answer */
.answer {
	float: right;
	width: 100%;
}
.answer p {
	color: #122a88;
	padding: 10px 0;
	line-height: 1.5em;
	font-size: 12px;
}

#senkou {
	float: right;
	clear: both;
	text-align: left;
	width: 100%;
}

}
