@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts h2 {
	margin-bottom: 18px;
}

#conts .photoBox {
	margin-top: -10px;
	position: relative;
	width: 154px;
	float: left;
	line-height: 1.3;
}

#conts .photoBox p {
	word-wrap: break-word;
	word-break: normal;
}

#conts .photoBox .photo {
	margin-bottom: 10px;
}

#conts .photoBox .txt {
	margin-bottom: 5px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}

#conts .photoBox .txt span {
	padding: 0 2px;
	background-color: #231814;
}

#conts .photoBox .txt02 {
	margin-bottom: 15px;
}

#conts .photoBox .txt02 span {
	font-size: 2em;
	display: block;
	font-weight: bold;
}

#conts .txtRight {
	width: 457px;
	float: right;
}

#conts .txtRight p {
	font-size: 1.2em;
	line-height: 1.7;
}