@charset "utf-8";

html {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* 10px */
	border: 0;
}
body {
	margin: 0;
	padding: 0;
	font: 10px arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #ccc;
}
img {
	border: none;
	vertical-align: bottom;
}
a { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }
p { margin: 0; padding: 0; line-height: 100%; }
div { margin: 0; padding: 0; }
br { margin: 0; padding: 0; }
h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse; /*cellspacing*/
}
table th {
	padding: 0; /*cellpadding*/
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	vertical-align: top;
}
table td {
	padding: 0; /*cellpadding*/
	line-height: 120%;
	vertical-align: top;
}
.clearfix:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: " ";
}
* html .clearfix { zoom: 1; } /*IE6*/
*:first-child+html .clearfix { zoom: 1; } /*IE7*/


.blockLink {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	cursor: pointer;
}

#creative {
	position: relative;
	overflow: hidden;
	width: 160px;
	height: 600px;
	margin: 0;
	background: #ffa000;
}

.border {
	background-image: none;
	background-color: #ffa000;
}

#logo {
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 550px;
	left: 0;
	width: 160px;
	height: 50px;
	background: url("../../1/s/160x600_f.gif") no-repeat 0 0;
	background-size: cover;
}
#coupon {
	display: inline-block;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	bottom: 0;
}

.auto {
	display: inline-block;
	position: relative;
	float: left;
	width: 153px;
	height: 179px;
	margin: 3px 0 0 3px;
	text-align: center;
	background: #ffffff;
	border-radius: 2.5px;
}

.box {
	position: static;
	overflow: hidden;
	width: 142px;
	height: 168px;
	padding: 5px;
	color: #000033;
	border: solid 1px #ffa000;
	border-radius: 2.5px;
}

.boxOver {
	background: #D6FCFF;
}

.box p {
	overflow: hidden;
	width: 100%;
}

.itemName {
	height: 4.2em;
	margin: 8px 0 0;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	color: #000033;
	word-break: break-all;
}

.itemPrice {
	height: 1.3em;
	margin: 20px 0 26px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	color: #ff0000;
	word-break: break-all;
}
.itemPrice:before {
	font-size: 1.2rem;
	content: "";
}
.itemPrice:after {
	font-size: 1.2rem;
	content: "";
}

.itemPrice_text {
	height: 2.6em;
	margin: 10px 0 14px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	color: #ff0000;
	word-break: break-all;
}

.itemFlow {
	width: 100%;
	height: 2em;
	margin: 0 auto;
}
.itemFlow span {
	display: inline-block;
	overflow: hidden;
	width: 98%;
	font-size: 1.1rem;
	line-height: 1.9em;
	color: #ffffff;
	white-space: nowrap;
	background: #303f9f;
	border-radius: 3px;
}
.itemFlow span:after {
	content: "求人詳細";
}