@charset "shift_jis";

#contents-inner h2,p,ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}
#contents-inner img {
	vertical-align: bottom;
}
#contents-inner {
	background: url(../img/contents_inner_bg.png) left top repeat-y;
	background-size: 100%;
}

/* soft-title */
#soft-title {
	background: #FFF;
}
#soft-title h1 {
	display: table;
	min-width: 298px;
	margin: 0;
	padding: 8px;
	color: #000;
	/*border-left: 6px solid #0096C8;*/
	font-size: 12px;
}
#soft-title h1 .hard,
#soft-title h1 .soft-title-name {
	display: table-cell;
	vertical-align: middle;
}
#soft-title h1 .hard {
	/*margin-right: 8px;*/
	color: #000;
	font-size: 25px;
	font-weight: bold;
}
#soft-title h1 .soft-title-name {
	line-height: 1.2;
	font-weight: bold;
}

/* main-title */
#main-title {
	background: url(../img/main_ttl_bg.png) left top;
}
#main-title .catch {
	margin-top: -11%;
	position: relative;
}
#main-title h3 {
	margin-top: -11%;
}

/* section 01 */
#section01 {
	margin-top: -12%;
	padding-bottom: 20px;
	background: url(../img/cont_wrap_bg01.png) no-repeat left top;
	background-size: 100% auto;
	position: relative;
	z-index: 100;
}
#section01 .job01,
#section01 .job03 {
	float: left;
	width: 50%;
}
#section01 .job02,
#section01 .job04 {
	float: right;
	width: 50%;
}

/* section02 */
#section02 {
	position: relative;
	top: -14px;
	background: url(../img/cont_wrap_bg02.png) left top
}

/* aside */
.aside {
	margin: 0.5em 1em 3em;
	color: #fff;
}
.caution li:before {
	content: "\203B";
	padding-right: .5em;
}
.caution li {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.4;
	font-size: 14px;
}
.caution li a {
	text-decoration: underline;
	color: #0000ee;
	padding: 0 .3em;
	word-break: break-all;
}
.caution li a:hover {text-decoration: none;}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}