@charset "Shift-Jis";

/* =========================================================
	COMMON
========================================================= */
body, h1, h2, h3, h4, h5, h6, p, ul, li, ol, dl, dt, dd, table, th, td {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }


/* BODY
--------------------------------------------------------- */
body {
	color: #333;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	/* background: #FFF url(../images/bg.jpg) no-repeat 50% 0px; */
	text-align: center;
}


/* FONT-SIZE
--------------------------------------------------------- */
*html body { font-size: 76%; }
*:first-child+html body { font-size: 76%; }
body {
	font-size: 12px;
	line-height: 1.8;
}


/* LINK
--------------------------------------------------------- */
a {
	color: #0066c6;
	outline: none;
}
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }


/* IMAGE
--------------------------------------------------------- */
img {
	border: none;
	vertical-align: top;
}

/* ▼▼ 120418 追加 ▼▼ */
img.border {
	background: #FFF;
	padding: 2px;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
/* ▲▲ 120418 追加 ▲▲ */



/* =========================================================
	HEADER
========================================================= */
#siteHeader {
	background: url(../images/header_bg.png) repeat-x 0px 100%;
	padding-bottom: 4px;
}
#siteHeaderInner {
	text-align: left;
	margin: 0px auto;
	width: 970px;
}
#siteHeader nav ul {
	overflow: hidden;
	zoom: 1;
}
#siteHeader nav li {
    float: left;
}

#headerContentSection {
	overflow: hidden;
	zoom: 1;
	padding: 0px 3px 0px 5px;
}

#headerContentSection #headerLeft {
	float: left;
	width: 365px;
}
#headerContentSection #headerLeft .headerLogo {
    margin-top: 20px;
}
#headerContentSection #headerLeft .headerCatch { margin: 0px 0px 0px 8px; }

#headerContentSection #headerRight {
	float: right;
	width: 510px;
/*	padding-top: 30px;   */
}

#headerNaviTop {
	overflow: hidden;
	zoom: 1;
}
#headerNaviTop .headerUtility {
	padding-top: 12px;
/*	float: right;    */
    float: left;
/*	margin-right: 8px;   */
    margin-left: 20px;
	width: 100px;
}
#headerNaviTop .headerUtility li.sitemap {
	background: url(../images/header_utility_border.gif) no-repeat 100% 0px;
	padding-right: 9px;
	margin-right: 8px;
}

#headerNaviTop .headerFontMenu {
	background: url(../images/header_font_bg.png) no-repeat 0px 0px;
	height: 36px;
	width: 245px;
/*	float: right;    */
    float: left;
	overflow: hidden;
	zoom: 1;
}
#headerNaviTop .headerFontMenuInner { padding: 6px 10px 0px; }
#headerNaviTop .headerFontMenu p { float: left; }
#headerNaviTop .headerFontMenu ul {
	float: left;
	width: 69px;
	margin-left: 10px;
}
#headerNaviTop .headerFontMenu li {
	margin-left: 2px;
	width: 21px;
	height: 20px;
}
#headerNaviTop .headerFontMenu li:first-child { margin-left: 0px; }
/* ▼▼ 120418 追加 ▼▼ */
#headerNaviTop .headerFontMenu li img { display: block; }
/* ▲▲ 120418 追加 ▲▲ */
#headerNaviTop .headerFontMenu li img.selected { cursor: default; }

#headerNaviTop .languageMenu {
	float: right;
	width: 85px;
	height: 20px;
}
#headerNaviTop .languageMenu select {
	width: 85px;
	height: 20px;
}


#headerNaviTop .siteSearch {
	background: url(../images/header_search.png) no-repeat 0px 0px;
	float: right;
	margin-top: 8px;
}
#headerNaviTop .siteSearch,
#headerNaviTop .siteSearch form {
	height: 21px;
	width: 139px;
}
#headerNaviTop .siteSearch form { position: relative; }
#headerNaviTop .siteSearch form input { position: absolute; }
/* ▼▼ 120418 修正 ▼▼ */
#headerNaviTop .siteSearch form input.txtBox {
	color: #b2b2b2;
	font-size: 10px;
	line-height: 15px;
	width: 100px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	outline: none;
	left: 10px;
	top: 3px;
	border: 1px solid #FFF;
}
/* ▲▲ 120418 修正 ▲▲ */
/* ▼▼ 120418 追加 ▼▼ */
#headerNaviTop .siteSearch form input.focus { color: #333; }
/* ▲▲ 120418 追加 ▲▲ */
#headerNaviTop .siteSearch form input[type="text"],
#headerNaviTop .siteSearch form input[type="password"],
#headerNaviTop .siteSearch form textarea,
#headerNaviTop .siteSearch form select { outline: none; }
#headerNaviTop .siteSearch form input.searchBtn {
	top: 3px;
	right: 8px;
}



