@charset "UTF-8";
/* -------------------------- */
/* seamless */
/* -------------------------- */

article section.seamless {
	background:#e1e1e1;
	padding:20px 3% 10px 3%;
	width:94%;
	height:auto;
	clear:both;
	margin:0;
}
article section.seamless:after {
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
article section.seamless ul {
	margin:0;
	padding:0;
	width:100%;
}
article section.seamless ul li {
	width:48%;
	display:block;
	float:left;
	padding:10px 0;
	list-style:none;
	color:#FFFFFF;
	text-align:center;
	margin:0 3% 10px 0;
}
article section.seamless ul li:nth-child(even) {
	margin-right:0;
}
article section.seamless ul li.baito {
	background:#7ec333;
}
article section.seamless ul li.part {
	background:#f46f85;
}
article section.seamless ul li.shukatsu {
	background:#039dd3;
}
article section.seamless ul li.wakate {
	background:#e0920a;
}
article section.seamless ul li.edge {
	background:#1a5cb6;
}
article section.seamless ul li.syokunin {
	background:#282828;
}
article section.seamless ul li.veteran {
	background:#d54c43;
}
article section.caution {
	clear:both;
	margin:40px 0 50px 0;
}
article section.caution p span {
	font-size:0.8em;
	padding:20px 0 0 0;
	clear:both;
	display:block;
}
