@charset "utf-8";
/* ===================================================================
CSS / elephant studio 2011
=================================================================== */

/*reset********************************/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, img ,article, aside,canvas,details, figure, figcaption, footer, header, hgroup, menu, nav, section, summary{
	margin:0;
	padding:0;
}
ul, ol {
	list-style-type:none;
}

/*base********************************/
html { overflow-y:scroll;} /*スクロールバーを常に表示*/

body {
	font-family: Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
	background-color: #fff;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	font-size: 16px;
	color: #666;
	line-height: 160%;
	text-align: justify;
}
img {
	border:none;
	display: block;
}

a{
	color: #DB002C;
	font-style: normal;
	text-decoration: underline;
}

a img {
  transition: 0.3s; /*0.3秒かけて変化させる（hoverとセット）*/
}
a img:hover {
  opacity: 0.7; /*要素の透明度を指定*/
  filter: alpha(opacity=70); /*ie6、7の透明度指定*/
  transition: 0.3s;
}

a:focus, *:focus { outline:none; } /*画像リンクの破線・青線を消す*/

.hide-text { /*テキスト追い出し非表示*/
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	line-height: 0px;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.clear { clear:both; }

a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

/*fadein********************************/
#bloc1 { display: none; }


/*main********************************/
#main_wrp {
  background-image: url("../images/main_bg.jpg");
  background-repeat: repeat-x;
}
#intro_wrp {
  background-image: url(../images/intro_bg.jpg);
  background-repeat: repeat-x;
  background-position: 0% 100%;
  background-color: #70C8D4;
}

.contents_wrp {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.bnr_theater {
  float: right;
}
.contents_wrp .bnr_theater {
  position:absolute;
  top:175px;
  right:113px;
  z-index: 2; 
}
.contents_wrp .bnr_Bluray {
  position:absolute;
  top:120px;
  right:113px;
  z-index: 2; 
}
.contents_wrp .bnr_shoujyo {
  position:absolute;
  top:470px;
  left:45px;
  z-index: 2; 
}
.contents_wrp .btn_tw {
  position:absolute;
  top:720px;
  right:113px;
  z-index: 2; 
}
.contents_wrp .btn_is {
  position:absolute;
  top:720px;
  right:30px;
  z-index: 2; 
}
