@charset "utf-8";

/* ****************************************************

layout.css
-----------------------------------
1: common parts for PC
	1-1: header
	1-2: main
	1-3: footer
	1-4: breadcrumbNav
-----------------------------------
2: common parts for Smartphone
	2-1: header
	2-2: main
	2-3: footer
	2-4: breadcrumbNav
-----------------------------------
3: print for PC
-----------------------------------
ex: clearfix

***************************************************** */


/*=================================

	1: common parts for PC

================================ */
#allContainer {
	position: relative;
}
#globalHeader > .headerBlock,
#globalNav,
#breadcrumbNav > ul,
.contentsWrap,
#footerNav > ul,
#globalFooter > .footerBlock {
	width: 970px;
	margin: 0 auto;
}
.overlay {
	display: none;
}

@media only screen and (min-width: 768px) {

#allContainer {
	top: 117px;
	-webkit-transition: top 0.4s ease;
	-moz-transition: top 0.4s ease;
	-ms-transition: top 0.4s ease;
	-o-transition: top 0.4s ease;
	transition: top 0.4s ease;
}
#allContainer.headerFixed {
	top: 67px;
}

/* hover common settings */
#globalNav > ul > li > a,
.headerBlock .siteUtility a,
.sidebarNav a {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#footerContainer .pageTop > a {
	-webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-ms-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
	opacity: 1;
}
#footerContainer .pageTop > a:hover {
	opacity: 0.7;
}

}

@media only screen and (min-width: 1131px) {

#globalHeader > .headerBlock,
#globalNav {
	width: 100% !important;
	padding: 0 20px;
}
#globalNav {
	right: 10px;
}

}


/* 1-1: header
================================ */

/* headerContainer */
#headerContainer {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 100;
}
#headerContainer * {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/* headerBlock */
#globalHeader {
	border-bottom: 1px solid #dddddd;
}
#globalHeader > .headerBlock {
	position: relative;
}

/* siteLogo */
.headerBlock .siteIdentity {
	display: table;
	padding: 18px 0 16px;
}
.headerBlock .siteLogo {
	display: table-cell;
	width: 158px;
	vertical-align: middle;
	padding: 0 0 12px 18px;
}
.headerBlock .siteLogo img {
	width: 100%;
}
.headerBlock .siteLogo:first-child {
	width: 124px;
	padding: 0;
}

/* siteUtility */
.headerBlock .siteUtility {
	position: absolute;
	top: 12px;
	right: 20px;
}
.headerBlock .siteUtility a {
	color: #333333;
	text-decoration: none;
}
.headerBlock .siteUtility a:hover {
	color: #d12428;
}
.headerBlock .siteUtility a[target="_blank"]:after {
	content: "別ウインドウで開きます";
	display: inline-block;
	position: relative;
	top: 0.65em;
	width: 10px;
	height: 10px;
	vertical-align: top;
	margin-left: 10px;
	background: url(./../img/main_sp01.png) no-repeat 0 -40px;
	text-indent: -9999px;
}
.headerBlock .siteUtility > * {
	float: left;
}
.headerBlock .utilityLink > ul {
	position: relative;
}
.headerBlock .utilityLink > ul > li {
	position: relative;
	float: left;
	margin-right: 28px;
}
.headerBlock .utilityLink > ul > li > a {
	display: block;
	line-height: 30px;
}
.headerBlock .utilityLink > ul > .active > a {
	color: #d12428;
}
.headerBlock .utilityLink .innerLink {
	position: absolute;
	top: 100%;
	left: -35px;
	width: 130px;
	margin-top: 10px;
	border: 2px solid #d02427;
	background-color: #ffffff;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
	z-index: 100;
}
.headerBlock .utilityLink .innerLink:before {
	content: "";
	position: absolute;
	top: -12px;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #ffffff;
}
.headerBlock .utilityLink .innerLink > li {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.71;
	text-align: center;
}
.headerBlock .utilityLink .innerLink > li + li {
	border-top: 1px solid #dddddd;
}
.headerBlock .utilityLink .innerLink > li > a {
	display: block;
	padding: 8px;
}
.headerBlock .utilityLink .innerLink > li > a[target="_blank"]:after {
	top: 0.45em;
	margin: 0 0 0 5px;
}
.headerBlock .utilityLink .innerLink > li:first-child:before,
.headerBlock .utilityLink .innerLink > li:first-child:after {
	content: "";
	position: absolute;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -8px;
	border-top: 10px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 8px solid transparent;
}
.headerBlock .utilityLink .innerLink > li:first-child:before {
	top: -21px;
	border-bottom-color: #d02427;
}
.headerBlock .utilityLink .innerLink > li:first-child:after {
	top: -19px;
	border-bottom-color: #ffffff;
}
.headerBlock .easy-select-box {
	position: relative;
	font-size: 13px;
	font-size: 1.3rem;
}
.headerBlock .esb-displayer {
	position: relative;
	min-width: 120px;
	padding: 0 22px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	background-color: #ffffff;
	cursor: default;
	line-height: 28px;
	z-index: 1;
}
.headerBlock .esb-displayer:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 12px;
	height: 6px;
	margin-top: -3px;
	background: url(./../img/main_sp01.png) no-repeat -440px 0;
}
.headerBlock .esb-dropdown {
	display: none;
	position: relative;
	margin-top: -1px;
	padding-bottom: 3px;
	border: 1px solid #dddddd;
	border-top: none;
	background-color: #ffffff;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	cursor: default;
	z-index: 2;
}
.headerBlock .esb-dropdown .esb-item {
	padding: 3px 22px;
}
.headerBlock .esb-dropdown .esb-item + .esb-item {
	padding-top: 0;
}
.headerBlock .esb-dropdown .esb-item:first-child,
.headerBlock .languageSwitch option[value="title"] {
	display: none;
}

