@charset "utf-8";
/* 
CSS Information
 File name:      recruit.css
 Author:         Administrator
 Style Info:     /recruit.html
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/

/* #recruit
***********************************/
.inner_box {
	position: relative;
}

.magazine {
	position: absolute;
	top: -30px;
	right: -10px;
}

.magazine + .bnr {
	margin-right: 200px;
}

.text_area dd > strong {
	font-weight: bold;
	color: #800080;
}

.text_area dt {
	color: #f00;
}

.text_area dd table {
	width: 100%;
}

.text_area dd table th,
.text_area dd table td {
	padding: 5px;
	vertical-align: top;
	text-align: left;
	font-size: 93%;
}

.text_area dd table th {
	width: 20%;
	text-align: right;
	font-weight: bold;
}

.text_area dd table td strong {
	font-weight: bold;
}

.text_area dd table td strong.mainshop {
	display: block;
	margin-bottom: 15px;
}
