@charset "utf-8";

/* =========================================================
	1.UNIVERSAL-RESET
	2.BASE-SET
	3.WIRE-FRAME
	4.FORM
	5.TABLE
	6.COMMON
	7.PAGE
========================================================= */

/* 1.UNIVERSAL-RESET
--------------------------------------------------------- */
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	outline: none;
}

img {
	vertical-align: bottom;
}

/* 2.BASE-SET
--------------------------------------------------------- */

body {
	background: #f2f1ed;
	font-size: 13px;
	font-family: Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Sans-serif;
	font-style: normal;
	font-variant: normal;
  	/*line-height: 1;*/
	-webkit-text-size-adjust: none;
	letter-spacing: 1px;
	min-width:980px;
}

@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: none; /* for iPhone */
	}
}

.cx:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

*:first-child+html .cx {
	display: inline-block;
	min-height: 1%;
}

* html .cx {
	height: 1%;
}

a {
	color: #000;
	overflow: hidden;
	text-decoration: underline;
}

a:hover {
	color: #b92931;
	text-decoration: none;
}

.alert {
	color: #ff1800;
	font-size: 15px;
	font-weight: bold;
}

.alert-s {
	color: #ff1800;
	font-weight: bold;
}

.ar {
	text-align: right;
}

.mt5 {
	margin-top: 5px;
}

/* 3.WIRE-FRAME
--------------------------------------------------------- */

html {
	overflow-y: scroll;
}

#sns {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background: #b92931;
	width: 100%;
	height: 44px;
}

#sns.typ2 {
	background: #f2f1ed;
}

#socialmedia {
	width: 550px;
}


#sns .snsInner {
	min-width:740px;
	width: 740px;
	height: 36px;
	margin: 0 auto;
	padding: 10px 0 0 240px;
}

#sns .snsInner .fr {
	margin-top: 4px;
	width: 165px;
}

#page .typ2 .snsInner .fr {
	width:77px;
}

.en a {
	color: #fff;
	text-decoration: none;
	background:url(../img/en_arrow.png) 0 7px no-repeat;
	padding-left: 10px;
	margin-right: 15px;
}

.typ2 .en a {
	color: #000;
	margin:0;
	background:url(../img/en_arrow2.png) 0 7px no-repeat;
}

.g-logo {
	background:url(../img/top_nav_bg.png) no-repeat;
	padding-left: 16px;
}

.g-logo a {
	background:url(../img/top_g_logo.png) no-repeat;
	width: 58px;
	height: 16px;
	text-indent: -9999px;
	display: block;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	background: url(../img/nav_bg.png) repeat-y #f2f1ed;
}

#mainContents {
	width: 770px;
	float:right;
}

.dispno {
	display: none;
}

#mainMovie {
	position: relative;
}

#spMovie {
	position: absolute;
	top: 0;
	left: 0;
    height: 432px;
    width: 768px;
	z-index: -1;
}

#spMovieImg {
	position: absolute;
	top: 0;
	left: 0;
    height: 432px;
    width: 768px;
	z-index: 1000;
	cursor: pointer;
}

#spMovieImg img:hover {
	opacity: 0.8;
	behavior: url(js/PIE.htc);
	position: relative;
}

.border {
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

#mainTxt {
	padding: 20px 30px 30px;
}

#mainTxt h1 {
	background:url(../img/main_txt_title.png) no-repeat;
	width:547px;
	height: 28px;
	text-indent: -9999px;
	margin-bottom: 17px;
}

#mainTxt .fl,
#mainTxt .fr {
	width: 338px;
}

#mainTxt .fr {
	font-size: 11px;
	color: #666;
}

.bordc {
	background:url(../img/line_t.png) center center repeat-y;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.inner {
	border-right: 1px solid #000;
	width: 660px;
	padding: 30px;
}

.inner.p0 {
	padding:0;
	width: 720px;
}

.btn {
	position:relative;
	background: #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px 12px;
	display: inline-block;
	behavior: url(js/PIE.htc);
	text-decoration: none;
}

a.btn:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

.arrow {
	background:url(../img/arrow.png) no-repeat;
	inline-display: block;
	padding-left: 25px;
	color: #fff;
	line-height: 2;
	padding: 2px 0 10px 37px;
}

.arrow2 {
	background:url(../img/arrow2.png) 0 center no-repeat;
	padding-left: 17px;
}

h1.title {
	text-indent: -9999px;
	width: 46px;
}

#talk {
	background:url(../img/talk_title.png) 736px center no-repeat;
}

