@charset "utf-8";
/* CSS Document */

/*
┏━━━━━━━━━━━━━━━━
┃共通
┗━━━━━━━━━━━━━━━━
*/

/* CSSリセット */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}
/* CSSリセット */


html,body{margin:0;padding:0;}

img{
	border:0 none;
}
html{
	height:100%;
	padding:0;
}
body{
	height:100%;
	font-size:14px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	line-height:1.4;
	color:#383636;
	text-align:left;
	/*background-color:green;*/
	margin-left:auto;
	margin-right:auto;
	min-width:950px;
	width:950px;
	-webkit-text-size-adjust: 100%;
	
}
a.link_color1{
	text-decoration: underline; color: #383636 !important;
} 
a.link_color2{
	text-decoration: none; color: #ffffff !important;
}
a:visited{
	color:#383636;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#ccc;
}
h3{
	font-size:16px;
	font-weight:normal;
	color:#bc000e;
	margin-bottom:3px;
	letter-spacing:1px;
}

p{
	font-size:14px;
}

#contents{
	/*background-color:pink;*/
	height:auto !important;
	height:100%;
	min-height:100%;
	position:relative;
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
    background-image:url(../images/201806_theaterdays_1st/201806_theaterdays_1st_bk.gif);
	background-repeat: repeat-y;
	width:950px;
	overflow: hidden;
	margin:0px;
	padding:0px;
}

#contents_yellow{
	/*background-color:pink;*/
	height:auto !important;
	height:100%;
	min-height:100%;
	position:relative;
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
    background-image:url(../images/201806_theaterdays_1st/201806_theaterdays_1st_bk2.gif);
	background-repeat: repeat-y;
	width:950px;
	overflow: hidden;
	margin:0px;
	padding:0px;
}

#contents_pink{
	/*background-color:pink;*/
	height:auto !important;
	height:100%;
	min-height:100%;
	position:relative;
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
    background-image:url(../images/201806_theaterdays_1st/201806_theaterdays_1st_bk3.gif);
	background-repeat: repeat-y;
	width:950px;
	overflow: hidden;
	margin:0px;
	padding:0px;
}

#contents_brue{
	/*background-color:pink;*/
	height:auto !important;
	height:100%;
	min-height:100%;
	position:relative;
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
    background-image:url(../images/201806_theaterdays_1st/201806_theaterdays_1st_bk4.gif);
	background-repeat: repeat-y;
	width:950px;
	overflow: hidden;
	margin:0px;
	padding:0px;
}


/* ////////// jQuery TOPへ戻るボタンのためのcss start ////////// */

#page-top{
	/*margin:0 0 0 0px;*/
	width:143px;
	height:142px;
	display:none;
	position:fixed;
	right: 30px;
	bottom:30px;
}
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	/*background:#3b3b3b;*/
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
#page-top p:hover{
	/*background:#8b8b8b;*/
}
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}

/* ////////// jQuery TOPへ戻るボタンのためのcss end ////////// */




/*
┏━━━━━━━━━━━━━━━━
┃ヘッダーメニュー
┗━━━━━━━━━━━━━━━━
*/

#logo{
	position: absolute;
	margin-left:259px;
	margin-top:23px;
	}
	
#mission_btn{
	position: absolute;
	margin-left:14px;
	margin-top:11px;
	}
	
#lead{
	height:96px;
	margin-top:-40px;
	padding-top:50px;
	color:#000;
	font-size:12px;
	text-align:left;
}
nav{
	clear:left;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	height:443px;
}
nav ul{
	line-height: 0px;
	margin:0px;
	padding:0px;
	list-style:none;
}
nav li{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	margin-bottom:0px;
}

#tweet{
	text-align:right;
	margin-right:20px;
}

/*
┏━━━━━━━━━━━━━━━━
┃トップページ
┗━━━━━━━━━━━━━━━━
*/

/*
当ホームページに掲載されている画像等の無断転載及び転写は禁止しています。
*/
header{
	clear:left;
	background-image:url(../images/201806_theaterdays_1st/201806_theaterdays_1st_title2.jpg);
	width:950px;
	height:378px;
	position:relative;
}

#news{
	width:562px;
	height:425px;
	margin-top:20px;
	margin-left:20px;
	float:left;
}

.news_box{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	overflow-y:scroll;
	width:520px;
	height:400px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	background-color:#ffffff;
}

#news_info{
	margin-top:15px;
	height:0;
}

.itemimage{
	float:left;
}

.news{
	margin-left:135px;
	width:386px;
}

.date{
	font-size:16px;
	font-weight:nomal;
	color:#383636;
}

.more{
	font-size:14px;
	line-height:1.4;
}

