@charset "utf-8";
/* CSS Document */


h1{
	margin-bottom: 70px;
}

#areaBox {
	padding-bottom: 60px;
	padding-left: 6px;
	padding-top: 5px;
	background-position: bottom left;
}
	#areaBox .ph {
		float: left;
		width: 61px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	#areaBox .name {
		float: left;
		font-size: 14px;
		width: 125px;
		line-height: 15px;
		padding-top: 5px;
		font-weight:bold;
	}
	#areaBox .ex{
		clear: both;
		font-size: 11px;
	}
	
	#areaBox .block {
		padding: 8px 8px;
		margin-bottom: 5px;
		min-height: 140px;
		height: auto !important;
		height: 140px;
	}

.btnSet li{
	float: left;
	margin-top: 10px;
}

.pageNavi {
	margin-top:30px;
}

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


