@charset "utf-8";
@import url("../../css/import.css");
@import url("../../css/aside.css");
/* ===================================================================
CSS information

 file name  :info.css
 author     :Lyon
 style info :info系ページ用CSS
=================================================================== */

/* -----------------------------------------------------------
	.お客さま感謝デー情報　上半分
----------------------------------------------------------- */
.info h2 {
	width:632px;
	height:92px;
	margin:0 0 25px 0;
	background:url(..//img/shopnews.gif) no-repeat;
}

.info h3 {
	width:632px;
	height:35px;
	margin:0 0 15px 0;
	background:url(../img/thanks/bar_thanks.gif) no-repeat;
}

.info h4 {
	width:632px;
	height:130px;
	margin:0 0 10px 0;
	background:url(../img/thanks/bnr_thanks.gif) no-repeat;
}

.info p {
	letter-spacing:1px;
}

/* -----------------------------------------------------------
	.お客さま感謝デー 店舗リスト
----------------------------------------------------------- */
#thanks dl img {
	border:2px solid #dcdacb;
}

#thanks dl {
	*margin:0;
	border-right:1px solid #6eb200;
	border-left:1px solid #6eb200;
	border-bottom:1px solid #6eb200;
	position:relative;
	clear:both;
}

#thanks dl dt {
	width:154px;
	padding:14px 10px 14px 14px;
	position:absolute;
	min-height:48px;
    height:auto !important;　/*IE7はこっちを優先*/
    height:48px;
}

#thanks dl dd {
	width:436px;
	padding:14px 14px 14px 178px;
}

#thanks dl dd p {
	padding:0 14px 0 10px;
	border-left:1px solid #7ab500;
	min-height:48px;
    height:auto !important;　/*IE7はこっちを優先*/
    height:48px;
}

#thanks dl dd p strong {
	font-size:120%;
}


/* -----------------------------------------------------------
	.イオンカード画像・ボタン追加
----------------------------------------------------------- */

.aeoncard-pre img{
border:0px;
margin:0 0 0 120px;
}

ul#aeoncard-btn li{
list-style:none;
padding:0 0 0 205px; !important;
width:177px;
height:25px;
}

ul#aeoncard-btn{
background:none;
margin-bottom:20px;
}

ul#aeoncard-btn li a{
width:177px;
height:25px;
}

ul#aeoncard-btn img{
border:0px;
width:177px;
height:25px;
}



/*-------------------　情報がない部分 ---------------------*/
p.no_thanks {
	border-right:1px solid #6eb200;
	border-left:1px solid #6eb200;
	border-bottom:1px solid #6eb200;
	clear:both;
	padding:10px 30px 30px 30px;
}


