@charset "UTF-8";

/***************************************
file Name: style.css
URI: http://www.xxx.xxx/
Description: project rust pages
Version: 1.0
Author: OK Logistic Co.,Ltd.
Author URI: http://www.ok-logi.co.jp/
**********************************/

div#home {
	padding-bottom: 20px;
}
div#home h1 {
	margin: 0 auto;
	text-align: center;
}

div#contents {
	padding: 0 20px 40px;
}

div#contents h2 {
	color: #212121;
	font-size: 117%;
	padding-bottom: 0;
}

div#contents dl {
	height: 100%;
}
div#contents dl dt,
div#contents dl dd {
	color: #696969;
	font-size: 84%;
	padding-top: 3px;
	line-height: 135%;
}
div#contents dl dt {
	float: left;
}
div#contents dl dd {
	float: right;
	width: 800px;
}
div#contents dl:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div#footer h3 {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 15px;
}