#talk,
#talk .inner {
	min-height: 69px;
}

#info {
	background:url(../img/info_title.png) 736px center no-repeat;
}

#info,
#info .inner {
	/*min-height: 70px;*/
	min-height: 42px;
}

#event {
	background:url(../img/event_title.png) 736px center no-repeat;
}

#event,
#event .inner {
	min-height: 103px;
}

* html #event .inner {
	height: 257px;
}

#message {
	background:url(../img/message_title.png) 736px center no-repeat;
}

#message,
#message .inner {
	min-height: 132px;
}

#shop {
	background:url(../img/shop_title.png) 736px center no-repeat;
}

#shop,
#shop .inner {
	min-height: 69px;
}

#special {
	background:url(../img/special_title.png) 736px center no-repeat;
}

#special,
#special .inner {
	min-height: 41px;
}

#local {
	background:url(../img/local_title.png) 736px center no-repeat;
}

#local,
#local .inner {
	min-height: 138px;
}

#premium {
	background:url(../img/premium_title.png) 736px center no-repeat;
}

#premium,
#premium .inner {
	min-height: 122px;
}

.premiumBnr a:hover {
	position: relative;
	top:1px;
	left:1px;
}

#initiatives {
	background:url(../img/initiatives_title.png) 736px center no-repeat;
}

#initiatives,
#initiatives .inner {
	min-height: 170px;
}


/* movie */
#mainMovie {
	height: 432px;
}

/* talk */
#talk .inner {
	background:url(../img/talk01.jpg) no-repeat;
	width: 720px;
	height: 311px;
	position: relative;
}

#talk p {
	position:absolute;
	/*bottom: 8px;*/
	bottom: 0;
	left: 285px;
}

/* event */
/*#event .inner {
	background:url(../img/event_inner_bg.png) no-repeat;
}*/

#event .inner.jrw {
	background:url(../img/event_inner_bg_jrw.png) no-repeat;
}

.eventInner {
	position: relative;
}

.eventInner h1 {
	text-indent: -9999px;
	height: 58px;
}

.eventInner .eventTxt {
	min-height: 158px;
	padding: 33px 150px 0 0;
	position: relative;
}

* html .eventInner .eventTxt {
	height: 158px;
}

.eventInner .eventTxt_jrw {
	min-height: 160px;
	padding: 33px 246px 0 0;
	position: relative;
}

* html .eventInner .eventTxt_jrw {
	height: 160px;
}

.eventImg {
	position: absolute;
	right: 0;
	top:36px;
}

.eventImg img {
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url(js/PIE.htc);
}

.eventInner a.p-btn {
	background:url(../img/p_btn.png) no-repeat;
	width: 504px;
	height: 46px;
	text-indent: -9999px;
	display: block;
	margin-top: 20px;
}

.eventInner a.p-btn:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

.eventInner a.jrw-btn {
	background:url(../img/jrw_btn.png) no-repeat;
	width: 414px;
	height: 46px;
	text-indent: -9999px;
	display: block;
	margin-top: 6px;
	margin-bottom: 8px;
}

.eventInner a.jrw-btn:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

.end {
	background:url(../img/end.png) no-repeat;
	width: 207px;
	height: 112px;
	display:block;
	text-indent:-9999px;
	position: absolute;
	top:-24px;
	left:347px;
}

.pakkin h1 {
	background:url(../img/oiwai_title.png) no-repeat;
	height:40px;
}

.pakkin ul {
	width:660px;
	margin-top:20px;
}

.pakkin li {
	float:left;
	margin-right:15px;
	width:210px;
}

.pakkin .last {
	margin-right:0px;
}

.pakkin .text {
	font-size:11px;
	margin-top:5px;
}

/* info */
#info .pickup01 {
	background:url(../img/line_y.png) 0 bottom repeat-x;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#info .pickup01 img {
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width:210px;
	/*width:140px;*/
	height: 120px;
	behavior: url(js/PIE.htc);
}

#info .pickup01 .fr {
	width: 435px;
	/*width: 505px;*/
}

#info #infoList dt,
#info #infoList dd {
	float: left;
}

#info #infoList dt {
	width: 80px;
	font-size: 11px;
}

#info #infoList dd {
	width: 580px;
}

/* message */
#message .read,
#event .read {
	background:url(../img/line_y.png) 0 bottom repeat-x;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#messageList {
	width: 660px;
}

#messageList li {
	float: left;
	width:204px;
	margin-right: 16px;
	margin-bottom: 15px;
}

