@charset "UTF-8";
/* CSS Document */

.top_waku{
  width : 980px;
  height : 880px;
  position : relative;
}
.logo1{
  background-image : url(../logo_img/logo1.png);
  background-position : center center;
  width: 224px;
  height: 380px;
  top: 70px;
  left: 118px;
  position: absolute;
  background-repeat: no-repeat;
}
.logo2{
  background-image : url(../logo_img/logo2.png);
  background-position : center center;
  width: 220px;
  height: 380px;
  top: 70px;
  left: 324px;
  position: absolute;
  background-repeat: no-repeat;
}
.logo3{
  background-image : url(../logo_img/logo3.png);
  background-position : center center;
  width: 170px;
  height: 380px;
  top: 70px;
  left: 503px;
  position: absolute;
  background-repeat: no-repeat;
}
.logo4{
  background-image : url(../logo_img/logo4.png);
  background-position : center center;
  width: 190px;
  height: 380px;
  top: 70px;
  left: 673px;
  position: absolute;
  background-repeat: no-repeat;
}
.logo_niku{
  background-image : url(../logo_img/logo_niku.png);
  background-position : center center;
  width: 440px;
  height: 300px;
  top: 500px;
  left: 332px;
  position: absolute;
  background-repeat: no-repeat;
}

.movie_block {
	margin: 45px 0px 0px 0px;
  padding: 0px;
	background-color: rgba(255,255,255,0.0);
  border: 1px #817b77 solid;
}

.movie_table01 { margin: 35px 0px 35px 36px; }

.movie_table { margin: 0px 0px 60px 0px; }

.m_sp01 { width: 25px; }

/* m_tatsumi */
ul#m_tatsumi { list-style:none; margin: 0; padding: 0; width: 100%; }
ul#m_tatsumi li{ list-style: none; width: 300px; float: left; }
ul#m_tatsumi a{ display:block; width: 300px; height: 171px; background-image:url("../topics_img/mov_tatsumi1.jpg");
     }
ul#m_tatsumi a span{ display:none; }

/* m_kohinata */
ul#m_kohinata { list-style:none; margin: 0; padding: 0; width: 100%; }
ul#m_kohinata li{ list-style: none; width: 300px; float: left; }
ul#m_kohinata a{ display:block; width: 300px; height: 171px; background-image:url("../topics_img/mov_kohinata1.jpg");
     }
ul#m_kohinata a span{ display:none; }

/* m_kato */
ul#m_kato { list-style:none; margin: 0; padding: 0; width: 100%; }
ul#m_kato li{ list-style: none; width: 300px; float: left; }
ul#m_kato a{ display:block; width: 300px; height: 171px; background-image:url("../topics_img/mov_kato1.jpg");
     }
ul#m_kato a span{ display:none; }

h3.mov_coming {
  margin: 0px 0px 0px 0px;
	width: 430px; height: 259px;
	background: url("../common/mov_coming.jpg") no-repeat;
	text-indent: -9999px; }

/* ## Rollover set ## */
a:hover.movie_lo { 
    opacity: 0.7; 
    filter: alpha(opacity=70); 
    -moz-opacity: 0.7; }

/* News */

/* TOPnews */
.info_box_top {
	text-align: left;
	border: solid 0px;
	width: 100%; max-width: 850px; height: 450px; overflow: auto;
	margin: 0 auto;
  margin-top: 0px;
}

/* news */
.info_box {
	border: solid 0px;
	width: 100%; max-width: 850px;
	margin: 0 auto;
  margin-top: 0px;
}
.divdate {
	text-align: center;
	width: 130px;
  font-family: 'Roboto', sans-serif;
	padding: 4px 7px 4px 7px;
  margin-top: 28px;
	background: 0px top no-repeat;
	font-size: 14px;
  font-weight : bold;
  color: #FFFFFF;
  border-radius: 0.3rem;
  background-color: #bf4447;
}
.divinfo {
	text-align: left;
	padding: 15px 10px 20px 15px;
  margin-left: 0px;
  overflow: visible;
	border-bottom: 1px #B57C7E solid;
  color: #000000;
}
.divinfo {
  position: relative;
}
.divinfo a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
}
.divinfo:hover{
  color: #E90A3C;
  background-color: rgba(241,232,210,0.35);
}

/* tweet */
.twitter_box {
	width: 100%; max-width: 800px;
	margin: 0 auto;
	margin-top: 0px;
	padding: 30px 30px 30px 30px;
	background-color: rgba(255,255,255,0.20);
	opacity: 1.0;
	border-top: 1px #B57C7E solid;
	border-bottom: 1px #B57C7E solid;
}
.twi_table {
  font-size: 15px;
}

/* ★ Twitter設定 ★ */
.twi_table { padding: 20px 0px 20px 10px; }
h3.twi_title {
  margin: 10px 0px 5px 0px;
	width: 190px; height: 60px;
	background: url(../common/twi_title.png) no-repeat;
	text-indent: -9999px; }

.twi_back { background: url(../common/twi_title.png) no-repeat; }

/* Info Link set */
a.info_link:link { color: #E92961; text-decoration: none; }
a.info_link:visited { color: #E92961; text-decoration: none; }
a.info_link:hover { color: #FF004A; text-decoration: underline; }