@charset "UTF-8";

/*　確認用　border:1px solid #000000;　*/

/*印刷用*/

@media print {
h1{
	width:732px;
	display:block;
	padding-bottom:20px;
	font-size: 18pt;
	color:#084676;
	height: 1em;
	font-weight:bold;
}
}

/*画面表示用*/

@media screen {
h1{
	width:732px;
	height:48px;
	background-image: url(../images/title_policy.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*/

p.copy{
	width:636px;
	margin-top:28px;
	margin-left:48px;
	margin-right:48px;
	display:block;
}
p.copyRead{
	width:636px;
	margin-top:12px;
	margin-left:48px;
	margin-right:48px;
	display:block;
}
p.copyTitle{
	width:636px;
	margin-top:24px;
	margin-left:48px;
	margin-right:48px;
	display:block;
	font-weight:bold;
}
p.copynormal{
	width:636px;
	margin-top:12px;
	margin-left:48px;
	margin-right:48px;
	display:block;
}
p.copyBottom{
	width:636px;
	margin-top:12px;
	margin-left:48px;
	margin-right:48px;
	margin-bottom:24px;
	display:block;
}
ul.listbox{
	width:636px;
	margin-top:18px;
	margin-left:48px;
	margin-right:24px;
	display:block;
}
ul li.copy{
	margin-left:24px;
	margin-bottom:6px;
	display:list-item;
	list-style:disc;
	list-style-position:outside;
}
ol.listbox{
	width:636px;
	margin-top:18px;
	margin-left:48px;
	margin-right:24px;
	display:block;
}
ol li.copy{
	margin-left:24px;
	margin-bottom:6px;
	display:list-item;
	list-style:decimal;
	list-style-position:outside;
}
p.copyTopline {
	width:636px;
	margin-top:28px;
	margin-left:48px;
	margin-right:48px;
	display:block;
	background-image: url(../../common/images/dotline.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 28px;
}

}