.itemlistline{
	clear:left;
	border-bottom:1px dotted #ccc;
	padding-top:10px;
	margin-bottom:13px;
	width:530px;
}

#search{
	height:450px;
	width:329px;
	margin-top:20px;
	margin-left:601px;
	margin-right:20px;
}

.hash{
	background-color:#1b95e0;
	margin: 0 0 20px 0;
	height: 40px;
	width: 329px;
	padding-top:10px;
}

.hash_text{
	background-color:#1b95e0;
	margin-left:52px;
}

.midashi_01 {
	height: 49px;
}

.midashi_02 {
	clear:both;
	height: 49px;
	margin-left:20px;
	margin-top:40px;
}

.midashi_03 {
	clear:both; 
	height: 49px;
	line-height:0px;
	margin-bottom:25px;
}

.midashi_04 {
	line-height:0px;
}

.midashi_05 {
	clear:both;
	height: 49px;
	line-height:0px;
}

.syacho {
	clear:left;
	width:950px;
	height:326px;
	background-image:url(../images/201806_theaterdays_1st/201806_theaterdays_1st_syacho.png);
}

.mission_bg {
	position:relative;
	width:950px;
	height:657px;
	background-image:url(../images/201806_theaterdays_1st/201806_theaterdays_1st_mission_bg.png);
}

.mission_01 {position: absolute;
	width:828px;
	height:121px;
	margin:88px 0 0 61px ;
}

.mission_02 {position: absolute;
	width:828px;
	height:121px;
	margin:219px 0 0 61px ;
}

.mission_03 {
	position: absolute;
	width:828px;
	height:121px;
	margin:346px 0 0 61px;
}

.katsudobasyo {
	position: absolute;
	width:828px;
	height:121px;
	margin:502px 0 0 193px;
}

.mission_text {
	position: absolute;
	color: #ffffff;
	font-size:16px;
	margin:474px 0 0 92px ;
}

.kimoji{
	color: #ffff00;	
	font-weight: bold;
}

.akamoji{
	color: #ce0000;	
	font-weight: bold;
}

.schedule_image {
	float: left;
	line-height: 0px;		
}

.schedule_table {
	float: left;
	height: 502px;
	margin-bottom:10px;		
}

.table{
	/*height: 502px;*/
	display:block;
	width: 874px;
	margin: 5px auto 0;
}

.table table {
	height: 502px;
	width:495px;
	margin: 0 auto;
	padding: 0px;
	text-align:center;
}

.table th {
  background: #9b9b9b;
  color:#fff;
  vertical-align: middle;
  font-weight: bold;
}

.table tr { 
	background: #fff;
	padding:0px;
	margin:0px;
	height:65px;
}

