@charset "EUC-JP";

/*============================================
basic.css用
============================================*/

body{
	margin: 0;
	padding: 0;
	background: #c0e6e6;
}

div, p, ul {
	margin: 0;
	padding: 0;
}


/*============================================
延着等メッセージ
============================================*/
.msgWrap {
	min-width: 960px;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top: 123px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.msg {
	width: 2880px;
	height: auto;
	min-height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -1440px;
	background: #fff;
}

.msg p {
	width: 960px;
	margin: 0 auto;
	min-height: 30px;
	line-height: 30px;
}

.msg p span {
	display: inline-block;
	margin-right: 4px;
	padding: 0 4px;
	min-height: 18px;
	line-height: 18px;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #e60000;
	color: #fff;
	behavior: url("/css/PIE.htc");
}

/*============================================
TOPページ
============================================*/
.Wrap {
    position: relative;
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}
.Wrap.Wrap_top {
	width: 1140px;
}
.Wrap.Wrap_wide {
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
/*============================================
メインパネル
============================================*/
.MainPanel1 {
    width: 100%;
    height: auto;
/*	min-height: 187px;*/
    margin-top: 133px;
}

.MainPanel2 {
    position: relative;
    width: 100%;
}

/*============================================
企業イメージ
============================================*/
#CorporateImageArea {
	width: 100%;
	height: 378px;
	position: relative;
}

#CorporateImageArea .CorporateImage {
	width: 960px;
    height: 270px;
    border-radius: 4px 4px 0 0;
    background: #fff;
	position: relative;
    overflow: hidden;
}

#CorporateImageArea .CorporateImage:before {
    content: url(/img/top/img_top_corporate_water_01.png);
    margin-left: -58px;
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 1;
}

#CorporateImageArea .CorporateImage > div,
#CorporateImageArea .CorporateImage > p {
    position: absolute;
}

#CorporateImageArea .CorporateImage .CatchImage {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

#CorporateImageArea .CorporateImage .CatchImage img {
    position: absolute;
    top: -10px;
    left: -10px;
    transition: filter .7s ease-in-out, transform .7s ease-in-out;
}

#CorporateImageArea .CorporateImage:hover .CatchImage img {
    transform: scale(1.02);
    filter: blur(6px);
}

#CorporateImageArea .CorporateImage .CatchCopy01,
#CorporateImageArea .CorporateImage .CatchCopy02 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#CorporateImageArea .CorporateImage .CatchCopy01 {
    font-size: 20px;
    line-height: 1.6;
    top: 39px;
    left: 58px;
}

#CorporateImageArea .CorporateImage .CatchCopy02 {
    width: 270px;
    top: 161px;
    left: 49px;
}

#CorporateImageArea .CorporateImage .CatchCopy02:before,
#CorporateImageArea .CorporateImage .CatchCopy02:after {
    content: url(/img/top/img_top_laurel_01.png);
    position: absolute;
}

#CorporateImageArea .CorporateImage .CatchCopy02:before {
    top: 0;
    left: 0;
}

#CorporateImageArea .CorporateImage .CatchCopy02:after {
    transform: scale(-1, 1);
    top: 0;
    right: 0;
}

#CorporateImageArea .CorporateImage .CatchCopy02 span {
    display: block;
    text-align: center;
}

#CorporateImageArea .CorporateImage .CatchCopy02 .CatchCopy02_01 {
    height: 16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .9);
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #deda9c;
}

#CorporateImageArea .CorporateImage .CatchCopy02 .CatchCopy02_02 {
    height: 36px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .8);
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    color: #deda9c;
}

#CorporateImageArea .CorporateImage .CatchCopy02 .CatchCopy02_03 {
    height: 20px;
    font-family: "Meiryo", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "osaka", "sans-serif";
    font-size: 10px;
    line-height: 20px;
    color: rgba(255, 255, 255, .62);
}

#CorporateImageArea .CorporateImage .CatchOmotenashi {
    width: 370px;
    bottom: 20px;
    left: 10px;
}

#CorporateImageArea .CorporateImage .Catch_itqi {
    width: 370px;
    top: 10px;
    left: 10px;
}

#CorporateImageArea .CorporateImage .CatchMore {
    display: inline-block;
    height: 30px;
    top: 214px;
    right: 0;
}

#CorporateImageArea .CorporateImage .CatchMore a {
    display: inline-block;
    height: 30px;
    padding: 0 30px 0 10px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, .5);
    font-size: 12px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    position: relative;
    transition: .2s ease-in-out;
}

#CorporateImageArea .CorporateImage .CatchMore a:hover {
    text-decoration: none;
    border-color: rgba(255, 255, 255, .7);
    background-color: rgba(0, 0, 0, .7);
}

#CorporateImageArea .CorporateImage .CatchMore a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin: -4px 0 0;
    border: 1px solid #fff;
    border-left: transparent;
    border-bottom: transparent;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: rotate(45deg);
}


#CorporateImageArea .PickUpItemWrap {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
    height: 82px;
    padding: 6px 10px 10px 10px;
    border-radius: 0 0 4px 4px;
    background: #fff;
}

#CorporateImageArea .PickUpItemWrap > li {
    float: left;
    display: block;
    height: 82px;
}

#CorporateImageArea .PickUpItemWrap .PickUpItem {
    width: 276px;
    margin-right: 10px;
}

#CorporateImageArea .PickUpItemWrap .PickUpItem a,
#CorporateImageArea .PickUpItemWrap .PickUpItem a > span {
    display: block;
}

#CorporateImageArea .PickUpItemWrap .PickUpItem a {
    transition: .2s ease-in-out;
}

#CorporateImageArea .PickUpItemWrap .PickUpItem a:hover {
    text-decoration: none;
    background: #f0f0f0;
}

