@charset "utf-8";

/* ==================================================
contents
================================================== */
#tmp_info {
	margin-bottom:20px;
}
#tmp_info_ttl {
	margin-bottom:26px;
}
#tmp_info_cnt ul {
	list-style:none;
}
#tmp_info_cnt ul li {
	margin:6px 0 0 0;
	padding:4px 10px 10px 30px;
	border-bottom:1px solid #C4C4C4;
	background:url(/shared/templates/top/images/contents/list_icon.gif) no-repeat 10px 0.7em;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.clearfix:after,
#tmp_info_cnt:after {
	content:".";
	display:block;
	height:0;
	font-size:0.1%;
	line-height:0.1;
	clear:both;
	visibility:hidden;
}
/* for IE7.0 */
*:first-child+html .clearfix,
*:first-child+html #tmp_info_cnt {
	min-height:1%;
}
/* for IE6.0 */
* html .clearfix,
* html #tmp_info_cnt {
	height:1%;
}

