@charset "Shift_JIS";

/* layout
===================================================*/
body.indexPage #contentBodyWrap{
	display:block;
}
body.indexPage #contentBodyWrap{
	margin-bottom:5px;
}
body.indexPage #topContentSide{
	margin:0 5px;
}
body.indexPage #contentBody img{
	width:auto;
}

/* parts
===================================================*/
/* mainVisual
------------------------------------------------*/
body.indexPage #mainVisualArea{
	position:relative;
	-webkit-box-shadow:0 0 3px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow:0 0 3px 0 rgba(0, 0, 0, 0.4);
	-ms-box-shadow:0 0 3px 0 rgba(0, 0, 0, 0.4);
	box-shadow:0 0 3px 0 rgba(0, 0, 0, 0.4);
	margin:0 0 8px;
	padding-top:2%;
}
body.indexPage #mainVisualWrap{
	padding-bottom:2%;
	text-align:center;
}
body.indexPage #mainVisual{
	margin:0 2%;
	overflow:hidden;
}
body.indexPage #mainVisual ul:first-child{
	white-space:nowrap;
}
body.indexPage #mainVisual ul:first-child li{
	display:inline-block;
}
body.indexPage #mainVisualWrap .bx-pager{
	display:inline-block;
	padding:5px 0 0;
	text-align:left;
}
body.indexPage #mainVisualWrap .bx-pager .bx-pager-item{
	display:inline-block;
	margin-left:5px;
}
body.indexPage #mainVisualWrap .bx-pager .bx-pager-item:first-child{
	margin-left:0;
}
body.indexPage #mainVisualWrap .bx-pager a{
	display:inline-block;
	width:5px;
	height:5px;
	background-color:#ccc;
	border-radius:10px;
	text-align:left;
	text-indent:-999px;
	overflow:hidden;
}
body.indexPage #mainVisualWrap .bx-pager a.active{
	background-color:#0092d9;
}
body.indexPage #mainVisual img{
	width:100%;
	max-width:600px;
	background-color:#fff;
}
/* topBnrList
------------------------------------------------*/
body.indexPage #contentBodyMain .topBnrList{
	margin-bottom:10px;
	overflow:hidden;
}
body.indexPage #contentBodyMain .topBnrList ul{
	margin:-5px -2% 0 0;
}
body.indexPage #contentBodyMain .topBnrList li{
	display:inline-block;
	width:48%;
	margin:5px 2% 0 0;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body.indexPage #contentBodyMain .topBnrList li.wide{
	width:98%;
}
body.indexPage #contentBodyMain .topBnrList li a img{
	max-width:100%;
}
/* h2
------------------------------------------------*/
body.indexPage #contentBodyMain .topH2Box{
	display:table;
	width:100%;
	padding:10px 0;
}
body.indexPage #contentBodyMain .topH2Box > h2,
body.indexPage #contentBodyMain .topH2Box > a{
	display:table-cell;
	vertical-align:middle;
}
body.indexPage #contentBodyMain .topH2Box h2{
	padding:0 5px 0 10px;
	font-size:15px;
}
body.indexPage #contentBodyMain .topH2Box > a{
	width:74px;
	border-left:1px solid #c4cfc9;
	padding:0 0 0 10px;
	text-decoration:none;
	line-height:1;
	white-space:nowrap;
	color:#4c4c4c;
}
body.indexPage #contentBodyMain .topH2Box > a span:after{
	content:"";
	display:inline-block;
	width:6px;
	height:6px;
	margin-left:8px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	vertical-align:middle;
}
body.indexPage #contentBodyMain .contentList{
	border-top:1px solid #c4cfc9;
	margin-bottom:20px;
}
body.indexPage #contentBodyMain .contentList > li{
	border-bottom:1px solid #c4cfc9;
	padding:10px 0;
}
body.indexPage #contentBodyMain .contentList > li > a{
	display:block;
	text-decoration:none;
}
body.indexPage #contentBodyMain .contentList > li:after,
body.indexPage #contentBodyMain .contentList > li > a:after{
	content:"";
	clear:both;
	display:block;
}
body.indexPage #contentBodyMain .contentList > li .imageLeft{
	margin:0 10px 0 0;
	width:73px;
}
body.indexPage #contentBodyMain .contentList > li .topIconDate{
	display:block;
	margin:0 0 5px 0;
}
body.indexPage #contentBodyMain .contentList > li .topIconDate > span{
	display:inline-block;
}
body.indexPage #contentBodyMain .contentList > li .date{
	display:block;
	margin-bottom:5px;
	font-size:12px;
	color:#666;
}
body.indexPage #contentBodyMain .contentList > li .topIconDate [class*=icon]{
	font-size:11px;
}
body.indexPage #contentBodyMain .contentList > li em{
	display:block;
	font-weight:normal;
	overflow:hidden;
}
/* tabList
------------------------------------------------*/
body.indexPage #contentBodyMain .topNews{
	position:relative;
	top:-1px;
	border-top:1px solid #c4cfc9;
	margin-bottom:10px;
}
body.indexPage #contentBodyMain .topNews > ul > li{
	border-bottom:1px solid #c4cfc9;
}
body.indexPage #contentBodyMain .topNews > ul > li a{
	display:block;
	padding:14px 0;
	text-decoration:none;
	line-height:1.2;
}
body.indexPage #contentBodyMain .topNews > ul > li a:after{
	content:"";
	clear:both;
	display:block;
}
body.indexPage #contentBodyMain .topNews > ul > li a .imageLeft{
	width:75px;
	margin-bottom:0;
}
body.indexPage #contentBodyMain .topNews > ul > li a .itemDetail{
	display:block;
	text-align:left;
	overflow:hidden;
}
body.indexPage #contentBodyMain .topNews > ul > li a .itemDetail > *{
	display:block;
	margin-bottom:4px;
}
body.indexPage #contentBodyMain .topNews > ul > li a .date{
	display:inline-block;
	font-size:12px;
	color:#666;
}
body.indexPage #contentBodyMain .topNews > ul > li a .iconDate > [class*=icon]{
	display:inline-block;
	font-size:11px;
}
body.indexPage #contentBodyMain .topNews > ul > li a .iconDate + img{
	width:50px;
}
body.indexPage #contentBodyMain .topNews > ul > li a em{
	font-weight:normal;
}
/* sideShopSearch
------------------------------------------------*/
body.indexPage #topContentSide .sideShopSearch{
	margin-bottom:10px;
}
body.indexPage #topContentSide .sideShopSearch .shopSearchHd{
	background:url(../image/bgr_side_hd.png) repeat 0 0;
	padding:10px 10px 10px 0;
	color:#fff;
}
body.indexPage #topContentSide .sideShopSearch .shopSearchHd strong{
	display:block;
	background:url(../image/sp_bgr_icon_search.png) no-repeat 10px 0;
	background-size:15px auto;
	min-height:20px;
	padding-left:35px;
}
body.indexPage #topContentSide .sideShopSearch .shopSearchHd + ul{
	padding:0 35px 35px 15px;
}
body.indexPage #topContentSide .sideShopSearch .shopSearchHd + ul > li{
	border-left:5px solid #c4cfc9;
	margin-top:20px;
	padding-left:15px;
}
body.indexPage #topContentSide .sideShopSearch .shopSearchHd + ul > li span.gourmet{
	display:inline-block;
	margin-top:10px;
}
body.indexPage #topContentSide .sideShopSearch .shopSearchHd + ul > li span.gourmet a{
	display:block;
}
body.indexPage #topContentSide .sideShopSearch .shopSearchHd + ul > li span.gourmet a img{
	width:81px; 
	max-width:inherit;
	height:auto;
}