/* menuSwitch */
.menuSwitch {
	display: none;
}

/* globalNav */
#globalNav {
	display: block;
	position: relative;
	width: 970px;
}
.headerLink.sp,
#globalNav > .siteUtility {
	display: none;
}
#globalNav > ul {
	position: absolute;
	bottom: 2px;
	right: 11px;
}
#globalNav > ul > li {
	display: table;
	float: left;
	margin-left: 1px;
}
#globalNav > ul > li > a {
	display: table-cell;
	height: 63px;
	vertical-align: middle;
	padding: 15px 0 12px;
	border-bottom: 3px solid;
	background-color: #ffffff;
	color: #333333;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#globalNav > ul > li > a > .title {
	position: relative;
	padding: 0 20px;
}
#globalNav > ul > li > a > .title:after,
#globalNav > ul > li:first-child > a > .title:before {
	content: "";
	position: absolute;
	top: 0;
	right: -1px;
	width: 1px;
	height: 100%;
	background-color: #dddddd;
}
#globalNav > ul > li:first-child > a > .title:before {
	right: auto;
	left: -1px;
}
#globalNav > ul > li > a[href*="kodawari"] {
	border-bottom-color: #d12428;
}
#globalNav > ul > li > a[href*="kodawari"]:hover,
#globalNav > ul > .current > a[href*="kodawari"] {
	background-color: #f9e2e2;
	color: #d12428;
}
#globalNav > ul > li > a[href*="shop"] {
	border-bottom-color: #e7d82d;
}
#globalNav > ul > li > a[href*="shop"]:hover,
#globalNav > ul > .current > a[href*="shop"] {
	background-color: #f9f6ce;
	color: #bda418;
}
#globalNav > ul > li > a[href*="menu"] {
	border-bottom-color: #e48e25;
}
#globalNav > ul > li > a[href*="menu"]:hover,
#globalNav > ul > .current > a[href*="menu"] {
	background-color: #f9e7d8;
	color: #e48e25;
}
#globalNav > ul > li > a[href*="event"] {
	border-bottom-color: #1f9147;
}
#globalNav > ul > li > a[href*="event"]:hover,
#globalNav > ul > .current > a[href*="event"] {
	background-color: #e4f2e9;
	color: #1f9147;
}

@media print, screen and (min-width: 768px) {

/* localNav */
#localNav {
	background-color: #fef9df;
}
#localNav .categoryTitle,
#localNav .categoryTop {
	display: none;
}
#localNav .categoryLinks {
	width: 970px;
	margin: 0 auto;
	padding: 12px 0;
}
#localNav .categoryLinks > li {
	float: left;
	margin: 6px 1em 0 0;
	padding-right: 1em;
	border-right: 1px solid #dacaaf;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.67;
}
#localNav .categoryLinks > li > a {
	display: inline-block;
	color: #996c33;
	text-decoration: underline;
}
#localNav .categoryLinks > li > a:hover {
	text-decoration: none;
}
#localNav .categoryLinks > .row1 {
	margin-top: 0;
}
#localNav .categoryLinks > .rowLast {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
#localNav .categoryLinks > .current > a {
	color: #333333;
	text-decoration: none;
}
.headerFixed #headerContainer #localNav {
	border-bottom: 1px solid #dddddd;
}

