@charset "utf-8";

/* ========================================================
	index.css
======================================================== */

#contentsContainer a:hover img {
	opacity: 0.7;
}


/* indexContents
============================================================================================================ */
#indexContents {
	width: 673px;
	float: left;
	padding-bottom: 40px;
}


/* main
============================================================================================================ */
#main {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
#mainImgs {
	margin-bottom: 8px;
}
#mainImgs .slide {
	position: relative;
	width: 9999em;
	zoom: 1;
}
#mainImgs .slide:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#main .slide p {
	float: left;
	padding-right: 10px;
}

#mainThumbs {
	position: relative;
}
#mainThumbs .slide {
	position: relative;
	overflow: hidden;
	margin: 0 30px;
}
#mainThumbs .slide ul {
	position: relative;
	width: 9999em;
	zoom: 1;
}
#mainThumbs .slide ul:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#mainThumbs .slide ul li {
	float: left;
	margin-right: 8px;
	cursor: pointer;
}

#mainThumbs p {
	position: absolute;
	top: 0;
	cursor: pointer;
}
#mainThumbs p.prev {
	left: 0;
}
#mainThumbs p.next {
	right: 0;
}

#mainThumbs .current {
	position: absolute;
	left: 237px;
	top: -5px;
	width: 199px;
	height: 65px;
	background: url(../images/img-main_current.png) no-repeat;
}


/* mainNav
============================================================================================================ */
#mainNav {
	margin-bottom: 20px;
	padding: 5px 0 2px 5px;
	background-color: #eeeeee;
}
#mainNav ul {
	zoom: 1;
}
#mainNav ul:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#mainNav ul li {
	float: left;
	width: 219px;
	height: 276px;
	padding: 0 3px 3px 0;
	background: url(../images/box_bg.gif) no-repeat;
}
#mainNav ul li a {
	display: block;
	text-decoration: none;
}
#mainNav ul li span {
	display: block;
}
#mainNav ul li .img {
	padding: 12px;
}
#mainNav ul li strong {
	display: block;
	height: 31px;
	font-weight: bold;
	/*font-style: italic;*/
	color: #999999;
	font-size: 150%;
	text-align: center;
	line-height: 1.3;
}
#mainNav ul li a:hover strong {
	text-decoration: underline;
}


/* news
============================================================================================================ */
#news {
	padding-top: 30px;
	border-top: 1px solid #b2b2b2;
}
#news h1 {
	margin-bottom: 0.4em;
	color: #b52a82;
	font-size: 167%;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: url(../images/bg-news_title_right.png) no-repeat 100% 0;
}
#news h1 span {
  display: block;
  height: 100%;
  padding: 0 20px;
  background: url(../images/bg-news_title_left.png) no-repeat 0 0;
}
#news ul {
	/*border: 6px solid #b52a83;*/
}
#news ul li {
	border-top: 1px dotted #b7b6b6;
}
#news ul li:first-child {
	border-top: none;
}
#news ul li a {
	display: block;
	padding: 15px 0;
	text-decoration: none;
	color: #333333;
}
#news ul li a .title {
	color: #bb1219;
}
#news ul li a:hover .title {
	text-decoration: underline;
}



/* indexSide
============================================================================================================ */
#indexSide {
	width: 207px;
	float: right;
	padding-bottom: 40px;
}

#indexSide .likebox {
	margin: 20px 0;
}
#indexSide .bnr li {
	margin-top: 8px;
}




/* locations
============================================================================================================ */
#locations {
	clear: both;
	padding: 30px 0 20px;
	border-top: 1px solid #b2b2b2;
}
#locations h1 {
	padding-bottom: 0.4em;
	font-size: 167%;
	line-height: 1.4;
}
#locations .wrap {
	margin-bottom: 20px;
	background: url(../images/bg-location.gif) repeat-y;
	zoom: 1;
}
#locations .wrap:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#locations .wrap > div {
	width: 185px;
	float: left;
	padding: 0 20px;
}
#locations .wrap > div:first-child {
	padding-left: 0;
	width: 205px;
}

#locations h2 {
	margin-bottom: 0.3em;
	font-weight: bold;
	font-size: 142%;
	/*font-style: italic;*/
}

#locations dt {
	color: #cf0000;
	font-weight: bold;
}
#locations dd {
	padding-bottom: 1em;
}
#locations dd a {
	color: #b52a83;
	text-decoration: none;
}
#locations dd a:hover {
	text-decoration: underline;
}

#locations p {
	text-align: right;
}

#bottomBnr {
	display: none;
}

.more_store a {
  padding: 0.2em 0 0.2em 22px;;
  background: url(../common/images/head/ico-head_link.gif) no-repeat left;
}

/* .foodRow
============================================================================================================ */
#mainNav .foodHalal {
  display: none;
}
#mainNav .foodRow {
  margin-left: 1px;
  position: relative;
  padding-bottom: 4px;
}
#mainNav .foodRow p {
  width: 660px;
  height: 132px;
  background: url(../images/bg-food_safety_halal.png) no-repeat;
  position: relative;
}
#mainNav .foodRow span.btn {
  position: absolute;
  top: 55%;
  right: 33.5%;
}
#mainNav .foodRow span.img {
  display: block;
  padding: 8px 0 0 9px;
}