@charset "utf-8";
/* -----------------------------------------------------------
CSS Information
File name:      contents.css
Author:         Takuro Toyama
Style Info:     個別レイアウト
----------------------------------------------------------- */

.subTitle {
	padding: 5px 0 10px;
}

.inner h4 {
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
	color: #288f82;
}

.inner h4 span {
	padding-left: 5px;
	line-height: 1.2;
	border-left: #288f82 3px solid;
}
.inner dl {
	margin:0 0 15px 0px;
}

/*浦山追加*/

.inner dl dt {
	color:#1e887c;
	font-size:13.5px;
	margin:20px 0 10px ;
	padding-left:42px;
	background:url(../images/icon_q.gif) no-repeat 22px 4px;
}

.inner dl dd {
	padding:0px 0 15px 42px;
	border-bottom:#CCC solid 1px;
	background:url(../images/icon_a.gif) no-repeat 22px 3px;
}

.questionList{
	font-size:13.5px;
	border-bottom:#CCC solid 1px;
	padding-bottom:20px;
}

.questionList li{
	color:#1e887c;
	margin-bottom:5px;
	padding-left:42px;
	background:url(../images/icon_q.gif) no-repeat 22px 4px;
}


.questionList a{
	color:#1f897d;
	text-decoration:underline;
}

.questionList visited{
	text-decoration:none;
}

