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

.contents h1 {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	font-size: 40px;
	color: #ff637d;
	padding-bottom: 10px;
	padding-left: 10px;
}
.contents h2 {
	border-bottom: solid 1px #9f9f9f;
	color: #646464;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	margin-top: 70px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.contents h3 {
	border-bottom: solid 1px #EDEAEA;
	color: #646464;
	font-weight: 700;
	margin: 40px 0;
	padding-bottom: 10px;
	padding-left: 30px;
	
}
.ct_cassette {
	font-family:'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 20px;
	margin: 20px;
	border-bottom: solid 1px #9f9f9f;
	
}
/*.ct_photo{
	width: 20%;
	margin:0px 15px;
}*/
.ct_photo {
	margin: 0px 15px;
	display: block;
	max-width: 255px;
	height: auto;
	padding: 0 0 10px;
}
.ct_photo img {
	width: 90%;
}
.ct_cas_2 {
	max-width: 350px;
	min-width: 100px;
	margin:0px 20px;
	float:left;
}
.ct_icon {
	background-color: #9f9f9f;
	width: 120px;
	height: 18px;
	text-align: center;
	/*padding: 0 0 20px 0;*/
	color: #fff;
}
.ct_text {
	margin: 20px 0px;
	font-size: 12px;
}
.ct_brand {
    color: #ff637d;
    margin: 10px 0;
}
.ct_nemu {
	font-size: 18px;
	margin: 0px;
	font-weight: 700;
}
.ct_text {
	margin: 20px 0px;
}
.ct_price {
	width: 400px;
}
.ct_kakaku {
	float: left;
	font-size: 14px;
	margin: 7px;
}
.ct_prise_no {
	float: left;
	font-size: 22px;
	margin:0 10px;
}
.ct_prise_no2 {
	float: left;
	font-size: 21px;
	margin: 0px;
	color: #ff637d;
}

/*15%OFF価格*/
.ct_kakaku_15off {
	float: left;
	font-size: 14px;
	margin: 7px;
	color: #ff637d;
}
.ct_prise_no_15off {
	float: left;
	font-size: 22px;
	margin:0 10px;
	color: #ff637d;
}








/* 商品詳細をみる*/
.shouhin a {
	width: 120px;
	font-size: 12px;
	color: #FF637D;
	font-weight: bold;
	text-align: center;
	display: block;
	text-decoration: none;
	border: 1px solid #FF637D;
	padding: 10px 0 8px 0;
	margin: auto;
	margin-bottom: 20px;
}
.shouhin a:hover {
	background-color: #FF637D;
	border-color: #FF637D;
	color: #fff;
}
/* カートボタン*/
.kart {
	width: 190px;
	padding: 0px 5px;
	float: right;
}
.select-box01 {
	width: 200px;
	height: 35px;
	text-align: center;
}
.select-box01 select {
	display: inline-block;
	width: 80px;
	margin-right: 10px;
	margin-left: 0px;
}
.select-box02 {
	width: 200px;
	height: 35px;
	text-align: center;
	margin-bottom: 10px;
}
.select-box02 select {
	display: inline-block;
	width: 50px;
	margin-left: 45px;
	margin-right: 10px;
}
.cart_button {
	margin-top: 10px;
}
.kart p {
	display: inline-block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho  ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
	color: #646464;
	text-align: center;
}
/*aubade*/
.abd {
	height: 100%;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}
.aubade_img img{
	margin-top:30px;
}
table.abd p {
	padding: 15px 20px 10px 20px;
	text-align: center;
	font-size: 120%;
}

/*4U*/
.foryou {
	height: 100%;
	color: #353633;
	text-align: center;
	margin-bottom: 40px;
}
.foryou p{
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 15px 20px 10px 20px;
	text-align: center;
	font-size: 120%;
	font-weight:bold;
}

