@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      about.css
 Author:         masaki kiuchi
 Style Info:     JMVAとはページ用スタイル
----------------------------------------------------------- */


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

h4 {
	padding-left: 5px;
	border-bottom: #1f78b4 solid 1px;
	border-left: #1f78b4 solid 5px;
}

h5.title {
	font-size: 1.4em;
	margin-bottom: 1em;
	padding-left: 18px;
	background: url(../img/event/h5_icon.gif) no-repeat 0px 3px;
}

p.question {
	margin-top: 2em;
	padding-left: 45px;
	font-weight: bold;
	color: #0166B4;
	background: transparent url(../img/qa/qhead.gif) no-repeat left center;
}

p.answer {
	padding-left: 45px;
	padding-bottom: 2em;
	border-bottom: #CCC dashed 1px;
	background: transparent url(../img/qa/ahead.gif) no-repeat 0px 3px;
}

.red {
	color: #F00;
}
.h204 {
	font-size: 1.4em;
	color: #1f78b4;
	padding-left: 5px;
	border-bottom: #1f78b4 solid 1px;
	border-left: #1f78b4 solid 5px;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 1em !important;

}
