@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_inquiry.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.cornerCircleBox{
	width:636px;
	margin-top:18px;
	margin-left:48px;
	margin-right:48px;
	margin-bottom:100px;
	display:block;
	background-image: url(../../common/images/corner_circle_top.gif);
	background-repeat: no-repeat;
	background-position:top;
	background-color:#e5f0f8;
}
div.cornerCircleBoxInbox{
	display:block;
	background-image: url(../../common/images/corner_circle_bottom.gif);
	background-repeat: no-repeat;
	background-position:bottom;
}
p.cornerCircleText{
	width:612px;
	padding:12px;
	display:block;
}

strong.cornerCircleTitle {
	display:block;
	padding-bottom:6px;
}

}