#CorporateImageArea .PickUpItemWrap .PickUpItem a:after {
    content: "";
    display: block;
    clear: both;
}

#CorporateImageArea .PickUpItemWrap .PickUpItem a .ItemImage {
    float: left;
    width: 82px;
    height: 82px;
    margin-right: 10px;
}

#CorporateImageArea .PickUpItemWrap .PickUpItem a .ItemImage img {
    display: block;
    width: 82px;
    height: 82px;
    transition: .2s ease-in-out;
}

#CorporateImageArea .PickUpItemWrap .PickUpItem a:hover .ItemImage img {
    transform: scale(.85);
}

#CorporateImageArea .PickUpItemWrap .PickUpItem a .ItemNumber {
    padding-top: 10px;
    font-size: 10px;
    color: #000;
}

#CorporateImageArea .PickUpItemWrap .PickUpItem a .ItemTitle {
    font-size: 14px;
}

#CorporateImageArea .PickUpItemWrap .PickUpItem a .ItemPrice {
    font-weight: bold;
    color: #e80000;
}

#CorporateImageArea .PickUpItemWrap .PickUpItem a .ItemPrice .ItemAmount {
    font-size: 18px;
}

#CorporateImageArea .PickUpItemWrap .PickUpItem a .ItemPrice .ItemCurrency {
    font-size: 10px;
}

#CorporateImageArea .PickUpItemWrap .PickUpMore {
    width: 82px;
    background: ;
}

#CorporateImageArea .PickUpItemWrap .PickUpMore a {
    display: block;
    text-align: center;
    line-height: 82px;
    background: #f0f0f0;
    transition: .2s ease-in-out;
}

#CorporateImageArea .PickUpItemWrap .PickUpMore a:hover {
    text-decoration: none;
    background: #e0e0e0;
}
#CorporateImageArea .CorporateImage .Catch_itqi_omt {
	    width: 266px;
	    top: 10px;
	    right: 20px;
}
/*============================================
特別バナー
============================================*/

#spBnr {
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
	border-radius: 4px;
}

* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}

.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
	background: #000;
}

.layer_board {
	display: none;
	position: fixed;
	left: 50%;
/*	margin: 50px 0px 0px -285px;*/
	margin: 50px 0px 0px -420px;
	text-align: center;
	z-index: 2000;
}
/* Overlay style */
#simple-modal-overlay {
  position: fixed;
  display: block;
  z-index: 99996;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

	background-color: #000000;
	background-position: center center;
	background-repeat: no-repeat;
	/* Safari 4-5, Chrome 1-9 */ /* Can't specify a percentage size? Laaaaaame. */
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#FFF), to(#291A49));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-radial-gradient(circle, #FFF, #291A49);
	/* Firefox 3.6+ */
	background: -moz-radial-gradient(circle, #FFF, #291A49);
	/* IE 10 */
	background: -ms-radial-gradient(circle, #FFF, #291A49);
	/* Opera cannot do radial gradients yet */
}
.simple-modal {
  /* Style rewrite */

  width: 800px;
  left: 20px;
  top: 20px;
  /* */

  position: absolute;
  position: fixed;
  margin: 0;
  color: #808080;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
/*  background-color: #FFFFFF;
  border: 1px solid #EAEEFA;
  border: 1px solid rgba(234, 238, 250, 0.6);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  overflow:auto;*/
  overflow:none;
  z-index: 99998;
}
.simple-modal .simple-modal-header {
  padding: 5px 15px;
  margin: 0;
  border-bottom: 1px solid #EEEEEE;
  opacity:0;
}
.simple-modal .simple-modal-header h1 {
  margin: 0;
  color: #404040;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
}
.simple-modal a.close {
  position: absolute;
  right: 15px;
  top: 15px;
  width:66px;
  height:22px;
  line-height: 10px;
  text-decoration: none;
  opacity:1;
}
.simple-modal .simple-modal-body {
  padding: 0;
  opacity:1;
  /* Extra style */

  /*2016.04.04 Add*/
  overflow: visble;

}
.simple-modal .simple-modal-body div.contents {
  color:#C00;
 /*
 2016.04.04 Del
 overflow: hidden;*/
}

.simple-modal .simple-modal-body div.contents h6 {display:none;}
.simple-modal .simple-modal-body p {
  font-size: 13px;
  font-weight: normal;
  color: #606060;
  line-height: 18px;
}
.simple-modal .simple-modal-body p img {
  display: block;
  margin: 0 auto 10px auto;
}
.simple-modal .simple-modal-footer {
  display: block;
/*  background-color: #F5F5F5;
  padding: 14px 15px 15px;
  border-top: 1px solid #EEEEEE;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #FFF;
  -moz-box-shadow: inset 0 1px 0 #FFF;
  box-shadow: inset 0 1px 0 #FFF;*/
  zoom: 1;
  margin-bottom: 0;
  text-align: left;
/*  overflow: scroll;*/
}
.simple-modal .simple-modal-footer a.btn {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  padding: 5px 14px 6px;
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s linear all;
  -moz-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.simple-modal .simple-modal-footer a.btn.primary {
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
  background-repeat: repeat-x;
  margin-right: 15px;
}
.simple-modal .simple-modal-footer a.btn.primary:hover {
  border: 1px solid #444;
  background-color: #444;
}
.simple-modal .simple-modal-footer a.btn.secondary {
  padding: 5px 2px 6px;
}
.simple-modal .simple-modal-footer a.btn.secondary:hover {
  color: #999;
}
.simple-modal .simple-modal-footer a {
	font-size:16px;
}
.simple-modal .simple-modal-footer a:hover img{
/*  opacity:0.9;*/
  background:#FFF;
  /* 2016.04.04 Add*/
  -webkit-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;

}
.simple-modal .simple-modal-footer p {display:none;}
/* Draggable style */
.simple-modal.draggable .simple-modal-header:hover {
  cursor: move;
  background-color: #f8f8f8;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
/* Loading style */
.simple-modal.loading .simple-modal-body {
  min-height: 60px;
  background: transparent url("/onsen/images/loading.gif") no-repeat center center;
}
.simple-modal.loading .simple-modal-body div.contents {
  display: none;
}
.simple-modal.loading .close, .simple-modal.loading .simple-modal-header, .simple-modal.loading .simple-modal-footer {
  display: none;
}
/* Hide header */
.simple-modal.hide-header .simple-modal-header {
  display: none;
}
/* Hide header */
.simple-modal.hide-footer .simple-modal-footer {
  display: none;
}

.btn_close{
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
	width:33px;
/*	height:22px;
	background: transparent url("/onsen/images/closelabel.gif") no-repeat center center;*/
	height:33px;
	background: transparent url("/img/top/ovr_gentei_6847_close.png") no-repeat center center;
	cursor:pointer;
	/* closebtn position */
	position:relative;
	top:0px;
	left:-40px;
	z-index: 99999;
}
.btn_close span {display:none;}

/*============================================
スライダー
============================================*/
#SlideArea {
	margin: 0 auto 22px;
	min-width: 960px;
	height: 392px;
	overflow: hidden;
	position: relative;
}

#slidewrapper {
	width: 2880px;
	min-width: 2880px;
	margin-left: -1440px;
	position: absolute;
	left: 50%;
}

#slidewrapper ul li {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
	float: left;
	display: block;
	margin: 0 5px 2px;
	padding: 10px;
	border-radius: 4px;
	background: #fff;
	opacity: .6;
	filter: blur(3px);
	transition: .2s ease-in-out;
}

