@charset "Shift_JIS";

/***************************************
file Name: style.css
URI: http://www.kmzworks.com/
Description: project KMZworks pages
Version: 1.0
Author: KMZworks of OK Logistic Co.,Ltd.
Author URI: http://www.kmzworks.com/
**********************************/

div#column_main div.section {
	border-bottom: #F0F0F0 1px solid;
	padding-bottom: 60px;
}
div#column_main div.section p {
	margin-top: 20px;
}
div#column_main div.section p span {
	color: #CC0000;
}
div#column_main div.section dl {
	clear: both;
	margin-top: 20px;
}
div#column_main div.section dl dt {
	float: left;
	font-weight: bold;
	color: #333333;
	text-indent: 10px;
	border-left: #333333 3px solid;
	line-height: 20px;
}
div#column_main div.section dl dd {
	float: right;
	width: 460px;
}
div#column_main div.section dl dd input.text {
	width: 300px;
}
div#column_main div.section dl dd ul li {
	line-height: 200%;
}
div#column_main div.section dl dd ul li input {
	margin-right: 5px;
}
div#column_main div.section dl dd textarea {
	width: 460px;
}
div#column_main div.section dl:after,
div#column_main div.section dl dd ul li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
div#column_main div.section p.btn {
	clear: both;
	padding-left: 182px;
	margin-top: 60px;
}
div#column_main div.section p.btn input:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}