@charset "utf-8";

/*
 * [TOP_PAGE]
 * トップページ用スタイル
 */
div#recruit {
	float:left;
	width:438px;
	background:url(../img_lib/tip_separate.gif) repeat-y 100% 0;
	padding:0 15px 15px;
}
div#recruit div.section_title {
	position:relative;
	z-index:1;
	margin:0 -17px;
}
div#recruit ul {
	margin:10px;
	list-style:none;
}
div#recruit ul li {
	float:left;
	margin:0;
}
div#recruit ul li a {
	display:block;
}
div#topics {
	float:right;
	width:302px;
	margin-bottom:30px;
}
div#topics div.section_title {
	position:relative;
	z-index:1;
	margin-right:-5px;
}
div#topics ul {
	margin:10px 20px;
}
div#topics li {
	padding-bottom:1em;
	line-height:1em;
}
div#topics li span.date {
	font-size:x-small;
	color:#999;
	float:right;
}
div#topics p {
	text-align:right;
}
div#topics p.more {
	font-size:x-small;
	margin-right:10px;
}
div#products {
	float:left;
	width:300px;
	margin-bottom:30px;
}
div#products div.section_title {
	margin:0 -5px 15px 0;
	position:relative;
	z-index:1;
}
div#products p {
	font-size:x-small;
	margin:0 0 10px 65px;
}
div#marks {
	float:right;
	text-align:right;
}
div#marks img {
	margin:5px;
}

/*
 * [CLEARFIX]
 */
div#recruit ul:after,
div#topics:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
div#recruit ul,
div#topics {
	display:inline-block;
}
* html div#recruit ul,
* html div#topics {
	height:1%;
}
/*
 * [/CLEARFIX]
 */