#slidewrapper ul li.selected {
	opacity: 1;
	filter: blur(0);
}

#slidewrapper ul li a,
#slidewrapper ul li a img {
}

#images {
	width: 100%;
	height: 300px;
	padding: 0;
	margin: 0;
}

#images img {
	width: 940px;
	height: 280px;
	padding: 0;
	margin: 0;
	display: block;
}

#images ul {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#slidearrow {
	width: 18px;
    height: 13px;
	margin-left: -9px;
	position: absolute;
	top: 300px;
	left: 50%;
}

#slidearrow:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 13px solid #fff;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#slidearrow:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 13px solid rgba(0, 0, 0, .1);
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 1;
}

#thumbswrapper {
	position: absolute;
	width: 960px;
	min-width: 960px;
	top: 310px;
	left: 50%;
	margin-left: -480px;
}

#thumbs {
	height: 70px;
	float:left;
	padding: 0;
	width: 960px;
	color: #fff;
}

#thumbs div {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
	width: 164px;
	height: 60px;
	margin: 0 5px 2px;
	padding: 10px;
	float: left;
	background: #fff;
	cursor: pointer;
	opacity: 0.6;
	border-radius: 4px;
    transition: .2s ease-in-out;
}
#thumbs div img {
	opacity: 0.6;
    transition: .2s ease-in-out;
}
#thumbs div.selected{
}
#thumbs div:hover,
#thumbs div:hover img,
#thumbs div.selected,
#thumbs div.selected img {
	margin: 0;
	opacity: 1;
}
#thumbs div:hover,
#thumbs div.selected{
	margin-left: 5px;
}

#prev,
#next {
	float:left;
	display: block;
	width: 960px;
	height: 302px;
	position:relative;
	z-index:1;
    outline: none;
}

#prev {
	background: radial-gradient(circle at 1060px 150px, rgba(192, 230, 230, 0) 170px, rgba(192, 230, 230, .7) 260px, rgba(192, 230, 230, 1) 350px);
	left:  -10px;
}

#next {
	background: radial-gradient(circle at -100px 150px, rgba(192, 230, 230, 0) 170px, rgba(192, 230, 230, .7) 260px, rgba(192, 230, 230, 1) 350px);
	left: 970px;
}

#next span,
#prev span {
	display: block;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
	width: 42px;
	height: 0;
	padding-top: 42px;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	position: absolute;
	top: 129px;
	transition: .2s ease-in-out;
}

#next:hover span,
#prev:hover span {
	transform: scale(1.4);
}

#prev span {
	right: -25px;
}

#next span {
	left: -25px;
}

#prev span:before,
#prev span:after,
#next span:before,
#next span:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	position: absolute;
	top: 8px;
}

#prev span:before {
	border-right: 24px solid #75a3a9;
	left: 6px;
}

#prev span:after {
	border-right: 24px solid #fff;
	left: 8px;
}

#next span:before {
	border-left: 24px solid #75a3a9;
	right: 6px;
}

#next span:after {
	border-left: 24px solid #fff;
	right: 8px;
}

#SlideArea .caroufredsel_wrapper {
	text-align: center;
	padding: 0;
}

.caroufredsel_wrapper{
	padding: 0;
	margin: 0;
}

/*============================================
明日届け案内 #0167
============================================*/
div#tomodeli {
	height:20px;
	position:relative;
	overflow:visible;
}
div#tomodeli p {
	padding:5px;
	width:15em;
	height:53px;
	line-height:1.15em;
	background:#C00;
	color:#FFF;
	font-size:20px;
	text-align:center;
	bottom:-5px;
	right:0;
	position:absolute;
}
div#tomodeli p a {
	font-size:20px;
	color:#FFF;
}
div#tomodeli p a img {
	margin-bottom:3px;
}
div#tomodeli p a strong {
	font-size:20px;
	color:#FF0;
}

