/*
*	Template CSS type01 Var.1000.0
*	Day:2014.09.06
*	Author:Tsukasa Chinen
*	PC first RWD
*	BreakPoints
*	max-width: 1025px = PC以下（Large Tablet）
*	max-width: 599px  = Large Tablet以下(Small Tablet,SmartPhone[Landscape])
*	max-width: 321px  = Sumart Phone (SmartPhone[Portlate])
*/
@charset "utf-8";
/*ClearFix
------------------------------------------------------*/

/* 140908 動画ページ＠背景画像のスタイル */
.moviestyle {
display:block;
width:100%;
height:100%;
}

.movie_style{
display:block;
min-width:49%;
min-height:245px;
background-image: url(images/movBGimage.gif);
background-repeat: no-repeat;
background-position:top center;
overflow:hidden;
float:left;
text-align:center;
margin:0 auto;
}
.movie_style_title {
margin:3px 0 8px 50px;
}

/* 140908 動画ページ＠背景画像のスタイルここまで */

