/*******************************************************************************
** Style Sheet For EightOne Inc, Global CSS
*******************************************************************************/


/*******************************************************************************
** Global
*******************************************************************************/

.block {
	display:block;
}

.hidden {
	display:none;
}

.fleft {
	float:left;
}

.fright {
	float:right;
}

.clear:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
* html .clear {
	zoom:1;
}
*:first-child+html .clearfix {
	zoom:1;
}

a {
	color:#0000ff;
	text-decoration:none;
}
a:active, a:hover {
	color:#f60;
	text-decoration:underline;
}

li {
	list-style-type:none;
}

.notice {
	color:#FF0000;
}


/*******************************************************************************
** Structure
*******************************************************************************/

body {
	height:100%;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	background:#000029;
}
body.front {
	background:#000029 url(../../images/stage/tanabata_junction/bk_site.jpg) top center no-repeat;
}

#container {
	margin:0 auto;
	width:1000px;
	position:relative;
	color:#fff;
}

.main {
	float:right;
	width:660px;
	height:auto !important;
	height:900px;
	min-height:900px;
	border-bottom:none;
}

.side {
	float:left;
	margin-left:19px;
	width:300px;
	height:auto !important;
	height:100%;
	min-height:100%;
}


/*******************************************************************************
** Header
*******************************************************************************/

.front .site_header {
	margin-bottom:50px;
	padding:70px 0 0 70px;
	height:830px;
	background:url(../../images/stage/tanabata_junction/main.png) center bottom no-repeat;
}

.front .site_header h1 a {
	display:block;
	margin:0 auto;
	width:550px;
	height:274px;
	background:url(../../images/stage/tanabata_junction/logo.png) 0 0 no-repeat;
}

.front .site_header h2 a {
	display:block;
	margin:0 auto;
	margin:10px auto 0;
	width:138px;
	height:37px;
}

.front .site_header .hall {
	margin:0 auto;
	margin:30px auto 0;
	width:237px;
	height:65px;
	background:url(../../images/stage/shunpu_2015/hakuhinkan.png) 0 0 no-repeat;
}

.global .site_header {
	margin-bottom:30px;
	height:100px;
	background:url(../../images/stage/tanabata_junction/global_header.png) 0 0 no-repeat;
}

.global .site_header h1 a {
	display:block;
	float:left;
	margin:15px 0 0 15px;
	width:80px;
	height:75px;
	background:url(../../images/stage/tanabata_junction/logo_s.png) 0 0 no-repeat;
}

.global .site_header h2 a {
	display:block;
	float:right;
	margin:30px 15px 0 0;
	width:112px;
	height:30px;
	background:url(../../images/stage/shunpu_2015/7fukujin_s.png) 0 0 no-repeat;
}


/*******************************************************************************
** Navi
*******************************************************************************/

.side .left_menu {
	margin:30px 0;
}

.side .left_menu li {
	margin-bottom:20px;
}

.side .left_menu li a {
	display:block;
	padding-bottom:10px;
	width:300px;
	height:41px;
	text-decoration:none;
	border-bottom:2px dotted #eee;
	background-image:url(../../images/stage/tanabata_junction/menu.png);
}
.side .left_menu li a.nav_top {
	background-position:0 0;
}
.side .left_menu li a.nav_intro {
	background-position:0 -60px;
}
.side .left_menu li a.nav_schedule {
	background-position:0 -120px;
}
.side .left_menu li a.nav_cast {
	background-position:0 -180px;
}
.side .left_menu li a.nav_info {
	background-position:0 -240px;
}
.side .left_menu li a.nav_goods {
	background-position:0 -300px;
}
.side .left_menu li a.nav_special {
	background-position:0 -360px;
}
.side .left_menu li a.nav_back {
	background-position:0 -420px;
}
.side .left_menu li a:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}


/*******************************************************************************
** side
*******************************************************************************/

.side .social {
	margin-bottom:20px;
}

.side .social li {
	margin-right:9px;
}
.side .social li.last {
	margin-right:0;
}

.side .side_twitter {
	display:block;
	margin:20px 0;
	width:300px;
	height:80px;
	background:url(../../images/stage/shunpu_2015/twitter.png) 0 0 no-repeat;
}
.side .side_twitter:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.side .side_contact {
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	background:#fff;
	box-shadow:1px 1px 2px #555;
}