/*============================================
商品カテゴリー
============================================*/
#ItemCategoryArea {
	width: 960px;
	margin-bottom: 24px;
}

/* 商品カテゴリータイトル  */
#ItemCategoryTitle {
/*    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);*/
	width: 100%;
/*	height: 40px;*/
/*	background: #75a3a9;*/
/*	border-radius: 4px;*/
}

#ItemCategoryTitle a {
	display: block;
	height: 40px;
	padding-left: 10px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

#ItemCategoryTitle a .SubTitle {
	margin-left: 10px;
	font-size: 0.8em;
}

#ItemCategoryTitle a .SubTitle strong {
	font-weight: normal;
	color: #ff0;
}

/* 商品カテゴリーイメージ  */
#ItemCategoryImg {
	width: 960px;
	text-align: center;
	font-size: 0;
}

#ItemCategoryImg .Categorylist {
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
	display: inline-block;
	width: 184px;
	height: 150px;
	margin: 10px 10px 0 0;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
}

#ItemCategoryImg .Categorylist:nth-child(5n),
#ItemCategoryImg .Categorylist:last-child {
	margin-right: 0;
}

#ItemCategoryImg .Categorylist a {
	display: block;
	width: 164px;
	height: 130px;
	padding: 10px;
	text-decoration: none;
	position: relative;
}

#ItemCategoryImg .Categorylist a:before {
	content: "";
	display: block;
	width: 100px;
	height: 106px;
	margin-left: -50px;
	background-image: url(/img/top/img_top_cat_sprite_01.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 34px;
	left: 50%;
	z-index: 0;
	transition: .2s ease-in-out;
}

#ItemCategoryImg .Categorylist a:hover:before {
	transform: scale(1.1);
	opacity: .25;
	filter: blur(6px);
}

#ItemCategoryImg #top_itmcat_img01 a:before {background-position: 0 0;}
#ItemCategoryImg #top_itmcat_img02 a:before {background-position: -100px 0;}
#ItemCategoryImg #top_itmcat_img03 a:before {background-position: -200px 0;}
#ItemCategoryImg #top_itmcat_img04 a:before {background-position: -300px 0;}
#ItemCategoryImg #top_itmcat_img05 a:before {background-position: -400px 0;}
#ItemCategoryImg #top_itmcat_img14 a:before {background-position: -500px 0;}
#ItemCategoryImg #top_itmcat_img06 a:before {background-position: -600px 0;}
#ItemCategoryImg #top_itmcat_img07 a:before {background-position: -700px 0;}
#ItemCategoryImg #top_itmcat_img08 a:before {background-position: -800px 0;}
#ItemCategoryImg #top_itmcat_img10 a:before {background-position: -900px 0;}
#ItemCategoryImg #top_itmcat_img11 a:before {background-position: -1500px 0;}
#ItemCategoryImg #top_itmcat_img12 a:before {background-position: -1600px 0;}
#ItemCategoryImg #top_itmcat_img13 a:before {background-position: -1700px 0;}

#ItemCategoryImg .Categorylist a h3 {
	display: block;
	color: #000;
	position: relative;
	z-index: 2;
}

#ItemCategoryImg .Categorylist a p {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	padding: 38px 10px 10px;
	text-align: justify;
	color: #000;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: .2s ease-in-out;
}

#ItemCategoryImg .Categorylist a:hover p {
	top: 0;
	opacity: 1;
}

.title_main, .title_sub{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	display: inline-block;
	font-weight: bold;
}
span.title_main {
	border-right: 1px solid #000;
	padding: 0 1.1rem 0.6rem 1rem;
	color: #000;
	font-size: 18px;
}
span.title_sub {
	font-size: 12px;
	padding: 0 0 0.5rem 1.2rem;
	letter-spacing: 0.25rem;
	color: #000;
}
h2#ItemCategoryTitle {
	background: url(/img/top/bg_cmn_h_01.png) repeat-x left bottom;
	margin-bottom: 20px;
	line-height: 1.7;
	padding-bottom: 4px;
}

/***　商品カテゴリータブメニュー　リニューアル *********************/

