@charset "UTF-8";

@font-face {
	font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
	font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
	font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
	font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}

body {
	-webkit-text-size-adjust: 100%;
}

#stage #content {
	font-family: "游ゴシック体","YuGothic", "游ゴシック Medium", "游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #000000;
	width: 1000px;
}

/* --------------------------------------

	雪メグtop

---------------------------------------- */
/* 
	extend - export to common.scss
  */
/* ------------------------------------
	* module
* ------------------------------------ */
.obj-pc {
	display: block !important;
}

.obj-sp {
	display: none !important;
}

@media screen and (max-width: 736px) {
	.obj-sp {
		display: block !important;
	}

	.obj-pc {
		display: none !important;
	}
}

.mod-backsla {
	font-family: sans-serif;
	font-size: 20px;
}

/* -----------------------
	ページ内モジュール
-----------------------*/
#stage .mod-h2 {
	margin-bottom: 25px;
	text-align: center;
	position: relative;
}

#stage .mod-h2 span {
	position: relative;
	display: inline-block;
	background-color: #fff;
	font-size: 22px;
	z-index: 5;
	padding: 0 14px;
}

#stage .mod-h2:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #0039a6;
	top: 50%;
	margin-top: -1px;
	left: 0;
}

#stage .mod-band {
	display: inline-block;
	position: relative;
	color: #fff;
	background-color: #0039a6;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	padding-right: 14px;
	padding-left: 8px;
	text-align: center;
	line-height: 1.5;
}

#stage .mod-band.col-lb {
	background-color: #06afe2;
}

#stage .mod-band.col-lb:after {
	border-color: #06afe2;
	border-right: 4px solid #fff;
}

#stage .mod-band:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	border-top: 10px solid #0039a6;
	border-right: 4px solid #fff;
	border-bottom: 10px solid #0039a6;
	border-left: 4px solid #0039a6;
}

#stage .mod-btn {
	margin-top: 30px;
}

#stage .mod-btn a {
	position: relative;
	width: 270px;
	margin: 0 auto;
	display: block;
	color: #000;
}

#stage .mod-btn a .inner-btn {
	background: #e1f3ff url(/rwd/top/img/icon/arrow_full_blue_r.png) no-repeat 10px center;
	background-size: 6px auto;
}

#stage .mod-btn .inner-btn {
	padding: 0 20px;
	box-sizing: border-box;
	display: table;
	width: 270px;
	height: 50px;
	background-color: #e1f3ff;
	border-radius: 3px;
	border: 1px solid #cccccc;
}

#stage .mod-btn .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
}

#stage .mod-btn.mod-btn-white a .inner-btn {
	background-color: #fff;
}

#stage .mod-pagetop {
	display: inline-block;
}

#stage .mod-pagetop .txt {
	font-size: 14px;
	padding-right: 30px;
	line-height: 1.5;
}

#stage .mod-pagetop a {
	display: block;
	position: relative;
	color: #000;
}

#stage .mod-pagetop a .txt {
	position: relative;
}

#stage .mod-pagetop a .txt:after {
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background-image: url(/products_static/common/img/icon/arrow_blue_t.png);
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: center center;
}

#stage .mod-arrow-title {
	margin-top: 15px;
}

#stage .mod-arrow-title a {
	padding-left: 20px;
	background: url(/rwd/top/img/icon/arrow_full_blue_r.png) no-repeat 10px center;
	background-size: 6px auto;
	color: #000;
}

/* -----------------------
	メインのスライド部分 
-----------------------*/
#stage .wrp-slider {
	margin-top: 10px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
#stage .wrp-slider .loading {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -430px;
	width: 860px;
	height: 100%;
}
#stage .wrp-slider .loading span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 32px;
	height: 32px;
	margin-top: -25px;
	margin-left: -18px;
}
#stage .wrp-slider .bxslider{
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	visibility:hidden;
}

#stage .wrp-slider .bxslider li {
	float: left;
}

#stage .wrp-slider .bxslider a {
	display: block;
}

#stage .bx-viewport {
	overflow: visible !important;
}

#stage .bx-wrapper .bx-viewport {
	box-shadow: none;
	border-color: transparent;
	border-bottom: 0;
	border-top: 0;
}

#stage .bx-wrapper .bx-pager {
	padding-top: 10px;
}

#stage .bx-wrapper .bx-pager, #stage .bx-wrapper .bx-controls-auto {
	bottom: -25px;
}

#stage .bx-wrapper {
	position: relative;
	margin-bottom: 42px;
}

#stage .bx-wrapper:after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	right: 860px;
	background-color: #fff;
	opacity: .4;
	height: 378px;
}

#stage .bx-wrapper:before {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 860px;
	background-color: #fff;
	opacity: .4;
	height: 378px;
	z-index: 5;
}



#stage .bxslider li {
	width: 860px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#stage .bxslider li img {
	width: 100%;
}

#stage .bxslider.slide_one {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 44px;
}

#stage .bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #ededed;
}

#stage .bx-wrapper .bx-pager.bx-default-pager a:hover, #stage .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #1aa33f;
}

#stage .bx-wrapper .bx-controls-direction a {
	width: 20px;
	height: 36px;
	background-size: 20px auto;
}

#stage .bx-wrapper .bx-next {
	background: url(/rwd/top/img/icon/arrow_blue_r.png) no-repeat 0 0;
}

#stage .bx-wrapper .bx-prev {
	background: url(/rwd/top/img/icon/arrow_blue_l.png) no-repeat 0 0;
}

#stage .bx-controls-direction .bx-next {
	right: -60px;
}

#stage .bx-controls-direction .bx-prev {
	left: -60px;
}

/*===============================
	スライダー
================================*/

#stage .ex-mainslide.load {
	height: 458px;
	overflow: hidden;
	position: relative;
}
#stage .ex-mainslide {
	position: relative;
}
#stage .ex-mainslide .mainvis-loading {
	position: absolute;
	top:0;
	left: 50%;
	margin-left: -430px;
	width: 860px;
	height: 458px;
	background: url(/rwd/top/js/lib/slick/ajax-loader.gif) center center no-repeat;
}
#stage .ex-mainslide .wrp-mainslide {
	opacity: 0;
	overflow: hidden;
	width: 100%;
}
#stage .wrp-mainslide.slide-one .mainslide {
	width: 860px;
	margin: 0 auto;
}

