@charset "utf-8";


/* main_image
------------------------------------------------------------ */
#main_image {
	min-width: 960px;
	background-image: url(../../images/use_guide/company/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


/* article
------------------------------------------------------------ */
.article {}


/* section
------------------------------------------------------------ */
#sec2 {}
#sec2 ul {}
#sec2 ul li {
	width: 310px;
	border: 1px solid #E0E0E0;
	float: left;
	padding: 20px;
	text-align: center;
}
#sec2 ul li.col1 {
	margin-right: 16px;
}
#sec2 ul li span {
	display: block;
}
#sec2 ul li span.title {
	font-weight: bold;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}
#sec3,
#sec4 {
	padding-top: 40px;
	background-image: url(../../images/omotenashi/history/bg_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#sec3 {}
#sec3 dl {
	padding-left: 20px;
}
#sec3 dt {
	font-weight: bold;
	color: #A46684;
	float: left;
	display: block;
	width: 100px;
	height: 40px;
}
#sec3 dd {
	float: left;
	display: block;
	width: 550px;
	height: 40px;
}

#sec3 dl:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#sec3 dl {display: inline-table;}
* html #sec3 dl {height: 1%;}
#sec3 dl {display: block;}
#sec3 dl {zoom:1;}

