@charset "UTF-8";
/*-----------------------------------------------
	サイト共通
-----------------------------------------------*/
body {
	font-size: 100%;
	line-height: 1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
}
a {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #0081bf;
}
.inner01 {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}
#wrapper {
	margin: 0px auto;
	width: 900px;
	padding-left: 5px;
	padding-right: 5px;
}
#header {
	color: #0081bf;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header h1 {
	font-size: 12px;
	font-weight: normal;
	padding-top: 40px;
	padding-left: 60px;
}
#header img {
	float: left;
	height: 50px;
}
#header h1.normalH1 {
	padding: 0px;
}
#header h1.normalH1 img {
	float: none;
}



/* --------------------------------------------------
	contents
-------------------------------------------------- */
#contents {
	line-height: 1.25;
	margin-bottom: 0px;
}
#contents .playerBox {
	clear: both;
}
#contents .playerMain {
	float: left;
	width: 480px;
}
#contents .single .playerMain {
	float: none;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#contents .eqPlayerWrapper {
	position: relative;
	height: 0;
	padding-top: 56.25%;
}
#contents .eqPlayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#contents .movieTitle {
	font-size: 18px;
	font-weight: normal;
	color: #0081bf;
	margin-top: 10px;
	margin-bottom: 5px;
}
#contents .movieDescription {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.5;
}
#contents .nowPlaying {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 3px;
}
#contents .exlink {
	font-size: 14px;
}



/* --------------------------------------------------
	playerSideBlock
-------------------------------------------------- */
#playerSideBlock {
	float: right;
	position: relative;
	width: 400px;
}
#playerSideBlock .selectPlaylist {
	position: absolute;
	top: -30px;
	right: 0px;
	line-height: 20px;
}
#playerSideBlock .selectPlaylist .block01 {
	float: left;
	margin-right: 5px;
}
#playerSideBlock .selectPlaylist select {
	margin: 0;
}
#playerSideBlock .logoMadoShop {
	text-align: right;
	margin-top: 10px;
}
#playerSideBlock .logoMadoShop img {
	height: 30px;
	width: auto;
}



/* --------------------------------------------------
	videoList
-------------------------------------------------- */
#videoList {
	overflow-y: auto;
	padding: 2px;
	height: 264px;
	border: 1px solid #ccc;
}
#videoList a.item {
	color: #666;
	text-decoration: none;
	cursor: pointer;
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	display: block;
	background-color: #fff;
	background-image: url(../images/bg_item_01.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
}
#videoList a.item:last-child {
	margin-bottom: 0px;
}
#videoList a.item.current {
	background-color: #fff;
	background-image: url(../images/bg_item_02.gif);
	cursor: default !important;
}
#videoList a.item:hover {
	background-color: #fff;
	background-image: url(../images/bg_item_02.gif);
}
#videoList a.item:hover.current {
	background-color: #fff;
}
#videoList a.item p {
	font-size: 12px;
	margin-left: 90px;
}
#videoList a.item p.title {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}
#videoList a.item.current p.title {
	color: #0081bf;
}
#videoList a.item p.thumb {
	float: left;
	margin-left: 0px;
	width: 80px;
	text-align: center;
	background-color: #dedede;
}
#videoList a.item p.thumb img {
	height: 45px;
}



/* --------------------------------------------------
	footer
-------------------------------------------------- */
#footer {
	clear: both;
}
#footer .copyright {
	text-align: right;
	font-size: 9px;
}