#headerNaviMiddle {
	width: 510px;
	padding-top: 5px;
	overflow: hidden;
	zoom: 1;
}
#headerNaviMiddle ul {
	float: right;
	width: 495px;
}
#headerNaviMiddle li { padding-left: 4px; }


#headerNaviBottom {
	padding-top: 8px;
	overflow: hidden;
	zoom: 1;
}
#headerNaviBottom .headerQuickMenu {
	float: left;
	width: 290px;
	padding-top: 4px;
}
#headerNaviBottom .headerQuickMenu li {
    padding-right: 14px;
    display: block;
    width: 120px;
}

#headerNaviBottom .header_fanclub_area {
    width: 220px;
    float: right;
}



/* =========================================================
	GLOBALNAVI
========================================================= */
#globalNavSection #globalNav {
	background: url(../images/globalnav_bg.png) no-repeat 0px 0px;
	height: 51px;
	width: 970px;
}



/* =========================================================
	FOOTER
========================================================= */
#siteFooter {
	background: #FFF url(../images/footer_bg.gif) no-repeat 50% 0px;
	margin-top: 40px;
	padding: 28px 0px 40px;
}
#siteFooterInner {
	text-align: left;
	margin: 0px auto;
	width: 940px;
}

#footerTop .footerUtility {}
#footerTop .footerUtility ul {
	overflow: hidden;
	zoom: 1;
}
#footerTop .footerUtility li {
	float: left;
	margin-right: 15px;
	padding-right: 16px;
	border-right: 1px solid #e5e5e5;
	font-size: 84%;
	line-height: 1.2;
}
#footerTop .footerUtility li a { color: #808080; }

#footerBottom {
	padding-top: 20px;
	overflow: hidden;
	zoom: 1;
}

#footerBottom #footerLeft {
	float: left;
	width: 190px;
}
#footerBottom #footerLeft p { margin-top: 15px; }
#footerBottom #footerRight {
	float: right;
	width: 712px;
	margin-left: 18px;
	padding-left: 18px;
	border-left: 1px solid #E5E5E5;
}
#footerBottom #footerRight p {
	font-size: 84%;
	color: #b2b2b2;
}



/* =========================================================
	CONTAINER
========================================================= */
#container {
	text-align: left;
	margin: 0px auto;
	width: 964px;
}
#container .small { font-size: 84% !important; }
#container .medium { font-size: 108% !important; } /* Fix For Firefox Bug */
#container .large { font-size: 133% !important; }

/* ▼▼ 120418 修正 ▼▼ */
#container #contentWrapper {
	background: url(../images/content_wrapper_bg.png) repeat-y 50% 0px;
	padding: 10px 8px 2px;
	overflow: hidden;
	zoom: 1;
}
/* ▲▲ 120418 修正 ▲▲ */



/* =========================================================
	MAIN
========================================================= */
#contentMain {
	float: left;
	width: 714px;
}


/* ▼▼ 120418 追加 ▼▼ */
/* GROUP1
--------------------------------------------------------- */
#contentMain .group1 {
	margin-top: 10px;
	background: url(../images/group1_bg_lower.png) no-repeat 0px 100%;
	padding-bottom: 15px;
}
#contentMain .group1 .header {
	background: url(../images/group1_bg_upper.png) no-repeat 0px 0px;
	zoom: 1;
}
#contentMain .group1 .header-inner {
	background: url(../images/content_header_shadow.gif) no-repeat 50% 100%;
	padding: 15px 23px 20px;
}
#contentMain .group1 .inner {
	background: url(../images/group1_bg.png) repeat-y 0px 0px;
	padding: 0px 23px 10px;
	zoom: 1;
}


/* GROUP2
--------------------------------------------------------- */
#contentMain .group2 {
	background: url(../images/group2_bg.gif) no-repeat 0px 0px;
	margin-top: 10px;
	color: #666666;
	zoom: 1;
	padding-top: 15px;
}
#contentMain .group2 .inner { background: url(../images/group2_bg_lower.gif) no-repeat 0px 100%; }
#contentMain .group2 h2 {
	padding: 0px 0px 8px 8px;
	border-bottom: 1px solid #e6e6e6;
	margin: 0px 8px;
}
#contentMain .group2 h2 img { display: block; }


