@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_stipulation.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;
}
div.getacroContainer{
	width:636px;
	margin-top:28px;
	margin-left:48px;
	margin-right:48px;
	margin-bottom:100px;
	display:block;
}
div.getacro{
	width:96px;
	float:left;
	display:block;
}
table {
	width:636px;
	margin-top:24px;
	margin-left:48px;
	margin-right:48px;
	margin-bottom:24px;
	border-spacing:0px;
	border-collapse:collapse;
	empty-cells:show;
	display:table;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CACDCB;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CACDCB;
}
th {
	border-top-width: 1px;
	border-top-style: solid;
	background-color:#EAEEF0;
	padding: 12px;
	text-align: center;
	vertical-align: top;
}
td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CACDCB;
	padding: 12px;
	text-align: center;
	vertical-align: center;
}
td.tableStyle1 {
	width:200px;
	color:#084676;
	background-color:#E5F0F8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CACDCB;
}
td.tableStyle2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CACDCB;
}
}

