@charset "utf-8";
@import url("bace.css");
@import url("common.css");
/* ===================================================================
CSS information

 file name  :grandtop.css
 style info :阪急リテールズトップページ用css 
=================================================================== */

#topContents {
	width:800px;
	margin:0 auto;
	clear:both;
}
/*--- mainImg ---*/
#mainImg {
	background:url(/images/grandtop/bg_mainimg.jpg) no-repeat top center;
	width:824px;
	height:274px;
	position:relative;
	clear:both;
}
#mainImgBnr {
 position:absolute;
 right:20px;
	top:196px;
}

/*--- business ---*/
#business {
	background: url(/images/grandtop/bg_business.gif) no-repeat top center;
	width:824px;
}
#business .leftbox {
float:left;
}
#business .leftbox p {
	width:235px;
	margin:0 0 5px 32px;
}
#business .rightbox {
	padding-top:25px;
	width:520px;
	float:left;
}
#business .rightbox li {
	float:left;
 margin-right:10px;
}
@media print {
#business .rightbox li {
	float:left;
 margin-right:5px;
}
}

/*--- info news ---*/
#storeInfo,
#corpNews {
	width:389px;
	margin:20px 0;
	display:inline;
	float:left;
}
#storeInfo {
	background:url(/images/grandtop/bg_storeinfo.gif) no-repeat #BAE264;
	margin-right:22px;
}
#corpNews {
	background:url(/images/grandtop/bg_corpnews.gif) no-repeat #A7D9F6;
}
.ttlInfo {
	margin:12px;
	line-height:0;
}
#storeInfo h2,
#corpNews h2 {
	float:left;
}
.ttlInfo p {
	text-align:right;
}
#storeInfo .innerBox,
#corpNews .innerBox {
	margin:0 4px 4px;
	padding:10px 10px 0;
	background:#FFF;
}
#storeInfo .innerBox dt,
#corpNews .innerBox dt{
	font-weight:bold;
}
#storeInfo .innerBox dt.new,
#corpNews .innerBox dt.new {
 padding-right:38px;
	background:url(/images/common/icon_new.gif) center right no-repeat;
	display:inline;
}

#storeInfo .innerBox dl,
#corpNews .innerBox dl {
	padding:7px 0;
	border-top:dotted 1px #CDCDCD;
}
#storeInfo dl:first-child,
#storeInfo dl.firstChild,
#corpNews dl:first-child,
#corpNews dl.firstChild {
	padding-top:0;
	border-top:dotted 1px #FFF;
}

/*--- bnrArea ---*/
#bnrArea {
	clear:both;
 border:solid 1px #BDBDBD;
	margin:0 auto 20px;
	padding:10px 0 8px;
	line-height:1;
}
#bnrArea li {
	display:inline;
	margin:0 10px;
	line-height:1;
}
