
/*-------------------------------------
*	共通
-------------------------------------*/
*, html, body{
	margin: 0;
	padding: 0;
	color:#FFF;
}

li{
	list-style-type: none;
}

body{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	color:#666666;
	font-size:0.8em;
	background: #0F1217 url(images_common/mov_bg.jpg) repeat-x fixed top left;
	line-height:130%;
}

#wrapper{
	width:100%;
}

#header{
	clear:both;
	height:26px;
	margin:0 auto 20px;
	min-width:289px;
	max-width:600px;
}

#company_logo{
	float:left;
}

#catalog_logo{
	float:right;
}


#contents{
	margin:0 auto;
	width: 282px;
}


#footer{
	border-top: 2px solid #C70214;
	background-color: #333333;
	width:600px;
	height:25px;
	max-width:100%;
	margin:20px 0;
}
#footertest{
	border-top: 2px solid #C70214;
	background-color: #333333;
	width:600px;
	height:25px;
	max-width:100%;
	margin:0 auto;
}

#footer ul li,#footertest ul li{
	float:left;
	height:13px;
	padding:6px 0 6px 10px;
}
.clearfix:after {
	clear: both;
	content: '';
	display: block;
}
/*-------------------------------------
*	一覧ページ
-------------------------------------*/
#parts01{
	width: 169px;
	margin:22px auto 0;
}

#thumbnail ul li{
	margin:10px 0;
}
#exp{
	margin:20px 0;
}

#exp ul li{
	margin:0;
}

#exp .textbox{
	padding:5px;
}

/*-------------------------------------
*	動画ページ
-------------------------------------*/
#video-wrapper{
	/*border:3px solid #FFCC66;*/
	width:600px;
	height:400px;
	max-width:100%;
	max-height:100%;
	margin:0 auto;
}

#video-container {
	margin:0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
