@import"common.css";

/* CSS Document */

/* contact START */
/*/// contents ////////////////////////////////////////////////////////*/
#title-q-and-a{
	height: 70px;
	background-image: url(../images/q-and-a/h2-q-and-a.png);
	background-repeat: no-repeat;
}
/*//////////// text invisible ////////////*/
#title-q-and-a h2{text-indent: -9999px;}
/*//////////// text invisible ////////////*/

#contents-q-and-a{
	padding-top:20px;
	padding-left:80px;
	padding-right:80px;
	padding-bottom:380px;
}

#contents-q-and-a h3{
	height: 23px;
	background-image: url(../images/q-and-a/h3-q-and-a.png);
	background-repeat: no-repeat;
	background-position: left center;
	/*border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #043AA0;*/
}
/*//////////// text invisible ////////////*/
#contents-q-and-a h3{text-indent: -9999px;}
/*//////////// text invisible ////////////*/

#contents-q-and-a dt{
	width: 740px;
	padding-top:20px;
	padding-left:40px;
	padding-right:20px;
	font-weight: bold;
	color: #043AA0;
	background-image: url(../images/q-and-a/q.png);
	background-repeat: no-repeat;
	background-position: 22px 20px;
}

#contents-q-and-a dd{
	width: 740px;
	padding-top:5px;
	padding-left:40px;
	padding-right:20px;
	padding-bottom:20px;
	border-bottom-color: #043AA0;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	background-image: url(../images/q-and-a/a.png);
	background-repeat: no-repeat;
	background-position: 22px 8px;
}
/* contact END */
