@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts {
	margin-top: -4px;
}

#conts .h3Ttl01 {
	margin-bottom: 29px;
	background: url(../img/common/headLine02_bg.gif) no-repeat left bottom;
}

#conts .h3Ttl02 {
	margin-bottom: 30px;
	background: none;
	border-bottom: 1px solid #DEDEDE;
}

#conts .h3Ttl03 {
	margin-bottom: 30px;
}

#conts .h3Ttl04 {
	margin-bottom: 15px;
}

#conts .topText {
	margin-bottom: 47px;
	font-size: 1.6em;
	line-height: 1.7;
}

#conts .linkUl {
	margin: 0 -25px 17px 0;
	overflow: hidden;
}

#conts .linkUl li {
	margin-right: 25px;
	float: left;
	width: 200px;
}

#conts .linkUl li a {
	display: block;
	position: relative;
	text-decoration: none;
}

#conts .linkUl li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#conts .linkUl li a:before {
	width: 12px;
	height: 12px;
	background: url(../item/img/icon01.png) no-repeat left top;
	display: block;
	position: absolute;
	bottom: 4px;
	right: 5px;
	content: "";
}

#conts .linkUl li span {
	display: block;
}

#conts .linkUl li .textBox {
	padding: 15px 12px 24px;
	background: url(../item/img/bg.png) repeat left top;
}

#conts .linkUl li .textBox .text {
	font-size: 1.3em;
	line-height: 1.7;
}

#conts .linkUl li .textBox .title {
	margin-bottom: 3px;
	color: #f27b00;
	font-size: 1.6em;
	font-weight: 600;
}

#conts .linkUl01 {
	margin: 0 0 81px 0;
	padding: 20px 0 0 225px;
	border-top: 1px solid #DDD;
}

#conts .inner {
	margin-bottom: 38px;
}

#conts .inner .photoBox {
	padding: 5px;
	float: left;
	border: 1px solid #DDD;
	background-color: #fff;
}

#conts .inner .textBox {
	padding-top: 16px;
	width: 330px;
	float: right;
}

#conts .inner .textBox .title {
	margin-bottom: 11px;
	padding-bottom: 6px;
	color: #f27b00;
	font-size: 1.6em;
	border-bottom: 2px solid #DCDCDB;
}

#conts .inner .textBox p {
	line-height: 1.55;
	font-size: 1.5em;
}

#conts .detailBox {
	margin-bottom: 43px;
}

#conts .detailBox .photo {
	margin-bottom: 13px;
}

#conts .detailBox p {
	line-height: 1.6;
	font-size: 1.5em;
}

#conts .qaDl {
	margin-bottom: 77px;
}

#conts .qaDl dt {
	margin-top: 5px;
	padding: 9px 10px 9px 20px;
	font-size: 1.5em;
	background: url(../item/img/bg.png) repeat left top;
}

#conts .qaDl dt span {
	margin-right: 14px;
	color: #f27b00;
	font-size: 1.4em;
	margin-top: -4px;
	vertical-align: middle;
  display: table-cell;
  float: left;
}

#conts .qaDl dd {
	padding: 9px 0 9px 20px;
	font-size: 1.5em;
	border-bottom: 1px solid #DDD;
}

#conts .qaDl dd span {
	margin-right: 15px;
	margin-top: -5px;
	font-size: 1.4em;
	vertical-align: middle;
  display: table-cell;
  float: left;
}

