div.header {
  height:78px;
  text-align:left;
  background:transparent;
  background:#F00;
}

div.impression {
  float:left;
  text-align:right;
  width:540px;
  background-color:#fff;
}

div.topic1 {
  float:left;
  background-color:#000;
  width:260px;
  height:326px;
  background-image:url('../image/top_right.png');
  background-repeat: repeat-y;
  border-width: 0px 0px 1px 0px;
  border-style: dotted;
}

h2.topic1 {
  font-size:16px;
}

div.main{
  width:800px;
  text-align:left;
}

div.in_main_all {
  width:800px;
  text-align:left;
  margin:0px 0 0 0;
  padding:0px 0 0 0;
/*  text-align:left;*/
}


div#top_left {
	float:left;
	width:650px;
	margin:0;
}

div#top_right {
	float:right;
	width:300px;
	margin:0;
}

/* 新着情報 */

div#news {
	position:relative;
}

div#news h2 {
	background:url('../image/top/title_news.jpg') no-repeat;
	height:35px;
	text-indent:-9999px;
}

div#news p#backnumber a {
	background:url('../image/top/backnumber.png') no-repeat;
	height:11px;
	width:134px;
	position:absolute;
	right:0;
	top:0;
	text-indent:-9999px;
	display:block;
	margin-top:6px;
}

div#news p#backnumber a:hover {
	background:url('../image/top/backnumber.png') no-repeat 0 -11px;
}

div#news dl {
	clear:both;
	border-bottom:dotted 1px #a4a4a4;
	padding-bottom:10px;
	margin-top:10px;
	overflow:hidden;
}

div#news dl dt {
	font-size:12px;
	float:left;
	width:110px;
}

div#news dl dd {
	font-size:12px;
	float:left;
	width:540px;
}

div#news dl dd span {
	float:left;
	margin-right:10px;
	background:url('../image/top/icon_new.gif') no-repeat;
	width:35px;
	height:16px;
	display:block;
	text-indent:-9999px;
}


div#news dl dd strong {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}

/* コラム */

div#column {
  position:relative;
  margin-top:30px;
  margin-bottom:60px;
}

div#column h2 {
	background:url('../image/top/title_column.jpg') no-repeat;
	height:35px;
	text-indent:-9999px;
}

div#column dl {
	clear:both;
	border-bottom:dotted 1px #a4a4a4;
	padding-bottom:10px;
	margin-top:10px;
	overflow:hidden;
}

div#column dl dt {
	font-size:12px;
	float:left;
	width:110px;
}

div#column dl dd {
	font-size:12px;
	float:left;
	width:540px;
}

div#column dl dd strong {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}

/* PICKUP（ENGLISH） */

div#pickup {
}

div#pickup h2 {
	background:url('../image/en/top/title_pickup.jpg') no-repeat;
	height:35px;
	text-indent:-9999px;
}

div#pickup ul {
	margin-top:16px;
}

div#pickup ul li {
	float:left;
	margin-right:10px;
}

div#pickup ul li.right {
	float:left;
	margin:0;
}

/* PROFILE（ENGLISH） */

div#profile {
	margin-bottom:60px;
}

div#profile h2 {
	background:url('../image/en/top/title_profile.jpg') no-repeat;
	height:35px;
	text-indent:-9999px;
}

div#profile p {
	line-height:18px;
	font-size:13px;
	margin-top:16px;
}

div#profile p img {
	margin-right:10px;
}


/* WEB先行予約会員＆会員ログイン */

div#top_right p {
	margin-bottom:10px;
}

div#top_right p a img:hover {
     filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}

div#login {
	border-bottom:solid 1px #b59374;
}

div#login span {
	cursor:pointer;
}

div#login span:hover {
     filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}

div#login span.btn_login_off {
	background:url('../image/top/ban_login.jpg') no-repeat;
	height:37px;
	width:300px;
	text-indent:-9999px;
	display:block;
}

