@charset "utf-8";

/* =======================================

	
　　　　当院についてページ用
	

========================================== */
#container {
    padding: 30px 30px;
	width: 708px;
}

#container h2 {
    background: url(../../img/h2.jpg) no-repeat;
	padding: 0 10px 8px 10px; 
	border-bottom: dashed 1px #999;
	margin: 15px 0;
	color: #999;
	font-size: 116%;
	font-weight: bold;
}

.top_text {
    font-weight: bold;
	color: #666;
}




/* qa_box
========================================== */
.qa_box {
    margin: 20px 100px;
}

.qa_box h3 {
    background: url(../../img/qa/question.jpg) no-repeat;
	padding-left: 30px;
	line-height: 23px;
	color: #6dcc24;
	font-weight: bold;
	margin-bottom: 5px;
}

.qa_box p {
    border: solid 1px #aeff5e;
	padding: 1em 20px 1.5em 20px;
	color: #666;
}

.qa_box p span {
    color: #769705;
	font-weight: bold;
	font-size: 123.1%;
	line-height: 2em;
}
















