@charset "UTF-8";
/* CSS Document */

.top_waku {
  width: 980px;
  height: 740px;
  position: relative;
}
.logo1{
  background-image : url(../logo_img/logo1.png);
  background-position : center center;
  width: 786px;
  height: 440px;
  top: 712px;
  left: 99px;
  position: absolute;
  background-repeat: no-repeat;
}
.logo2{
  background-image : url(../logo_img/logo2.png);
  background-position : center center;
  width: 786px;
  height: 440px;
  top: 712px;
  left: 99px;
  position: absolute;
  background-repeat: no-repeat;
}
.logo3{
  background-image : url(../logo_img/logo3.png);
  background-position : center center;
  width: 786px;
  height: 440px;
  top: 712px;
  left: 99px;
  position: absolute;
  background-repeat: no-repeat;
}
.logo4{
  background-image : url(../logo_img/logo4.png);
  background-position : center center;
  width: 786px;
  height: 440px;
  top: 712px;
  left: 99px;
  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; }

/* 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;
  color: #FFFFFF;
  letter-spacing: 1.2px;
  border-radius: 0.3rem;
  background-color: rgba(99,85,69,0.80);
}
.divinfo {
	text-align: left;
	padding: 15px 10px 20px 15px;
  margin-left: 0px;
  overflow: visible;
	border-bottom: 1px #514B37 solid;
  color: #FFFFFF;

}
.divinfo {
  position: relative;
}
.divinfo a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
}
.divinfo:hover{
  color: #FFE89E;
  background-color: rgba(11,4,4,0.35);
}

/* tweet */
.twitter_box {
	width: 100%; max-width: 850px;
	margin: 0 auto;
	margin-top: 0px;
	padding: 30px 30px 30px 30px;
	background-color: rgba(11,4,4,0.35);
	opacity: 1.0;
	border-top: 1px #BEB074 solid;
	border-bottom: 1px #BEB074 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: #E8FF63; text-decoration: none; }
a.info_link:visited { color: #E8FF63; text-decoration: none; }
a.info_link:hover { color: #FFD200; text-decoration: underline; }