@charset "EUC-JP";
/* CSS Document */


/*======================================================================
PC｜ベースカスタマイズ
======================================================================*/


/*----------------------------------------------------
	基本設定、リンクカラー
----------------------------------------------------*/
body {
	color:#473232;
	font-size:small;
	font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','メイリオ', Meiryo,'Helvetica',sans-serif;
	line-height:1.5;
	min-width: 1200px;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a:link {
	color:#3c0c0e;
	text-decoration:none;
}

a:visited {
	text-decoration: none;
	color:#8e2360;
}

a:hover {
	color:#6c1044;
	text-decoration:underline;
}
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
} 




/* -----------------------------------------------------------
	ヘッダー
----------------------------------------------------------- */


#header {
	position:relative;
	width:1200px;
	margin: 0px auto;
}

#header .info_right {
	float: right;
	width: 1000px;
	text-align:right;
}

#header .info_right p {
	margin: 0px 0px 5px 0;
	padding: 0px;
	font-size: 14px;
}

#header .info_right p a {
  text-decoration: none;
  color: #888;
}

#header .info_right p a:hover {
	text-decoration: none;
	color: #333;
}

.header_title h1 {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-size:14px;
	clear: both;
  }

.headerline1{
  border-bottom:10px solid #f9cdde;
  width: 100%;
  clear: both;
}
.headerline2{
  border-bottom:10px solid #e5007f;
  width: 100%;
  clear: both;
}
.headerline3{
	border-bottom:1px solid #e5007f;
	width: 100%;
	clear: both;
  }

#nav_area {/* ナビ、イベントエリア */
	text-align: center;
	padding: 0px;
	margin:0 auto 40px;
	width: 1200px;
  }




/* -----------------------------------------------------------
	サイドメニュー：インラインフレーム調節（ファイルは外部）

----------------------------------------------------------- */

.side_list {
	width:200px;		/* 必要に応じて変更 */
	height:7000px;		/* 同じく */
	border:none;
}



/* -----------------------------------------------------------
	フッター：インラインフレーム調節（ファイルは外部）

----------------------------------------------------------- */

.footer_area {
	width:1060px;		/* 必要に応じて変更 */
	height:930px;		/* 同じく */
	border:none;
}


/* フッターレイアウト */

.ft_box{
	margin:0px;
	}
	

.info_area{
	width:1060px;
	overflow:hidden;
	padding-bottom:5px;
	border-bottom:dotted 1px #f8cfdd;
	margin-bottom:17px;
	}
	
.info_area dl{
	margin-bottom:20px;
	}
	
.info_area dl dt{
	font-weight:bold;
	border-bottom: 1px solid #ec5f97;
	margin-bottom:8px;
	}
	
.info_area dl dd{
	background:#fff5f9;
	padding:15px;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */ 
	}
	
.info_area p{
	margin-bottom:4px;
	}
	
.info_area p span.col_red{
	color:#c40f24;
	font-size:12px;
	}
.info_area p span.col_red_b{
	color:#c40f24;
	font-size:12px;
	font-weight: bold;
	}
.info_area p span.col_blue{
	color: #00abeb;
	font-size:14px;
	}


.info_area .info_fl{
	float:left;
	width:510px;
	padding-left: 10px;
	}
.info_area .info_fr{
	float:right;
	width:510px;
	padding-right: 10px;
	}

.foot_end p{
	text-align:center;
	color:#999;
	font-size:10px;
	}
	






/*======================================================================
PC｜ヘッダー・フッター・レフトナビ デザイン設定
======================================================================*/



/* -----------------------------------------------------------
	ヘッダー：クーポンエリア

----------------------------------------------------------- */

#coupon_area {/* クーポンエリア囲み */
	margin:0 auto;
	width: 1200px;
  }

  .coupon_info {/* クーポンエリア囲み */
	text-align: center;
	padding: 10px;
	border: 1px solid #b1b1b1;
	margin:0 auto 40px;
	width: 1038px;
  }
  
  .title-label { /* タイトル部分 */
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	background-color: #ececec;
	margin-bottom: 20px;
	color: #000;
	width: 100%;
	text-align: left;
  }
  
  .title-label .en {
	font-family: 'Century Gothic','Lato', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight: bold;
	padding: 10px;
	display: inline-block;
  }
  
  .title-label .label-text {
	font-size: 12px;
	font-weight: normal;
	padding-left: 12px;
	letter-spacing: 1px;
  }
  
  .title-label .label-text:before,
  .title-label .label-text:after {
	content: "-";
  }