/* menuContainer */
#menuContainer {
	display: none;
}

}

/* fixed */
.headerFixed .headerBlock .siteUtility {
	display: none;
}
.headerFixed .headerBlock .siteIdentity {
	padding: 7px 0 5px;
}
.headerFixed .headerBlock .siteLogo {
	width: 104px;
	padding: 0 0 4px 11px;
}
.headerFixed .headerBlock .siteLogo:first-child {
	width: 81px;
	padding: 0;
}
.headerFixed #globalNav > ul > li > a {
	height: 66px;
}


/* 1-2: main
================================ */

/* globalContents */
#globalContents {
	position: relative;
	overflow: hidden;
}
#globalContents > .contentsWrap {
	margin-top: 40px;
}
#globalContents > .noSide {
	margin-top: 0;
}
#globalContents > .noSide #main {
	position: relative;
	float: none;
	width: 970px;
}

/* main */
#main {
	float: left;
	width: 732px;
}
#main > *:first-child {
	margin-top: 0 !important;
}

/* sidebar */
#sidebar {
	float: right;
	width: 218px;
}
#sidebar > *:first-child {
	margin-top: 0 !important;
}
#sidebar .sidePromotion > .banner {
	margin-top: 10px;
}
#sidebar .linkType01 {
	margin-top: 1em;
}

@media print, screen and (min-width: 768px) {

/* sidebarNav */
.sidebarNav {
	border-bottom: 1px solid #dcdcdc;
}
.sidebarNav + * {
	margin-top: 20px !important;
}
.sidebarNav .navTitle {
	display: table;
	width: 100%;
	background: url(./../img/main_bg03.png) repeat 50% 0;
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.36;
	text-align: center;
}
.sidebarNav .navTitle > span {
	display: table-cell;
	height: 70px;
	vertical-align: middle;
}
.sidebarNav .navTitle > span > span {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}
.sidebarNav .navTitle .acodText {
	display: none;
}
.sidebarNav .navItem {
	position: relative;
	width: 100%;
	border-top: 1px solid #dcdcdc;
}
.sidebarNav .navItem > a {
	display: table-cell;
	width: 1%;
	height: 46px;
	vertical-align: middle;
	padding: 0 60px 0 30px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	color: #323232;
	text-decoration: none;
	outline: none;
}
.sidebarNav .navItem > a:before,
.sidebarNav .navItem > a:after {
	content: "";
	position: absolute;
	background-color: #d02427;
	opacity: 1;
}
.sidebarNav .navItem > a:before {
	top: 17px;
	left: 15px;
	width: 2px;
	height: 10px;
}
.sidebarNav .navItem > a:after {
	top: 21px;
	left: 11px;
	width: 10px;
	height: 2px;
}
.sidebarNav .navItem > a:hover,
.sidebarNav .navItem.active > a {
	background-color: #fffbdf;
}
.sidebarNav .navItem.active > a:before {
	opacity: 0;
}
.sidebarNav .navItem.categoryTop {
	display: none !important;
}
.sidebarNav .east .navItem.tenshin > a {
	background-image: url(./../img/side_east_im01.png);
}
.sidebarNav .east .navItem.dishes > a {
	background-image: url(./../img/side_east_im02.png);
}
.sidebarNav .east .navItem.rice > a {
	background-image: url(./../img/side_east_im03.png);
}
.sidebarNav .east .navItem.noodles > a {
	background-image: url(./../img/side_east_im04.png);
}
.sidebarNav .east .navItem.soup_dessert > a {
	background-image: url(./../img/side_east_im05.png);
}
.sidebarNav .west .navItem.tenshin > a {
	background-image: url(./../img/side_west_im01.png);
}
.sidebarNav .west .navItem.dishes > a {
	background-image: url(./../img/side_west_im02.png);
}
.sidebarNav .west .navItem.rice > a {
	background-image: url(./../img/side_west_im03.png);
}
.sidebarNav .west .navItem.noodles > a {
	background-image: url(./../img/side_west_im04.png);
}
.sidebarNav .west .navItem.soup_dessert > a {
	background-image: url(./../img/side_west_im05.png);
}
.sidebarNav .south .navItem.tenshin > a {
	background-image: url(./../img/side_south_im01.png);
}
.sidebarNav .south .navItem.dishes > a {
	background-image: url(./../img/side_south_im02.png);
}
.sidebarNav .south .navItem.rice > a {
	background-image: url(./../img/side_south_im03.png);
}
.sidebarNav .south .navItem.noodles > a {
	background-image: url(./../img/side_south_im04.png);
}
.sidebarNav .south .navItem.soup_dessert > a {
	background-image: url(./../img/side_south_im05.png);
}
.sidebarNav .navChildren {
	display: none;
	padding: 15px 20px;
	border-top: 1px solid #ffffff;
	background-color: #f9f8f8;
}
.sidebarNav .navChildren > li {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.38;
}
.sidebarNav .navChildren > li + li {
	margin-top: 8px;
}
.sidebarNav .navChildren > li > a {
	display: inline-block;
	position: relative;
	padding-left: 12px;
}
.sidebarNav .navChildren > li > a:before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0;
	width: 6px;
	height: 10px;
	background: url(./../img/main_sp01.png) no-repeat -440px -40px;
}

}


