@charset "utf-8";
@import "../normalize.css";
@import "../common.css";
/*=================================
	history
==================================*/

#contents {
	background-image:url(../../concept/images/history/image.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#section {
	padding:60px;
}

#contents h2 {
	display:block;
	width:100%;
	height:0px;
	padding-top:42px;
	overflow:hidden;
	background-image:url(../../concept/images/history/pagetitle.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#contents h3 {
	font-weight:bold;
	font-size:120%;
	color:#CC9900;
	margin-top:40px;
}

#contents dl.list dd div {
   display:inline-block;
}

#contents dl {
	margin-top:10px;
	border-bottom:1px solid #555555;
}

#contents dt {
	float:left;
	width:10em;
	border-top:1px solid #555555;
	padding-top:10px;
	padding-bottom:0;
	padding-right:0;
}

#contents dd {
	margin-left:10em;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	border-top:1px solid #555555;
}

#contents dd.event {
	font-weight:bold;
}

#contents dd.description {
	margin-top:-10px;
	margin-left:11em;
	padding-top:0px;
	border-top:none;
	font-size:0.9em;
	color:#cccccc;
	line-height:1.5;
}

#contents dd.description .figure {
	margin-top:0.5em;
}

#contents dd.description .figure div {
	width:150px;
	float:left;
	padding:0px 15px 0px 0px;
}

#contents dd.description .figure div img {
	display:block;
	width:150px;
	height:112px;
}