/*======================================================================
PC｜共通説明文（大）
======================================================================*/

/* ↓左縦系バナー */

iframe.left_bn {
    display: block !important;
    top: 8% !important;
    z-index: 0;
    height: 800px;
    position: fixed;
    left: 0;
    width: 175px;
}

/* ↓右ポイント系バナー */

iframe.right_bn {
    display: block !important;
    top: 8% !important;
    z-index: 0;
    height: 800px;
    position: fixed;
    right: 0;
    width: 175px;
}

iframe.bottom_bn {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height:80px;
    z-index: 9999 !important;
}

/*リンクボタン*/
.btn {
  display: block;
  padding: 0.8em 1em;
  text-align: center;
  margin: 30px auto 100px;
  border-radius: 100px;
  font-size: 16px;
}



/*新着リンクボタン*/
.btn_new {
  width:400px;
  display: block;
  background: #e45992;
  color: #ffffff;
  padding: 0.8em 1em;
  text-align: center;
  margin: 30px auto 100px;
  border-radius: 100px;
  font-size: 16px;
}

.btn_new a{
	color: #ffffff;
	text-decoration: none;
}



/* ↓下記ウィンドウ幅以下のサイズの場合は消える */
@media screen and (max-width: 1450px) {
.if_no
 {display:none}
}




/*======================================================================
PC｜共通説明文（小）
======================================================================*/

td.topT_sdtext {
    position: relative;
    color: #c13e5a;
    font-size: 94%;
    background-color: #f6f6f6;
    padding: 17px 0 16px 70px;
    font-weight: bold;
    width: 1000px;
}
td.topT_sdtext:before {
    content: "INFO.";
    font-size: 9px;
    display: block;
    position: absolute;
    top: 18px;
    left: 15px;
    color: #FFFFFF;
    font-weight: bold;
    background: #f5b3c1;
    padding: 2px 7px;
}
td.topT_sdtext a {
    color: #c13e5a;
    display: block;
}

td.topT_sdtext:hover {
    background: #e8e8e8;
}




/*======================================================================
PC｜各コンテンツインラインフレーム高さ調節
======================================================================*/

/* クロエ用リスト表示 */

.chloe_list {
	width:900px;		/* 必要に応じて変更 */
	height:7500px;		/* 同じく */
	border:none;
}



/* クリーン用リスト表示 */

.clean_list {
	width:820px;		/* 必要に応じて変更 */
	height:2700px;		/* 同じく */
	border:none;
}



/* PC商品ページカゴ周りガイド表示 
  
  あす楽お休み中→height:190px;
  なにもない時→130px;

*/

.pc-guide {
    width: 520px;
    height: 190px;
}

.pc-asuraku {
	width: 100%;
	height: 630px;
}



/*======================================================================
PC｜各コンテンツ見出し
======================================================================*/

	.ttl_inner {
		max-width: 700px;
		margin: 30px auto;
	}
	.ttl {
		font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','メイリオ', Meiryo,'Helvetica',sans-serif;
		text-align: center;
		font-size: 30px;
		font-weight: normal;
		color: #434343;
		background: #fff;
		padding: 0;
		position: relative;
		display: inline-block;
		width: 100%;
		margin: 0 auto;
		letter-spacing: 0;
	}
	
	.ttl::before {
		border-top: solid 1px #BBBBBB;
		content: "";
		position: absolute;
		top: 30%;
		left: 0;
		width: 100%;
	}
	
	.ttl span {
		background-color: #fff;
		display: inline-block;
		padding: 0 25px;
		position: relative;
	}
	
	.ttl p {
		text-align:center;
		margin: 0;
		font-size: 14px;
		padding: 0;
	}


/* PC商品ページ関連アイテム用タイトル */

	.rel_title_inner {
		margin: 50px auto 20px;
	}

	.rel_title {
		font-size: 20px;
	}

	.rel_subtitle p {
		font-size: 12px;
	}
