@charset "utf-8";
/* CSS Document */

/*contents01*/

div.contents01 {
	clear: both;
	padding-top: 25px;
	padding-bottom: 40px;
	margin-bottom: 50px;
}

div.contents01 h5 {
	font-family: "ヒラギノ丸ゴ Std W4", "Hiragino Maru Gothic Std W4", "HG丸ゴシックM-PRO", HGMaruGothicMPRO, "メイリオ", Meiryo, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #956134;
	background-image: url(../common/images/midashi-orange.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}


div.contents01 p {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	font-size: 26px;
	line-height: 1.6em;
	color: #6A3906;
}


div.contents01 div.image-wrap {
	position: relative;
}

div.contents01 div.image-wrap span {
	background-image: url(images/tape.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 70px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

div.contents01 div.image {
	padding-top: 25px;
	padding-bottom: 15px;
}

.space01 {
	margin-bottom:30px;
}

