@charset"UTF-8";

@import url("default.css");
@import url("layout.css");
@import url("module.css");

/*========================Contents=============================
	01) Index
	02) Objects
=============================================================*/

/*============================================================
	01) Index
=============================================================*/

#shoplist h3 img{margin-top:40px;}
#shoplist h4{font-weight:bold;}

#shoplist .listC{padding-top:8px; padding-right:8px; padding-left:8px;}
#shoplist .listC div{float:left; width:225px;}


#shoplist .listC li{
	margin-top:5px; padding-left:10px;
	background:transparent url(../shoplist/images/shoplist_arrow.gif) 0 0.5em no-repeat;
}

#shoplist .line{
	width:955px;
	margin-bottom:15px; padding-bottom:30px;
	background:transparent url(../shoplist/images/shoplist_line.gif) left bottom repeat-x;
}

#shoplist #shopAtt img{margin:40px 0;}




/*============================================================
	02) Objects
=============================================================*/

.mgn15{margin-top:15px;}
.mgn25{margin-top:25px;}




/*============================================================
 99) Clear
=============================================================*/
.clearfix:after,
#shoplist .listC:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}

.clearfix,

{display:inline-block;}

/* exclude MacIE5 \*/
* html .clearfix,
* html #shoplist .listC
{height:1%;}

.clearfix
#shoplist .listC
{display:block;}
/* end MacIE5 */
