@charset "UTF-8";

/*--------------------------------------------------------------------
 RESET BROWSER'S DEFAULT STYLES
----------------------------------------------------------------------*/

.headerWrap div,
.headerWrap h1,
.headerWrap ul,
.headerWrap li,
.headerWrap dl,
.headerWrap dt,
.headerWrap dd,
.headerWrap a,
.headerWrap img {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 100%;
	line-height: 1;
	text-align: left;
}
.headerWrap img {
	vertical-align: middle;
}
.headerWrap a:hover img {
	opacity: 1;
}
.headerWrap h1 {
	color: #666666;
}
.headerWrap div,
.headerWrap ul,
.headerWrap li,
.headerWrap dl,
.headerWrap dt,
.headerWrap dd {
	color: #35373F;
}
.headerWrap ul {
	list-style: none;
}
#header ul li.lastChild {
	padding-right: 0;
	border: none;
}
div#header:after,
div.inner:after {
	height: 0;
}
div#platform,
div#platformWrap,
#container/* サブサイト用セレクタ*/ {
	background-color: #FFFFFF !important;
	background: none;
}

/*--------------------------------------------------------------------
 CLEAR FIX
----------------------------------------------------------------------*/

#header .cFix:after {
	height: 0;
}

/*--------------------------------------------------------------------
 NEW HEADER STYLES
----------------------------------------------------------------------*/