/* 1-3: footer
================================ */

/* globalFooter */
#globalFooter {
	padding: 28px 0;
	background: #ffffff url(./../img/footer_ex01.png) repeat-x 0 0;
}

/* footerNav */
.footerNav {
	background-color: #d1241d;
}
.footerNav > .footerBlock {
	width: 970px;
	margin: 0 auto;
	padding: 48px 0;
}
.footerNav .contentLinks li {
	position: relative;
}
.footerNav .contentLinks li a {
	display: inline-block;
	color: #ffffff;
}
.footerNav .contentLinks li a:before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 6px;
	height: 10px;
	background: url(./../img/main_sp01.png) no-repeat -480px 0;
}
.footerNav .contentLinks > .global {
	float: left;
	width: 771px;
}
.footerNav .contentLinks > .global > li {
	float: left;
	width: 174px;
	margin-left: 25px;
}
.footerNav .contentLinks > .global > li:nth-child(4n+1) {
	margin-left: 0;
}
.footerNav .contentLinks > .global > li > a {
	display: block;
	padding: 0 0 8px 15px;
	border-bottom: 2px solid #ffffff;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}
.footerNav .contentLinks > .global > li > a:before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 6px;
	height: 10px;
	background: url(./../img/main_sp01.png) no-repeat -480px 0;
}
.footerNav .contentLinks > .global > li > ul {
	margin-top: 20px;
}
.footerNav .contentLinks > .global > li > ul > li + li {
	margin-top: 5px;
}
.footerNav .contentLinks > .global > li > ul > li > a {
	padding-left: 13px;
	font-size: 12px;
	font-size: 1.2rem;
}
.footerNav .contentLinks > .other {
	float: right;
	width: 174px;
	padding-top: 1px;
}
.footerNav .contentLinks > .other > li + li {
	margin-top: 15px;
}
.footerNav .contentLinks > .other > li > a {
	padding-left: 20px;
	font-weight: bold;
}

/* siteUtility */
.footerBlock .siteUtility {
	position: relative;
	overflow: hidden;
}
.footerBlock .siteUtility + * {
	margin-top: 10px;
}
.siteUtility .footerLink {
	position: relative;
	left: 50%;
	float: left;
}
.siteUtility .footerLink li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 12px;
	font-size: 12px;
	font-size: 1.2rem;
}
.siteUtility .footerLink li > a {
	color: #333333;
}

/* copyright */
#copyright {
	color: #999999;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}

/* pageTop */
#footerContainer .pageTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
}
#footerContainer .pageTop > a {
	display: block;
	width: 60px;
	height: 60px;
	background: url(./../img/main_sp01.png) no-repeat 0 -160px;
	text-indent: -9999px;
	outline: none;
}


