@charset "Shift_JIS";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
	background-color: #fff;
}
#header,
#market h2,
#footer {
	display: none;
}
#market {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	zoom: 1;
}
#market  a {
	color: #152666;
	text-decoration: none;
}
#market  a:hover {
	text-decoration: underline;
}
#market .movieUnit {
	float: left;
	width: 480px;
}
#market .movieContent {
	position: relative;
	height: 270px;
}
#market .movieContent iframe,
#market .movieContent object,
#market .movieContent video,
#market .movieContent noscript{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#market .movieContent img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height: auto;
}
#market .movieInfo {
	float: right;
	width: 435px;
}
#market .movieInterval {
	font-size: 12px;
}
#market .movieTitle {
	font-size: 20px;
	color: #152666;
}
#market .movieTitle a {
	padding-right: 25px;
	background-image: url(/contents/resource/img/daiwajp/icon_pc_top_01.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#market .movieSubtitle {
	margin-bottom: 15px;
}
#market .mtxt {
	padding-left: 15px;
	background-image: url(/contents/resource/img/daiwajp/icon_pc_top_02.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#market .mtxt a {
	padding-right: 25px;
	background-image: url(/contents/resource/img/daiwajp/icon_pc_top_03.png);
	background-repeat: no-repeat;
	background-position: right center;
}

/* subBox */
#subBox {
	display: none;
}