body.indexPage #topContentSide .sideShopSearch .shopSearchHd + ul > li strong{
	display:block;
}
body.indexPage #topContentSide .sideShopSearch .shopSearchHd + ul > li select{
	width:100%;
	height:26px;
}
body.indexPage #topContentSide .sideShopSearch .shopSearchHd + ul > li:first-child strong + ul li{
	display:inline-block;
	margin-right:10px;
}
body.indexPage #topContentSide .sideShopSearch .shopSearchHd + ul > li:first-child strong + ul li:first-child{
	margin-left:0;
}
body.indexPage #topContentSide .sideShopSearch .shopSearchHd + ul > li input[type=button]{
	border:2px solid #c4cfc9;
	background-color:#fff;
	margin-right:5px;
	padding:5px 10px;
	font-weight:bold;
	color:#666;
	cursor:pointer;
	-webkit-appearance:none;
	border-radius: 0;
	-webkit-border-radius: 0;
}
/* sideBHours
------------------------------------------------*/
body.indexPage #topContentSide .sideBHours{
	border:1px solid #c4cfc9;
	margin-bottom:10px;
	padding:15px;
	color:#4c4c4c;
}
body.indexPage #topContentSide .sideBHours .bHoursHd{
	border-bottom:1px solid #c4cfc9;
	padding-bottom:10px;
	margin-bottom:10px;
	color:#333;
}
body.indexPage #topContentSide .sideBHours .bHoursHd strong{
	display:block;
	background:url(../image/sp_bgr_icon_time.png) no-repeat 0 0;
	background-size:19px auto;
	min-height:20px;
	padding-left:25px;
}
/* sideMovie
------------------------------------------------*/
body.indexPage #topContentSide .sideMovie{
	margin-bottom:10px;
	text-align:center;
}
body.indexPage #topContentSide .sideMovie img{
	max-width:100%;
}
/* sideBnrListA
------------------------------------------------*/
body.indexPage #topContentSide .sideBnrListA{
	background:url(../image/bgr_side_bnr.gif) repeat 0 0;
	margin-bottom:10px;
	padding:5px;
}
body.indexPage #topContentSide .sideBnrListA li{
	background-color:#fff;
	margin-top:5px;
}
body.indexPage #topContentSide .sideBnrListA li:first-child{
	margin-top:0;
}
body.indexPage #topContentSide .sideBnrListA li a:before{
	content:"";
	display:inline-block;
	position:absolute;
	top:50%;
	left:10px;
	width:6px;
	height:6px;
	margin:-4px 8px 0 0;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