.side .side_contact strong {
	display:block;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #555;
}

.side .side_contact li {
	margin-bottom:5px;
}

.side .side_contact li a {
	color:#333;
	font-weight:bold;
}
.side .side_contact li a.tel {
	cursor:default;
}
.side .side_contact li a:hover {
	text-decoration:none;
}


/*******************************************************************************
** main
*******************************************************************************/

.global .global_box {
	margin:0 20px;
}

.global h1.content_h1 {
	width:620px;
	height:33px;
	text-decoration:none;
	border-bottom:2px dotted #eee;
	background-image:url(../../images/stage/tanabata_junction/page_title.png);
	background-repeat:no-repeat;
}

.global .content_box {
	padding:0 0 30px 7px;
}

.global .content_box .box_inner {
}


/*******************************************************************************
** footer
*******************************************************************************/

footer.site_footer {
	padding:7px 0 0 0;
	border-top:2px solid #eee;
}

.site_footer .copyright {
	color:#fff;
	font-size:80%;
	line-height:50px;
	text-align:center;
}


/*******************************************************************************
** Top Page
*******************************************************************************/

.index .home_info {
	float:left;
	margin:0 20px 30px;
	width:300px;
}

.index .twitter {
	float:right;
	margin:0 20px 30px 0;
	width:300px;
}

.index h1.content_h1 {
	margin-bottom:20px;
	width:300px;
	height:35px;
	border-bottom:2px dotted #333;
	background-image:url(../../images/stage/tanabata_junction/page_title.png);
}
.index .home_info h1.content_h1 {
	background-position:0 -160px;
}
.index .twitter h1.content_h1 {
	background-position:0 -320px;
}

.index .content_box {
	padding:0 0 7px 0;
}

.index .content_box .box_inner {
}

.index .content_box .tweet_box {
	height:370px;
	overflow:hidden;
}

.index .content_box .info_box {
	overflow:auto;
	height:370px;
	background:#333;
	border:1px solid #444;
}

.index .content_box .info_list {
	padding:10px;
}

.index .content_box .info_list dt {
	margin-bottom:10px;
	width:250px;
	color:#eee;
	font-size:80%;
	font-weight:normal;
}

.index .content_box .info_list dd {
	margin-bottom:20px;
	padding-bottom:10px;
	width:250px;
	color:#fff;
	font-size:90%;
	font-weight:normal;
	line-height:1.5;
	word-break: break-all;
	border-bottom:1px dotted #eee;
}

.index .content_box .info_list dd a {
	color:#87c2ed;
}

.index .content_box .info_list dd span.link:before {
	content:"\25b6\a0";
}


/*******************************************************************************
** Intro Contents
*******************************************************************************/

.intro h1.content_h1 {
	background-position:5px -40px;
}

.intro .intro_contents {
	background:url(../../images/stage/tanabata_junction/bk_intro.png) 0 0 no-repeat;
}

.intro .intro_contents .story_text {
	padding-top:280px;
	margin:30px auto;
}

.intro .intro_contents .story_text p {
	margin-bottom:15px;
	font-size:90%;
	line-height:1.5;
}

.intro .intro_contents .story_text p .red {
	color:#f00;
}


/*******************************************************************************
** Schedule Contents
*******************************************************************************/

.schedule h1.content_h1 {
	background-position:5px -80px;
}

.schedule .schedule_contents .base_info {
	margin:30px auto;
	color:#fff;
	font-size:90%;
	line-height:1.5;
}

.schedule .schedule_contents .base_info dt {
	float:left;
	clear:both;
	width:100px;
	font-weight:bold;
}
.schedule .schedule_contents .base_info dt:before {
	content:"\25a0\a0";
}

.schedule .schedule_contents .base_info dd {
	margin-bottom:5px;
	padding:0 0 5px 100px;
	border-bottom:1px dotted #eee;
}

.schedule .schedule_contents .base_info a {
	color:#87c2ed;
}

.schedule .schedule_contents .time_schedule {
	margin:30px 0;
	width:500px;
	height:88px;
	background:url(../../images/stage/tanabata_junction/text_date.png) 0 0 no-repeat;
}