.table th, td {	
  padding: 0px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.table .table_01{
height:46px;	
}

.table2{
	/*height: 502px;*/
	display:block;
	width: 874px;
	margin: 5px auto 0;
}

.table2 table {
	height: 502px;
	width:565px;
	margin: 0 auto;
	text-align:center;
}

.table2 th {
	background: #9b9b9b;
	color:#fff;
	vertical-align: middle;
	font-weight: bold;
}

.table2 tr { 
	background: #fff;
	padding:0;
	margin:0;
	height:65px;
}

.table2 th, td {	
  padding: 0px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.table2 .table_01{
height:46px;	
}

.table_04 {
width: 110px;
}

.table_05 {
width: 164px;
}
.table_06 {
width: 163px;
}


/*
店舗ページイベント概要
*/
.table3{
	float: left;
	display:block;
	width: 490px;
	margin: 5px 0 0 20px;
	line-height:21px;
}

.table3 table {
	width:490px;
	text-align:left;
}

.table3 tr { 
	/*background: #fff;*/
	padding:0;	
}

.table3 td {
  padding: 0 0 15px 0;
  border: none;
  vertical-align: top;
}

.table3 .table_gaiyou1{
	width:75px;	
}

.table3 .table_gaiyou2{
	width:18px;	
}

.map{
float:right;
margin: 0 20px 0 0;
height: 370px;
width: 370px;
display:block;
}

#map_api{
float:right;
margin: 0 20px 0 0;
height: 370px;
width: 370px;
display:block;
}


.goods_btn {
float:left;	
margin-right:16px;
}

.stamp_btn {
float:left;	
margin-right:16px;
}


/*
┏━━━━━━━━━━━━━━━━
┃コンテンツ
┗━━━━━━━━━━━━━━━━
*/

article{
	clear:both;
	width:910px;
	display:block;
	margin:0 auto 30px;	
}

.lantis_btn{
	clear:both;
	width:448px;
	display:block;
	margin:0 auto 30px;	
}

.tenpo_title{
	clear:both;
	width:950px;
	display:block;
	margin:0 auto 30px;	
}

.text_left{
	border-right:1px dotted #ccc;
	width:435px;
	float:left;
	padding-right:15px;
}

.text_right{
	width:435px;
	margin-left:475px;
	margin-top:20px;
}

.gaiyou1{
	width: 90px;
	height: 20px;
	float: left;
	margin: 0 5px 0 0px;	
}

.gaiyou2{
	width: 104px;
	height: 80px;
	float: left;
	margin: 0 0px 0 0px;
}
		
.gaiyou_bg{	
	background-color: #fff;
	border: 1px solid  #d0cbd2;
	padding: 20px;
}

.hr{
	clear:left;
	margin: 20px 0 20px 0;
}

.attention_common{
	clear:left;
	font-size:14px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	line-height:1.5;
	color:#383636;
}

.attention_common2{
	clear:left;
	font-size:14px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	line-height:1.5;
	color:#383636;
	margin:0 0 0 20px;
}

.attention_common3{
	clear:left;
	font-size:14px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	line-height:1.5;
	color:#383636;
	margin:0 0 0 48px;
}

.attention{
	margin-bottom: 10px;
	/*background-color:green ;*/
}

.kikaku{
	line-height:0px;	
}

.space{
		line-height:0px;	
}






/*
┏━━━━━━━━━━━━━━━━
┃各店舗ページ
┗━━━━━━━━━━━━━━━━
*/

.atre{
	background-image:url(../images/201806_theaterdays_1st/201806_theaterdays_1st_atre_title.png);
	width:910px;
	height:521px;	
}

.official{
	background-image:url(../images/201806_theaterdays_1st/201806_theaterdays_1st_official_title.png);
	width:950px;
	height:590px;	
}

.anion{
	background-image:url(../images/201806_theaterdays_1st/201806_theaterdays_1st_anion_title.png);
	width:910px;
	height:526px;	
}

.animate{
	background-image:url(../images/201806_theaterdays_1st/201806_theaterdays_1st_animate_title.png);
	width:910px;
	height:513px;	
}

.amiami{
	background-image:url(../images/201806_theaterdays_1st/201806_theaterdays_1st_amiami_title.png);
	width:910px;
	height:513px;	
}

.kotobukiya{
	background-image:url(../images/201806_theaterdays_1st/201806_theaterdays_1st_kotobukiya_title.png);
	width:910px;
	height:513px;	
}

.akibaco{
	background-image:url(../images/201806_theaterdays_1st/201806_theaterdays_1st_akibaco_title.png);
	width:910px;
	height:513px;	
}

.stamp{
	background-image:url(../images/201806_theaterdays_1st/201806_theaterdays_1st_stamp_title.png);
	width:910px;
	height:370px;	
}

.owatashijyo{
	background-image:url(../images/201806_theaterdays_1st/201806_theaterdays_1st_stamp_owatashijyo.jpg);
	width:910px;
	height:387px;
	position:relative;
}

.stamp_amiami{
	position: absolute;
	margin-left:205px;
	margin-top:153px;	
}

.stamp_akibaco{
	position: absolute;
	margin-left:485px;
	margin-top:153px;	
}

.map_map{
	background-image:url(../images/201806_theaterdays_1st/201806_theaterdays_1st_map.png);
	width:910px;
	height:973px;
}

.tenpo_news{
	width:460px ;
	height:117px ;
	line-height:24px;
	background-color:#ffffff;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #ccc;

}

.goods{
	background-image:url(../images/201806_theaterdays_1st/201806_theaterdays_1st_goods_title.png);
	width:910px;
	height:228px;	
}

.bk5 {
	clear:left;
	height:500px;
	background-image:url(../images/201806_theaterdays_1st/201806_theaterdays_1st_bk5.gif);	
}

.bk6 {
	background-image:url(../images/201806_theaterdays_1st/201806_theaterdays_1st_bk5.gif);	
}

.line-height{
	line-height:0px;
}

/*
┏━━━━━━━━━━━━━━━━
┃フッターメニュー
┗━━━━━━━━━━━━━━━━
*/

footer{
	clear:left;
	color:#fff;
	margin-left:auto;
	margin-right:auto;
	bottom:0;
	width:950px;
	height:114px;
	background-color:#970000;
	font-size:12px;
	display: block;
	padding-top:16px;
	padding-bottom:16px;
}

#footer_link{
	line-height:20px;
	margin-left:20px;
	float:left;
}

#copyright{
	clear:left;
	text-align:right;
	margin-right:17px;
	line-height:16px;
	color:#dda9a9;
}