/* BREADCRUMB
--------------------------------------------------------- */
#breadcrumb { padding-bottom: 8px; }
#breadcrumb ul {
	overflow: hidden;
	zoom: 1;
	padding-left: 10px;
}
#breadcrumb li {
	font-weight: bold;
	background: url(../images/breadcrumb_arrow.png) no-repeat 0px 50%;
	float: left;
	margin-left: 5px;
	padding-left: 10px;
	line-height: 1.4;
}
#breadcrumb li a {
	font-weight: normal;
	color: #666666;
	display: block;
}
#breadcrumb li.home {
	font-size: 1px;
	overflow: hidden;
	background: url(none);
	margin: 0px;
	padding: 0px;
}
#breadcrumb li.home a {
	text-decoration: none;
	background: url(../images/breadcrumb_icon.png) no-repeat 0px 0px;
	text-indent: -9999px;
	width: 15px;
	height: 18px;
}


/* BANNER
--------------------------------------------------------- */
#topBnrSection ul {
	overflow: hidden;
	zoom: 1;
}
#topBnrSection li.bnr1 { float: left; }
#topBnrSection li.bnr2 { float: right; }
/* ▲▲ 120418 追加 ▲▲ */



/* =========================================================
	SUB
========================================================= */
#contentSub {
	width: 226px;
	float: right;
}

#contentSub .w220 { margin: 0px 3px; }
#contentSub .blue {
	background: url(../images/side_box_blue_bg.gif) no-repeat 0px 0px;
	margin: 10px 3px 0px;
	zoom: 1;
}
#contentSub .blue .inner {
	background: url(../images/side_box_blue_bg_lower.gif) no-repeat 0px 100%;
	padding: 10px;
	zoom: 1;
}


/* HOUR
--------------------------------------------------------- */
/* ▼▼ 120418 修正 ▼▼ */
#contentSub #hourSection { margin-top: 10px; }
/* ▲▲ 120418 修正 ▲▲ */
#contentSub #hourSectionInner {
	background: url(../images/side_hour_bg.png) no-repeat 0px 100%;
	padding: 8px 0px 15px;
	text-align: center;
	width: 226px;
}
#contentSub #hourSection .time {
	font-size: 150%;
	font-weight: bold;
}
#contentSub #hourSection .date { margin-top: 5px; }
#contentSub #hourSection .btn { margin-top: 5px; }
#contentSub #hourSection .schedule { margin-top: 5px; }


/* BIRTHDAY
--------------------------------------------------------- */
/* ▼▼ 120418 修正 ▼▼ */
#contentSub #birthdaySection {
	margin-top: 8px;
	background: url(../images/side_birthday_bg.png) no-repeat 50% 0px;
	text-align: center;
}
/* ▲▲ 120418 修正 ▲▲ */
#contentSub #birthdaySectionUpper {
	position: relative;
	height: 168px;
}
#contentSub #birthdaySectionUpper h2 {
	position: absolute;
	left: 0px;
	top: 0px;
}
#contentSub #birthdaySectionUpper .img { padding-top: 40px; }
#contentSub #birthdaySectionUpper .img img {
	background: #FFF;
	padding: 2px;
	border: 1px solid #e1c4d1;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#contentSub #birthdaySectionLower {
	background: url(../images/side_birthday_bg_lower.png) no-repeat 2px 100%;
	text-align: center;
	padding: 5px 0px 15px;
	width: 226px;
}
#contentSub #birthdaySectionLower p { padding: 0px 25px 0px 20px; }


/* BANNER
--------------------------------------------------------- */
/* ▼▼ 120418 修正 ▼▼ */
#contentSub #bnrSection { margin-top: 8px; }
/* ▲▲ 120418 修正 ▲▲ */
#contentSub #bnrSection li { margin-top: 2px; }

#contentSub #snsSection { text-align: center; }
#contentSub #snsSection h2 {
	padding-bottom: 7px;
	border-bottom: 1px solid #dce6e7;
}
#contentSub #snsSection .logos { margin-top: 10px; }
#contentSub #snsSection .btn { margin-top: 10px; }

#contentSub #couponSection {
    margin: 20px 0;
}
#contentSub #couponSection a {
    display: block;
    margin-bottom: 10px;
}


/* FACEBOOK
--------------------------------------------------------- */
#facebookSection {
	width: 220px;
	margin: 10px 3px 0px;
}


/* ETC
--------------------------------------------------------- */
#contentSub #etcSection #etcSectionInner { padding: 15px 0px 15px 10px; }
#contentSub #etcSection li { margin-top: 22px; }
#contentSub #etcSection li:first-child { margin-top: 0px; }

#contentSub #etcSection.under a {
    display: block;
    margin-bottom: 10px;
}
