@charset "UTF-8";

/* recruitCSS Document */

/*■■■■layout■■■*/

div#contents_info div.recruit_contents h1{
	width: 612px;
	height:30px;
	margin:0px auto;
	background: url(/info/images/title_recruit.gif);
}
div#contents_info div.recruit_contents div.recruit{
	width: 600px;
	margin:0px auto;
	padding:5px 0px;
}
div#contents_info div.recruit_contents div.recruit h2{
	padding:5px 15px;
	border-bottom: 1px dotted #000;
}
div#contents_info div.recruit_contents div.recruit div.TabbedPanelsContentGroup{
	border-top:5px solid #ff7083;
}

div#contents_info div.recruit_contents div.recruit li.TabbedPanelsTab{
	width:128px;
	height:25px;
	margin-right:5px;
}
div#contents_info div.recruit_contents div.recruit div.recruit1{
	width:128px;
	height:25px;
	background: url(/info/images/tab_recruit1.gif) no-repeat 0px -50px;
}
div#contents_info div.recruit_contents div.recruit li.TabbedPanelsTabHover div.recruit1 {
	background: url(/info/images/tab_recruit1.gif) no-repeat 0px -25px;
}
div#contents_info div.recruit_contents div.recruit li.TabbedPanelsTabSelected div.recruit1 {
	background: url(/info/images/tab_recruit1.gif) no-repeat 0px 0px;
}
div#contents_info div.recruit_contents div.recruit div.recruit2{
	width:128px;
	height:25px;
	background: url(/info/images/tab_recruit2.gif) no-repeat 0px -50px;
}
div#contents_info div.recruit_contents div.recruit li.TabbedPanelsTabHover div.recruit2 {
	background: url(/info/images/tab_recruit2.gif) no-repeat 0px -25px;
}

div#contents_info div.recruit_contents div.recruit li.TabbedPanelsTabSelected div.recruit2 {
	background: url(/info/images/tab_recruit2.gif) no-repeat 0px 0px;
}

div#contents_info div.recruit_contents div.recruit div.appeal1{
	width:128px;
	height:25px;
	background: url(/info/images/tab_appeal.gif) no-repeat 0px -50px;
}
div#contents_info div.recruit_contents div.recruit li.TabbedPanelsTabHover div.appeal1 {
	background: url(/info/images/tab_appeal.gif) no-repeat 0px -25px;
}

div#contents_info div.recruit_contents div.recruit li.TabbedPanelsTabSelected div.appeal1 {
	background: url(/info/images/tab_appeal.gif) no-repeat 0px 0px;
}



div#contents_info div.recruit_contents div.recruit table{
	width: 100%;
	margin:5px auto 20px;
	border-collapse:collapse;
}
div#contents_info div.recruit_contents div.recruit th{
	padding:5px 5px;
	border: 1px solid #bbb;
	background: #fc9;
}
div#contents_info div.recruit_contents div.recruit td{
	padding:5px 5px;
	border: 1px solid #bbb;
	background: #fff;
}


/*■■■■font■■■*/
div#contents_info div.recruit_contents div.recruit table{
	font-size:80%;
}