@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;
}
p.catchCopy{
	width:522px;
	margin-top:24px;
	margin-left:24px;
	padding-bottom:21px;
	display:inline;
	font-size: 14pt;
	color:#084676;
	height: 1em;
	font-weight:bold;
	display:block;
}
}

/*画面表示用*/

@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_recruit.gif);
	background-repeat: no-repeat;
	text-indent:-10000px;
	display:table;
	overflow:hidden;
}
p.catchCopy{
	width:380px;
	height:50px;
	margin-top:24px;
	margin-left:24px;
	background-image: url(../images/recruit_catchcopy.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*/

div.cornerCircleBox{
	width:522px;
	margin-top:18px;
	margin-left:24px;
	display:block;
	background-image: url(../../common/images/corner_circle_s_top.gif);
	background-repeat: no-repeat;
	background-position:top;
	background-color:#e5f0f8;
}
div.cornerCircleBoxInbox{
	display:block;
	background-image: url(../../common/images/corner_circle_s_bottom.gif);
	background-repeat: no-repeat;
	background-position:bottom;
}
p.cornerCircleText{
	width:498px;
	padding-top:24px;
	padding-bottom:24px;
	margin-right:12px;
	margin-left:12px;
	display:block;
}
p.cornerCircleTextCenter{
	width:522px;
	padding-top:50px;
	padding-bottom:50px;
	display:block;
	text-align:center;
}

table.container {
	width:522px;
	border-spacing:0px;
	padding:0px;
	empty-cells:show;
	margin-left:24px;
}
td.style1{
	width:100px;
	font-weight:bold;
	padding-left:12px;
	background-image: url(../images/dotline_vertical.gif);
	background-repeat: repeat-y;
	background-position: right;
}
td.style1t{
	width:100px;
	font-weight:bold;
	padding-left:12px;
	vertical-align:top;
	background-image: url(../images/dotline_vertical.gif);
	background-repeat: repeat-y;
	background-position: right;
}
td.style2{
	padding-left:12px;
}

p.tableTitle {
width:522px;
margin-left:24px;
margin-top:18px;
margin-bottom:12px;
padding-top:8px;
padding-bottom:8px;
background-color:#e0e0e0;
font-weight:bold;
text-align:left;
text-indent:12px;
}

}