.tabSet{
	padding:0 0 1em;
	margin:0 0 20px;
	padding:3px;
}
ul.tabs{
/* 20190521 ADD begin */
    display: flex;
/* 20190521 ADD end */
	overflow:hidden;
	*zoom:1; /* ie clear float */
}
ul.tabs li{
/* 20190521 DEL begin */
/*	float: left; */
/*	width: 10.92%; */
/* 20190521 DEL end */
/* 20190831 ADD begin */
	width: 100%;
/* 20190831 ADD end */
	padding: 0;
	border-right: 2px solid #c0e6e6;
	list-style-type:none;
}
ul.tabs li:hover{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background: #fffbf2;
}
ul.tabs li:last-of-type{
	border-right: none;
}
ul.tabs li a{
	float:left;
	display:none;
	width: 100%;
	text-align: center;
	border-bottom: 5px solid #c0e6e6;
	position: relative;
}
ul.tabs li a::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #89d0d0;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .2s;
}
ul.tabs li a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
ul.tabs li a img {
	background: #fff;
	padding: 0 2px 2px;
}
/* ハイライトされた時 */
ul.tabs li a.on{
	background: #fffbf2;
	border-bottom: 5px solid #fffbf2;
	cursor:defaul.tabst;
	padding-top: 2px;
}
ul.tabs li a.on img{
	background: transparent;
}
ul.tabs li a.on:hover{
	text-decoration:none;
}
.panels{
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
	border-radius: 0 0 4px 4px;
}
.panel{
	background: #fffbf2;
	margin: 0 0 .5em;
	padding: 2rem 0 0 2.8rem;
	height: 323px;
	border-radius: 0 0 4px 4px;
}
.tab_water li, .tab_kome li, .tab_kenko li, .tab_sake li, .tab_skincare li, .tab_sweets li, .tab_gurume li, .tab_softdrink li {
	list-style-type:none;
}
.tab_water li a img, .tab_kome li a img, .tab_kenko li a img, .tab_sake li a img, .tab_skincare li a img, .tab_sweets li a img, .tab_gurume li a img, .tab_softdrink li a img {
	float: left;
}
.tab_tab_sweets li{
	float: left;
	margin-right: 40px;
}
.tab_water li {
	float: left;
	margin-right: 40px;
	width: 144px;
}
.tab_kome li {
	float: left;
	margin-right: 40px;
	width: 180px;
}
.tab_water li{
	margin-bottom: 20px;
}
.tab_water li:nth-child(5n), .tab_water li:last-child{
	margin-bottom: 20px;
}
.tab_kome li:first-of-type {
	width: 220px;
	float: left;
	margin-right: 40px;
}
.tab_sweets li:first-of-type, .tab_sweets li:nth-of-type(2){
	width: 190px;
	float: left;
	margin-right: 40px;
}
.tab_kenko li, .tab_sake li, .tab_skincare li{
	float: left;
	width: 114px;
	margin-right: 39px;
	margin-bottom: 20px;
}
.tab_sweets li:nth-of-type(3), .tab_sweets li:nth-of-type(4), .tab_sweets li:nth-of-type(5), .tab_sweets li:nth-of-type(6), .tab_sweets li:nth-of-type(7), .tab_sweets li:nth-of-type(8){
	float: left;
	width: 114px;
	margin-right: 39px;
	margin-bottom: 20px;
}
.tab_softdrink li, .tab_gurume li{
	width: 260px;
	float: left;
	margin-right: 46px;
}
.tabmenu_txt {
	font-size: 10px;
	color: #000;
	text-align: center;
	line-height: 1.5;
	display: block;
}
.panels a {
    text-decoration: none;
}
.panel a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

h3.h3_tab_campaign {
	font-family: fot-tsukubrdgothic-std, FOT-筑紫B丸ゴシック Std, sans-serif;
	font-size: 18px;
	color: #000;
	display: block;
	margin-bottom: 2px;
}
.tab_cam_01{
	color: #004e92;
	font-size: 14px;
	background: url(/img/top/arrow.png) no-repeat left 11px;
	display: block;
	float: left;
	padding-left: 12px;
	margin-right: 14px;
	line-height: 2.2;
	font-weight: 600;
}
.gentei_menu, .gift_menu_01 {
	width: 47%;
	float: left;
	margin-right: 3%;
}
.syokai_menu, .gift_menu_02 {
	width: 47%;
	float: left;
}
.tab_cam_02 {
	display: block;
	font-size: 13px;
	float: left;
	color: #333;
	line-height: 2.2;
}
.tab_campaign li, .tab_gift li {
	width: 100%;
	display: block;
	float: left;
}
.tab_campaign li a, .tab_gift li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.tab_campaign li a::after, .tab_gift li a::after {
	position: absolute;
	bottom: 5px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #004e92;
	transform: scale(0, 1);
	transform-origin: right top;
}
.tab_campaign li a:hover::after, .tab_gift li a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
.all_campage {
	position: absolute;
	right: 25px;
	top: 458px;
}
.all_campage span {
	font-size: 14px;
	color: #004E92;
	font-weight: 600;
	background: url(/img/top/arrow.png) no-repeat left 6px;
	padding-left: 11px;
}

/*============================================
財宝案内エリア
============================================*/
#ZaihoInfoArea{
	width: 960px;
	overflow: hidden;
}
#ZaihoInfoArea:after{
	content: "";
	display: none;
	clear: both;
}

/*============================================
財宝案内パネル01
============================================*/
#ZaihoInfoArea01{
}

/*============================================
財宝案内パネル02
============================================*/
#ZaihoInfoArea02{
    text-align: center;
    font-size: 0;
}

#ZaihoInfoArea02 #ZaihoInfo02_02 {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
    display: inline-block;
		width: 262px;
    height: 77px;
    margin: 0 0 10px 0;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
		float: left;
}
#ZaihoInfoArea02 #ZaihoInfo02_03 {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
    display: inline-block;
    width: 126px;
    height: 126px;
    margin:  0 10px 0 0;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
		float: left;
}

#ZaihoInfoArea02 #ZaihoInfo02_04 {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
    display: inline-block;
		width: 126px;
    height: 126px;
    margin: 0;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
		float: left;
}

#ZaihoInfoArea02 #ZaihoInfo02_01 {
		box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
		display: inline-block;
		height: 214px;
		width: 688px;
		margin: 0 10px 10px 0;
		border-radius: 4px;
		background: #fff;
		overflow: hidden;
		float: left;
}
#ZaihoInfoArea02 #ZaihoInfo02_01 a img{
		padding: 20px 18px;
}
#ZaihoInfoArea02 #ZaihoInfo02_02 a img{
		padding: 19px 22px;
}
#ZaihoInfoArea02 #ZaihoInfo02_03 a img, #ZaihoInfoArea02 #ZaihoInfo02_04 a img{
		padding: 20px;
}
#ZaihoInfoArea02 > div:nth-child(5n),
#ZaihoInfoArea02 > div:last-child {
    margin-right: 0;
}
/****************
#ZaihoInfoArea02 > div a {
    display: block;
		width: 124px;
    height: 124px;
    text-decoration: none;
    color: #000;
    position: relative;
}
/****************
#ZaihoInfoArea02 > div a:before {
    content: "";
    display: block;
    width: 100px;
    height: 106px;
    margin-left: -50px;
    background-image: url(/img/top/img_top_cat_sprite_01.jpg);
    background-repeat: no-repeat;
    position: absolute;
    top: 34px;
    left: 50%;
    z-index: 0;
    transition: .2s ease-in-out;
}
#ZaihoInfoArea02 > div#ZaihoInfo02_01 a:before {
    content: "";
    display: block;
    width: 370px;
    height: 106px;
    margin-left: -50px;
    background-image: url(/img/top/img_top_teiki.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 34px;
    left: 20%;
    z-index: 0;
    transition: .2s ease-in-out;
}
*************************/
#ZaihoInfoArea02 > div a:hover:before {
    transform: scale(1.1);
    opacity: .25;
    filter: blur(6px);
}