* html #messageList li {
	margin-right: 8px;
}

#messageList .mImg {
	width: 100px;
	padding-right: 14px;
	float:left;
}

#messageList .txt {
	width:90px;
	float:left;
}

#messageList .txt dt {
	font-size: 14px;
	padding-top: 10px;
	text-decoration:underline;
}

#messageList .txt dd {
	font-size: 10px;
	text-decoration:underline;
}

/* shop */
#shop .inner {
	background:url(../img/shop_inner_bg.png) right top no-repeat;
}

.shopInner .fl {
	width: 380px;
}

.shopInner .fr {
	width: 280px;
}

.shopInner h1 {
	text-indent: -9999px;
	width: 280px;
	height: 97px;
}

.shopInner p {
	margin-bottom: 5px;
}

.attention {
	background:url(../img/attention.png) no-repeat;
	padding-left: 47px;
	width:233px;
}

/* special */
#special {
	position: relative;
}

#special .inner {
	background:url(../img/special_inner_bg.png) no-repeat;
}

#special .inner {
	padding-top: 118px;
}

.specialInner {
	background:url(../img/line_y.png) 0 top repeat-x;
}

.specialInner h1 {
	height: 15px;
	text-indent: -9999px;
}

.specialInner .btn {
	color: #fff;
	margin: 25px 0 0 0;
	margin-right: 20px;
}

.specialFood {
	position: absolute;
	top:-19px;
	left: 239px;
	background:url(../img/special_bg.png) no-repeat;
	width: 506px;
	height: 160px;
}

/* local */
#local li {
	width: 310px;
	float: left;
	margin-bottom: 15px;
}

#local li.odd {
	margin-left: 35px;
}

/* premium */
.premiumInner .fr {
	width: 280px;
}

.premiumInner h1 a {
	background: url(../img/premium_logo.png) no-repeat;
	width: 280px;
	height: 50px;
	display: block;
	text-indent: -9999px;
}

.premiumInner h1 {
	background:url(../img/line_y.png) 0 bottom repeat-x;
	padding-bottom: 9px;
	height: 60px;
	margin-bottom: 15px;
}

.premiumInner .fl {
	width:355px;
}

.premiumInner .fl img {
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url(js/PIE.htc);
}

.premiumBtn .btn {
	color: #fff;
	margin-right: 20px;
}

/* initiatives */
#initiatives {
	border-bottom: none;
}

#initiatives .inner {
	padding-bottom: 5px;
}

.initiativesTitle {
	background:url(../img/line_y.png) 0 bottom repeat-x;
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.initiativesInner li {
	float: left;
	margin: 0 15px 25px 0;
	width: 210px;
}

.initiativesInner li.last {
	margin-right: 0;
}

.initiativesInner li p {
	margin-bottom: 10px;
}

.initiativesInner li img {
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url(js/PIE.htc);
}

.initiativesInner li dt {
	margin-bottom: 5px;
}

/* nav */
#nav {
	background: url(../img/nav_bg.png) repeat-y #f2f1ed;
	width:210px;
	float:left;
	position: fixed;
	top: 0;
	left: auto;
}

#nav h1 {
	background:url(../img/nav_logo.png) no-repeat;
	width: 190px;
	height: 45px;
	text-indent: -9999px;
	margin: 25px 0 30px;
}

.navInner {
	width: 190px;
	padding-left: 9px;
}

.navInner ul {
	background:url(../img/line_y.png) 0 top repeat-x;
	padding-top: 2px;
}

.navInner li {
	background:url(../img/line_y.png) 0 bottom repeat-x;
	width: 190px;
	height: 32px;
	padding-bottom: 2px;
}

.navInner li a {
	width: 190px;
	height: 32px;
	display: block;
	text-indent: -9999px;
}

#navMain a {
	background:url(../img/nav_main.png) no-repeat;
}

#navMain a:hover {
	background:url(../img/nav_main_o.png) no-repeat;
}

#navMovie a {
	background:url(../img/nav_movie.png) no-repeat;
}

#navMovie a:hover {
	background:url(../img/nav_movie_o.png) no-repeat;
}

#navTalk a {
	background:url(../img/nav_talk.png) no-repeat;
}

#navTalk a:hover {
	background:url(../img/nav_talk_o.png) no-repeat;
}

#navInfo a {
	background:url(../img/nav_info.png) no-repeat;
}

#navInfo a:hover {
	background:url(../img/nav_info_o.png) no-repeat;
}

#navMessage a {
	background:url(../img/nav_message.png) no-repeat;
}