/* 1-4: breadcrumbNav
================================ */
#breadcrumbNav {
	margin-top: 45px;
	background-color: #f9f8f8;
}
#breadcrumbNav > ul {
	margin: 0 auto;
	padding: 8px 0;
}
#breadcrumbNav > ul > li {
	position: relative;
	float: left;
	margin-right: 0.7em;
	padding-right: 1.5em;
	color: #666666;
	font-size: 12px;
	font-size: 1.2rem;
}
#breadcrumbNav > ul > li:after {
	content: ">";
	position: absolute;
	top: 0;
	right: 0;
}
#breadcrumbNav > ul > li:last-child {
	margin-right: 0;
	padding-right: 0;
}
#breadcrumbNav > ul > li:last-child:after {
	display: none;
}
#breadcrumbNav > ul > li > a {
	text-decoration: underline;
}
#breadcrumbNav > ul > li > a:hover {
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {

#breadcrumbNav > ul {
	width: 970px !important;
}

}



@media only screen and (max-width: 767px) {

/*=================================

	2: common parts for Smartphone

================================ */
body {
	overflow: hidden;
}

#allContainer {
	position: relative;
	width: 100%;
	padding-top: 58px;
	z-index: 99;
}
#globalHeader > .headerBlock,
#globalNav,
#breadcrumbNav > ul,
.contentsWrap,
#footerNav > ul,
#globalFooter > .footerBlock {
	width: 100%;
	padding: 0;
}

/* menu */
#headerContainer .menuSwitch,
#globalNav .close {
	display: block;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent !important;
	z-index: 99;
}


/* 2-1: header
================================ */

/* headerContainer */
#headerContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-top: none;
	background-color: #ffffff;
	z-index: 999;
}

/* globalHeader */
#globalHeader {
	position: relative;
	border-top: 2px solid #d02427;
	background-color: #ffffff;
	z-index: 2;
}

/* siteLogo */
.headerBlock .siteIdentity {
	padding: 8px 10px 6px;
}
.headerBlock .siteLogo {
	width: 79px;
	vertical-align: top;
	padding: 10px 0 0 9px;
}
.headerBlock .siteLogo:first-child {
	width: 62px;
}

/* siteUtility */
.headerBlock .siteUtility {
	display: none;
}

/* headerLink */
.headerLink.sp {
	display: block;
	position: absolute;
	top: 0;
	right: 51px;
	width: 110px;
	height: 55px;
}
.headerLink.sp > ul > li {
	display: table;
	position: relative;
	float: left;
	width: 55px;
	border-left: 1px solid #dddddd;
	line-height: 1.1;
}
.headerLink.sp > ul > li > a {
	display: table-cell;
	height: 55px;
	vertical-align: bottom;
	padding-bottom: 7px;
	border: none !important;
	background-color: #ffffff !important;
	color: #333333 !important;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}
.headerLink.sp > ul > li > a:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 15.5px;
	width: 28px;
	height: 22px;
	background: url(./../img/main_sp01.png) no-repeat -160px -100px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.headerLink.sp > ul > li > a:after {
	display: none;
}
.headerLink.sp > ul > li:nth-child(2) > a:before {
	left: 19px;
	width: 17px;
	background-position: -200px -100px;
}

/* menuSwitch */
.menuSwitch {
	position: absolute;
	top: 2px;
	right: 0;
	border-left: 1px solid #dddddd;
	z-index: 3;
}
.menuSwitch > a {
	display: table;
	width: 50px;
	height: 55px;
	text-decoration: none;
	outline: none;
}
.menuSwitch > a > span:nth-of-type(1),
.menuSwitch > a > span:nth-of-type(2),
.menuSwitch > a > span:nth-of-type(3) {
	display: inline-block;
	position: absolute;
	left: 13px;
	width: 24px;
	height: 3px;
	background-color: #d02427;
	transition: all .4s;
}
.menuSwitch > a > span:nth-of-type(1) { top: 19px; }
.menuSwitch > a > span:nth-of-type(2) { top: 27px; }
.menuSwitch > a > span:nth-of-type(3) { top: 35px; }

/* globalNav */
#globalNav {
	display: none;
}

/* localNav */
#localNav .categoryTitle {
	position: relative;
	background-color: #fef9df;
	font-size: 1.2rem;
	font-weight: bold;
}
#localNav .categoryTitle > a {
	display: block;
	padding: 9px 10px 7px;
	color: #333333;
	text-decoration: none;
	outline: none;
}
#localNav .categoryTitle > .acodText {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 56px;
	margin-top: -12px;
	padding-right: 10px;
	border-radius: 3px;
	background-color: #ffffff;
	font-size: 1rem;
	line-height: 25px;
	text-align: center;
}
#localNav .categoryTitle > .acodText:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 7px;
	width: 8px;
	height: 5px;
	margin-top: -2px;
	background: url(./../img/main_sp01.png) no-repeat -140px 0;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