#stage .wrp-mainslide.slide-one #stage .slider {
	margin-bottom: 20px;
}

#stage .ex-mainslide .slider {
	margin: 0 auto 80px;
}

#stage .ex-mainslide .slider img {
	width: 860px;
	height: auto;
}


#stage .ex-mainslide .slider {
	width: 100%;
}

#stage .ex-mainslide .slider a {
	display: block;
}

#stage .ex-mainslide .slick-dots li.slick-active button:before {
	font-size: 14px;
	color: #e60000;
	opacity: 1;
}

#stage .ex-mainslide .slick-dots li {
	margin-left: 4px;
	margin-right: 4px;
}

#stage .ex-mainslide .slick-dots li button:before {
	font-size: 14px;
	opacity: 1;
	color: #b0b0b0;
}

#stage .ex-mainslide .wrp-btn {
	position: absolute;
	width: 860px;
	margin: 0 auto;
	top: 0;
	left: 50%;
	margin-left: -520px;
}
#stage .ex-mainslide .slick-slide {
	width: 860px;
	max-width: 860px;
	position: relative;
}


#stage .ex-mainslide .slick-prev:before, #stage .ex-mainslide .slick-next:before {
	content: none;
}

#stage .ex-mainslide .slick-prev {
	margin-top: -18px;
}

#stage .ex-mainslide .slick-next {
	margin-top: -18px;
}
#stage .ex-mainslide .slick-prev {
	width: 20px;
	height: 36px;
	background: url(/rwd/top/img/icon/arrow_blue_l.png) no-repeat 0 0;
	-webkit-background-size: 20px 36px;
	background-size: 20px 36px;
}
#stage .ex-mainslide .slick-next {
	width: 20px;
	height: 36px;
	background: url(/rwd/top/img/icon/arrow_blue_r.png) no-repeat 0 0;
	-webkit-background-size: 20px 36px;
	background-size: 20px 36px;
}
#stage .ex-mainslide .slick-prev, #stage .ex-mainslide .slick-next {
	z-index: 50;
}
.ex-mainslide .slick-dots li button:before {
	content: none;
}
.ex-mainslide .slick-dots li button {
	width: 40px;
	height: 8px;
	color: #666;
	background-color: #dfdfdf;
	border-radius: 5px;
	padding: 0;
}
#stage .ex-mainslide .slick-dots li {
	width: 40px;
	height: 8px;
}
#stage .ex-mainslide .slick-dots li.slick-active button {
	background-color: #06afe2;
}
#stage .ex-mainslide .slick-dots li.slick-active button:before {
	color: #06afe2;
}

#stage .ex-mainslide .slick-dots {
	bottom: -35px;
}
#stage .ex-mainslide  .slick-list {
	position: relative;
}
#stage .wrp-mainslide .after {
	width: 100%;
	position: absolute;
	top: 0;
	right: 860px;
	background-color: #fff;
	opacity: .4;
	height: 378px;
}
#stage .ex-mainslide  .wrp-mainslide {
	position: relative;
}
#stage .ex-mainslide .wrp-mainslide .before {
	width: 100%;
	position: absolute;
	top: 0;
	left: 860px;
	background-color: #fff;
	opacity: .4;
	height: 378px;
	z-index: 5;
}
#stage .ex-mainslide.slide-one .wrp-mainslide .after,
#stage .ex-mainslide.slide-one .wrp-mainslide .before {
	display: none;
}
#stage .ex-mainslide.slide-one .slider {
	margin-bottom: 40px;
}
#stage .ex-mainslide.slide-one .wrp-mainslide {
	width: 860px;
	margin: 0 auto;
	opacity: 1;
}
#stage .ex-mainslide.slide-one .mainvis-loading {
	display: none;
}
/*#stage .ex-mainslide .slider {
	width: 8000px;
}
.ex-mainslide .slider li{
	float: left;
}
#stage .ex-mainslide .slider:after {
	content: '';
	clear: both;
	display: block;
}*/
/* -----------------------
	重要なお知らせ
-----------------------*/
#stage #emgmsgblk-g ,
#stage #emgmsgblk {
	border: 2px solid #f59595;
}
#stage #emgmsgblk {
	margin-bottom: 5px;
}
#stage #emgmsgblk-g ul ,
#stage #emgmsgblk ul {
	padding: 10px 20px;
}

#stage #emgmsgblk-g li p ,
#stage #emgmsgblk li p {
	font-size: 14px;
}

#stage #emgmsgblk-g li ,
#stage #emgmsgblk li {
	padding: 5px 0;
}

#stage #emgmsgblk-g li a ,
#stage #emgmsgblk li a {
	color: #000;
}

#stage #emgmsgblk-g li .sts {
	display: none;
}
#stage #emgmsgblk li .sts {
	position: relative;
	float: left;
}
#stage #emgmsgblk li .sts img {
	display: none;
}
#stage #emgmsgblk li .sts:after {
	background-color: #d80a2a;
	border-radius: 2px;
	color: #FFF;
	content: '重要なお知らせ';
	float: left;
	font-weight: bold;
	font-size: 10px;
	padding: 2px 0;
	text-align: center;
	width: 80px;
}

#stage #emgmsgblk-g li .topic {
	display: table;
	width: 100%;
}
#stage #emgmsgblk li .topic {
	display: table;
	width: 875px;
	float: left;
}
#stage #emgmsgblk li .topic .date {
	text-align: center;
	width: 110px;
	color: #666;
	font-weight: bold;
}

#stage #emgmsgblk-g li .topic span ,
#stage #emgmsgblk li .topic span {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

#stage #emgmsgblk-g li .date {
	width: 110px;
	color: #666;
	font-weight: bold;
}

#stage #emgmsgblk-g li .icn {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

/* -----------------------
	お料理レシピ
-----------------------*/
#stage .inner-top-contents {
	display: table;
	width: 100%;
}

#stage .area-recipe {
	display: table-cell;
	vertical-align: top;
	width: 330px;
}

#stage .wrp-top-contents {
	margin-top: 44px;
}

#stage .wrp-recipe {
	width: 330px;
}

#stage .wrp-recipe .mod-btn {
	margin-top: 0;
}