.schedule .schedule_contents .momo {
	float:right;
	margin:100px 20px 0 0;
	width:115px;
	height:94px;
	background:url(../../images/stage/shunpu_2015/sales_momo.png) 0 0 no-repeat;
}

.schedule .schedule_contents .h2_ticket {
	margin-bottom:15px;
	color:#c8161d;
	font-size:100%;
}

.schedule .schedule_contents .ticket_info {
	margin-bottom:30px;
	color:#fff;
	font-size:90%;
	line-height:1.5;
}

.schedule .schedule_contents .ticket_info dt {
	float:left;
	clear:both;
	width:120px;
	font-weight:bold;
}
.schedule_contents .ticket_info dt:before {
	content:"\25a0\a0";
}

.schedule_contents .ticket_info dd {
	margin-bottom:5px;
	padding:0 0 5px 120px;
	border-bottom:1px dotted #ccc;
}

.schedule .schedule_contents .ticket_info dd li {
	margin:0 0 5px 0;
}

.schedule .schedule_contents .ticket_info dd ol li {
	list-style-type:decimal;
	margin:0 0 0 20px;
}

.schedule .schedule_contents .ticket_info dd li strong {
}

.schedule .schedule_contents .h2_playguide {
	margin-bottom:30px;
	color:#c8161d;
	font-size:100%;
}

.schedule .schedule_contents .playguide_info {
	margin-bottom:20px;
	color:#fff;
	font-size:90%;
	line-height:1.5;
}

.schedule .schedule_contents .playguide_info dt {
	margin-bottom:5px;
	font-weight:bold;
}
.schedule .schedule_contents .playguide_info dt:before {
	content:"\25a0\a0";
}

.schedule .schedule_contents .playguide_info dd {
	margin:0 0 5px 0;
	padding:0 0 5px 20px;
	border-bottom:1px dotted #ccc;
}

.schedule .schedule_contents .playguide_info a {
	color:#87c2ed;
}


/*******************************************************************************
** Cast Contents
*******************************************************************************/

.cast h1.content_h1 {
	margin-bottom:30px;
	background-position:5px -120px;
}

.cast .cast_contents .h2_cast {
	margin-bottom:10px;
	padding-bottom:7px;
	color:#c8161d;
	font-size:100%;
	border-bottom:2px dotted #555;
}

.cast_list {
	margin:30px 0;
}
.cast_list li {
	float:left;
	padding:5px;
	background:#fff;
}
.cast_list li img {
	display:block;
	margin-bottom:5px;
	border:1px solid #ccc;
	box-shadow:1px 1px 2px #333;
}
.cast_list li strong {
	display:block;
	margin-bottom:5px;
	font-size:90%;
}
.cast_list li strong .name {
	display:block;
	color:#333;
	line-height:1.5;
	border-bottom:1px dotted #555;
}
.cast_list li strong .roll {
	display:block;
	padding-bottom:5px;
	color:#c8161d;
	font-size:80%;
	line-height:1.4;
}

.cast_list_1 li.left {
	margin-left:80px;
}
.cast_list_1 li.right {
	float:right;
	margin-right:80px;
}
.cast_list_1 li img {
	width:180px;
	height:270px;
}

.cast_list_2 {
	margin-left:7px;
}
.cast_list_2 li {
	margin:0 25px 0 25px;
}
.cast_list_2 li.last {
	margin:0 0 0 25px
}
.cast_list_2 li img {
	width:140px;
	height:210px;
}

.cast_list_3 li.left {
	margin-left:120px;
}
.cast_list_3 li.right {
	float:right;
	margin-right:120px;
}
.cast_list_3 li img {
	width:140px;
	height:210px;
}

.cast_list_4 {
	margin-left:10px;
}
.cast_list_4 li {
	margin-right:14px;
}
.cast_list_4 li.last {
	margin-right:0;
}
.cast_list_4 li img {
	width:60;
	height:90px;
}
.cast_list_4 li strong {
	font-size:65%;
}
.cast_list_4 li strong .name {
	border:none;
}

.cast .cast_contents dl.staff_block {
	margin-bottom:30px;
	font-size:80%;
}

