@charset "utf-8";

/*  .concept_section
----------------------------------------*/
article .concept_section {
	width: 935px;
	margin: 0 12px 35px 12px;
	background: url(../images/concept/bg-concept_center.jpg) repeat-y;
	background-size: 100% auto;
}
article .concept_top {
  background: url(../images/concept/bg-concept_top.jpg) no-repeat left top;
	background-size: 100% auto;
}
article .concept_bottom {
  background: url(../images/concept/bg-concept_bottom.jpg) no-repeat left bottom;
	background-size: 100% auto;
	padding: 25px 50px 20px 50px;
}
article .concept_bottom p {
	color: #542810;
	font-size: 117%;
	margin-bottom: 20px;
}
article .concept_bottom p span {
	font-weight: bold;
}

/*  .concept_info
----------------------------------------*/
article .concept_info ul:after {
  content: ".";display: block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
article .concept_info ul li {
	width: 301px;
	float: left;
	margin-right: 28px;
}
article .concept_info ul li:last-child {
	margin-right: 0;	
}
article .concept_info ul li p {
	margin-bottom: 15px;
}
article .concept_info ul li dl {
	margin-left: 5px;
	color: #542810;
	font-size: 109%;
}
article .concept_info ul li dl dt {
	margin-bottom: 15px;
}