#stage .wrp-recipe .block-recipe a {
	display: block;
	color: #000;
}

#stage .wrp-recipe .box-r {
	box-sizing: border-box;
	display: table;
	width: 100%;
}

#stage .wrp-recipe .todays-recipe {
	box-sizing: border-box;
	display: table-cell;
	width: 245px;
	vertical-align: top;
}

#stage .wrp-recipe .p-name {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
	background: url(/rwd/top/img/icon/arrow_full_blue_r.png) no-repeat 0 7px;
	background-size: 6px auto;
}

#stage .wrp-recipe .used-prd {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
	width: 85px;
}

#stage .wrp-recipe .used-prd .thumb {
	width: 100%;
	margin: 0 auto;
}

#stage .wrp-recipe .used-prd .thumb img {
	width: 100%;
}

#stage .wrp-recipe .block-recipe .box-l {
	margin-bottom: 6px;
}

#stage .wrp-recipe .block-recipe .box-l .thumb {
	width: 330px;
}

#stage .wrp-recipe .block-recipe .box-l .thumb .mod-band {
	display: none;
}

#stage .wrp-recipe .block-recipe .box-l .thumb img {
	width: 100%;
}

/* -----------------------
	プレゼントキャンペーン
-----------------------*/
#stage .area-present {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
	width: 670px;
}

#stage .area-present .mod-btn {
	margin-left: 40px;
	margin-top: 0;
}

#stage .wrp-present {
	margin-left: 40px;
}

#stage .wrp-present .bxslider2 {
	width: 600%;
	position: relative;
}

#stage .wrp-present .bxslider2:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

#stage .wrp-present .bxslider2 li {
	width: 310px !important;
	margin-left: 9px;
	float: left;
}

#stage .wrp-present .bxslider2 li a {
	display: block;
}

#stage .wrp-present .bxslider2 li img {
	width: 100%;
	height: auto;
}

#stage .wrp-present .bxslider2.slide_one {
	width: 310px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#stage .wrp-present .bx-wrapper {
	margin-bottom: 30px;
}

#stage .wrp-present .bx-wrapper .bx-viewport {
	left: -10px;
}

#stage .wrp-present .block-slide {
	overflow: hidden;
	position: relative !important;
}

#stage .wrp-present .bx-wrapper .bx-controls-direction a {
	z-index: 10;
	width: 31px;
	height: 60px;
	margin-top: -30px;
}

#stage .wrp-present .bx-wrapper .bx-prev {
	background: url(/rwd/top/img/icon/arrow_blue_round_l.png) no-repeat 0 0;
	background-size: 31px 60px;
}

#stage .wrp-present .bx-wrapper .bx-next {
	background: url(/rwd/top/img/icon/arrow_blue_round_r.png) no-repeat 0 0;
	background-size: 31px 60px;
}

#stage .wrp-present .bx-controls-direction .bx-prev {
	left: -5px;
}

#stage .wrp-present .bx-controls-direction .bx-next {
	right: -5px;
}

/* -----------------------
	おすすめコンテンツ
-----------------------*/
#stage .wrp-second-contents {
	margin-top: 50px;
}

#stage .wrp-second-contents .recommend-lists .c-top {
	position: relative;
}

#stage .wrp-second-contents .recommend-lists li {
	width: 227px;
	margin-left: 30px;
	float: left;
}

#stage .wrp-second-contents .recommend-lists li:first-child {
	margin-left: 0;
}

#stage .wrp-second-contents .recommend-lists li a {
	color: #000;
	display: block;
}

#stage .wrp-second-contents .recommend-lists .thumb img {
	width: 100%;
}

#stage .wrp-second-contents .recommend-lists .title {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#stage .wrp-second-contents .recommend-lists .sub-lead {
	margin-top: 8px;
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
}

/* -----------------------
	商品のご案内
-----------------------*/
#stage .wrp-third-contents {
	margin-top: 50px;
}

#stage .inner-third-contents {
	width: 100%;
}

#stage .area-products {
	float: left;
	vertical-align: top;
	width: 570px;
}

#stage .area-products .wrp-btn {
	margin-top: 30px;
}

#stage .area-products .block-lineup-lists {
	width: 570px;
	overflow: hidden;
}

#stage .area-products .lineup-lists {
	width: 600px;
	margin-bottom: 20px;
}

#stage .area-products .lineup-lists .mod-product-block {
	margin-top: 5px;
}

#stage .area-products .lineup-lists .b-text {
	font-size: 14px;
}

#stage .area-products .lineup-lists li {
	width: 90px;
	float: left;
	margin-top: 5px;
	min-height: 120px;
	margin-right: 30px;
}

#stage .area-products .lineup-lists li a {
	display: block;
	color: #000;
}

#stage .area-products .lineup-lists li .b-ph img {
	width: 100%;
}

#stage .area-products .lineup-lists li .inner-b-text {
	margin-top: 5px;
	text-align: center;
}

#stage .area-products .block-volume-lineup {
	page-break-inside: avoid;
}

#stage .area-products .block-volume-lineup .about-local {
	font-size: 12px;
}

#stage .area-products .block-volume-lineup .about-local .inner-text {
	text-indent: -1em;
	color: #666;
	line-height: 1.5;
}

#stage .area-products .block-volume-lineup .about-local .text {
	color: #666;
}

#stage .area-products .wrp-btn .mod-btn {
	margin-top: 0;
	width: 270px;
	float: left;
}

#stage .area-products .wrp-btn .mod-btn.right {
	float: right;
}

/* -----------------------
	CM情報
-----------------------*/
#stage .area-cm {
	float: right;
	width: 390px;
}

#stage .area-cm .no-movie {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#stage .area-cm .top-movie {
	width: 100%;
}

#stage .area-cm .top-movie iframe {
	width: 100% !important;
}

#stage .area-cm .mod-arrow-title a {
	font-size: 16px;
	font-weight: bold;
}

/* -----------------------
	商品ブランドサイト
-----------------------*/
#stage .wrp-fourth-contents {
	margin-top: 55px;
	margin-bottom: 35px;
}

#stage .area-brand-site .bxslider3 {
	width: 600%;
	position: relative;
}

#stage .area-brand-site .bxslider3 a {
	display: block;
}

#stage .area-brand-site .bxslider3:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

#stage .area-brand-site .bxslider3 li {
	width: 227px;
	float: left;
}

