@charset "UTF-8";
/*-------------------------------------------------------------------------------
	common
----------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size:100%;
	font-family: "メイリオ","Meiryo","verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.6;
	}
fieldset,img,abbr {
	border:0;
}

caption,th {
	text-align:left;
}

table{
	font-size:inherit;
	font:100%;
}
img {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd { margin:0; padding:0;}

/*回り込みクリア*******************/
.clear {
	clear: both;
}
/*clearfix*******************/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac ?*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*-------------------------------------------------------------------------------
	共通設定
-------------------------------------------------------------------------------*/
/* ヘッダー部分 */
#VICSWIDEWrap{
	width:967px;
}
#VICSWIDEWrap:after{
	content: ""; 
	display: table; 
	clear: both; 
}
#VICSWIDEWrap * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#VICSWIDEWrap .intro{
	padding:30px;
}
#VICSWIDEWrap .intro a{
	float:right;
	margin-left:1em;
}
#VICSWIDEWrap .intro:after{
	content: ""; 
	display: table; 
	clear: both; 
}
#annaiBtn{
	background:	#2562ad;
	color:#FFF;
	padding:1em;
	text-decoration:none;
}


/*---------------------------------------------------------------- 動画リスト */
#MovieArea{
	padding-top:60px;
	border-top:solid 1px #CCC;
	
}
#MovieArea h2{
	margin-bottom:30px;
	font-size:30px;
	font-weight:normal;
	text-align:center;	
}
#MovieArea h3{
	font-size:20px;	
	font-weight:normal;
}
#MovieArea h3 strong{
	color:#FFF;
	display:block;
	background:#0292d8;
	padding:3px 15px;
	font-size:14px;
	text-align:center;
	width:140px;
}
#MovieList{
	list-style:none;
	padding:0;
	margin:0 0 30px;
}
#MovieList:after{
	content: ""; 
	display: table; 
	clear: both; 
}
#MovieList li{
	margin-bottom:10px;
	width:49%;
	float:left;
}
#MovieList li.even{
	margin-left:1%;
}
#MovieList li div.mbtn{
	padding:10px;
	background:#eeeeee;
}
#MovieList li div.mbtn p.thum{
	float:left;
	margin-right:12px;
}

#MovieAllBtn{
	text-align:center;
}