.cast .cast_contents dl.staff_block dt {
	float:left;
	clear:both;
	width:130px;
	color:#c8161d;
}

.cast .cast_contents dl.staff_block dd {
	margin-bottom:5px;
	padding:0 0 5px 130px;
	border-bottom:1px dotted #999;
}
.cast .cast_contents dl.staff_block dd a {
	color:#87c2ed;
}


/*******************************************************************************
** Information Contents
*******************************************************************************/

.info h1.content_h1 {
	margin-bottom:30px;
	background-position:5px -160px;
}

.info .info_contents .infrmation_list {
	
}

.info .info_contents .infrmation_list dt {
	float:left;
	clear:both;
	width:120px;
	color:#f00;
	font-size:80%;
	font-weight:normal;
}

.info .info_contents .infrmation_list dt a,
.info .info_contents .infrmation_list dd a {
	color:#87c2ed;
}

.info .info_contents .infrmation_list dd {
	margin-bottom:20px;
	padding-left:120px;
	padding-bottom:10px;
	color:#fff;
	font-size:90%;
	font-weight:normal;
	line-height:1.5;
	word-break: break-all;
	border-bottom:1px dotted #333;
}

.info .info_contents .infrmation_list dd span.link:before {
	content:"\25b6\a0";
}


/*******************************************************************************
** Special Contents
*******************************************************************************/

.special h1.content_h1 {
	margin-bottom:30px;
	background-position:5px -240px;
}

.special .sc_block h2 {
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px dotted #999;
}
.special .sc_block h2 span,
.special .sc_block h2 strong {
	display:block;
}
.special .sc_block h2 span {
	font-size:95%;
}
.special .sc_block h2 strong {
	font-size:115%;
}

.special .sc_block .intro {
	margin-bottom:10px;
	font-size:90%;
}
.special .sc_block .intro strong {
	color:#e8546b;
}

.special .sc_block .dl_inline {
	margin-bottom:10px;
	font-size:90%;
}
.special .sc_block .dl_inline dt {
	display:inline;
}
.special .sc_block .dl_inline dt:after {
	content:"繝ｻ繝ｻ;
}
.special .sc_block .dl_inline dd {
	display:inline;
	padding:0 0 0 10px;
}
.special .sc_block .dl_inline dd:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:3px;
}
.special .sc_block .dl_float {
	margin-bottom:10px;
	font-size:90%;
}
.special .sc_block .dl_float dt {
	float:left;
	clear:both;
	width:50px;
}
.special .sc_block .dl_float dd {
	padding:0 0 3px 50px;
}

.special .sc_block .momop {
	padding-left:120px;
	background:url(../../images/stage/shunpu_2015/momop.png) 0 10px no-repeat;
}
.special .sc_block .momop .momop_text {
	position:relative;
	display:inline-block;
	margin-bottom:10px;
	padding:10px;
	width:auto;
	font-size:90%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	background:#fff;
	border:1px solid #999;
	background:#fff;
	z-index:0;
}
.special .sc_block .momop .momop_text:before {
	content:"";
	position:absolute;
	top:50%; left:-9px;
	margin-top:-9px;
	display:block;
	width:0px;
	height:0px;
	border-style:solid;
	border-width:9px 9px 9px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 0;
}
.special .sc_block .momop .momop_text:after {
	content:"";
	position:absolute;
	top:50%; left:-10px;
	margin-top:-10px;
	display:block;
	width:0px;
	height:0px;
	border-style:solid;
	border-width:10px 10px 10px 0;
	border-color:transparent #999 transparent transparent;
	z-index: -1;
}
.special .sc_block hr {
	margin:15px 0;
	border:none;
	border-top:1px dotted #bbb;
}


/*******************************************************************************
** Goods
*******************************************************************************/

.goods h1.content_h1 {
	margin-bottom:30px;
	background-position:5px -200px;
}

.goods .goods_block h2 {
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px dotted #999;
	font-size:115%;
}

.goods .goods_block .goods_list dt {
	float:left;
	clear:both;
	width:310px;
}

.goods .goods_block .goods_list dt img {
	border:5px solid #dadada;
}

.goods .goods_block .goods_list dd {
	margin-bottom:15px;
	padding:0 0 20px 330px;
	border-bottom:2px dotted #bbb;
}
