@charset "utf-8";
#bg_top{
	width:1018px;
	height:4px;
	overflow:hidden;
	background:url(../images/common/bg/bg_top_1018_4.gif) no-repeat;
	margin:0 auto;
}
#bg_bottom{
	clear:both;
	width:1018px;
	height:4px;
	overflow:hidden;
	background:url(../images/common/bg/bg_bottom_1018_4.gif) no-repeat;
	margin:0 auto 50px;
}
#contents{
	width:978px;
	overflow:hidden;
	background:url(../images/common/bg/bg01.gif);
	padding:20px 20px 40px;
	margin:0 auto;
}
#contents h2{
	width:126px;
	height:40px;
	overflow:hidden;
	line-height:300px;
	background:url(../images/corp/tit_corp.gif) no-repeat;
	margin-bottom:20px;
}
.row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.corp{
	width: 740px;
	margin: 0 auto;
}
.corp * {
	box-sizing: border-box;
}
.corp	dl{
	padding: 15px 0;
}
.corp	dt,
.corp	dd{
	padding: 20px 20px 40px;
	border-bottom: 1px dashed #45300a;
	font-size: 16px;
}
.corp	dt{
	width: 140px;
	font-weight: bold;
}
.corp	dd{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-calc(100% - 140px);
	width: calc(100% - 140px);
}