body.indexPage #topContentSide .sideBnrListA li a{
	position:relative;
	display:block;
	min-height:20px;
	padding:18px 50px 18px 30px;
	font-size:113.4%;
	font-weight:bold;
	text-decoration:none;
	line-height:1.2;
	color:#333;
	overflow:hidden;
}
body.indexPage #topContentSide .sideBnrListA [class*=icon] a:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:56px;
	height:52px;
	background:url(../image/sp_bgr_side_bnr_icon.jpg) no-repeat 0 0;
	background-size:56px;
}
body.indexPage #topContentSide .sideBnrListA li.iconMail a:after{
	background-position:0 -54px;
}
body.indexPage #topContentSide .sideBnrListA li.iconPoint a:after{
	background-position:0 -108px;
}
body.indexPage #topContentSide .sideBnrListA li.iconDigital a:after{
	background-position:0 -162px;
}
body.indexPage #topContentSide .sideBnrListA li.iconLNow a:after{
	background-position:0 -216px;
}
body.indexPage #topContentSide .sideBnrListA li.iconEbicen a:after{
	background-position:0 -270px;
}
body.indexPage #topContentSide .sideBnrListA li.iconRecruit a:after{
	background-position:0 -324px;
}
/* sideBnrImgList
------------------------------------------------*/
body.indexPage #topContentSide .sideBnrImgList li{
	display:inline-block;
	position:relative;
	width:50%;
	text-align:center;
	vertical-align:top;
}
body.indexPage #topContentSide .sideBnrImgList li:nth-child(odd):before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:200%;
	height:0;
	border-top:1px solid #c4cfc9;
}
body.indexPage #topContentSide .sideBnrImgList li:nth-child(1):before{
	content:none;
	border:0;
}
body.indexPage #topContentSide .sideBnrImgList li:nth-child(2),
body.indexPage #topContentSide .sideBnrImgList li:first-child{
	border-top:0;
}
body.indexPage #topContentSide .sideBnrImgList li a{
	display:block;
	padding:10px;
}

body.indexPage #topContentSide .sideBnrImgList li p{
	padding:10px;
}

body.indexPage #topContentSide .sideBnrImgList li span{
	display:block;
}
body.indexPage #topContentSide .sideBnrImgList li a img{
	max-width:100%;
}
body.indexPage #topContentSide .sideBnrImgList .addSideBnr{
	display:none;
	border-top:1px solid #c4cfc9;
}
body.indexPage #topContentSide .sideBnrImgList .addBtn a{
	display:block;
	position:relative;
	margin:0 -7px 10px;
	padding:10px 0 8px;
	color:#666;
	line-height:1;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	-webkit-box-shadow:
	0 3px 3px -3px rgba(0, 0, 0, 0.3) inset,
	0 3px 3px -3px rgba(0, 0, 0, 0.5);
	-ms-box-shadow:
	0 3px 3px -3px rgba(0, 0, 0, 0.3) inset,
	0 3px 3px -3px rgba(0, 0, 0, 0.5);
	box-shadow:
	0 3px 3px -3px rgba(0, 0, 0, 0.3) inset,
	0 3px 3px -3px rgba(0, 0, 0, 0.5);
}
body.indexPage #topContentSide .sideBnrImgList .addBtn a span:after{
	content:"";
	display:inline-block;
	width:6px;
	height:6px;
	border:0;
	margin:-6px 0 0 5px;
	vertical-align:middle;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
body.indexPage #topContentSide .sideBnrImgList.active .addBtn a span:first-child,
body.indexPage #topContentSide .sideBnrImgList .addBtn a span + span{
	display:none;
}
body.indexPage #topContentSide .sideBnrImgList.active .addBtn span + span{
	display:inline-block;
}
body.indexPage #topContentSide .sideBnrImgList.active .addBtn a span:after{
	border:0;
	margin:0 0 0 5px;
	text-indent:0;
}

/* 2014/09/11
===================================================*/
/* topListBoxA
------------------------------------------------*/
body.indexPage #contentBody .topListBoxA{
	border-top:1px solid #c4cfc9;
	border-bottom:1px solid #c4cfc9;
	padding:5px 0;
	margin-bottom:10px;
}
body.indexPage #contentBody .topListBoxA .linkListE > li a{
	padding-left:20px;
}