#navMessage a:hover {
	background:url(../img/nav_message_o.png) no-repeat;
}

#navEvent a {
	background:url(../img/nav_event.png) no-repeat;
}

#navEvent a:hover {
	background:url(../img/nav_event_o.png) no-repeat;
}

#navShop a {
	background:url(../img/nav_shop.png) no-repeat;
}

#navShop a:hover {
	background:url(../img/nav_shop_o.png) no-repeat;
}

#navSpecial a {
	background:url(../img/nav_special.png) no-repeat;
}

#navSpecial a:hover {
	background:url(../img/nav_special_o.png) no-repeat;
}

#navLocal a {
	background:url(../img/nav_local.png) no-repeat;
}

#navLocal a:hover {
	background:url(../img/nav_local_o.png) no-repeat;
}

#navPremium a {
	background:url(../img/nav_premium.png) no-repeat;
}

#navPremium a:hover {
	background:url(../img/nav_premium_o.png) no-repeat;
}

#navInitiatives a {
	background:url(../img/nav_initiatives.png) no-repeat;
}

#navInitiatives a:hover {
	background:url(../img/nav_initiatives_o.png) no-repeat;
}

#navTop a {
	background:url(../img/nav_top.png) no-repeat;
}

#navTop a:hover {
	background:url(../img/nav_top_o.png) no-repeat;
}


#navPageTop a {
	background:url(../img/nav_page_top.png) no-repeat;
}

#navPageTop a:hover {
	background:url(../img/nav_page_top_o.png) no-repeat;
}

/* footer */
#footer {
	background: #000;
	color: #fff;
	padding: 30px 0 30px 98px;
}

#footer .gnavi a {
	background:url(../img/g_logo.png) no-repeat;
	text-indent: -9999px;
	height: 31px;
	width: 106px;
	display: block;
}

#footer dt,
#footer dd {
	float: left;
}

#footer dd {
	padding-left: 14px;
	font-size: 12px;
	line-height: 1.3;
}

#footer dl {
	padding-bottom: 15px;
}


/* talk
--------------------------------------------------------- */
#column {
	border-right: 2px solid #000;
	background:url(../img/talk/talk_r_bg.png) right 0 repeat-y;
}

#column .fl {
	width: 552px;
	padding-left: 30px;
}

#column .fr {
	width: 185px;
}

#column .mainImg {
	padding-bottom: 60px;
	background:url(../img/line_y.png) 0 bottom repeat-x;
}

.columnInner {
	background:url(../img/line_y.png) 0 bottom repeat-x;
	padding-bottom: 30px;
}

.columnInner.last {
	background: none;
}

.columnInner h1 {
	font-family: "ＭＳ Ｐ明朝","Hiragino Mincho Pro","HGS明朝E",serif;
	font-size: 20px;
	margin: 15px 0 20px;
}

.columnInner dt,
.columnInner dd {
	font-size: 14px;
	line-height: 1.6;
}

.columnInner dt {
	font-weight: bold;
}

.columnInner dt.m1 {
	color:#f60 ;
}

.columnInner dt.m2 {
	color:#393 ;
}

.columnInner dd {
	padding-bottom: 25px;
}

.columnInner_h1 {
	background: url(../img/talk/talk_r_h1.png) no-repeat;
	width: 185px;
	height: 682px;
	text-indent: -9999px;
}

.profile {
	float:right;
	width: 134px;
	padding-right: 16px;
	margin-bottom: 50px;
}

.photo {
	background:url(../img/line_y.png) 0 bottom repeat-x;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.profileTxt {
	font-size: 11px;
}

/* messageDetail */
/*#messageDetail {
	border-right: 2px solid #000;
}*/

#messageDetail h1 {
	background:url(../img/message/title.png) no-repeat;
	width: 768px;
	height: 90px;
	text-indent: -9999px;
	border-right: 2px solid #000;
}

#messageDetailList li {
	padding: 30px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	width: 323px;
	float: left;
}

.oddBg {
	background: #b92931;
}

#messageDetailList li .mb30 {
	margin-bottom: 30px;
}

#messageDetailList .mImg {
	width: 128px;
	padding-right: 10px;
	float:left;
}

#messageDetailList .txt {
	width:180px;
	float:left;
}

#messageDetailList .txt dt {
	background:url(../img/line_y.png) 0 bottom repeat-x;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

#messageDetailList .txt dd {
	font-size: 14px;
}

#messageDetailList li p {
	font-size: 14px;
}
