﻿@charset "utf-8";



/*=====================================================================

TOPページ
 
=====================================================================*/


#info_area{
	border: solid 5px #F0F0F0;
	height: 300px;
	overflow: auto;
}

#info_area dl {
	margin:0 10px;
}
#info_area dl dt {
	width:8em;
	float:left; 
	clear:both;
	color:#58AFB5;
	font-weight:bold;
	border-bottom:dashed #4D4D4D 1px;
	padding:15px 0;
}
#info_area dl dd {
	margin-left:8em;
	padding:15px 0 15px 0.5em;
	background:url(../img/common/ico_list_blue02.gif) left center no-repeat;
	border-bottom:dashed #4D4D4D 1px;

}
#info_area dl dt:nth-last-child(2),
#info_area dl dd:last-child{
	border-bottom:none;
}
.top_bloc02 .bg {
	top:300px!important;
}

/*---------------------------------------
clearfix
----------------------------------------*/

#info_area dl:after{
	content: ".";
	display: block;
	visibility: hidden;
	height:auto;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

* html #info_area dl{
	display: inline-block;
	height: 1%;
}
#info_area dl{ zoom:1; }
