@charset "utf-8";

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

--------------------------------------------- */
#main .sectionIn {
	display: block;
	min-height: 1%;
}
#main .sectionIn:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html #main .sectionIn {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


#mainIn {
	position: relative;
}
#mainIn a {
	color: #00A0C6;
}
	#main .sectionLv1 {
		padding-top: 45px;
		padding-left: 120px;
	}
		#main .sectionIn {
			padding-bottom: 5px;
		}
			#main .sectionIn dt {
				float: left;
				width: 135px;
			}
			#main .sectionIn dd {
				float: left;
				width: 430px;
				min-height: 133px;
				height: auto !important;
				height: 133px;
				line-height: 1.2;
			}
				#main .sectionIn dd h2,
				#main .sectionIn dd .name {
					margin-bottom: 10px;
					font-size: 115%;
				}
	#main p.linkPrev {
		position: absolute;
		left: 30px;
		bottom: 45px;
	}
	#main p.linkNext {
		position: absolute;
		right: 50px;
		bottom: 45px;
	}


.subSection .sectionIn ul {
	padding-left: 3px;
}
	.subSection .sectionIn ul li {
		margin-top: 10px;
		line-height: 1.3;
	}
