@charset "UTF-8";
/*
 * layout.css
 *
 *  updated --- 2012/11/28
 *
/* !Clearfix
---------------------------------------------------------- */
.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
} /* IE < 8 */
/* !a
---------------------------------------------------------- */
a {
	/* \*/
	overflow: hidden;
	/* */
	color: #0060ff;
}
.text-deco {
	text-decoration: underline;
}
.henkin p a {
	/* \*/
	overflow: hidden;
	/* */
	text-decoration: underline;
	color: #0060ff;
}
.henkin p a:hover {
	color: #ed0000;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-mob-opacity: 0.8;
	-khtml-opacity: 0.8;
	zoom: 1;
}
/* !Layout
---------------------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	text-align: center;
	word-break: break-all;
}

@media print {
html, html body {
*zoom: 0.65;
}
}
/* !wrapper
---------------------------------------------------------- */
body {
	margin: 0 auto;
}
img {
	border: none;
	max-width: 100%;
	vertical-align: bottom;
}
/* !header
---------------------------------------------------------- */
h1 {
}
h2 {
}
h3 {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	background-color: #f0831e;
	margin-bottom: 30px;
	line-height: 1;
	padding: 15px 20px 10px;
	border-bottom: solid 5px #f6b273;
}
/* !全体設定
---------------------------------------------------------- */
#breadcrumbs {
	text-align: left !important;
}
#wrap {
	max-width: 980px;
	min-width: 980px;
	margin: 30px auto 0px;/*text-align: left;*/
}
#wrap div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#wrap h1.cnt-ttl {
	margin-bottom: 0.5em;
	font-size: 2.7em;
	color: #025eff;
	font-weight: bold;
	text-align: left;
}
#wrap h1.cnt-ttl:before {
	content : url("/img/movie/channel_logo.png");
	position : relative;
	bottom : -0.2em;
	margin-right : 0.3em;
}
#wrap h1.cnt-ttl > .cnt-ttl-cmmnt {
	display: inline-block;
	margin-left: 1em;
	vertical-align: middle;
	font-size: small;
	color: #353637;
}
.footer-menu {
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	padding: 0.5em 0em;
	max-width: 980px;
	min-width: 980px;
	width: 100%;
	text-align: left;
	background-color: #ecf7fa;
}
.footer-menu  a {
	color: #161719;
	text-decoration: none;
}
.footer-menu  a:hover {
	color: #8e8e8e;
	text-decoration: underline;
}
.footer-menu .footer-menu-ttl {
	display: table-cell;
	padding: 1em;
	width: 18%;
	border-right: dotted 1px #a3b1b5;
}
.footer-menu .footer-menu-cnts {
	display: table-cell;
	padding: 1em;
	width: 82%;
}
/* !アーカイブページ
---------------------------------------------------------- */
#wrap .video-category {
	display: table;
	table-layout: fixed;
	position: relative;
	margin: 0em 0em 3em;
	width: 100%;
	line-height: 1;
}
#wrap .pg-ttl, #wrap .video-category-list {
	display: table-cell;
	position: absolute;
	top: 0;
}
#wrap .pg-ttl {
	left: 0;
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	font-size: larger;
}
#wrap .video-category-list {
	right: 0;
	text-align: right;
}
#wrap .pagination {
	border-bottom: solid 2px #353637;
	line-height: 1;
}
#wrap .pagination .pagination-tab {
	float: left;
	padding: 0.7em 3em;
	color: #ffffff;
	background-color: #353637;
	border: 1px solid #353637;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
#wrap .pagination .pagination-num {
	float: right;
	margin-top: 0.5em;
	font-size: smaller;
}
#wrap .pagination .pagination-num > div {
	display: inline-block;
}
#wrap .pagination .pagination-num > div a {
	text-decoration: none;
}
#wrap .pagination .pagination-num .total {
	margin-right: 0.5em;
}
#wrap .pagination .pagination-num .total .caption {
	margin-right: 0.5em;
}
#wrap .pagination .pagination-num .total .prev, #wrap .pagination .pagination-num .total .next {
	padding: 0.5em;
	border: solid 1px #66686a;
	color: #66686a;
}
#wrap .pagination .pagination-num .total .prev {
	margin-right: 0.3em;
}
#wrap .pagination .pagination-num .total .next {
	margin-left: 0em;
}
#wrap .pagination .pagination-num .total .current, #wrap .pagination .pagination-num .total .rest {
	margin-right: 0.3em;
	padding: 0.5em;
	border: solid 1px #66686a;
	color: #66686a;
	text-align: center;
}
#wrap .pagination .pagination-num .total .current {
	background-color: #66686a;
	color: #ffffff;
}
#wrap .pagination .pagination-num .total a.prev:hover, #wrap .pagination .pagination-num .total a.next:hover, #wrap .pagination .pagination-num .total a.rest:hover {
	background-color: #eceeef;
}
#wrap .pagination .pagination-num .display .caption {
	margin-right: 0.5em;
}
#wrap .pagination .pagination-num .display .current, #wrap .pagination .pagination-num .display .rest {
	padding: 0.5em;
	border-top: solid 1px #66686a;
	border-bottom: solid 1px #66686a;
	border-left: solid 1px #66686a;
	color: #66686a;
}
#wrap .pagination .pagination-num .display .current {
	background-color: #66686a;
	color: #ffffff;
}
#wrap .pagination .pagination-num .display a.rest:hover {
	background-color: #eceeef;
}
#wrap .pagination .pagination-num .display .rest:first-child {
	border-left: solid 1px #66686a;
}
#wrap .pagination .pagination-num .display .rest:last-child {
	border-right: solid 1px #66686a;
}
#wrap .txt01 {
	margin: 2em auto;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}
