@charset "UTF-8";

/*　確認用　border:1px solid #000000;　*/

/*印刷用*/

@media print {
h1{
	width:588px;
	display:block;
	padding-bottom:20px;
	font-size: 18pt;
	color:#084676;
	height: 1em;
	font-weight:bold;
}
h2{
	width:522px;
	padding-top:21px;
	padding-bottom:21px;
	margin-left:24px;
	display:block;
	font-size: 16pt;
	color:#682A08;
	height: 1em;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
}

/*画面表示用*/

@media screen {
h1{
	width:588px;
	height:48px;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	text-indent:-10000px;
	display:table;
	overflow:hidden;
}
h2{
	width:522px;
	height:56px;
	margin-top:24px;
	margin-left:24px;
	margin-right:42px;
	background-image: url(../images/title_service.gif);
	background-repeat: no-repeat;
	text-indent:-10000px;
	display:table;
	overflow:hidden;
}
}

/*画面表示印刷両用*/

@media screen,print {

/*mainVisual*/
div#mainVisual{
	width:792px;
	margin-left:7px;
	background-image: url(../images/maintitlebg.jpg);
	background-repeat: no-repeat;
    display:table;
}

/*contents*/

h3{
	width:522px;
	padding-top:24px;
	padding-bottom:24px;
	margin-left:24px;
	margin-right:24px;
	display:block;
	background-image: url(../../common/images/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

ul.questionContainer{
	width:522px;
	margin-left:24px;
	margin-right:24px;
	padding-top:24px;
	padding-bottom:18px;
	display:block;
}
li.question{
	width:473px;
	display:list-item;
	padding-bottom:6px;
	padding-left:24px;
	list-style:none;
	background-image: url(../images/icon_q.gif);
	background-repeat: no-repeat;
}
dl.qaContainer{
	width:522px;
	margin-left:24px;
	margin-right:24px;
	padding-top:24px;
	padding-bottom:18px;
	background-image: url(../../common/images/dotline.gif);
	background-repeat: repeat-x;
	background-position: top;
	display:block;
}
dt.question{
	font-weight:bold;
	padding-left:36px;
	padding-bottom:18px;
	background-image: url(../images/icon_big_q.gif);
	background-repeat: no-repeat;
}
dd.answer{
	padding-left:36px;
	padding-bottom:6px;
	background-image: url(../images/icon_big_a.gif);
	background-repeat: no-repeat;
}
span.annotation {
	vertical-align: text-top;
	font-size: 9px;
	font-weight:bold;
	color: #ff0000;
}
}
