@charset "utf-8";

/*-----------------------------------------------------
	CSS for corporate
-------------------------------------------------------*/
ul, dl, ol {
	list-style:none;
}

#Content {
	min-height: 600px;
}

#Content article {
	display: block;
	position: relative;
	padding-top: 40px;
	width: 100%;
}

.page-tit {
	text-align: center;
 }

.corporate-list {
	margin-top: 30px;
}

.corporate-list > dl {
	border-bottom: 1px dotted #984c31;
	margin: 0 auto;
	position: relative;
	width: 900px;
}

.corporate-list > dl dt {
	font-size: 1.6rem;
	float: left;
	padding: 25px 1em;
	width: 7em;
}

.corporate-list > dl dd {
	font-size: 1.6rem;
	border-top: 1px dotted #984c31;
	padding: 25px 1em;
	padding-left: 11em;
}

.corporate-list > dl dd:nth-of-type(odd) {
	background-color: rgba(255,255,255,0.4);
}

.corporate-list > dl dd:nth-of-type(even) {
	/*background-color: rgba(255,255,255,0.2);*/
}
