@charset "UTF-8";

/**/

blockquote, div, dl, dt, dd,  
h1, h2, h3, h4, h5, h6,  
ul, ol, li, p, pre, span, td, th {
	margin: 0;
	padding: 0;
}


html {overflow-x: hidden;}
body {
	margin: 0; 
	padding: 0;
	color: #ffffff;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
	overflow: visible;  
}  

/* for IE7 */
*+html body {
	font-family: "ＭＳ Ｐゴシック", "メイリオ";
	font-size: small;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック";
	font-size: small;
}

a {	text-decoration: underline; }
a:link {	color: #ffcc00; }
a:visited {	color: #ffcc00; }
a:hover {	color: #ffff00; }
a:active {	color: #ffff00; }

a img {
	border:0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */


/*レイアウト
----------------------------------------------------------------*/
dl {
	width: auto;
	overflow: auto;
	line-height: 1.2em;
	padding: 0 10px;
}
dl dt {
	padding: 0 0 5px 0;
	color: #ffffff;
	font-weight: bold;
	width: 5.6em;
/*	clear: left;
	float: left;*/
}
dl dd {
	margin: -1.6em 5px 0 5.8em;
	padding: 0 0 5px 66px;
}

.blog { background: url(../image/common/icon_blog.gif) no-repeat left 4px; }
.outline { background: url(../image/common/icon_outline.gif) no-repeat left 4px; }
.capture { background: url(../image/common/icon_capture.gif) no-repeat left 4px; }
.pickup { background: url(../image/common/icon_pickup.gif) no-repeat left 4px; }
.cardlist { background: url(../image/common/icon_cardlist.gif) no-repeat left 4px; }
.movie { background: url(../image/common/icon_movie.gif) no-repeat left 4px; }
.news { background: url(../image/common/icon_news.gif) no-repeat left 4px; }
.product { background: url(../image/common/icon_product.gif) no-repeat left 4px; }
.event { background: url(../image/common/icon_event.gif) no-repeat left 4px; }
.campaign { background: url(../image/common/icon_campaign.gif) no-repeat left 4px; }
.shoplist { background: url(../image/common/icon_shoplist.gif) no-repeat left 4px; }


/**/