#wrap .video-list li li:last-child {
	margin-right: 0em;
}
#wrap .video-list {
	overflow: hidden;
 *zoom: 1;
	width: 100%;
}
#wrap .video-list ul {
	display: block;
	margin: 0 -3% 0 0;
	padding: 0;
}
#wrap .video-list li {
	position: relative;
	float: left;
	width: 30.3%;
	margin: 0 3% 2em 0;
	padding: 0.5em;
	border: solid 1px #cfcfcf;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#wrap .video-list li .video-area {
	positiono: relative;
	text-align: center;
}
#wrap .video-list li .new {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 40px;
	height: 40px;
	z-index: 100;
}
#wrap .video-list li .pickup {
	position: absolute;
	top: -5px;
	right: 5px;
	width: 44px;
	height: 47px;
	z-index: 101;
}
#wrap .video-list li .video-thumb {
	position: relative;
}
#wrap .video-list li .video-thumb:before {
	content : url("/img/movie/yt_play_icon_gray.png");
	position: absolute;
	cursor: pointer;
	pointer-events: none;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	max-width: 60px;
	max-height: 42px;
}
#wrap .video-list li .video-thumb img {
	width: 100%;
	margin: 0em;
}
#wrap .video-list li .video-txt {
	display: block;
	margin: 0.7em 0em 0.3em;
	font-weight: bold;
	text-align: left;
}
#wrap .video-list li .video-category-txt {
	display: block;
	bottom: 0.75em;
	left: 0em;
	right: 0em;
	margin: 0em auto;
	padding: 0.3em;
	font-size: smaller;
	background-color: #6699ff;
	color: #ffffff;
	text-align: center;
	width: 100%;
}
#wrap .pagination-footer {
	line-height: 1;
	margin-bottom: 2em;
}
#wrap .pagination-footer .pagination-num {
	float: right;
	margin-top: 0.5em;
	font-size: smaller;
}
#wrap .pagination-footer .pagination-num > div {
	display: inline-block;
	font-size: small;
}
#wrap .pagination-footer .pagination-num > div a {
	text-decoration: none;
}
#wrap .pagination-footer .pagination-num .total {
	margin-right: 0.5em;
}
#wrap .pagination-footer .pagination-num .total .caption {
	margin-right: 0.5em;
}
#wrap .pagination-footer .pagination-num .total .prev, 
#wrap .pagination-footer .pagination-num .total .next {
	padding: 0.5em;
	border: solid 1px #66686a;
	color: #66686a;
}
#wrap .pagination-footer .pagination-num .total .prev {
	margin-right: 0.3em;
}
#wrap .pagination-footer .pagination-num .total .next {
	margin-left: 0em;
}
#wrap .pagination-footer .pagination-num .total .current, 
#wrap .pagination-footer .pagination-num .total .rest {
	margin-right: 0.3em;
	padding: 0.5em;
	border: solid 1px #66686a;
	color: #66686a;
	text-align: center;
}
#wrap .pagination-footer .pagination-num .total .current {
	background-color: #66686a;
	color: #ffffff;
}
#wrap .pagination-footer .pagination-num .total a.prev:hover, 
#wrap .pagination-footer .pagination-num .total a.next:hover, 
#wrap .pagination-footer .pagination-num .total a.rest:hover {
	background-color: #eceeef;
}
#wrap .pagination-footer .pagination-num .display .caption {
	margin-right: 0.5em;
}
#wrap .pagination-footer .pagination-num .display .current, 
#wrap .pagination-footer .pagination-num .display .rest {
	padding: 0.5em;
	border-top: solid 1px #66686a;
	border-bottom: solid 1px #66686a;
	border-left: solid 1px #66686a;
	color: #66686a;
}
#wrap .pagination-footer .pagination-num .display .current {
	background-color: #66686a;
	color: #ffffff;
}
#wrap .pagination-footer .pagination-num .display a.rest:hover {
	background-color: #eceeef;
}
#wrap .pagination-footer .pagination-num .display .rest:first-child {
	border-left: solid 1px #66686a;
}
#wrap .pagination-footer .pagination-num .display .rest:last-child {
	border-right: solid 1px #66686a;
}
/* !動画再生ページ
---------------------------------------------------------- */
#video-area {
	padding: 2em 0em;
	width: 100%;
	min-width: 980px;
	background-image: url("/img/movie/video_bg.png");
	background-color: #353637;
}
/*追加定義*/
.yt-wrapper .yt-set iframe {
	width:100% !important;
	height:100% !important;
}
/**/
#social-btn,
#video-desc,
#pdt-detail,
#btn-back {
	margin: 0 auto;
	max-width: 980px;
	min-width: 980px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#social-btn {
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 1;
	text-align: right;
}
#social-btn > * {
	vertical-align: bottom;
}
#social-btn > div {
	margin-right: 0.5em;
}
#social-btn > div:first-child {
	margin-right: 0em;
}
#video-desc {
	margin-bottom: 2em;
	padding: 1em;
	text-align: left;
	border: solid 1px #cfcfcf;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#video-desc .video-desc-ttl {
	margin-bottom: 0.5em;
	font-size: larger;
	font-weight: bold;
}
#video-desc .video-desc-txt {
	color: #7e7e7e;
	display: table;
	table-layout: fixed;
	width: 100%;
	line-height: 1;
}
.video-desc-txt-1, .video-desc-txt-2 {
	display: table-cell;
	vertical-align: top;
	line-height: 1.8;
}
.video-desc-txt-1 {
	width: 8%;
}
.video-desc-txt-2 {
	width: auto;
	padding-left: 1.5em;
}
#video-desc .video-desc-txt .video-desc-txt-1 .label {
	position: relative;
	display: block;
	margin-left: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 0.3em 0em 0.3em 0.8em;
	width: auto;
	height: auto;
	line-height: 1;
	text-align: left;
	white-space: nowrap;
	color: #ffffff;
	background: #353637;
}
#video-desc .video-desc-txt .video-desc-txt-1 .label:after  {
	content: "";
	position: absolute;
	top: 0;
	right: -15px;
	display: block;
	width: 0px;
	height: 0px;
	line-height: 1;
	border-style: solid;
	border-width: 11px 0px 11px 15px;
	border-color: transparent transparent transparent #353637;
	z-index: 9;
}
#pdt-detail {
	position: relative;
	margin-top: 4em;
	margin-bottom: 2em;
	padding: 1em;
	border: solid 1px #6699ff;
	text-align: left;
}
#pdt-detail:before {
	content : "商品情報";
	position: absolute;
	top: -2em;
	left: -1px;
	padding: 0.4em 5em;
	text-align: center;
	line-height: 1.1;
	color: #ffffff;
	background-color: #6699ff;
	border: 1px solid #6699ff;
}
#pdt-detail > div {
		margin-bottom: 0.5em;
		line-height: 1.8;
}
#pdt-detail > div:last-child {
		margin-bottom: 0em;
}
#pdt-detail .pdt-category {
	color: #6699ff;
	font-weight: bold;
}
#pdt-detail .pdt-name {
	font-weight: bold;
}
#pdt-detail .pdt-desc {
	color: #7e7e7e;
	margin-bottom: 2.5em;
}
#pdt-detail .pdt-link {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0.3em 1em;
	text-align: right;
	line-height: 1.8;
	background-image: url("/img/movie/link_bg.png");
	background-color: #e5f7ff;
}
#pdt-detail .pdt-link a {
	text-decoration: underline;
}
#btn-back {
	margin-bottom: 4em;
}
#btn-back a {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 1em;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666b71+0,212121+99 */
	background: #161719; /* Old browsers */
	background: -moz-linear-gradient(top,  #666b71 0%, #161719 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #666b71 0%,#161719 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #666b71 0%,#161719 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666b71', endColorstr='#161719',GradientType=0 ); /* IE6-9 */	
	border-radius: 4px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#btn-back a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666b71+0,212121+99 */
	background: #161719; /* Old browsers */
	background: -moz-linear-gradient(top,  #161719 0%, #666b71 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #161719 0%,#666b71 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #161719 0%,#666b71 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161719', endColorstr='#666b71',GradientType=0 ); /* IE6-9 */	
}