@charset "utf-8";

/*------------------------------------------------------------------------------
共通
------------------------------------------------------------------------------*/
.section{
	width:770px;
	padding:0 15px;
	margin-bottom:20px;
	}
.section h2{
	padding-top:6px;
	}

#contents{
	/*background:url(../img/movie/bg_movie.gif) repeat-y;*/
	background:url(../img/movie/bg_movie2.gif) left bottom no-repeat;
	}
#contents #left{
	width:556px;
	}
#contents #right{
	width:193px;
	/*border:1px solid #CCCCCC;
	border-bottom:none;
	margin-left:2px;*/
	}
#contents .page_top{
	font-size:80%;
	margin-right:15px;
	}
.boxstyle{
	border:1px solid #CCCCCC;
	/*margin:0 0 10px;
	padding:10px 25px;*/
	}
.explanation{
	font-size:92%; /*80%*/
	line-height:1.4em;
	}



/*------------------------------------------------------------------------------
Pick Up
------------------------------------------------------------------------------*/
h3,h4{
	font-weight:bold;
	}
h3.pickup{
	background-color:#b2d1ff;
	font-size:100%;
	font-weight:bold;
	line-height:1.6em;
	padding:5px 0 5px 10px;
}
h4.pickup{
	padding:15px 15px 0 70px;
	font-size:90%;
	}
h4.pickup img{
	padding-right:8px;
	padding-bottom:8px;
	vertical-align:middle;
	}
.boxstyle .pickBox{
	width:434px;
	padding:10px 50px 15px 70px; /*15px*/
	}
.boxstyle .pickBox .movie{
	width:450px;
	float:center;
	padding-bottom:12px;
	}
.boxstyle .pickBox .text{
	width:450px; /*190px*/
	float:center; /*right*/
	}
	
/*------------------------------------------------------------------------------
動画一覧
------------------------------------------------------------------------------*/
h3.movieList{
	background-color:#eeeeee;
	font-size:100%;
	font-weight:bold;
	line-height:1.6em;
	padding:5px 0 5px 10px;
}
.boxstyle #setBlock h4{
	line-height:1.6em;
	padding:8px 0;
	font-size:90%;
	}	
.boxstyle #setBlock{
	width:540px;
	padding:10px 0 15px 15px;
	}
.boxstyle #setBlock .set{
	width:166px;
	float:left;
	padding-right:14px;
	}
.boxstyle #setBlock .set p.thumb{
	padding:0px 0 5px 0;
	}
	
/*------------------------------------------------------------------------------
カテゴリ別
------------------------------------------------------------------------------*/
h3.category{
	font-size:116%;
	font-weight:bold;
	line-height:1.6em;
	padding:5px 0 5px 10px;
	background-color:#eeeeee;
	}
#contents #right p{
	padding:20px 0 0 12px;
	}
ul.arrow_movie li{
	background:url(../img/common/arrow2.gif) 0px 4px no-repeat;
	padding-left:15px;
	list-style:none;
	margin:0 10px 8px 12px;
	}
#contents #right .categoryList{
	border:1px solid #CCCCCC;
	border-bottom:none;
	margin-left:2px;
	}
#contents #right .demo{
	background-color:#FFFFFF;
	padding-bottom:10px;
	}
#contents #right .demo p{
	padding:0;
	padding-left:2px;
	}
#contents #right .demo p img{
	margin-bottom:0;
	}