div#header.headerWrap {
	width: 100%;/* サブサイト用スタイル これがなければセレクタは右記 .headerWrap */
	padding: 0 0 3px;
	background: #FFFFFF url('/SYS/cmn/images/front_002/bg_header_border_bottom.gif') repeat-x left bottom;
	border-top: 6px solid #E73820;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',MS PGothic,sans-serif;
	overflow: visible;
	z-index: 200;
	position: relative;
}
.headerWrap .inner {
	position: relative;
	width: 950px;
	height: 84px;
	margin: 0 auto;
}
.headerWrap .inner.smallInner {
	height: 50px;
}
.headerWrap .headerLogoArea {
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 1;
	float: none !important;
	padding: 0 !important;
}
.headerWrap .inner.smallInner .headerLogoArea {
	top: 9px;
}
.headerWrap .headerInfoArea {
	position: absolute;
	top: 3px;
	right: 0;
	width: 960px;
	line-height: 1.5;
}
.headerWrap .headerShopInfo,
.headerWrap .headerShopArea {
	text-align: right;
}
.headerWrap .headerShopName {
	position: static;/* サブサイト用スタイル*/
	display: inline;
	font-size: 10px;
	line-height: 1.5;
}
.headerWrap .headerPageInfo {
	position: static;
	font-size: 10px;
	text-align: right;
}
#header.headerWrap .headerPageInfo {
	line-height: 1.5;
	font-weight: normal;
	white-space: nowrap;
}
.headerPageInfo+.headerLinks {
	margin-top: 4px;
}
.headerShopInfo+.headerLinks {
	margin-top: 4px;
}
.headerLinks~.headerLinks {
	margin-top: 6px;
}
.headerCloseBtn > a {
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 14px;
	line-height: 1.5;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#header.headerWrap .headerCloseBtn {
	float: right;
	margin: 20px 0px 10px;
	line-height: 1;
}
.headerWrap .headerShopArea,
.headerWrap .headerShopArea > dt,
.headerWrap .headerShopArea > dd,
.headerWrap .headerShopArea > dd > a {
	display: inline;
	line-height: 1.2;
}
.headerWrap .headerShopName+.headerShopArea {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-left: 1px solid #ccc;
	margin-left: 4px;
	padding-left: 4px;
}
.headerWrap .headerLinks {
	zoom: 1;
}
.headerWrap .headerLinks:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.headerWrap .headerLinks li {
	float: right;
	padding: 2px 0 2px 8px;
	background: url(/SYS/cmn/images/front_002/icn_header_dot_arrow.gif) no-repeat left center;
	margin-left: 20px;
}
.headerWrap .headerLinks li.external {
	padding-left: 13px;
	background: url(/SYS/cmn/images/common/mark_win.gif) no-repeat -2px 2px;
}
#header .iconNewWindow {
	background-image: url(/SYS/cmn/images/front_002/icn_window_blue.png);
	background-repeat: no-repeat;
}
.headerWrap .headerLinks li.iconNewWindow {
	background-position: 0 4px;
	padding-left: 12px;
}
#header .iconXMarkGray {
	background-image: url(/SYS/cmn/images/front_002/icn_x_mark_gray_11x11.png);
	background-repeat: no-repeat;
}
.headerWrap .headerLinksVert {
	margin-top: 7px;
}
.headerWrap .headerLinksVert > * {
	margin-top: 0;
	float: left;
}
.headerWrap .headerLinksVert > *+* {
	margin-left: 10px;
}
.headerWrap .headerNavigationGroup {
	float: right;
	position: relative;
	height: 35px;
	margin-top: 4px;
	text-align: right;
	vertical-align: top;
}
#header.headerWrap .headerNavigationGroup > .userInfo {
	height: 35px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	overflow: hidden;
	padding: 0px 9px 0;
	margin: 0;
	vertical-align: middle;
}
.headerWrap .headerNavigationGroup > .userInfo > dt > .userName {
	max-width: 200px;
	display: inline-block;
	*padding-bottom: 3px;
	*zoom: 1;
	*display: inline;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1;
}
.unRegistered {
	color: #1470CC;
	font-weight: bold;
	cursor: pointer;
}
.headerWrap .headerNavigationGroup > .userInfo > dt {
	font-size: 10px;
	margin-top: 2px;
	padding-bottom: 3px;
	text-align: center;
	background: url(/SYS/cmn/images/front_002/bg_dotted_border.png) repeat-x 0 100%;
	color: #35363f;
	line-height: 1.5;
	vertical-align: top;
}
.headerWrap .headerNavigationGroup > .userInfo > dt+dd {
	font-size: 10px;
	padding-top: 3px;
	text-align: center;
	color: #35363f;
	line-height: 1.5;
}
.headerWrap .headerNavigationGroup > .userInfo > dt+dd > span {
	padding-left: 3px;
}
.headerWrap .headerNavigationGroup > .userInfo > dt+dd > span:first-child {
	background: url(/SYS/cmn/images/front_002/icon_point_small.png) no-repeat 3px 2px;
	padding-left: 18px;
}
.headerWrap .headerNavigationGroup > .mainNav {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 241px;
	margin-top: 1px;
	vertical-align: middle;
}
.headerWrap .headerNavigationGroup > .mainNav > li {
	float: left;
}
.headerWrap .newWinInner {
	padding: 0 20px;
	width: 760px;
}
.headerWrap .newWinInner .newWinContents {
	position: relative;
}
.headerWrap .newWinInner .newWinContents .headerInfoArea {
	width: 760px;
}
.headerWrap .mainNav > li > a {
	display: block;
	text-align: center;
	line-height: 54px;
	text-decoration: none;
	font-size: 12px;
	color: #35363f;
}
.headerWrap .mainNav > .navList > a {
	background: url(/SYS/cmn/images/front_002/btn_sprite.png) no-repeat -55px 0;
	width:80px;
	height: 36px;
}
.headerWrap .mainNav > .navHistory > a {
	background: url(/SYS/cmn/images/front_002/btn_sprite.png) no-repeat -136px 0;
	width: 81px;
	height: 36px;
}
.headerWrap .mainNav > .navMypage > a {
	background: url(/SYS/cmn/images/front_002/btn_sprite.png) no-repeat -218px 0;
	width: 80px;
	height: 36px;
}
.headerWrap .mainNav > .navList > a:hover {
	background: url(/SYS/cmn/images/front_002/btn_sprite.png) no-repeat -55px -36px;
	width: 80px;
	height: 36px;
}
.headerWrap .mainNav > .navHistory > a:hover {
	background: url(/SYS/cmn/images/front_002/btn_sprite.png) no-repeat -136px -36px;
}
.headerWrap .mainNav > .navMypage > a:hover {
	background: url(/SYS/cmn/images/front_002/btn_sprite.png) no-repeat -218px -36px;
}
.headerWrap .navList > .selected {
	background: url(/SYS/cmn/images/front_002/btn_sprite.png) no-repeat -55px -72px !important;
	color: #FFFFFF;
}
.headerWrap .navHistory > .selected {
	background: url(/SYS/cmn/images/front_002/btn_sprite.png) no-repeat -136px -72px !important;
	color: #FFFFFF;
}
.headerWrap .navMypage > .selected {
	background: url(/SYS/cmn/images/front_002/btn_sprite.png) no-repeat -218px -72px !important;
	color: #FFFFFF;
}

