@charset "utf-8";

/* ---------------------------------------------
	cmn_style.css

--------------------------------------------- */
#main .pageNavi {
	display: block;
	min-height: 1%;
}
#main .pageNavi:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html #main .pageNavi {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
#mainIn {
	position: relative;
}
	#main h2 {
		position: absolute;
		left: 15px;
		top: 29px;
	}
	#main .sectionLv1 {
		padding-top: 30px;
		padding-right: 40px;
		margin-left: 20px;
	}
		#main .entryBody h3 {
			position: relative;
			font-size: 180% !important;
			font-weight: bold;
			margin: -7px 0 15px;
		}
		#main .entryBody {
			margin-bottom: 30px;
			padding-bottom: 5px;
			padding-left: 85px;
			border-bottom: 1px solid #666666;
			line-height: 1.8;
			font-size: 120%;
		}
	#main .pageNaviWrap {
		text-align: center;
	}
		#main .pageNavi {
			margin: 0 auto;
			width: 50px;
		}
		* html #main .pageNavi {
			margin: 0;
			width: 50px;
		}
			#main .pageNavi li.pageNaviPrev {
				float: left;
			}
			#main .pageNavi li.pageNaviPrev a {
				overflow: hidden;
				display: block;
				width: 14px;
				height: 10px;
				background: url(../../common/images/ico_prev.gif) no-repeat left top;
				text-indent: -9999px;
			}
			#main .pageNavi li.pageNaviNext {
				float: right;
			}
			#main .pageNavi li.pageNaviNext a {
				overflow: hidden;
				display: block;
				width: 14px;
				height: 10px;
				background: url(../../common/images/ico_next.gif) no-repeat left top;
				text-indent: -9999px;
			}
			
		



.subSection .sectionIn .blog_topic {
	min-height: 95px;
	height: auto !important;
	height: 95px;
	margin-bottom: 8px;
	border-bottom: 1px solid #666666;
}
.subSection .sectionIn .lastChild {
	margin-bottom: 0;
	border-bottom: none;
}
	.subSection .sectionIn .blog_topic .fltImg {
		float: left;
		margin-right: 10px;
	}
	.subSection .sectionIn .blog_topic .ft {
		padding-top: 5px;
		padding-bottom: 5px;
	}
		.subSection .sectionIn .blog_topic .ft div {
			height: 1%;
		}