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

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(images/bg.gif) repeat-x top left;
	color:#666666;
	font-size:11px;
	line-height:16px;
	margin:0 0 50px 0;
	padding:0;
}

h1,h2,h3 {
	margin:0;
	padding:0;
}

a.btn:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
}

.mgb10 {margin-bottom:10px;}
.mgb15 {margin-bottom:15px;}
.mgb20 {margin-bottom:20px;}
.mgb30 {margin-bottom:30px;}
.mgb40 {margin-bottom:40px;}
.mgb60 {margin-bottom:60px;}

.pdb10 {padding-bottom:10px;}

.bgcW {background-color:#FFFFFF;}

.flt_l {float:left;}
.flt_r {float:right;}

#wrap {
	width:840px;
	margin:0 auto;
}

.sketch {
	margin-right:20px;
	text-align:right;
}

.limited {
	padding:0 20px;
	margin-bottom:30px;
}

.dot {
	padding-bottom:40px;
	margin-bottom:20px;
	border-bottom:#8e0983 dotted 1px;
	padding-right:20px;
	text-align:right;
}


.towel_table {
	width:800px;
	padding:0 20px;
	background-color:#FFFFFF;
	color:#8e0983;
	font-size:12px;
	line-height:18px;
}

.attention {
	margin:15px 0 25px 0;
	padding:0 20px 35px 20px;
	color:#999999;
	line-height:15px;
	border-bottom:#8e0983 dotted 1px;
}
.attention2 {
	margin:0 0 0 0;
	padding:0 15px 0 0;
	color:#999999;
	line-height:15px;
}
.buy2 {
	width:352px;
	height:82px;
	background:url(images/buy2_bg.gif) no-repeat top left;
}
.buy2 div {
	margin:33px 0 0 138px;
}
.buy3 {
	width:100%;
	height:88px;
	background:url(images/buy3_bg.gif) no-repeat top left;
	margin-bottom:20px;
}
.buy3 div {
	padding:13px 0 0 625px;
}


/*CART BTN*/
.senbei {
	position:relative;
	margin-bottom:60px;
}
.btn_senbei {
	position:absolute;
	top:61px;
	left:684px;
}

.btn_ta_s {
	position:absolute;
	top:333px;
	left:41px;
}
.btn_ta_m {
	position:absolute;
	top:333px;
	left:190px;
}
.btn_ta_l {
	position:absolute;
	top:333px;
	left:340px;
}

.btn_bla {
	position:absolute;
	top:347px;
	left:128px;
}
.btn_twe2 {
	position:absolute;
	top:251px;
	left:491px;
}
.btn_bag {
	position:absolute;
	top:636px;
	left:111px;
}
.btn_wrist {
	position:absolute;
	top:625px;
	left:580px;
}


/*end CART BTN*/


#goods {
	background:url(images/goods_all_bg.gif) repeat-y top left;
}

.goods_main {
	background:url(images/goods_bg.gif) repeat-x top left;
	margin:0 5px;
	padding:0 15px;
}

.goods_table {
	width:760px;
	background-color:#FFFFFF;
	padding:0 20px;
	color:#c7161e;
	font-size:12px;
	line-height:18px;
}
.goods_table td {
	padding-bottom:30px;
	border-bottom:#c7161e dotted 1px;
}

#calendar {
	background-color:#FFFFFF;
	padding-top:20px;
}

.cal_txt {
	float:right;
	width:195px;
	padding-top:50px;
	padding-right:20px;
	color:#c7161e;
	font-size:11px;
	line-height:18px;
}

#footer {
	padding-top:20px;
	border-top:#8e0983 solid 1px;
}

#footer img {
	margin-right:20px;
}

.copyright {
	margin-top:20px;
	margin-right:0;
	text-align:center;
}


/*確保数終了*/
p.sold_out {
	font-size:11px;
	color:#F00;
	margin:5px 0 0 0;
}



/******clearfix*******/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

