@charset "utf-8";
/* CSS Document */

.sh_color {	background: #c750a4 !important; }
.ik_color {	background: #fd9800 !important; }
.sa_color {	background: #5cca5a !important; }
.ni_color {	background: #33bbef !important; }


/* base_style
============================================================================================================*/

a:link    { color: #666666; text-decoration: none; }
a:visited { color: #666666; text-decoration: none; }
a:hover   { color: #e62e8b; text-decoration: underline; }
a:active  { color: #666666; text-decoration: none; }

div#clearance_wrap {
	clear: both;
	width: 930px;
	margin: 5px 0 10px 10px;
	font-family: verdana,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}

div#sale_cont {
	padding: 0 16px;
}

div#sh_bg {	background: #c750a4 url(../images/sh_bg.gif) repeat; }
div#ik_bg {	background: #fd9800 url(../images/ik_bg.gif) repeat; }
div#sa_bg {	background: #5cca5a url(../images/sa_bg.gif) repeat; }
div#ni_bg {	background: #33bbef url(../images/ni_bg.gif) repeat; }


/* SHOP INDEX_style
============================================================================================================*/
div.shop_index {
	background: #dcdcdc;
	border: 1px solid #c4c4c4;
	height: 35px;
}
div.shop_index p {
	float: left;
	width: 115px;
	padding: 11px 0 0 16px;
}
div.shop_index ul {
	float: left;
	padding: 9px 0 0 20px;
}
div.shop_index ul li {
	float: left;
	padding: 0 10px;
	border-right: 1px dashed #808080;
	font-size: 14px;
}


/* navi_style
============================================================================================================*/

.sh_link {
	background: ;
}

div.link_area {
	height: 27px;
}

div.link_area ul {
	padding: 6px 0 0 17px;
}

div.link_area ul li {
	float: left;
	line-height: 0;
	padding-right: 20px;
}


/* table_style
============================================================================================================*/

div#sale_cont table {
	width: 897px;
	border-top : 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

div#sale_cont table td {
	width: 298px;
	border-right : 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: white;
	text-align: left;
	vertical-align: top;
}


/* annotation_style
============================================================================================================*/

td.annotation {
	background: url(../images/annotation_bg.jpg) repeat !important;
}

td.annotation div.anno_area {
	_height: 138px;
	min-height: 138px;
	margin: 10px;
	background: #e40069;

	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
td.annotation div.anno_area p {
	margin: 0 0 13px 10px;
}
td.annotation div.anno_area p img {
	margin: 10px 0 0 0;
}
td.annotation div.anno_area ul {
	margin: 0 0 0 10px;
	line-height: 1.5;
	color: #FFFFFF;
}


/* data_style
============================================================================================================*/

div.data {
	_height: 140px;
	min-height: 140px;
	padding: 9px 0;
}

/* カテゴリー */
p.cat {
	margin-left: 9px;
}

/* ショップ名 */
p.shop {
	font-weight: bold;
	color: #333333;
	margin: 0 9px 6px 9px;
	padding: 2px 2px 1px 2px;
	background: #f6f6f6;
	font-size: 12px;
}

/*クリアフィックスBOX*/
div.cfix {
	margin: 0 9px;
	padding-bottom: 5px;
}

/* ロゴ */
p.logo {
	float: left;
	width: 74px;
}
p.logo img {
	border: 1px solid #cccccc;
}

/* OFF率くくり */
p.off {
	float: right;
	width: 198px;
	margin-top: 7px;
	line-height: 1.0;
	vertical-align: top;
}
p.off span{
	background: #fef232;
}

/* 開催期間 */
p.off em{
	font-size: 10px;
	font-style: normal;
	/*background: #fef232;*/
	color: #333333;
	line-height: 1.1;
}

/* OFF率 */
p.off strong{
	font-size: 22px;
	line-height: 1.1;
	/*background: #fef232;*/
	color: #e40069;
	font-family: Arial, Helvetica, sans-serif;
}

/* フェア情報 */
p.fair {
	clear: both;
	font-size: 10px;
	line-height: 1.0;
	color: #666666;
	margin-left: 9px;
}

/* 注釈 */
div.data p.remk{
	font-size: 10px;
	line-height: 1.1;
	color: #808080;
	margin-left: 9px;
}

/* 未定 */
div.mitei {
	background: #CF0;
}


.stxt { font-size: 16px !important; line-height: 1.3 !important;}





/* clearfix
============================================================================================================*/

.cfix:after {
content: ".";  /* 新しい要素を作る */
display: block;  /* ブロックレベル要素に */
clear: both;
height: 0;
visibility: hidden;
}

.cfix {
min-height: 1px;
}

* html .cfix{
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}