@charset "UTF-8";
/*------------------------------------------------------------
	ルーペル動画各種
------------------------------------------------------------*/

/* category
---------------------------*/
#newproducts #main_title {
	background-image: url(../../common/images/series_title_bg.jpg);
}
#newproducts #main_title .title {
	padding: 42px 0 32px;
}
#newproducts #main_title .title h1 {
	width: 300px;
	height: 46px;
	border-right: none;
	background-image: url(../images/newproducts_title.png);
}



/* common
---------------------------*/
.detail_main .innerBlock {
	padding: 0 10px 30px 10px;
}
.detail_main .innerBlock p + p {
	padding: 20px 0 0 0;
}
.detail_main span.caution {
	display: block!important;
	padding-left: 1em!important;
	text-indent: -1em!important;
}
.detail_main strong {
	font-weight: bold;
}
.detail_main .alignCenter {
	text-align: center;
}
.detail_main .red {
	color: #d71725;
}
.detail_main img.middle {
	margin: 0 3px;
	vertical-align: middle;
}
.detail_main img.middle.second {
	margin: 0 3px 0 0;
}
.detail_main .btn {
	list-style-type: none;
	display: table;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
.detail_main .btn li {
	display: table-cell;
	padding: 0 10px;
}
.detail_main .btn li a {
	display: block;
	min-width: 220px;
	padding: 16px 20px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #9ba9ac;
	box-sizing: border-box;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.detail_main .btn li a:hover {
	background-color: #7e898c;
}



/* #newproducts
---------------------------*/
#newproducts .detail_main .movieList {
	margin: -10px 0 0 0;
	padding: 0 10px 30px 10px;
}
#newproducts .detail_main .movieList dl {
	clear: both;
	float: left;
	width: 360px;
	padding: 20px 0 0 0;
}
#newproducts .detail_main .movieList dl:nth-child(2n) {
	clear: none;
	float: right;
}
#newproducts .detail_main .movieList dt {
	min-height: 26px;
	padding: 0 0 0 34px;
	font-size: 16px;
	background: url(../images/arrow_blue_ll.gif) no-repeat left top;
}
#newproducts .detail_main .movieList dd {
	padding: 5px 0 0 0;
}
#newproducts .detail_main .movieMain {
	padding: 0 0 30px 0;
}
#newproducts .detail_main .movieBlock {
	padding: 0 10px 30px 10px;
}
#newproducts .detail_main .movieBlock iframe {
	float: left;
	width: 400px;
	height: 225px;
}
#newproducts .detail_main .movieBlock dl {
	padding: 0 0 0 420px;
}
#newproducts .detail_main .movieBlock dt {
	font-size: 16px;
	font-weight: bold;
}
#newproducts .detail_main .movieBlock dd {
	padding: 5px 0 0 0;
}
#newproducts .detail_main .movieBlock dd.note p {
	text-indent: -1em;
	padding-left: 1em;
}
#newproducts .detail_main .movieBlock dd.note .rec {
	display: table;
	margin-top: 5px;
}
#newproducts .detail_main .movieBlock dd.note .rec em {
	font-style: normal;
	display: table-cell;
	padding-left: 1em;
}
#newproducts .detail_main .movieBlock dd.note .rec span {
	font-style: normal;
	display: table-cell;
}


