﻿@charset"utf-8";


@import "common.css";
@import "header.css";
@import "main.css";
@import "footer.css";


/* //-----------------↓内側左サイドメニュー指定ここから↓-----------------// */
#sidebar2 h3.on {
	background:#fdae79;
	color:#ffffff;
}
#sidebar2 h3.off {
	border-bottom:1px solid #fdae79;
	border-top:1px solid #fdae79;
}
#sidebar2 li {
	background:url(../../recruit/img/arrow_recruit.gif) no-repeat 0 0.5em;
	text-indent:1em;
	width:125px;
}

/* //-----------------↓内側メインコンテンツここから↓-----------------// */
#inmainContent h2{
	background:url(../../recruit/img/title_recruit.gif) no-repeat;
}
#inmainContent h3 {
	border-bottom:1px solid #fdae79;
	padding:3px;
	font-size:1.5em;
	margin-bottom:10px;
}
#inmainContent h4 {
	border-bottom:1px dotted #fdae79;
	padding:3px;
	font-size:1.2em;
	margin-bottom:10px;
}

#inmainContent img.qcode{
	float:right;
	margin-left: 10px;
}
#inmainContent img.jobway{
	float:left;
	margin:15px 15px 10px 10px;
}


span.end, span.invited {
	float: right; 
	font-size: 0.8em;
	padding: 3px 5px 3px 5px;
	margin-right:-3px;
}

span.end {
	color: #ff9966;
	border:1px solid #ff9966;
	margin-top:-2px;
}

span.invited {
	background-color: #ff9966;
	color: #ffffff;
}

td.midashi {
	vertical-align: top;
}
p.indent_tyuki {
	margin: 0px 0px 0px 1em;
	text-indent: -1em;
}

p.wid_l{
}
p.wid_r{
	width:300px;
	float:right;
}

table.reccon {
	margin:0 10px 10px 10px;
}
table.reccon th,table.reccon td {
	padding:2px;
}
table.reccon th {
	letter-spacing:0.7em;
	width:50px;
}
#inmainContent ul, #inmainContent li {
	margin-left:1.5em;
	line-height:1.5em;
	list-style-type: disc;
}

#inmainContent ol li {
	list-style-type: decimal;
}
