@charset "utf-8";
/* CSS Document */

/*サブページタイトル*/

#subTit {
	font-size: 100%;
	line-height: 1.2em;
	color: #FFF;
	background-color: #FFD24D;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;	
}

.text_q {
	font-size: 95%;
	line-height: 1.5em;
	color: #525252;
	text-decoration: underline;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-image: url(img/q_mark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	-webkit-background-size: 19px 19px;
	background-size: 19px 19px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.text_q  a:link,a:visited,a:hover {
	color: #525252;

}

.text_a1 {
	font-size: 95%;
	line-height: 1.5em;
	color: #1871BF;
	margin-bottom: 10px;
	padding-left: 25px;
	background-image: url(img/a_mark1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 16px 17px;
	background-size: 16px 17px;
	margin-right: 10px;
	margin-left: 10px;
}

.text_a2 {
	padding-left: 25px;
	font-size: 95%;
	line-height: 1.5em;
	color: #525252;
	margin-bottom: 10px;
	background-image: url(img/a_mark2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 19px 19px;
	background-size: 19px 19px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-right: 10px;
	margin-left: 10px;
}


/*ボーダーライン無*/
.text_a3 {
	padding-left: 25px;
	font-size: 95%;
	line-height: 1.5em;
	color: #525252;
	margin-bottom: 10px;
	background-image: url(img/a_mark2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 19px 19px;
	background-size: 19px 19px;
	margin-right: 10px;
	margin-left: 10px;
	
}

.deButt {
	background-color: #F7B509;
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.border {
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}