#localNav .categoryTitle.active > .acodText:after {
	margin-top: -3px;
	background-position: -200px 0;
}
#localNav .categoryLinks > li + li {
	border-top: 1px solid #eeeeee;
}
#localNav .categoryLinks > li > a {
	display: block;
	position: relative;
	padding: 13px 10px 11px;
	background-color: #ffffff;
	color: #323232;
	text-decoration: none;
	outline: none;
}
#localNav .categoryLinks > li > a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 11px;
	margin-top: -5px;
	background: url(./../img/main_sp01.png) no-repeat -100px 0;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
#localNav .categoryLinks > li > .spAcodSwitch:after {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-position: -80px -60px;
}
#localNav .categoryLinks > li > .spAcodSwitch.active:after {
	background-position: -120px -60px;
}
#localNav .categoryLinks > li > .spAcodDetail > li {
	border-top: 1px solid #eeeeee;
}
#localNav .categoryLinks > li > .spAcodDetail > li > a {
	display: block;
	position: relative;
	padding: 11px 20px 9px;
	background-color: #f9f8f8;
	color: #333333;
}
#localNav .categoryLinks > li > .spAcodDetail > li > a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 5px;
	height: 7px;
	margin-top: -3px;
	background: url(./../img/main_sp01.png) no-repeat -120px 0;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
#localNav .categoryLinks > .categoryTop {
	padding: 10px;
	background-color: #dddddd;
	font-weight: bold;
	text-align: center;
}
#localNav .categoryLinks > .categoryTop > a {
	padding: 11px 10px 10px;
	border-radius: 5px;
}
#localNav .categoryLinks > .categoryTop > a:after {
	right: 20px;
}

/* menuContainer */
#menuContainer {
	position: fixed;
	top: 57px;
	right: -100%;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	width: 93.75%;
	height: -webkit-calc(100vh - 57px);
	height: calc(100vh - 57px);
	margin: 0;
	background-color: #ffffff;
	transition: all .4s;
	z-index: 999;
}
#menuContainer.active {
	right: 0;
}
#menuContainer > ul {
	position: static;
}
#menuContainer > ul > li {
	display: block;
	position: relative;
	float: none;
	width: 100%;
	margin: 0;
}
#menuContainer > ul > li > a {
	display: table;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #dcdcdc !important;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: left;
}
#menuContainer > ul > li > a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 11px;
	margin-top: -6px;
	background: url(./../img/main_sp01.png) no-repeat -100px 0;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
#menuContainer > ul > li > a > .title {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	padding: 0 20px 0 15px;
}
#menuContainer > ul > li > a > .title:before,
#menuContainer > ul > li > a > .title:after {
	display: none;
}
#menuContainer .siteUtility {
	background-color: #eeeeee;
}
#menuContainer .siteUtility > .utilityLink {
	background-color: #ffffff;
}
#menuContainer .utilityLink > ul > li,
#menuContainer .utilityLink > ul > li > .innerLink > li {
	display: table;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #dcdcdc !important;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: left;
}
#menuContainer .utilityLink > ul > li > a,
#menuContainer .utilityLink > ul > li > .innerLink > li > a {
	position: relative;
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	padding: 0 20px 0 15px;
}
#menuContainer .utilityLink > ul > li > a.textSmall {
	font-size: 1.4rem !important;
}
#menuContainer .utilityLink > ul > li > a:after,
#menuContainer .utilityLink > ul > li > .innerLink > li > a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 11px;
	margin-top: -6px;
	background: url(./../img/main_sp01.png) no-repeat -100px 0;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
#menuContainer .utilityLink > ul > li > a[target="_blank"]:after,
#menuContainer .utilityLink > ul > li > .innerLink > li > a[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 10px;
	background: url(./../img/main_sp01.png) no-repeat -60px -20px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
#menuContainer .utilityLink > ul > li > .innerLink {
	display: block !important;
}
#menuContainer .utilityLink > ul > li > .innerLink > li:last-child {
	border-bottom: none !important;
}
#menuContainer .languageSwitch {
	clear: both;
	position: relative;
	padding: 15px 15px 10px;
}
#menuContainer .languageSwitch:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 12px;
	height: 7px;
	margin-top: 1px;
	background: url(./../img/main_sp01.png) no-repeat -140px -20px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