#ZaihoInfoArea02 #ZaihoInfo02_01 a {
    width: 688px;
}

#ZaihoInfoArea02 > div a h3 {
	display: block;
	position: relative;
	z-index: 2;
}

#ZaihoInfoArea02 > div a p {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	padding: 38px 10px 10px;
	text-align: justify;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: .2s ease-in-out;
}

#ZaihoInfoArea02 > div a:hover p {
	top: 0;
	opacity: 1;
}

/* ログインユーザ名 */
#PickUpUser {
	width: 100%;
	/*height: 40px;
	margin-bottom: 10px;
	background: #75a3a9;
	border-radius: 4px; */
}
#PickUpUser a {
	display: block;
	height: 40px;
	padding-left: 10px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#PickUpUser {
    background: url(/img/top/bg_cmn_h_01.png) repeat-x left bottom;
		margin-bottom: 30px;
    line-height: 1.7;
		padding-bottom: 4px;
}

/*============================================
おすすめ商品
============================================*/
#PickUpItemArea {
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
	border-radius: 4px;
	position: relative;
  width: auto;
  height: auto;
  margin: 0 0 24px 0;
  padding: 10px;
  background: white;
}
#PickUpItemArea:after {
	content: "";
	display: none;
	clear: both;
}
#PickUpPanel {
	margin: 0;
  float: left;
  padding: 0 0 0 10px;
}
#PickUpPanel:after {
	content: "";
	display: none;
	clear: both;
}

#PickUpPanel ul {
	margin: 0;
	padding: 0;
}

#PickUpPanel ul:after {
	content: "";
	display: none;
	clear: both;
}
#PickUpPanel li {
	position: relative;
  float: left;
  width: 100px;
  height: 150px;
  margin: 5px 25px 5px 0px;
  background-color: #FFF;
  font-size: 12px;
  text-align: center;
  display: block;
  list-style: none;
}
#PickUpPanel li a {
	font-size: 12px;
	display: inline-block;
	padding: 0;
}
#PickUpPanel li img {
	width: 100px;
	height: 100px;
	display:block;
	margin-bottom:10px;
}
#PickUpPanel li a span {
	display: block;
}

#PickUpPanelPrev,
#PickUpPanelNext,
#PickUpPanelPrev a,
#PickUpPanelNext a {
	float: left;
    box-sizing: border-box;
	width: 30px;
	cursor: pointer;
	overflow: hidden;
}

#PickUpPanelPrev,
#PickUpPanelNext {
	height: 48px;
	margin-top: 41px;
}

#PickUpPanelPrev a,
#PickUpPanelNext a {
    width: 30px;
		height: 0;
		padding-top: 46px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: linear-gradient(to bottom, #fefefe, #f3f3f3);
    position: relative;
}
#PickUpPanelNext {
    float: right;
}
#PickUpPanelPrev a:after,
#PickUpPanelNext a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 19px;
}

#PickUpPanelPrev a:after {
    border-right: 8px solid #444;
    left: 9px;
}

#PickUpPanelNext a:after {
    border-left: 8px solid #444;
    right: 9px;
}

#PickUpPanelPrev a:hover,
#PickUpPanelNext a:hover {
    border: 1px solid #999;
    background: linear-gradient(to bottom, #e6e6e6, #f3f3f3);
}

#PickUpPanelPrev a:active,
#PickUpPanelNext a:active {
    border: 1px solid #00366e;
    background: #184fa0;
}

#PickUpPanelPrev a:active:after {
    border-right: 8px solid #fff;
}

#PickUpPanelNext a:active:after {
    border-left: 8px solid #fff;
}

#PickUpItemArea .hidden {
	display: block !important;
	cursor: default;
}

#PickUpItemArea .hidden a {
	display: none;
}

#PickUpItemArea .prev.hidden,
#PickUpItemArea .next.hidden {
    border-radius: 4px;
    border: 1px solid #4d4d4d;
    background: linear-gradient(to bottom, #b2b2b2, #808080);
    position: relative;
}

#PickUpItemArea .prev.hidden:after,
#PickUpItemArea .next.hidden:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 19px;
}

#PickUpItemArea .prev.hidden:after {
    border-right: 8px solid #444;
    left: 9px;
}

#PickUpItemArea .next.hidden:after {
    border-left: 8px solid #444;
    right: 9px;
}
#PickUpItem {
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
}

/*============================================
財宝情報
============================================*/
#GetZaihoInfo {
	width: 378px;
	height: 214px;
	min-height: 214px;
}

#GetZaihoInfo:after {
	content: "";
	display: none;
	clear: both;
}

#GetZaihoInfo img {
	width: 184px;
	height: 214px;
}

/*============================================
財宝通信バナー
============================================*/
#ZaihoTsushinImg{
	position: relative;
	display: flex;
	padding: 10px;
	background: #fff;
	border-radius: 4px;
}

#ZaihoTsushinImg a{
	float:left;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
}
/*============================================
お試しキャンペーン
============================================*/
#TrialCampaign {
	width: 960px;
	padding: 100px;
	margin: -100px;
	overflow: hidden;
}