/* お食事券購入導線用スタイル */
.headerWrap .userNameArea {
	font-size: 10px;
	padding-bottom: 3px;
	text-align: right;
	color: #35363f;
	line-height: 1.5 !important;
}
.headerWrap .userNameArea .userName {
	max-width: 200px;
	display: inline-block;
	*padding-bottom: 3px;
	*zoom: 1;
	*display: inline;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1;
}
.headerWrap .possessionPointArea {
	font-size: 10px;
	text-align: right;
	color: #35363f;
	line-height: 1.5 !important;
}
.headerWrap .possessionPointArea > span {
	padding-left: 3px;
}
.headerWrap .possessionPointArea > span:first-child {
	background: url(/SYS/cmn/images/front_002/icon_point_small.png) no-repeat 3px 2px;
	padding-left: 18px;
}

/*--------------------------------------------------------------------
 dropDown
----------------------------------------------------------------------*/

.headerWrap .dropDownSmall,
.headerWrap .dropDownWide {
	position: absolute;
	width: 251px;
	z-index: 200;
	right: 0;
	border-radius: 3px;
	border: 3px solid #E73820;
	background: #E73820 !important;
}
.headerWrap .dropDownSmall > .close,
.headerWrap .dropDownWide > .close {
	position: absolute;
	bottom: -26px;
	right: 3px;
	line-height: 1!important;
}
.headerWrap .dropDownSmall > .headerBox > .boxInner > li {
	background: #FFFFFF;
	border-bottom: 1px solid #DBDBDB;
}
.headerWrap .dropDownSmall > .headerBox > .boxInner > li:hover {
	background: #F6F6F6;
}
.headerWrap .dropDownSmall > .headerBox > .boxInner > li:hover > a {
	background: url(/SYS/cmn/images/front_002/icon_round_gray.png) no-repeat 5% 49%;
}
.headerWrap .dropDownSmall > .headerBox > .boxInner > li > a {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 0 9px 36px;
	background: url(/SYS/cmn/images/front_002/icon_links_small.png) no-repeat 7% 49%;
	line-height: 1.5 !important;
}
.headerWrap .dropDownSmall > .headerBox > .boxInner > .last-child {
	border: none;
}
.headerWrap .dropDownSmall > .headerBox > .boxInner > .last-child > a {
	text-align: right;
	font-size: 10px;
	padding: 5px 5px 8px 0;
	background: url(/SYS/cmn/images/front_002/icon_links_small.png) no-repeat 183px 45%;
}
.headerWrap .dropDownSmall > .headerBox > .boxInner > .last-child:hover > a {
	background: url(/SYS/cmn/images/front_002/icon_round_gray.png) no-repeat 179px 45%;
}
.headerWrap .dropDownWide {
	position: absolute;
	width: 312px;
	z-index: 500;
}
.headerWrap .navMypage > .dropDownSmall {
	border-radius: 4px 0 4px 4px;
}
.headerWrap .headerBox {
	overflow: hidden;
	border-radius: 3px;
}
.headerWrap .positionHeader {
	top: 35px;
	right: 0;
}
.headerWrap .itemBox {
	background: #FFFFFF !important;
}
.headerWrap .itemBox~.itemBox {
	border-top: 1px solid #DBDBDB;
}
.headerWrap .itemBox > a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 7px 10px;
	background: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #DBDBDB;
	width: 260px;
	cursor: pointer;
	vertical-align: middle;
}
.headerWrap .itemBox > span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 7px 10px;
	background: #FFF;
	text-decoration: none;
	border-right: 1px solid #DBDBDB;
	width: 260px;
	cursor: default;
	vertical-align: middle;
}
.headerWrap .itemBox > a .shopName {
	line-height: 16px;
}
.headerWrap .itemBox > a:hover {
	background: #F6F6F6;
}
.headerWrap .itemBox > a:hover .shopName {
	text-decoration: underline;
}
.headerWrap .headerNavCaption > li {
	color: #35363f;
	font-size: 11px;
	text-align: left;
	line-height: 14px;
}
.headerWrap .headerNavCaption > li~li {
	margin-top: 2px;
}
.headerWrap .headerNavCaption > .shopName {
	font-size: 12px;
	font-weight: normal;
	color: #1470CC;
}
.headerWrap .itemBox > span > .headerNavCaption > .shopName {
	color: #35363f;
}
.headerWrap .headerNavFigure {
	float: left;
	border: 1px solid #DFDFDF;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	width: 40px;
	height: 40px;
	line-height: 1.5 !important;
}
.headerWrap .headerNavCaption {
	overflow: hidden;
}
.headerWrap .headerNavListRight {
	display: inline-block;
	padding-left: 3px;
	*padding-left: 6px;
	*display: inline;
	*zoom: 1;
}
.headerWrap .boxInner > .listLast-child,
.headerWrap .boxInner > .historyLast-child {
	height: 50px;
	padding: 0;
}
.headerWrap .boxInner > .listLast-child {
	height: 36px;
	padding: 0;
	text-align: center;
	background: #FFF;
	border-top: 1px solid #DBDBDB !important;
}
.headerWrap .boxInner > .historyLast-child {
	border-top: 1px solid #DBDBDB;
	height: 20px;
	padding: 5px 0 5px 12px;
	text-align: left;
	background: #FFFFFF;
}
.headerWrap .boxInner > .listLast-child > a {
	background: url(/SYS/cmn/images/front_002/icon_links_small.png) no-repeat 29% 49%;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5 !important;
	display: block;
	padding: 8px 0;
	text-align: center;
}
.headerWrap .boxInner > .listLast-child:hover > a {
	background: url(/SYS/cmn/images/front_002/icon_round_gray.png) no-repeat 29% 49%;
	text-decoration: none;
}
.headerWrap .shopHistory > .itemBox > a,
.headerWrap .shopHistory > .itemBox > span {
	width: 292px;
	border-right: none;
}
.headerWrap .headerBox>.boxInner > .noItem {
	background: #FFFFFF;
	text-align: center;
	padding: 10px;
	height: auto !important;
	line-height: 1.5;
	color: #35363f;
	font-size: 12px;
}
.headerWrap .dropDownSubCategorySideInfo {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 1;
}
.headerWrap .dropDownSubCategorySideInfo > li {
	font-size: 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
}
.headerWrap .dropDownSubCategorySideInfo > li > a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 1.2;
}
.headerWrap .dropDownSubCategorySideInfo > li > ul {
	display: none;
	background-color: #F7F5F1;
	width: 160px;
	position: absolute;
	top: 13px;
	left: 0;
	text-align: left;
}
.headerWrap .dropDownSubCategorySideInfo > li > ul > li > a {
	width: 140px;
	height: 100%;
	color: #1470CC;
	display: block;
	padding: 2px 10px;
	cursor: pointer;
	line-height: 1.5;
}
.headerWrap .dropDownSubCategorySideInfo > li > ul > li a:hover {
	background: none repeat scroll 0 0 #3699FD;
	color: #FFFFFF;
	text-decoration: none;
}
.headerWrap .headerChosei {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 20px;
}

.headerWrap .headerTopicLinkList {
	float: right;
	margin-top: 20px;
}
.headerWrap .headerTopicLinkList>li {
	float: left;
	padding-right: 5px;
	line-height: 12px;
}
.headerWrap .headerTopicLinkList>li+li {
	border-left: 1px solid #D3D3D3!important;
	padding-left: 5px;
}

/*--------------------------------------------------------------------
 ヘッダー用general
----------------------------------------------------------------------*/

#header .bold	{font-weight: bold !important;}
#header .dn	{display: none;}
#header .padL7	{padding-left: 7px;}
#header .padL10	{padding-left: 10px;}
#header .marT7	{margin-top: 7px !important;}
#header .marT10	{margin-top: 10px !important;}
#header .dibBL	{display: inline-block; *display: inline; *zoom: 1;}

/*--------------------------------------------------------------------
 HPDS用
----------------------------------------------------------------------*/
.typeHPDS .headerWrap .headerInfoArea {
	width: 760px;
}
.typeHPDS #header.headerWrap .headerPageInfo {
	white-space: normal;
}