#stage .area-brand-site .bxslider3 li img {
	box-sizing: border-box;
	border: 1px solid #cccccc;
	width: 100%;
}

#stage .area-brand-site .bx-wrapper {
	margin-bottom: 0;
}

#stage .area-brand-site .bx-wrapper:before, #stage .area-brand-site .bx-wrapper:after {
	content: none;
}

#stage .area-brand-site .bx-wrapper .bx-viewport {
	left: 0;
	width: 940px !important;
	overflow: hidden !important;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

#stage .area-brand-site .block-slide {
	overflow: hidden;
	padding-bottom: 1px;
	position: relative !important;
}

#stage .area-brand-site .bx-wrapper .bx-controls-direction a {
	z-index: 10;
	width: 11px;
	height: 18px;
	margin-top: -9px;
}

#stage .area-brand-site .bx-wrapper .bx-prev {
	background: url(/rwd/top/img/icon/arrow_blue_l.png) no-repeat 0 0;
	background-size: 11px 18px;
}

#stage .area-brand-site .bx-wrapper .bx-next {
	background: url(/rwd/top/img/icon/arrow_blue_r.png) no-repeat 0 0;
	background-size: 11px 18px;
}

#stage .area-brand-site .bx-controls-direction .bx-prev {
	left: -23px;
}

#stage .area-brand-site .bx-controls-direction .bx-next {
	right: -23px;
}

#stage .area-brand-site .mod-btn {
	margin-top: 30px;
}

/* -----------------------
	新着情報
-----------------------*/
#stage .wrp-fifth-contens {
	margin-top: 40px;
}

#stage .wrp-new-infomation #tab-content-inportant {
	display: none;
}

#stage .wrp-new-infomation .wrp-title .tab2 {
	display: none;
}

#stage .wrp-new-infomation .wrp-title .inner {
	margin-bottom: 15px;
	margin-left: 16px;
	font-size: 22px;
	font-weight: bold;
}

#stage .wrp-new-infomation .wrp-title .tab1 {
	float: left;
}

#stage .wrp-new-infomation .wrp-title .rss-icon {
	width: 30px;
	float: right;
	margin-right: 22px;
}

#stage .wrp-new-infomation .wrp-title .rss-icon p {
	box-sizing: border-box;
	width: 30px;
	border: 1px solid #cccccc;
	border-radius: 2px;
}

#stage .wrp-new-infomation .wrp-title .rss-icon p a {
	display: block;
}

#stage .wrp-new-infomation .wrp-title .rss-icon p img {
	width: 100%;
	border-radius: 2px;
}

#stage .wrp-new-infomation ul {
	border-bottom: 1px solid #cccccc;
}

#stage .wrp-new-infomation li p {
	font-size: 14px;
}

#stage .wrp-new-infomation li {
	border-top: 1px solid #cccccc;
	padding: 15px 0 15px 16px;
}

#stage .wrp-new-infomation li:nth-child(n + 6) {
	display: none;
}

#stage .wrp-new-infomation li a {
	color: #000;
}

#stage .wrp-new-infomation li .sts {
	float: left;
	position: relative;
}

#stage .wrp-new-infomation li .sts:after {
	background-color: #CCC;
	border-radius: 2px;
	color: #FFF;
	content: attr(data-label);
	float: left;
	font-weight: bold;
	font-size: 10px;
	padding: 2px 0;
	text-align: center;
	width: 80px;
}

#stage .wrp-new-infomation li .sts.label1:after {
	background-color: #0039a6;
}

#stage .wrp-new-infomation li .sts.label2:after {
	background-color: #d80a2a;
}

#stage .wrp-new-infomation li .sts.label3:after {
	background-color: #1385dc;
}

#stage .wrp-new-infomation li .sts.label4:after {
	background-color: #06afe2;
}

#stage .wrp-new-infomation li .sts.label5:after {
	background-color: #7eb528;
}

#stage .wrp-new-infomation li .sts.label6:after {
	background-color: #7d7d7d;
}

#stage .wrp-new-infomation li .sts.label7:after {
	background-color: #b28d4c;
}

#stage .wrp-new-infomation li .sts img {
	display: none;
}

#stage .wrp-new-infomation li .topic {
	display: table;
	width: 875px;
	float: left;
}

#stage .wrp-new-infomation li .topic span {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

#stage .wrp-new-infomation li .topic .date {
	text-align: center;
	width: 110px;
	color: #666;
	font-weight: bold;
}

#stage .wrp-new-infomation li .icn {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

#stage .wrp-new-infomation .wrp-tab-contents .mod-btn {
	margin-top: 20px;
}

#stage .wrp-new-infomation .wrp-tab-contents .tab-contents.no-lists {
	margin-left: 16px;
}

#stage .wrp-new-infomation .wrp-tab-contents .no-news-lists {
	margin-top: 10px;
}

/* -----------------------
	その他のお知らせ
-----------------------*/
#stage .wrp-sixth-contents {
	margin-top: 30px;
}

#stage .wrp-other-info {
	box-sizing: border-box;
	display: table;
	width: 100%;
	border: 1px solid #cccccc;
	padding: 9px 0;
}

#stage .wrp-other-info .tit {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 109px;
}

#stage .wrp-other-info .tit:after {
	display: block;
	content: 'その他の\Aお知らせ';
	white-space: pre;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#stage .wrp-other-info .tit img {
	display: none;
}

#stage .wrp-other-info .newslist {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}

#stage .wrp-other-info .newslist ul {
	padding-left: 18px;
	border-left: 1px solid #cccccc;
}

#stage .wrp-other-info .newslist ul li {
	padding: 5px 0;
}

#stage .wrp-other-info .newslist ul li:nth-child(n + 3) {
	display: none;
}

#stage .wrp-other-info .newslist dl {
	display: table;
	width: 100%;
}

#stage .wrp-other-info .newslist dl dt {
	display: table-cell;
	vertical-align: top;
	width: 104px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

#stage .wrp-other-info .newslist dl dd {
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	padding-right: 10px;
}

#stage .wrp-other-info .newslist dl dd a {
	color: #000;
}

#stage .wrp-other-info .newslist dl dd a .icn {
	margin-right: 5px;
	vertical-align: middle;
}

