@charset "utf-8";

h2{
	margin-bottom: 30px;	
}
.lNavi{
	border: 1px solid #CCC;
	padding-left: 20px;
	margin-bottom: 40px;
}
.lNavi li{
	float: left;
	margin-right: 8px;
}
h3{
	margin-bottom: 20px;
}
span{
	font-size: 14px;
	color: #BD4A18;
	font-weight: bold;
}
.areaBox{
	margin-bottom: 40px;
}
h4{
	margin-bottom: 16px;
}
.list1{
	margin-bottom: 30px;
}
.list1 li{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.list1 li img{
	vertical-align: top;
}
.note{
	width: 200px;
	margin-bottom: 30px;
}
.img1{
	margin-bottom: 20px;
}
.img2{
	text-align: center;
}
.pstyle p{
	margin-bottom: 15px;
}

.list2{
	margin-bottom: 20px;
}
.list2 li{
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.st{
	font-size: 14px;
	color: #BD4A18;
	font-weight: bold;
}

/* clearfix
---------------------------------------------------- */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.clearfix{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
/* End hide from IE-mac */