#TrialCampaignTitleArea {
	/* 見出しデザインの変更につき削除予定 */
  /*box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #75a3a9;
	border-radius: 4px;*/
}
#TrialCampaignTitleArea {
  background: url(/img/top/bg_cmn_h_01.png) repeat-x left bottom;
	margin-top: 30px;
  line-height: 1.7;
  /* 見出しデザインの変更につき削除予定 padding-bottom: 4px;  */
	width: 100%;
	height: 40px;
}

#Trial {
/* 見出しデザインの変更につき削除予定 */
/*
	float: left;
	display: block;
	height: 40px;
	padding-left: 10px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
*/
}

#TrialCampaignTitle{
}

#TrialCampaignTitle span{
}

#TrialCampaignImg{
	float:left;
	width: 960px;
	margin : 0 0 24px 0;
	padding: 0;
}

.TrialCampaignImgArea {
	width: 970px;
	margin : 0 0 24px 0;
	padding: 0;
}

.TrialCampaignImg{
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
	position: relative;
	display: block;
	float:left;
	margin : 10px 10px 0 0;
	padding: 10px;
	background: #fff;
	border-radius: 4px;
}

.TrialCampaignImg a,
.TrialCampaignImg img {
	display: block;
}
/*============================================
期間限定・数量限定キャンペーン
============================================*/
#LimitCampaign {
	width: 960px;
	padding: 0;
	margin : 0;
	overflow: hidden;
}

#LimitCampaignTitleArea {
	/* 見出しデザインの変更につき削除予定 */
	/*
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #75a3a9;
	border-radius: 4px;
*/
}
#LimitCampaignTitleArea {
    background: url(/img/top/bg_cmn_h_01.png) repeat-x left bottom;
    margin-bottom: 20px;
    line-height: 1.7;
    width: 100%;
    height: 40px;
}
#Limit {
/* 見出しデザインの変更につき削除予定 */
/*
	float: left;
	display: block;
	height: 40px;
	padding-left: 10px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
*/
}
#LimitCampaignTitle{
}

#LimitCampaignTitle span{
}

#LimitCampaignImg{
	float:left;
	width: 960px;
	margin : 0 0 24px 0;
	padding: 0;
}

.LimitCampaignImgArea {
	width: 970px;
	margin : 0 0 24px 0;
	padding: 0;
}

.LimitCampaignImg {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
	position: relative;
	display: block;
	float:left;
	margin : 10px 10px 0 0;
	padding: 10px;
	background: #fff;
	border-radius: 4px;
}

.LimitCampaignImg a,
.LimitCampaignImg img {
	display: block;
}

.viewCamp {
	float: right;
	display: inline-block;
	margin: 8px 10px 0 0;
	padding-left: 10px;
	/* 見出しデザインの変更につき削除予定
	background-image: url(/img/top/btn_small.png);
	line-height: 24px;
	height: 24px;
	*/
	background-repeat: no-repeat;
	background-position: left 0;
}

.viewCamp span {
	display: inline-block;
	padding-right: 10px;
	font-weight: bold;
	color: #444;
	/* 見出しデザインの変更につき削除予定
	height: 24px;
	line-height: 24px;
	background-image: url(/img/top/btn_small.png);
	background-repeat: no-repeat;
	background-position: right 0;*/
}
.viewCamp {
    position: relative;
    top: -3px;
		height: 26px;
		line-height: 26px;
}
.viewCamp span {
    color: #000;
		height: 26px;
		padding-right: 10px;
		line-height: 26px;
}
.viewCamp span:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: -.58rem;
    border-top: .5rem solid transparent;
    border-bottom: .5rem solid transparent;
    border-left: .5rem solid #4d4d4d;
    position: absolute;
    top: 50%;
    left: 0;

}
	/* 見出しデザインの変更につき削除予定
.viewCamp:hover {
	background-position: left -24px;
}

.viewCamp:hover span {
	background-position: right -24px;
}

.viewCamp:active {
	background-position: left -48px;
}

.viewCamp:active span {
	background-position: right -48px;
	color: #fff;
}

.CampaignText {
	display: block;
	height: 20px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
}
*/
.viewCamp:hover span {
	color: #184fa0;
	text-decoration: underline;
}
.viewCamp span:hover:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: -.58rem;
	border-top: .5rem solid transparent;
	border-bottom: .5rem solid transparent;
	border-left: .5rem solid #184fa0;
	position: absolute;
	top: 50%;
	left: 0;
}

/*============================================
財宝を知ろう
============================================*/
#ZaihoSirou {
	width: 100%;
	padding: 0;
	margin : 0;
}
#ZaihoSirou

#ZaihoSirouTitleArea{
/*
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
	height: 40px;
	line-height: 40px;
	background: #75a3a9;
	border-radius: 4px;
*/
	width: 100%;
}
#ZaihoSirouTitleArea{
	background: url(/img/top/bg_cmn_h_01.png) repeat-x left bottom;
	margin-bottom: 20px;
	line-height: 1.7;
	width: 100%;
	height: 40px;
}

#ZaihoSirouTitleArea a {
	height: 40px;
	padding-left: 10px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

#ZaihoSirouTitle{
}

#ZaihoSirouTitle span{
}

#ZaihoSirouImg{
	width: 960px;
	padding: 0;
	margin : 0 0 24px 0;
}

#ZaihoSirouImg:after {
    content: "";
    display: block;
    clear: both;
}


.ZaihoSiroulistArea {
	display: block;
	width: 970px;
}

.ZaihoSirouImg {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
	display: block;
	float:left;
	margin : 10px 10px 0 0;
	padding: 10px;
	background: #fff;
	border-radius: 4px;
}

