@charset "utf-8";

.cFix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

/*--------------------------------headerWrap--------------------------------*/
.headerWrap {
	padding: 0 0 3px;
	background: #FFFFFF;
	border-top: 6px solid #E73820;
}
.headerContainer {
	position: relative;
	width: 950px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
}
.headerLogo {
	position: absolute;
	top: 12px;
}
.headerLogo > a {
	display: block;
	text-decoration: none;
}
.headerToggle {
	float: right;
	margin-top: 28px;
}
.headerToggleInner {
	float: left;
	margin-left: 45px;
	position: relative;
	z-index: 30;
}
.toggleLanguageContainer > a,
.headerFavorite > a{
	color: #323232;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.toggleLanguageContainer > a:hover,
.headerFavorite > a:hover{
	color: #323232;
}
.toggleLanguageContainer > a:hover {
	background-color: #DDDDDD;
}
/*--toggleLanguageContainer--*/
.toggleLanguageContainer {
	position: relative;
}
.iconUsa:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	background: url(/SYS/images/icn_usa.png) no-repeat;
	width: 15px;
	height: 10px;
}
.iconChina:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	background: url(/SYS/images/icn_china.png) no-repeat;
	width: 15px;
	height: 10px;
}
.iconTaiwan:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	background: url(/SYS/images/icn_taiwan.png) no-repeat;
	width: 15px;
	height: 10px;
}
.iconKorea:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	background: url(/SYS/images/icn_korea.png) no-repeat;
	width: 15px;
	height: 10px;
}
.toggleIcon:after {
	content: "";
	position: absolute;
	display: block;
	top: 7px;
	right: 0;
	border-top: 6px solid #909090;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-bottom: 6px solid transparent;
}
.toggleIcon {
	padding-right: 15px;
}
.toggleCompanyList {
	display: none;
	position: absolute;
	top: 24px;
	left: -9px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	white-space: nowrap;
}
.toggleCompanyList > li {
	position: relative;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 32px;
	display: block;
}
.toggleCompanyList > li:before {
	background-color: #323232;
	content: "";
	position: absolute;
	top: 7px;
	left: 8px;
	display: block;
}
.flagEn:before {
	background: url(/SYS/images/icn_usa.png) no-repeat;
	width: 15px;
	height: 10px;
}
.flagCn:before {
	background: url(/SYS/images/icn_china.png) no-repeat;
	width: 16px;
	height: 11px;
}
.flagTw:before {
	background: url(/SYS/images/icn_taiwan.png) no-repeat;
	width: 16px;
	height: 11px;
}
.flagKr:before {
	background: url(/SYS/images/icn_korea.png) no-repeat;
	width: 16px;
	height: 11px;
}
.toggleCompanyList > li a {
	display: block;
	text-decoration: none;
	color: #323232;
	cursor: pointer;
}
.toggleCompanyList > li:hover {
	background-color: #DDDDDD;
}
/*--headerFavorite--*/
.headerFavorite {
	position: relative;
}
.headerFavorite > a:before {
	content: "";
	background: url(/SYS/images/favorite_star.png) no-repeat;
	position: absolute;
	top: 5px;
	left: -15px;
	width: 15px;
	height: 15px;
}

/*--------------------------------footerWrap--------------------------------*/
.footerWrap {
	background-color: #FFFFFF;
	margin-top: 60px;
}
.footerWrapInner {
	width: 950px;
	height: 90px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
.footerInfoCopy {
	float: left;
}
.footerLogo {
	float:left;
	display:block;
}
.footerLogo > a {
	display: block;
	height: 27px;
	text-decoration: none;
}
.groupSite > a {
	color: #323232;
	margin-top: 0;
	text-decoration: underline;
}
.groupSite > a:hover {
	color: #323232;
	text-decoration: none;
}
.footerInfoLink {
	float: right;
	margin-top: 10px;
}
.footerInfoLink > li {
	float: left;
}
.footerInfoLink > li + li {
	margin-left: 30px;
}
.footerInfoLink > li > a {
	text-decoration: none;
}
.footerInfoLink > li > a:hover {
	text-decoration: underline;
}

/*--------------------------------MODULE FORM--------------------------------*/
input[type="button"],
input[type="text"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="text"],
input[type="date"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	padding: 11px;
	font-size: 16px;
}

/*--------------------------------pageTopButton--------------------------------*/
.pageTopButton {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 0;
	width: 45px;
	height: 45px;
	background-color: #323232;
	cursor: pointer;
	z-index: 1;
}
/*--------------------------------breadCrumbWrap--------------------------------*/
.breadCrumbWrap {
	width: 950px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
.breadCrumbList {
	width: 100%;
	font-size: 11px;
}
.breadCrumbList > li {
	display: inline;
}
.breadCrumbList > li + li:before {
	content: ">";
	color: #303030;
	margin-left: 3px;
	margin-right: 3px;
}
.breadCrumbList > li > a {
	color: #1470CC;
}
.breadCrumbList > li > span {
	word-break: break-all;
}
.iconCard:before {
	content: "";
	background: url(/SYS/images/icn_card.png) no-repeat;
	width: 14px;
	height: 11px;
}
.iconWifi:before {
	content: "";
	background: url(/SYS/images/icn_wifi.png) no-repeat;
	width: 15px;
	height: 13px;
}
.iconEnglishMenu:before {
	content: "";
	background: url(/SYS/images/icn_english_menu.png) no-repeat;
	width: 11px;
	height: 15px;
	vertical-align: sub;
}
.iconLanguagesStaff:before {
	content: "";
	background: url(/SYS/images/icn_lang_staff.png) no-repeat;
	width: 13px;
	height: 10px;
}
.detailShopTitle a,
.shopHeaderContainer > a {
	font-weight: bold;
	line-height: 1.2;
}
.detailShopTitle a:link,
.shopHeaderContainer > a:link {
	color: #1470CC;
	text-decoration: none;
}
.detailShopTitle a:hover,
.shopHeaderContainer > a:hover {
	color: #1470CC;
	text-decoration: underline;
}
.detailShopTitle a:visited,
.shopHeaderContainer > a:visited {
	color: #802680;
}
.jpFee {
	font-size: 12px;
}
.footerLeftArea,.footerLeftArea > a {
	float:left;
	display: flex;
	align-items: flex-end;
}
.footerCopyright {
	float:left;
	display: block;
	margin-left: 10px;
	color: #435B67;
	font-size: 10px;
	font-family: 'メイリオ','ヒラギノ角ゴ Pro W3',Meiryo,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: 1;
	align-items: flex-end;
}