/* -----------------------
	大震災
-----------------------*/
#stage .inner-seventh-contents {
	margin-top: 20px;
	text-align: center;
	border: 1px solid #cccccc;
	background-color: #f6f6f6;
	padding: 14px 0;
	font-size: 14px;
}
#stage .inner-seventh-contents a {
	display: block;
	color: #000;
}
/* -----------------------
	下部のバナーリスト
-----------------------*/
#stage .wrp-eighth-contents {
	margin-top: 30px;
}

#stage .wrp-banner-area .banner-lists li {
	margin-top: 34px;
	box-sizing: border-box;
	width: 227px;
	margin-right: 30px;
	float: left;
}

#stage .wrp-banner-area .banner-lists li:nth-child(4n) {
	margin-right: 0;
}

#stage .wrp-banner-area .banner-lists li a {
	display: block;
}

#stage .wrp-banner-area .banner-lists li img {
	box-sizing: border-box;
	width: 100%;
}

#stage .wrp-banner-area .banner-lists li.type-small img {
	border: 1px solid #cccccc;
	border-radius: 4px;
}

#stage .wrp-banner-area .banner-lists .block-bnr .inner-bnr {
	display: table;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
}

#stage .wrp-banner-area .banner-lists .block-bnr .inner-bnr .txt {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}

#stage .wrp-banner-area .banner-lists .block-bnr.type-text a {
	background: url(/rwd/top/img/icon/arrow_full_blue_r.png) no-repeat 10px center;
	background-size: 6px auto;
	color: #000;
}

#stage .wrp-banner-area .banner-lists .block-bnr.type-text .inner-bnr {
	box-sizing: border-box;
	padding: 0 22px 0 29px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	height: 79px;
}

#stage .wrp-banner-area .small-bnr {
	margin-top: 15px;
}

#stage .wrp-banner-area .small-bnr li {
	margin-top: 20px;
}

/* -----------------------
	コンテンツフッター
-----------------------*/
#stage #contentFoot {
	margin-top: 20px;
}

#stage .wrp-cont-foot .footl {
	float: left;
}

#stage .wrp-cont-foot .footr {
	float: right;
}

#stage #topMovie {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

#stage .area-top-movie {
	position: relative;
}

#stage .alt-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#stage .alt-image img {
	width: 100%;
}

/* PCのみ（主にhover処理） */
@media only screen and (min-width: 737px) {
	#stage .bxslider {
		min-height: 378px;
	}
	#stage .bx-wrapper .bx-pager.bx-default-pager a {
		width: 40px;
		height: 8px;
		background-color: #dfdfdf;
	}

	#stage .bx-wrapper .bx-pager.bx-default-pager a:hover,
  #stage .bx-wrapper .bx-pager.bx-default-pager a.active {
		background-color: #06afe2;
	}
	#stage .ex-mainslide .slick-slide a:hover {
		opacity: .7;
	}
	#stage .ex-mainslide .slick-prev:hover, #stage .ex-mainslide .slick-next:hover {
		opacity: .7;
	}
  /* -----------------------
	おすすめコンテンツ
	-----------------------*/
	#stage .wrp-second-contents {
		margin-top: 50px;
	}

	#stage .wrp-second-contents .recommend-lists .title {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 5px 0;
		background-color: rgba(255, 255, 255, 0.6);
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

	#stage .wrp-second-contents .recommend-lists li a:hover {
		opacity: .7;
	}

	#stage .wrp-products .lineup-lists li a:hover {
		opacity: .7;
	}

	#stage .wrp-new-infomation .wrp-title .rss-icon:hover {
		opacity: .7;
	}

	#stage .area-brand-site .bx-wrapper {
		box-sizing: border-box;
		margin-bottom: 0;
		width: 941px !important;
		padding-left: 1px;
	}
	#stage .wrp-present .bxslider2 li {
		margin-right: 5px;
		margin-left: 5px;
	}

  /* -----------------------
		下部のバナーリスト
	-----------------------*/
	#stage .wrp-banner-area {
		width: 1000px;
		overflow: hidden;
	}

	#stage .wrp-banner-area .banner-lists a:hover {
		opacity: .7;
	}

	#stage .bxslider li a:hover, #stage .bxslider2 li a:hover, #stage .bxslider3 li a:hover {
		opacity: .7;
	}

	#stage .area-brand-site .bx-wrapper .bx-viewport {
		padding-bottom: 1px;
	}
}