#menuContainer .languageSwitch select {
	display: block !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	width: 100%;
	height: 40px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	background: #ffffff;
	font-size: 1.6rem;
	text-align: center;
}
#menuContainer .languageSwitch .easy-select-box {
	display: none !important;
}
#menuContainer .close {
	background-color: #666666;
	line-height: 45px;
	text-align: center;
}
#menuContainer .close > a {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	color: #ffffff;
	font-size: 1.4rem;
	text-decoration: none;
	outline: none;
}
#menuContainer .close > a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: url(./../img/main_sp01.png) no-repeat -40px -80px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}


/* 2-2: main
================================ */

/* contentsContainer */
#contentsContainer {
	position: relative;
	z-index: 99;
}

/* globalContents */
#globalContents > .contentsWrap {
	margin-top: 0 !important;
}
#globalContents > .noSide #main {
	width: 100%;
}

/* main */
#main {
	float: none;
	width: 100%;
	padding: 0 10px;
}

/* sidebar */
#sidebar {
	float: none;
	width: 100%;
	margin-top: 20px;
	padding: 15px 10px 0;
	border-top: 1px solid #dddddd;
}
#sidebar .sidebarNav + * {
	margin-top: 0 !important;
}
#sidebar .sidePromotion > .banner {
	float: left;
	width: 46.67%;
	margin: 15px 0 0 6.66%;
}
#sidebar .sidePromotion > .banner:nth-child(-n+2) {
	margin-top: 0;
}
#sidebar .sidePromotion > .banner:nth-child(2n+1) {
	margin-left: 0;
}

/* sidebarNav */
.sidebarNav {
	position: fixed;
	top: 57px;
	left: 0;
	width: 100%;
	z-index: 999;
}
.sidebarNav .navTitle {
	position: relative;
	padding: 9px 66px 7px 10px;
	background-color: #fef9df;
	color: #333333;
	font-size: 1.2rem;
	font-weight: bold;
}
.sidebarNav .navTitle > .acodText {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 56px;
	margin-top: -12px;
	padding-right: 10px;
	border-radius: 3px;
	background-color: #ffffff;
	color: #323232;
	font-size: 1rem;
	line-height: 25px;
	text-align: center;
}
.sidebarNav .navTitle > .acodText:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 7px;
	width: 8px;
	height: 5px;
	margin-top: -2px;
	background: url(./../img/main_sp01.png) no-repeat -140px 0;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.sidebarNav .navTitle.active > .acodText:after {
	margin-top: -3px;
	background-position: -200px 0;
}
.sidebarNav .navList.spAcodDetail {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}
.sidebarNav .navItem + .navItem {
	border-top: 1px solid #eeeeee;
}
.sidebarNav .navItem > a {
	display: block;
	position: relative;
	padding: 13px 10px 11px;
	background-color: #ffffff;
	color: #323232;
	text-decoration: none;
	outline: none;
}
.sidebarNav .navItem > a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 11px;
	margin-top: -5px;
	background: url(./../img/main_sp01.png) no-repeat -100px 0;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.sidebarNav .navItem.spAcodSwitch > a:after {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-position: -80px -60px;
}
.sidebarNav .navItem.spAcodSwitch.active > a:after {
	background-position: -120px -60px;
}
.sidebarNav .navItem > .spAcodDetail > li {
	border-top: 1px solid #eeeeee;
}
.sidebarNav .navItem > .spAcodDetail > li > a {
	display: block;
	position: relative;
	padding: 11px 20px 9px;
	background-color: #f9f8f8;
	color: #333333;
}
.sidebarNav .navItem > .spAcodDetail > li > a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 5px;
	height: 7px;
	margin-top: -3px;
	background: url(./../img/main_sp01.png) no-repeat -120px 0;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.sidebarNav .navList > .categoryTop {
	padding: 10px;
	background-color: #dddddd;
	font-weight: bold;
	text-align: center;
}
.sidebarNav .navList > .categoryTop > a {
	padding: 11px 30px 10px;
	border-radius: 5px;
}
.sidebarNav .navList > .categoryTop > a:after {
	right: 20px;
}


/* 2-3: footer
================================ */

/* footerContainer */
#footerContainer {
	position: relative;
	z-index: 99;
}

