#contents_wrap {
	margin: 0 auto;
	padding: 20px 0;
	background: url(../../saint_etoile/img/bg.gif) 0 0 repeat;
}

h1 {
	margin: 20px auto;
	width: 507px;
}

.text01 {
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	margin: 20px 0 35px;
}

#saint a,
#hearth a,
#sun a {
	display: block;
	background: #fff;
	padding: 20px 10px;
	color: #333;
	width: 800px;
	margin: 10px auto 30px;
	text-decoration: none;
	border: #eadcd2 4px solid;
}

#saint a:hover,
#hearth a:hover,
#sun a:hover {
	background: #fff7d3;
	transition: 0.5s;
}

.left,
.right {
	display: inline-block;
}

.left {
	width: 440px;
	padding: 0 15px 0 0;
	font-size: 16px;
	line-height: 28px;
	vertical-align: top;
}

.left img {
	margin: 0 10px 5px;
}

.left p {
	margin: 10px 0 0 20px;
}

.right {
	width: 325px;
	margin-left: 5px;
}

.shop_list {
	margin: 45px auto 25px;
	width: 376px;
}

.shop_list:hover {
	opacity: 0.7;
	transition: 0.5s;
}

/*SP---------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
	img {
		width: 100%;
		height: auto;
	}

	h1 {
		margin: 0 auto;
		width: 90%;
	}

	.text01 {
		text-align: center;
		margin: 20px 0 35px;
	}

	#saint a,
	#hearth a,
	#sun a {
		width: 80%;
	}

	.left,
	.right {
		display: block;
	}

	.left {
		width: 90%;
		margin: 0 auto;
	}

	.left img {
		display: block;
		width: 80%;
		margin: 5px auto 20px;
	}

	#sun .left img {
		width: 50%;
	}
	.right {
		width: 70%;
		margin: 10px auto 0;
	}

	.shop_list {
		width: 90%;
		margin: 0 auto;
	}

}