/* SP */
@media only screen and (max-width: 736px) {
	#stage #content {
		width: 100%;
	}
  /* -----------------------
	ページ内モジュール
	-----------------------*/
	#stage .mod-h2 {
		margin-bottom: 15px;
	}

	#stage .mod-h2 span {
		font-size: 20px;
	}

	#stage .mod-btn a {
		width: 100%;
	}

	#stage .mod-btn .inner-btn {
		width: 100%;
		height: 35px;
	}

	#stage .mod-btn .inner {
		font-size: 12px;
	}

	#stage .mod-pagetop {
		display: inline-block;
	}

	#stage .mod-pagetop .txt {
		padding-right: 44px;
		line-height: 1.5;
		font-size: 12px;
	}

	#stage .mod-pagetop a {
		display: block;
		position: relative;
		color: #000;
	}

	#stage .mod-pagetop a .txt {
		position: relative;
	}

	#stage .mod-pagetop a .txt:after {
		position: absolute;
		top: 50%;
		margin-top: -17px;
		right: 0;
		box-sizing: border-box;
		content: '';
		display: block;
		width: 35px;
		height: 35px;
		border: 1px solid #cccccc;
		border-radius: 6px;
		background-image: url(/products_static/common/img/icon/icn_pagetop.png);
		background-repeat: no-repeat;
		background-size: 18px auto;
		background-position: center center;
	}
  /* -----------------------
	スマホのみの商品情報のバナー
	-----------------------*/
	#stage .bnr-product {
		width: 100%;
	}

	#stage .bnr-product a {
		display: block;
	}

	#stage .bnr-product span {
		display: block;
		margin: 20px 10px;
	}

	#stage .bnr-product img {
		width: 100%;
	}
  /* -----------------------
	メインのスライド部分 
	-----------------------*/
	#stage .bx-wrapper:after {
		content: none;
	}
	#stage .wrp-slider .bxslider {
		visibility: visible;
		opacity: 1;
	}
	#stage .wrp-slider .loading {
		display: none;
	}

	#stage .wrp-slider .bxslider li {
		width: 100%;
	}

	#stage .wrp-slider .bxslider.slide_one {
		width: 100%;
	}

	#stage .wrp-slider .bxslider.slide_one li {
		margin-bottom: 20px;
		position: relative;
	}

	#stage .bx-wrapper .bx-next {
		background: url(/rwd/top/img/icon/arrow_blue_round_r.png) no-repeat 0 0;
	}

	#stage .bx-wrapper .bx-prev {
		background: url(/rwd/top/img/icon/arrow_blue_round_l.png) no-repeat 0 0;
	}

	#stage .bx-controls-direction .bx-next {
		right: 0;
	}

	#stage .bx-controls-direction .bx-prev {
		left: 0;
	}

	#stage .bx-wrapper .bx-controls-direction a {
		width: 25px;
		height: 50px;
		background-size: 25px auto;
	}

	#stage .bx-wrapper .bx-pager.bx-default-pager a {
		background-color: #dfdfdf;
	}

	#stage .bx-wrapper .bx-pager.bx-default-pager a:hover,
  #stage .bx-wrapper .bx-pager.bx-default-pager a.active {
		background-color: #06afe2;
	}
	#stage .wrp-slider .loading {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	#stage .ex-mainslide .slick-dots li {
		width: 10px;
		height: 10px;
		margin-left: 5px;
		margin-right: 5px;
	}
	#stage .ex-mainslide .slick-dots {
		bottom: -23px;
	}
	.ex-mainslide .slick-dots li button {
		width: 10px;
		height: 10px;
	}
	.slick-dots li button {
		width: 10px;
		height: 10px;
	}
	#stage .ex-mainslide .slider {
		margin-bottom: 42px;
	}
	#stage .ex-mainslide .slick-next {
		right: 0;
		width: 25px;
		height: 50px;
		background: url(/rwd/top/img/icon/arrow_blue_round_r.png) no-repeat 0 0;
		-webkit-background-size: 25px 50px;
		background-size: 25px 50px;
	}
	#stage .ex-mainslide .slick-prev {
		left: 0;
		width: 25px;
		height: 50px;
		background: url(/rwd/top/img/icon/arrow_blue_round_l.png) no-repeat 0 0;
		-webkit-background-size: 25px 50px;
		background-size: 25px 50px;
	}
	#stage .ex-mainslide .mainvis-loading {
		width: 100%;
		height: 220px;
		margin-left: 0;
		left: 0;
	}
	#stage .ex-mainslide.load {
	/*	height: auto;
		overflow: auto;*/
		height: 220px;
		margin-top: 10px;
	}
	#stage .ex-mainslide .slider img {
		width: 100%;
	}
	#stage .ex-mainslide .slick-slide {
		width: 100%;
	}
	#stage .ex-mainslide.slide-one .wrp-mainslide {
		width: 100%;
	}
	#stage .ex-mainslide {
		margin-top: 10px;
	}
	#stage .ex-mainslide .wrp-mainslide .before,
	#stage .ex-mainslide .wrp-mainslide .after {
		content: none;
	}

  /* -----------------------
	重要なお知らせ
	-----------------------*/
	#stage #emgmsgblk-g {
		display: none;
	}
	#stage #emgmsgblk-g ,
	#stage #emgmsgblk {
		border-width: 2px;
		margin: 0 10px;
	}
	#stage #emgmsgblk {
		margin-bottom: 5px;
	}

	#stage #emgmsgblk-g ul ,
	#stage #emgmsgblk ul {
		padding: 10px 18px;
	}

	#stage #emgmsgblk li {
		position: relative;
	}

	#stage #emgmsgblk-g li .topic {
		display: block;
	}
	#stage #emgmsgblk li .topic {
		width: 100%;
		display: block;
	}

	#stage #emgmsgblk-g li .topic span {
		display: inline;
		width: auto;
	}
	#stage #emgmsgblk li .topic .date {
		position: absolute;
		top: 5px;
		display: block;
		left: 70px;
		font-size: 13px;
	}
	#stage #emgmsgblk li .topic a {
		display: block;
		padding: 5px 0 0;
	}

	#stage #emgmsgblk-g li .topic .date {
		display: inline-block;
		margin-right: 5px;
	}
  /* -----------------------
	お料理レシピ
	-----------------------*/
	#stage .wrp-top-contents {
		margin-top: 25px;
	}

	#stage .area-recipe {
		display: block;
		padding: 0 10px;
		box-sizing: border-box;
		width: 100%;
	}

	#stage .wrp-recipe {
		width: 100%;
	}

	#stage .wrp-recipe .mod-btn {
		margin-top: 15px;
	}

	#stage .wrp-recipe .wrp-block {
		display: table;
		width: 100%;
	}

	#stage .wrp-recipe .box-l, #stage .wrp-recipe .box-r {
		box-sizing: border-box;
		display: table-cell;
		vertical-align: top;
	}
	#stage .wrp-recipe .box-r {
		height: 100%;
	}

	#stage .wrp-recipe .block-recipe .box-l {
		width: 70%;
		padding-right: 15px;
	}

	#stage .wrp-recipe .block-recipe .box-l .thumb {
		position: relative;
		width: 100%;
	}

	#stage .wrp-recipe .block-recipe .box-l .thumb .mod-band {
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
		z-index: 5;
		padding-right: 5px;
		height: 20px;
	}
	#stage .wrp-recipe .block-recipe .box-l .thumb .mod-band:after {
		background: url(/rwd/top/img/icon/icn_todayrecipe_blue.png) 100% 0 no-repeat;
		background-size: 4px auto;
		border: 0;
		width: 4px;
		height: 20px;
		right:-4px;
	}

	#stage .wrp-recipe .block-recipe .box-r {
		width: 30%;
		position: relative;
	}

	#stage .wrp-recipe .p-name {
		font-size: 13px;
	}

	#stage .wrp-recipe .used-prd {
		display: block;
		text-align: center;
		width: auto;
		height: 100%;
		position: absolute;
		top: 0;
		left : 0;
		right: 0;
		bottom: 0;
	}

	#stage .wrp-recipe .used-prd .mod-band {
		display: block;
		height: 20px;
	}
	#stage .wrp-recipe .used-prd .mod-band:after {
		background: url(/rwd/top/img/icon/icn_usedrecipe_blue.png) 100% 0 no-repeat;
		background-size: 4px auto;
		border: 0;
		width: 4px;
		height: 20px;
		right:-4px;
	}

	#stage .wrp-recipe .used-prd .thumb {
		position: absolute;
		bottom: 0;
		right: 0;
		left:0;
		width: 67%;
	}
  /* -----------------------
	プレゼントキャンペーン
	-----------------------*/
	#stage .area-present {
		margin-top: 30px;
		display: block;
		width: 100%;
	}

	#stage .area-present .mod-btn {
		margin-left: 10px;
		margin-right: 10px;
	}

	#stage .wrp-present {
		margin-left: 0;
	}

	#stage .wrp-present .mod-h2 {
		margin-left: 10px;
		margin-right: 10px;
	}

	#stage .wrp-present .bxslider2 {
		/*width: 600% !important;*/
	}

	#stage .wrp-present .bxslider2 li {
		width: 200px !important;
		margin-left: 10px;
	}

	#stage .wrp-present .bxslider2 li img {
		width: 100%;
	}

	#stage .wrp-present .bxslider2.slide_one {
		width: 100% !important;
	}

	#stage .wrp-present .bxslider2.slide_one li {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	#stage .wrp-present .bx-controls-direction .bx-prev {
		left: 0px;
		background-size: 25px 51px;
	}

	#stage .wrp-present .bx-controls-direction .bx-next {
		background-size: 25px 51px;
	}

	#stage .wrp-present .bx-wrapper .bx-viewport {
		overflow: hidden !important;
		left: -15px;
		margin-left: 10px;
	}

	#stage .wrp-present .bx-wrapper {
		min-width: 100% !important;
		width: 100%;
		height: 200px;
	}

	#stage .wrp-present .bx-wrapper .bx-controls-direction a {
		width: 25px;
		height: 51px;
		margin-top: -25px;
	}
  /* -----------------------
	おすすめコンテンツ
	-----------------------*/
	#stage .wrp-second-contents .inner-second-contents {
		margin-left: 5px;
		margin-right: 5px;
	}

	#stage .wrp-second-contents .mod-h2 {
		margin-left: 5px;
		margin-right: 5px;
	}

	#stage .wrp-second-contents .recommend-lists li {
		box-sizing: border-box;
		width: 50%;
		padding-left: 5px;
		padding-right: 5px;
		margin-left: 0;
		padding-bottom: 20px;
	}

	#stage .wrp-second-contents .recommend-lists .title {
		position: relative;
		background-color: transparent;
		font-size: 13px;
	}

	#stage .wrp-second-contents .recommend-lists .sub-lead {
		margin: 0 10px;
		font-size: 12px;
	}
  /* -----------------------
		CM情報
	-----------------------*/
	#stage .wrp-third-contents {
		margin-top: 0px;
	}

	#stage .area-cm {
		float: none;
		width: 100%;
	}

	#stage .area-cm .no-movie {
		font-size: 12px;
		font-weight: normal;
	}

	#stage .area-cm .mod-h2 {
		margin-left: 10px;
		margin-right: 10px;
	}

	#stage .area-cm .wrp-top-movie {
		margin-right: 10px;
		margin-left: 10px;
	}

	#stage .area-cm .top-movie {
		box-sizing: border-box;
		width: auto;
	}

	#stage .area-cm .mod-arrow-title {
		font-size: 13px;
		margin-right: 10px;
	}

	#stage .area-cm .mod-arrow-title a {
		font-size: 13px;
	}

	#stage .area-cm .mod-btn {
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}
  /* -----------------------
		商品ブランドサイト
	-----------------------*/
	#stage .wrp-fourth-contents {
		margin-top: 30px;
	}

	#stage .area-brand-site {
		display: block;
		width: 100%;
	}

	#stage .area-brand-site .mod-btn {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 20px;
	}

	#stage .area-brand-site {
		margin-left: 0;
	}

	#stage .area-brand-site .mod-h2 {
		margin-left: 10px;
		margin-right: 10px;
	}

	#stage .area-brand-site .bx-wrapper .bx-viewport {
		width: 100% !important;
	}

	#stage .area-brand-site .bxslider3 {
		/*width: 600% !important;*/
	}

	#stage .area-brand-site .bxslider3 li {
		width: 200px !important;
	}

	#stage .area-brand-site .bxslider3 li img {
		width: 100%;
	}

	#stage .area-brand-site .bxslider3.slide_one {
		width: 100% !important;
		text-align: center;
	}

	#stage .area-brand-site .bxslider3.slide_one li {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	#stage .area-brand-site .bx-controls-direction .bx-prev {
		left: 0px;
		background: url(/rwd/top/img/icon/arrow_blue_round_l.png) no-repeat 0 0;
		background-size: 25px 51px;
	}

	#stage .area-brand-site .bx-controls-direction .bx-next {
		right: 0;
		background: url(/rwd/top/img/icon/arrow_blue_round_r.png) no-repeat 0 0;
		background-size: 25px 51px;
	}

	#stage .area-brand-site .bx-wrapper .bx-viewport {
		overflow: hidden !important;
		left: 0;
		margin-left: 10px;
	}

	#stage .area-brand-site .bx-wrapper {
		min-width: 100% !important;
		width: 100%;
		height: 71px;
	}

	#stage .area-brand-site .bx-wrapper .bx-controls-direction a {
		width: 25px;
		height: 51px;
		margin-top: -25px;
	}
  /* -----------------------
	新着情報
	-----------------------*/
	#stage .wrp-fifth-contens {
		margin-top: 33px;
	}

	#stage .wrp-new-infomation {
		margin: 0 10px;
	}

	#stage .wrp-new-infomation .wrp-title {
		box-sizing: border-box;
		display: table;
		width: 100%;
		height: 37px;
	}

	#stage .wrp-new-infomation .wrp-title .tab, #stage .wrp-new-infomation .wrp-title .rss-icon {
		box-sizing: border-box;
		display: table-cell;
		float: none;
		vertical-align: middle;
	}

	#stage .wrp-new-infomation .wrp-title .tab {
		width: 45%;
		padding-right: 5px;
	}

	#stage .wrp-new-infomation .wrp-title .rss-icon {
		vertical-align: top;
		width: 10%;
	}

	#stage .wrp-new-infomation .wrp-title .rss-icon p {
		width: 26px;
		margin-left: auto;
	}

	#stage .wrp-new-infomation .wrp-title .tab1.act .inner {
		border-color: #0039a6;
		background-color: #fff;
		color: #0039a6;
	}

	#stage .wrp-new-infomation .wrp-title .tab2.act .inner {
		border-color: #d91735;
		background-color: #fff;
		color: #d91735;
	}

	#stage .wrp-new-infomation .wrp-title .inner {
		height: 100%;
		margin-left: 0;
		text-align: center;
		font-size: 12px;
		margin-bottom: 0;
		display: table;
		width: 100%;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-top: 1px solid #cccccc;
		border-radius: 2px 2px 0 0;
		background-color: #f6f6f6;
	}

	#stage .wrp-new-infomation .wrp-title .inner span {
		display: table-cell;
		vertical-align: middle;
	}

	#stage .wrp-new-infomation ul {
		padding: 0;
	}

	#stage .wrp-new-infomation li {
		position: relative;
		padding: 10px;
	}

	#stage .wrp-new-infomation li:first-child {
		border-top: 0;
	}

	#stage .wrp-new-infomation li .sts {
		position: absolute;
	}

	#stage .wrp-new-infomation li .sts:after {
		width: 70px;
	}

	#stage .wrp-new-infomation li p {
		font-size: 13px;
	}

	#stage .wrp-new-infomation li .topic {
		width: 100%;
		display: block;
	}

	#stage .wrp-new-infomation li .topic span.date {
		position: absolute;
		top: 11px;
		display: block;
		left: 70px;
		font-size: 13px;
	}

	#stage .wrp-new-infomation li .topic a {
		display: block;
		padding: 25px 0 0;
	}

	#stage .wrp-new-infomation #tab-content-news {
		border-top: 2px solid #0039a6;
	}

	#stage .wrp-new-infomation #tab-content-inportant {
		display: none;
		border-top: 2px solid #d91735;
	}
	#stage .wrp-new-infomation #emgmsgblk-g {
		display: block;	
	}

	#stage .wrp-new-infomation #tab-content-inportant #emgmsgblk-g {
		margin: 0;
		border: 0;
	}

	#stage .wrp-new-infomation #tab-content-inportant #emgmsgblk-g ul {
		padding: 0;
	}

	#stage .wrp-new-infomation #tab-content-inportant #emgmsgblk-g li {
		padding: 10px;
	}

	#stage .wrp-new-infomation #tab-content-inportant #emgmsgblk-g li .topic .date {
		position: relative;
		top: 0;
		left: 0;
	}

	#stage .wrp-new-infomation #tab-content-inportant #emgmsgblk-g li .topic a {
		padding-top: 0;
	}
  /* -----------------------
		その他のお知らせ
	-----------------------*/
	#stage .wrp-sixth-contents {
		margin-top: 20px;
	}

	#stage .area-other-info {
		margin: 0 10px;
	}

	#stage .wrp-other-info {
		padding: 10px 0;
		display: block;
	}

	#stage .wrp-other-info .tit, #stage .wrp-other-info .newslist {
		display: block;
	}

	#stage .wrp-other-info .tit {
		width: 100%;
		margin-bottom: 10px;
	}

	#stage .wrp-other-info .tit:after {
		content: 'その他のお知らせ';
		font-size: 13px;
	}

	#stage .wrp-other-info .newslist {
		padding-left: 19px;
		padding-right: 19px;
	}

	#stage .wrp-other-info .newslist ul {
		border-top: 1px solid #cccccc;
		padding-top: 5px;
		padding-left: 0;
		border-left: 0;
	}

	#stage .wrp-other-info .newslist ul li {
		border-top: 1px solid #cccccc;
	}

	#stage .wrp-other-info .newslist ul li:first-child {
		border-top: 0;
	}

	#stage .wrp-other-info .newslist dl {
		display: block;
	}

	#stage .wrp-other-info .newslist dl dt, #stage .wrp-other-info .newslist dl dd {
		display: block;
		font-size: 13px;
	}
  /* -----------------------
		大震災
	-----------------------*/
	#stage .inner-seventh-contents {
		margin-left: 10px;
		margin-right: 10px;
		padding: 14px;
	}

	#stage .inner-seventh-contents .innter {
		line-height: 1.6;
	}

	#stage .inner-seventh-contents .innter .temp {
		display: inline-block;
		text-align: left;
	}
  /* -----------------------
		下部のバナーリスト
	-----------------------*/
	#stage .inner-eighth-contents {
		margin-left: 5px;
		margin-right: 5px;
	}

	#stage .wrp-eighth-contents {
		margin-top: 35px;
	}

	#stage .wrp-banner-area {
		width: auto;
	}

	#stage .wrp-banner-area .banner-lists {
		width: 100%;
	}

	#stage .wrp-banner-area .banner-lists li {
		width: 50%;
		margin-top: 10px;
		margin-right: 0;
		padding: 0 5px;
	}

	#stage .wrp-banner-area .banner-lists .block-bnr.type-text .inner-bnr {
		padding-top: 0;
		padding-bottom: 0;
		height: 51px;
		font-size: 12px;
	}

	#stage .wrp-banner-area .banner-lists .block-bnr.type-text .inner-bnr br {
		display: none;
	}
  /* -----------------------
		コンテンツフッター
	-----------------------*/
	#stage #contentFoot {
		margin-top: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.dummy {
		width: 100%;
	}

	.dummy img {
		width: 100%;
	}

	/* wrp-customer-temp-bnr */
	#stage .wrp-customer-temp-bnr {
		margin-left: 10px;
		margin-right: 10px;
	}
	#stage .customer-temp-bnr {
		margin-top: 20px;
	}
	#stage .customer-temp-bnr .inner {
		padding-right: 20px;
		padding-left: 20px;
	}
	#stage .customer-temp-bnr a .inner-btn {
		background: #fff url(/rwd/top/img/icon/icn_customer.png) no-repeat 15px 100%;
		background-size: 29px auto;
	}
	#stage .customer-temp-bnr a {
		display: block;
	}
}