div#login span.btn_login_on {
	background:url('../image/top/ban_login.jpg') 0 -37px no-repeat;
	height:36px;
	width:300px;
	text-indent:-9999px;
	display:block;
}

div#login .login_cont {
	border:solid 1px #b59374;
	border-top:none;
	border-bottom:none;
	padding:10px;
	width:278px;
}

div#login .login_cont p {
	font-size:12px;
	margin-bottom:4px;
}

div#login .login_cont p.center {
	text-align:center;
}

div#login .login_cont p.forgot {
	text-align:center;
	font-size:10px;
}

div#login .login_cont p.forgot a {
	color:#FF002A;
}

div#login .login_cont input.input {
	border-collapse:collapse;
	border:solid 1px #d1d1d1;
	margin-bottom:10px;
	width:100%;
}


/* logined */

div#logined #user {
	background:url('../image/top/logined_bg.jpg') no-repeat;
	height:44px;
	padding:10px;
	overflow:hidden;
}

div#logined p {
	margin:0;
}

div#logined .login_cont {
	border:solid 1px #b59374;
	border-top:none;
	padding:10px 10px 6px 10px;
	width:278px;
	overflow:hidden;
}

div#logined .login_cont ul {
	margin:0 auto;
	width:216px;
}

div#logined .login_cont ul li {
	float:left;
	margin:0 5px;
}

div#logined .login_cont ul li.member_menu a {
	background:url('../image/common/btn_membermenu.jpg') no-repeat;
	height:29px;
	width:98px;
	display:block;
	text-indent:-9999px;
}

div#logined .login_cont ul li.member_menu a:hover {
	background:url('../image/common/btn_membermenu.jpg') 0 -29px no-repeat;
}

div#logined .login_cont ul li.logout a {
	background:url('../image/common/btn_logout.jpg') no-repeat;
	height:29px;
	width:98px;
	display:block;
	text-indent:-9999px;
}

div#logined .login_cont ul li.logout a:hover {
	background:url('../image/common/btn_logout.jpg') 0 -29px no-repeat;
}

/* 公演バナー */

div#banners {
	margin-top: 20px;
}

div#banners a img:hover {
     filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}

/* flyer */

ul.champagne {
	width:980px;
	margin:0 auto;
}

ul.champagne li {
	float:left;
	width:98px;
	height:138px;
	list-style-type:none;
}

ul.champagne div.hidden {
  display: none;
  
}

.flyer {
	width:980px;
	height:414px;
	margin:45px 0 26px;
}

.nnn {
	margin-top:45px;
}

/* shareボタン */

#top_share_btn {
	width:400px;
	position:absolute;
	top:-32px;
	right:0;
	float:right;
}

*:first-child+html #top_share_btn {
	width:400px;
	position:absolute;
	top:11px;
	right:0;
	float:right;
	padding:0;
}

#top_share_btn .ninja_onebutton iframe {
	z-index:10000;
}

#top_share_btn #btn_list {
	float:right;
}

#top_share_btn #btn_list div  {
	float:left;
	margin-left:16px;
}

#top_share_btn #btn_list .fb {
	width:100px;
}

#top_share_btn #btn_list .tw {
	width:92px;
}

#top_share_btn #btn_list .gg {
	width:60px;
}

#top_share_btn #btn_list .mx {
}

#top_share_btn #btn_list .fb_en {
	width:78px;
}

#top_share_btn #btn_list .tw_en {
	width:90px;
}

div.social {
  padding-top: 0px;
  padding-bottom:0px;
  margin-bottom:0px;
}

div.social div {
  float:left;
  text-align: center;
  width: 150px;
  margin:  0 0 0 0;
  padding: 0 0 0 0;
  height: 150px;
}

div.social img.instagram {
  margin-top: 37px;
  width: 50%;
  vertical-align: middle;
}
div.social img.youtube {
  width: 100%;
  vertical-align: middle;
}
div.social img {
  vertical-align: middle;
}