.ZaihoSirouImg a,
.ZaihoSirouImg img {
	display: block;
}

/*============================================
ニュース
============================================*/
#ZaihoNewsArea {
	width: 100%;
	padding: 0;
	margin : 0;
	margin-bottom: 14px;
}

#ZaihoNewsTitleArea{
/* 見出しデザインの変更につき削除予定 */
/*
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
	height: 40px;
	margin-bottom: 10px;
	line-height: 40px;
	background: #75a3a9;
	border-radius: 4px;
*/
}
#ZaihoNewsTitleArea {
  background: url(/img/top/bg_cmn_h_01.png) repeat-x left bottom;
  margin-bottom: 30px;
	width: 100%;
	height: 40px;
}

#ZaihoNewsTitleArea a {
	/* 見出しデザインの変更につき削除予定 */
	/*
	height: 40px;
	padding-left: 10px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
*/
}
#ZaihoNewsTitleArea span.title_main {
    padding-bottom: 1px;
}
#ZaihoNewsArea .msgWrap {
	width: 960px;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top: 0px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	z-index: 1;
}

#ZaihoNewsArea .msgWrap .msg {
/*	width: 2880px;*/
	height: auto;
	min-height: 30px;
/*	position: absolute;*/
	left: 50%;
/*	margin-left: -1440px;*/
	background: #fff;
}

/*#ZaihoNewsArea .msg p {
	width: 960px;
	margin: 0 auto;
	min-height: 30px;
	line-height: 30px;
}

#ZaihoNewsArea .msg p span {
	display: inline-block;
	margin-right: 4px;
	padding: 0 4px;
	min-height: 18px;
	line-height: 18px;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #e60000;
	color: #fff;
	behavior: url("/css/PIE.htc");
}*/

#ZaihoNews {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
	height: 180px;
	overflow: auto;
    margin-bottom: 2px;
	border: 10px solid #fff;
	background: #fff;
	border-radius: 4px;
}

#ZaihoNews dl {
	font-size: 12px;
	overflow: hidden;
}

#ZaihoNews dl:after {
	content: "";
	display: block;
	clear: both;
}

#ZaihoNews dl dt,
#ZaihoNews dl dd {
	float: left;
	display: block;
}

#ZaihoNews dl dt {
	float: left;
	display: block;
	width: 85px;
	margin: 0 0 10px 0;
	padding: 0;
	background: #fff;
}

#ZaihoNews dl dd {
	float: left;
	display: block;
	width: 834px;
	margin: 0 0 10px 0;
	padding: 0;
}

#ZaihoNews p {
	padding: 0;
	margin: 0;
	font-size:12px;
}

#ZaihoSmpAppArea {
	float:left;
	width: 184px;
	height: 250px;
	padding: 0;
	margin : 0 0 0 10px;
}

#ZaihoMobileArea {
	float:right;
	width: 184px;
	height: 250px;
	padding: 0;
	margin : 0;
}
#top_containerbox {
    width: 1140px;
    margin: 0 auto;
}

/*============================================
リアルタイム注文状況
============================================*/
#RealOrderArea {
	width: 100%;
	padding: 0;
	margin : 0;
}

#RealOrderTitleArea {
  background: url(/img/top/bg_cmn_h_01.png) repeat-x left bottom;
  margin-top: 30px;
  margin-bottom: 30px;
	width: 100%;
	/* height: 40px; */
	line-height: 1.7;
  padding-bottom: 4px;
}

#RealOrderArea div#ifrm-container {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
	width:940px;
    height:340px;
	border: 10px solid #fff;
	background: #fff;
	border-radius: 4px;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
}

#RealOrderArea iframe {
/*    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
	width:940px;
	height: 340px;
	overflow: auto;
    margin-bottom: 2px;
	border: 10px solid #fff;
	background: #fff;
	border-radius: 4px;*/
	width: 100%;
	height: 100%;
	display:block;
	border:none;
}

#realtime-order-list {
}

#realtime-order-list table.realtime-order {
	width:100%;
	background:#FFF;
	border:#DDDDDD 1px solid;
	border-collapse:collapse;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#realtime-order-list table.realtime-order th {
	padding:4px;
	background:#FFC;
	border:#DDDDDD 1px solid;
}
#realtime-order-list table.realtime-order th span {
	font-weight:normal;
	padding-left:2em;
}
#realtime-order-list table.realtime-order th span.rto-calsp {
	font-weight:600;
	padding-left:0;
	letter-spacing:1em;
}
#realtime-order-list table.realtime-order th.rtnumber {
	background:#FFF;
	font-weight:normal;
}
#realtime-order-list table.realtime-order td {
	padding:4px;
	border:#DDDDDD 1px solid;
	text-align:center;
}
#realtime-order-list table.realtime-order td.rtli-l {
	text-align:left;
}
#realtime-order-list table.realtime-order td.rtli-r {
	text-align:right;
}
#realtime-order-list table.realtime-order td span.rto-red {
	color:#C00;
	font-weight:600;
}
#realtime-order-list table.realtime-order td a {
	color:#004E92;
	text-decoration:none;
}
#realtime-order-list table.realtime-order td a:visited {
/*	color:#75a4aa;*/
	color:#004E92;
}
#realtime-order-list table.realtime-order td a:hover {
	color:#004E92;
	text-decoration:underline;
}

/*============================================
メディアクエリ　1040px以下
============================================*/

@media screen and (max-width: 1040px) {
#top_containerbox, .Wrap.Wrap_top {
    width: 960px !important;
}
#cathead-pointupday, #cathead-pointupday img{
    max-width: 960px;
}
.side_fixedbnr {
    display: none !important;
}
}