/* footerNav */
.footerNav {
	position: relative;
	padding-bottom: 0;
	z-index: 2;
}
.footerNav > .footerBlock {
	width: 100%;
	padding: 0;
	background: none;
}
.footerNav .contentLinks li {
	position: relative;
}
.footerNav .contentLinks li a {
	display: block;
}
.footerNav .contentLinks > .global,
.footerNav .contentLinks > .other {
	float: none;
	width: 100%;
}
.footerNav .contentLinks > .global > li {
	float: none;
	width: 100%;
	margin-left: 0;
}
.footerNav .contentLinks > .global > li > a {
	display: block;
	position: relative;
	padding: 12px 24px 10px;
	border-bottom: 1px solid #890003;
	font-size: 1.6rem;
}
.footerNav .contentLinks > .global li > a:before,
.footerNav .contentLinks > .other > li > a:before {
	top: 50%;
	right: 10px;
	left: auto;
	width: 7px;
	height: 11px;
	margin-top: -6px;
	background-position: -180px -20px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.footerNav .contentLinks > .global > li > ul,
.footerNav .contentLinks > .global > li > ul > li + li,
.footerNav .contentLinks > .other > li + li {
	margin-top: 0;
}
.footerNav .contentLinks > .global > li > ul > li > a {
	position: relative;
	padding: 12px 24px 10px;
	border-bottom: 1px solid #890003;
	background-color: #ac0a0e;
	font-size: 1.4rem;
}
.footerNav .contentLinks > .other {
	padding-top: 0;
}
.footerNav .contentLinks > .other > li > a {
	display: block;
	position: relative;
	padding: 12px 24px 10px;
	border-bottom: 1px solid #890003;
	font-size: 1.6rem;
}

/* globalFooter */
#globalFooter {
	position: relative;
	margin-top: 38px;
	padding: 30px 0 20px;
	z-index: 1;
}

/* siteUtility */
.siteUtility .footerLink {
	left: auto;
	float: none;
	text-align: center;
}
.siteUtility .footerLink li {
	display: inline-block;
	left: auto;
	float: none;
	margin: 2px 10px 0;
	font-size: 1.1rem;
}

/* copyright */
#copyright {
	margin-top: 15px;
	font-size: 0.9rem;
}

/* pageTop */
#footerContainer .pageTop {
	display: block !important;
	position: absolute;
	top: -38px;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
}
#footerContainer .pageTop > a {
	width: 100%;
	height: 38px;
	background: #d02427;
}
#footerContainer .pageTop > a:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 50%;
	width: 18px;
	height: 10px;
	margin-left: -9px;
	background: url(./../img/main_sp01.png) no-repeat -160px -20px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}


/* 2-4: breadcrumbNav
================================ */
#breadcrumbNav {
	overflow-x: auto;
	margin-top: 30px;
	padding: 13px 10px 12px;
	-webkit-overflow-scrolling: touch;
}
#breadcrumbNav > ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#breadcrumbNav > ul > li {
	margin-right: 8px;
	padding-right: 14px;
	font-size: 1rem;
	white-space: nowrap;
}
#breadcrumbNav > ul > li > a {
	text-decoration: none;
}

}


@media print {

/*=================================

	3: print for PC

================================ */
body {
	min-width: 990px;
}
#allContainer {
	top: 0 !important;
}
#headerContainer {
	position: static;
}

}


/*=================================

	clearfix

=================================*/
.headerBlock .siteUtility:after,
.headerBlock .utilityLink > ul:after,
#globalNav > ul:after,
#globalNav .siteUtility:after,
#menuContainer .utilityLink .innerLink:after,
#localNav .categoryLinks:after,
.contentsWrap:after,
#sidebar .sidePromotion:after,
.footerNav .contentLinks:after,
.footerNav .contentLinks > .global:after,
.footerBlock .siteUtility:after,
.siteUtility .footerLink:after,
#breadcrumbNav > ul:after {
	content: "";
	display: block;
	clear: both;
}
.headerBlock .siteUtility,
.headerBlock .utilityLink > ul,
#globalNav > ul,
#globalNav .siteUtility,
#menuContainer .utilityLink .innerLink,
#localNav .categoryLinks,
.contentsWrap,
#sidebar .sidePromotion,
.footerNav .contentLinks,
.footerBlock .siteUtility,
.footerNav .contentLinks > .global,
.siteUtility .footerLink,
#breadcrumbNav > ul {
	zoom: 1;
}