@charset "utf-8";
/*html5リセット*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

body {
	line-height: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

/*html5リセットend*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "メイリオ", Meiryo, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif, "ＭＳ Ｐゴシック", "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W5";
	font-size: 12px;
	line-height: 16px;
	color: #4B4B4B;
	/*background-image:url(images/back.png);
	background-repeat:repeat;*/
	background-color: #fff;
}

a:link {
	color: #0044cc;
	text-decoration: none;
}

a:visited {
	color: #640064;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

a img:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

/* 半調 */
.clear {
	clear: both;
}

.clearfix,
#howtolink,
#ppv ul.ppv_reccomend {
	zoom: 1;
	display: inline-block;
	min-height: 1%; /* for IE 7*/
}

.clearfix:after,
#howtolink:after,
#ppv ul.ppv_reccomend:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

#header {
	margin-bottom: 5px;
	margin-top: 5px;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	float: left;
	padding-right: 5px;
	margin-right: 5px;
	height: 17px;
}

#nav ul li a {
	font-weight: normal;
	color: #969696;
	text-decoration: none;
}

#nav ul li a:hover {
	text-decoration: underline;
}

#nav ul li a:visited {
	color: #969696;
}

#nav ul li.now {
	font-weight: bold;
	color: #fff;
}

#nav ul li.now a:visited {
	color: #fff;
}

#nav ul li ul {
	list-style-type: none;
	border: 6px solid #000;
	padding: 4px 8px;
	background-color: #969696;
	margin-left: 10px;
}

#nav ul li ul li {
	float: none;
	border: none;
}

#header_bar_sab {
	float: right;
}

h1#logo {
	float: left;
	margin-right: 10px;
	margin-left: 51px;
}

.header_ad {
	float: right;
}

#logo img {
	height: 60px;
}

#search {
	background-color: transparent;
	float: left;
	border: none;
	padding: 0;
	margin-top: 14px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	radius: 0px;
}

#search #search_box {
	padding: 3px;
	font-size: 11px;
	float: left;
	width: 230px;
	/*margin-right:2px;*/
	text-align: left;
	border: 1px solid #c8c8c8;
	border-right: none;
	height: 14px;
}

#search_all {
	width: 785px;
	margin: auto;
}

#search a:link {
	color: #969696;
}

#search .now a:link {
	color: #fff;
}

#search a:visited {
	color: #969696;
}

#search .now a:visited {
	color: #fff;
}

#search ul {
	list-style-type: none;
}

#search ul li {
	float: left;
	background-color: #ebebeb;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
	background: -moz-linear-gradient(top, #fff, #ebebeb);
	color: #969696;
}

#search ul li a:link {
	display: block;
	padding: 6px 9px;
}

#search ul li a:hover {
	background-color: #dcdcdc;
	text-decoration: none;
}

#search ul li.now a:hover {
	background-color: #969696;
}

#search ul li.now {
	font-weight: bold;
	background-color: #969696;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#646464, endcolorstr=#000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#646464, endcolorstr=#000))";
	zoom: 1;
	background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
	background: -moz-linear-gradient(top, #646464, #000);
	color: #fff;
}

#search #search_category {
}

#search:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

input#search_box:active {
	border: 1px solid #000;
}

input#search_box::-webkit-input-placeholder, input#search_box:-moz-placeholder {
	color: #d1d1d1;
}

#search #search_button {
	float: left;
	background-color: #969696;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#646464, endcolorstr=#000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#646464, endcolorstr=#000))";
	zoom: 1;
	background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
	background: -moz-linear-gradient(top, #646464, #000);
	padding: 3px;
}

#container {
}

.contents {
	width: 1036px;
	margin: 0 auto;
}

/*グローバルナビ*/

ul#nav {
	list-style-type: none;
	margin-bottom: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#232323),
	color-stop(0.5, #323232),
	color-stop(0.51, #232323),
	to(#000));
	background: -moz-linear-gradient(top, #232323,
	#323232 50%,
	#232323 51%,
	#000);

	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#777777', endColorstr='#000000')"; /* IE8 */
}

ul#nav:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

ul#nav li {
	float: left;
}

ul#nav li a {
	color: #fff;
	padding: 12px 24px;
	font-size: 120%;
	line-height: 100%;
	font-weight: bold;
	display: block;
	text-align: center;
	border-left: 1px solid #000;
	border-right: 1px solid #646464;
	text-decoration: none;
}

ul#nav li:last-child a {
	-moz-box-shadow: 1px 0px 0px #000;
	-webkit-box-shadow: 1px 0px 0px #000;
	box-shadow: 1px 0px 0px #000;
}

ul#nav li a:hover {
	text-decoration: none;
}

ul#nav li a span {
	font-size: 75%;
	color: #969696;
	display: block;
	line-height: 100%;
}

ul#nav li ul {
	list-style-type: none;
	border: 4px solid #323232;
	background-color: #fff;
	margin-top: -5px;
	width: 140px;
}

ul#nav li ul li {
	float: none;
}

ul#nav li ul li a {
	display: block;
	padding: 8px 12px;
	border-bottom: 1px solid;
	color: #323232;
	width: 116px;
	font-size: 100%;
}

ul#nav li ul li a:visited {
	color: #323232;
}

ul#nav li ul li a:hover {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-color: #323232;
}

#left_colum h2 {
	color: #323232;
	border: 4px solid;
	border-bottom-width: 4px;
	padding: 9px 8px 7px 8px;
	background-color: #fff;
	font-size: 135%;
	font-weight: bold;
	margin: 5px 0 10px 0;
	text-indent: 27px;
}

h2#product_list_dlabel {
	background: url(/images/index_07.gif) no-repeat;
	background-position-x: 4px;
	margin: 5px 0;
}

li#archive a:link {
	background-color: #e1e1e1;
}

/*レフトカラム*/

#left_colum {
	float: left;
	width: 728px;
	text-align: left;
	border: none;
}

#left_colum a:link {
	color: #0044cc;
}

#left_colum a:visited {
	color: #640064;
}

#left_colum ul {
	list-style-type: none;
	margin: 0;
	font-size: 12px;
}

#top_recom_js {
	height: 350px;
}

.reccomend {
	width: 611px;
	margin: auto;
	position: relative;
	float: left;
}

.reccomend a {
	display: block;
	height: 611;
	height: 344px;
	margin: 0;
	padding: 0;

}

.reccomend p#camp a {
	height: 20px;
	color: #ffe600;
	text-decoration: underline;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

.reccomend p#camp a:hover {
	text-decoration: none;
	color: #fff;
}

ul.reccomend_mini {
	width: 111px;
	float: right;
}

#left_colum ul.reccomend_mini li {
	height: 69px;
}

#left_colum ul.reccomend_mini li:nth-child(n+6) {
	display: none;
}

#left_colum ul.reccomend_mini li img {
	width: 100%;
	height: auto;
	margin: 0;
}

#left_colum ul.reccomend_mini li a {
	height: auto;
	padding: 0;
	border: 2px solid #fff;
	margin: 0;
	display: block;
}

#left_colum ul.reccomend_mini li a:visited {
	border-color: #fff;
}

#left_colum ul.reccomend_mini li a:hover {
	border-color: #000;
}

#left_colum ul.reccomend_mini li a.clicked {
	border-color: #000;
}

.reccomend span {
	text-indent: 0;
	position: absolute;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	top: 5px;
	left: 5px;
	width: 80px;
	height: 16px;
	background-color: #fff;
	border: 2px solid;
}

/*ジャンル*/

span#music {
	color: #64c8ff;
}

span#variety {
	color: #ff9600;
}

span#seiyu {
	color: #96f064;
}

span#gravure {
	color: #5064ff;
}

span#sexy {
	color: #ff3264;
}

.information {
	position: relative;
	margin-top: -64px;
	background-color: #323232;
	opacity: 0.8;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	padding: 5px 10px;
}

.reccomend table {
	width: 591px;
	border-collapse: collapse;
	font-size: 13px;
}

.reccomend tr {
	color: #fff;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.reccomend th, .reccomend td {
	width: 491px;
	padding-bottom: 2px;
	white-space: nowrap;
	overflow: hidden;
}

.reccomend th {
	font-weight: bold;
	width: 17%;
}

.section {
	border: 1px solid #c8c8c8;
	margin-bottom: 10px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	radius: 5px;
	padding: 4px 9px 4px 0;
}

.section#program {
	padding: 0;
	height: 339px;
	overflow-y: scroll;
}

.onair {
	border-bottom: 1px solid #c8c8c8;
	padding: 5px 10px 2px;
}

.program {
	padding: 10px;
}

#program ul {
	list-style-type: none;
}

#program ul li#next {
	background-color: #ebebeb;
	padding: 0px 6px;
	font-size: 11px;
	margin: 5px 0;
}

#program ul li {
}

#program ul li a:link {
	display: block;
	border-bottom: 1px dotted;
	padding: 5px;
	color: #323232;
}

#program ul li a:visited {
	color: #323232;
}

#program ul li a:hover {
	background-color: #fff5e6;
	text-decoration: none;
}

#program ul li a.nowonair {
	background-color: #fff5e6;
	text-decoration: none;
}

#program h4 {
	font-weight: bold;
	float: left;
	width: 210px;
	height: 18px;
	overflow: hidden;
}

#program span {
	float: left;
	margin-right: 10px;
}

.section#menu_news {
	border-top: none;
	padding-bottom: 6px;
}

.section h3 {
	background-image: url(images/index_09.gif);
	background-repeat: repeat;
	border: 1px solid #000;
	border-left: 6px solid;
	padding: 4px 8px;
	font-weight: bold;
	color: #000;
	font-size: 16px;
	margin: 3px 0 3px 9px;
}

.section img {
}

.section_left {
	border: 1px solid;
	padding: 0 0 10px 0;
	margin: 5px 0;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.section_left h2#product_list_dlabel {
	margin: 0 0 5px 0;
}

/*今週のオススメ*/

ul#weekly {
	margin-bottom: 10px;
}

#weekly:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

#weekly li {
	float: left;
	margin-right: 10px;
	width: 236px;
}

#weekly li:last-child {
	margin-right: 0;
}

#weekly li img {
	padding: 5px;
	border: 1px solid #c8c8c8;
	width: 236px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 3px;
}

#weekly h3 a {
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
	margin: 2px 0 4px 0;
	display: block;
}

#weekly small {
	color: #969696;
	font-size: 90%;
}

#weekly p {
}

.picup {
	width: 256px;
	float: left;
	margin: 2px 5px 10px 5px;
	position: relative;
}

.picup h4 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	padding: 0 8px;
}

.picup a:link {
	text-decoration: none;
}

.picup a:hover {
	text-decoration: underline;
}

small.date {
	font-size: 10px;
	border: 1px dotted;
	padding: 1px 6px;
	margin-right: 2px;
	color: #323232;
}

span.new {
	background: url(images/pickup_new.png) no-repeat left center;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 39px;
	height: 41px;
	z-index: 9999;
}

.picup_small h4 {
	margin: 0 5px 5px 5px;
}

/*右カラム*/
#right_colum {
	float: right;
	width: 300px;
}

.banner {
	margin-bottom: 10px;
}

#right_colum .arrival h2 {
	border: solid #000;
	border-width: 1px 1px 1px 5px;
	padding: 8px;
	color: #000;
	font-size: 130%;
	font-weight: bold;
}

#right_colum .arrival li h3 {
	font-size: 120%;
	border: none;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #969696;
	padding: 0;
}

#right_colum .arrival ul {
	border: 1px solid #969696;
	margin-bottom: 10px;
	border-top: none;
}

#right_colum .arrival li {
	padding: 10px;
	border-bottom: 1px dotted #969696;
	list-style-type: none;
}

#right_colum .arrival li:last-child {
	border-bottom: none;
}

/*フッター*/
#footer {
	padding: 30px 0;
	font-size: 15px;
	border-top: 1px solid #000;
	margin-top: 10px;
	background-color: #000; /*IE*/
	background: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#000));
	background: -moz-linear-gradient(top, #323232, #000);
}

#footer ul {
	list-style-type: none;
	border-bottom: 5px solid #1e1e1e;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

#footer ul li {
	float: left;
	font-weight: bold;
	margin-right: 15px;
	border-right: 1px dotted;
	padding-right: 10px;
	min-width: 90px;
}

#footer ul li a:link {
	color: #fff;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer ul li a:visited {
	color: #fff;
}

#footer ul li ul {
	margin-top: 8px;
	margin-left: 8px;
	color: #969696;
	border-bottom: none;
}

#footer ul li ul li {
	float: none;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 3px;
	margin-right: 0;
	border: none;
}

#footer ul li ul li a:link {
	color: #969696;
}

#footer ul li ul li a:visited {
	color: #969696;
}

#global_footer_nav {
	padding: 30px 0;
	font-size: 15px;
	border-top: 1px solid #000;
	margin-top: 10px;
	background-color: #000; /*IE*/
	background: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#000));
	background: -moz-linear-gradient(top, #323232, #000);
}

#global_footer_nav ul {
	list-style-type: none;
	border-bottom: 5px solid #1e1e1e;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

#global_footer_nav ul li {
	float: left;
	font-weight: bold;
	margin-right: 15px;
	border-right: 1px dotted;
	padding-right: 10px;
	min-width: 90px;
}

#global_footer_nav ul li a:link {
	color: #fff;
	text-decoration: none;
}

#global_footer_nav ul li a:hover {
	text-decoration: underline;
}

#global_footer_nav ul li a:visited {
	color: #fff;
}

#global_footer_nav ul li ul {
	margin-top: 8px;
	margin-left: 8px;
	color: #969696;
	border-bottom: none;
}

#global_footer_nav ul li ul li {
	float: none;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 3px;
	margin-right: 0;
	border: none;
}

#global_footer_nav ul li ul li a:link {
	color: #969696;
}

#global_footer_nav ul li ul li a:visited {
	color: #969696;
}

#minibanner {
	margin-top: 10px;
}

#footer_sub {
	text-align: center;
}

#footer_sub a:link {
	color: #969696;
}

#footer_sub a:visited {
	color: #969696;
}

#clumb {
	font-size: 11px;
	color: #646464;
	margin: 0 5px;
}

#clumb a:visited {
	color: #969696;
}

#clumb span {
	color: #323232;
	font-weight: bold;
}

/*番組個別ページ*/

#detail h1 {
	background-color: #fff;
	border: 4px solid #323232;
	color: #000;
	font-size: 130%;
	font-weight: bold;
	padding: 9px;
}

#detail h2 {
	background: #fff;
	border: none;
	text-indent: inherit;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid;
	padding-bottom: 2px;
	margin: 6px 0;
}

#detail .text, #detail_photo_list {
	margin-bottom: 10px;
}

#list_panc {
	margin-bottom: 5px;
}

ul#social {
	margin: 5px 0;
}

ul#social:after, .item:after, #detail_photo_list:after, ul#shedule:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

#social li {
	float: left;
	margin-right: 5px;
}

#social li:last-child {
	margin-right: 0;
}

#detail .item img.item_img {
	float: left;
	margin-right: 10px;
}

#detail .item table {
	border-top: 2px solid #323232;
	margin: 10px 0;
	text-align: left;
}

#detail .details {
	width: 398px;
	float: left;
}

#detail .item th {
	background-color: #f9f9f9;
	color: #323232;
	border-bottom: 1px dotted #969696;
	font-weight: bold;
	padding: 6px 9px;
	width: 30%;
}

#detail .item td {
	background: #fff;
	border-bottom: 1px dotted #969696;
	padding: 6px 9px;
	vertical-align: middle;
	width: 70%;
}

#detail .item td small {
	font-size: 90%;
	color: #969696;
}

#detail_photo_list a {
	float: left;
}

#detail_photo_list a img {
	height: auto;
	width: 182px;
	height: auto;
}

ul#shedule {
	border-top: 1px solid #969696;
	border-left: 1px solid #969696;
	margin-bottom: 10px;
}

ul#shedule li {
	border-bottom: 1px solid #969696;
	border-right: 1px solid #969696;
	padding: 5px;
	width: 16%;
	text-align: center;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 90%;
}

ul#shedule li:nth-child(odd) {
	background: #f9f9f9;
}

#left_colum .ondemand a:link {
	display: block;
	padding: 15px;
	text-align: center;
	background: linear-gradient(#ff0000, #c80000);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#c80000));
	background: -moz-linear-gradient(top, #ff0000, #c80000);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#ff0000, endcolorstr=#c80000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ff0000, endcolorstr=#c80000))";
	zoom: 1;
	color: #fff;
	font-size: 115%;
	font-weight: bold;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	border: 1px solid #c80000;
	text-shadow: 0px -1px 0px #640000;
	width: 70%;
	-moz-box-shadow: 0px 2px 3px #777777;
	-webkit-box-shadow: 0px 2px 3px #777777;
	box-shadow: 0px 2px 3px #777777;
}

#left_colum .ondemand a:hover {
	text-decoration: none;
	background: linear-gradient(#333333, #000000);
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background: -moz-linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#333333, endcolorstr=#000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#333333, endcolorstr=#000000))";
	zoom: 1;
	border-color: #000;
	color: #ffe600;
	text-shadow: 0px -1px 0px #333333;
}

/*Add yu-ki*/
.submenu {
	color: #AAA;
	background: none repeat-x scroll 0 0 #333;
	border: 1px solid #fff;
	z-index: 9999;
	position: absolute;
	visibility: hidden;
}

.submenu a {
	display: block;
	float: left;
}

/
/
Form系色々
form .input {
	color: #444;
}

form .required {
	font-weight: bold;
}

form .required label:after {
	color: #e32;
	content: '*';
	display: inline;
}

form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}

label {
	display: block;
	font-size: 110%;
	margin-bottom: 3px;
}

select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}

select[multiple=multiple] {
	width: 100%;
}

option {
	font-size: 120%;
	padding: 0 3px;
}

input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}

div.checkbox label {
	display: inline;
}

input[type=radio] {
	float: left;
	width: auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}

.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}

input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}

form .submit input[type=submit] {
	background: #62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
}

form .submit input[type=submit]:hover {
	background: #5BA150;
}

/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}

form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}

form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

#program_pdf_list {

}

#program_pdf_list li {
	padding: 0;
	float: left;
	text-align: center;
}

#program_pdf_list li a {
	padding: 5px;
}

#program_list_nav {
	width: 100%;
	margin-top: 10px;
}

#program_list_label {
	/*width:100%;
	font-size:16px;
	font-weight:bold;*/
	background: url("/images/index_07.gif") no-repeat scroll 0 0 transparent;
	margin: 5px 0;
	border: 4px solid;
	color: #323232;
	font-size: 135%;
	font-weight: bold;
	padding: 9px 8px 7px;
	text-indent: 27px;
}

#program_list_title {
	font-size: 16px;
	font-weight: bold;
	background-color: #eeeeee;
	margin: 10px 0;
	padding: 5px;
}

#program_list_time {
	width: 135px;
	float: left;
}

#program_list_img {
	width: 165px;
	/*float:left;*/
}

#program_list_img > a {
	float: left;
	margin-right: 10px;
}

/*DC-CUBE関連*/

#product_list {
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#product_list_photo {
	float: left;
	margin-right: 10px;
}

#product_list_text {
	float: left;
	width: 478px;
}

h3#product_list_title {
	font-size: 135%;
	font-weight: bold;
	margin-bottom: 5px;
}

#product_list_actors {
	margin-bottom: 3px;
}

.pagenav strong {
	display: block;
	padding: 5px 10px 4px 9px;
	float: left;
	margin-right: 5px;
	font-weight: bold;
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
}

.pagenav li.now {
	display: block;
	padding: 5px 10px 4px 9px;
	float: left;
	margin-right: 5px;
	font-weight: bold;
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
}

.pagenav a {
	display: block;
	padding: 5px 10px 4px 9px;
	float: left;
	margin-right: 5px;
	background-color: #fff;
	color: #969696;
	border: 1px solid #c8c8c8;
}

.pagenav a:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #fff;
	text-decoration: none;
}

#product_list_status {
	display: none;
}

#product_list_broadcast {
	color: #ACACAC;
}

#product_list_info {
	border-top: 1px dashed #C8C8C8;
	margin-top: 3px;
	padding-top: 6px;
}

#detail_title {
	clear: both;
	background-color: #fff;
	border-bottom: 1px dashed #323232;
	border-left: 9px solid #323232;
	color: #323232;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 15px;;
	padding: 4px 0 4px 5px;
}

#product_detail_social_button {
	clear: both;
}

#product_detail_social_button a {
	display: block;
	float: left;
	margin: 0 2px 4px;
}

#product_detail_content {
	width: 100%;

}

#product_detail_content p {
	padding: 2px;
}

/*DC-CUBE ブロック*/
#bloc_box {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #C8C8C8;
	margin: 5px 0;
}

#bloc_label {
	-moz-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	background: #eaeaea;
	font-weight: bold;
	line-height: 200%;
	padding: 2px;
	text-align: center;
}

#bloc_main {

}

#bloc_main_backnumber {
	height: 300px;
	overflow: scroll;
}

#backnumber_link a, #ranking_link a {
	float: block;
	display: block;
	text-decoration: none;
	vertical-align: top;
	clear: both;
	padding: 2px 15px 5px;
	margin: 2px 0;
	border-bottom: 1px solid #ccc;
}

#backnumber_link a img, #ranking_link a img {
	float: left;
}

#backnumber_link a:hover, #ranking_link a:hover {
	background: #eee;
}

#product_actor_list {
	float: left;
	width: 200px;
	text-align: center;
	padding: 5px;
}

/*#top_news_box{
	display:none;
	
}*/
.hiddenbox {
	display: none;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

.mr5 {
	margin-right: 5px;
}

.ml5 {
	margin-left: 5px;
}

/*静的ページ用CSS*/

.pages {
	width: 100%;
}

.pages ul {
	padding: 0 0 0 20px;
}

.pages ul li {
	list-style: disc;
}

.pages img {
	max-width: 100%;
}

.pages #pages_label {
	background: url(/images/index_07.gif) no-repeat;
	background-position-x: 4px;
	margin: 5px 0;
}

.pages #title {
	border-bottom: 1px dashed #323232;
	border-left: 9px solid #323232;
	clear: both;
	color: #323232;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0;
	padding: 4px 0 4px 5px;
}

.pages #pagetext {
	text-indent: 10px;
}

.pages table {
	border-top: 2px solid;
	margin-top: 10px;
	text-align: left;
	width: 100%;
}

.pages table th {
	background-color: #F9F9F9;
	color: #323232;
	border-bottom: 1px solid #dedede;
	font-weight: bold;
	padding: 12px 18px;
	width: 150px;
}

.pages table td {
	background: #fff;
	border-bottom: 1px solid #dedede;
	padding: 12px 18px;
	vertical-align: middle;
}

.pages table .input_email {
	width: 60%;

}

.pages table .input_textarea {
	width: 60%;
	height: 100px;
}

.pages p#age_check {
	text-align: center;
	padding: 20px 0;
}

.buttonnavi a {
	display: block;
	float: left;
	margin: 5px;
}

.buttonnavi input {
	float: left;
	margin: 5px;
}

ul#faq {
	padding: 0;
}

.pages h3 {
	border-bottom: 1px dashed #323232;
	border-left: 9px solid #323232;
	color: #323232;
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0;
	padding: 4px 0 4px 5px;
}

ul#faq li {
	list-style-type: none;
	margin: 5px 0px 15px 10px;
}

ul#faq li:nth-child(odd) {
	font-size: 120%;
	font-weight: bold;
	color: #000;
	margin-left: 0;
	margin-bottom: 0;
}

ul#faq p {
	margin: 5px 0;
}

ul#faq h4 {
	font-size: 120%;
	font-weight: bold;
}

#howtolink {
	padding: 0;
}

#howtolink li {
	list-style-type: none;
	float: left;
}

#howtolink li a,
#howtolink li a:visited {
	display: block;
	padding: 13px 20px 10px 20px;
	border: 1px solid #c8c8c8;
	margin: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #666666;
	font-weight: bold;
	font-size: 140%;
	line-height: 1;
	background: linear-gradient(#ffffff, #dddddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
	background: -moz-linear-gradient(top, #ffffff, #dddddd);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#ffffff, endcolorstr=#dddddd);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#dddddd))";
	zoom: 1;
	text-shadow: 0px 1px 0px #ffffff;
}

#howtolink li a:hover {
	color: #000000;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#announce h4, #announce h4 span {
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0;
}

#announce h4 {
	color: #000;
}

#announce h4 span {
	color: #ff0000;
	margin-left: 3px;
}

#announce p span.caution {
	color: #ff0000;
	font-weight: bold;
	font-size: 120%;
}

#ppv ol {
	margin: 10px 0px 10px 20px;
}

#ppv ol li {
	margin-bottom: 10px;
}

#ppv ol li:last-child {
	margin-bottom: 0px;
}

#ppv ol li h4 {
	font-weight: bold;
	font-size: 110%;
	color: #000;
	border-bottom: 1px dotted #999;
	padding-bottom: 3px;
	margin-bottom: 6px;
}

#ppv ul {
	padding: 0;
}

#ppv ul li {
	list-style-type: none;
	margin: 10px 0;
}

#ppv h2.ppv_reccomend {
	padding: 0;
	color: #fff;
	background: #00a9e9;
	border: none;
	text-indent: 0;
	margin: 20px 0 10px 0;
	font-size: 140%;
	padding: 10px 0 8px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#ppv ul.ppv_reccomend {
	margin-bottom: 15px;
}

#ppv ul.ppv_reccomend li {
	margin: 0;
	width: 236px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

#ppv ul.ppv_reccomend li h3 {
	padding: 0;
	border: none;
	margin: 6px 0 2px 0;
	height: 32px;
	overflow: hidden;
}

#ppv ul.ppv_reccomend li a h3 {
	text-decoration: underline;
}

#ppv ul.ppv_reccomend li a:hover,
#ppv ul.ppv_reccomend li a:hover h3 {
	text-decoration: none;
}

#ppv ul.ppv_reccomend li:nth-child(3n) {
	margin-right: 0;
}

#ppv a.ppv_list {
	display: inline-block;
	text-decoration: none;
	padding: 10px 20px;
	color: #fff;
	margin-top: 5px;
	font-weight: bold;
	font-size: 120%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0px -1px 0px #00a9e9;
	background: linear-gradient(#32c8ff, #00a9e9);
	background: -webkit-gradient(linear, left top, left bottom, from(#32c8ff), to(#00a9e9)); /*chrome*/
	background: -moz-linear-gradient(top, #32c8ff, #00a9e9); /*firefox*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#32c8ff, endcolorstr=#00a9e9); /*IE7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#32c8ff, endcolorstr=#00a9e9))";
	zoom: 1; /*IE9,IE8*/
}

#ppv a.ppv_list:hover {
	color: #fe0;
}

a.ppv_banner,
a.ppv_banner img {
	display: block;
	margin: 10px auto;
}

body#agecheckbody {
	font-family: "メイリオ", Meiryo, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif, "ＭＳ Ｐゴシック", "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W5";
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
	background: #000;
}

.clearfix,
#agecheck ul {
	zoom: 1;
	display: inline-block;
	min-height: 1%; /* for IE 7*/
}

.clearfix:after,
#agecheck ul:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

#agecheck img {
	display: block;
	margin: auto;
}

#agecheck img:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}

.wrap#agecheck {
	width: 964px;
	margin: 0 auto;
	text-align: center;
	padding: 150px 0;
}

#agecheck .logo {
	margin-bottom: 30px;
}

#agecheck h1,
#agecheck h2,
#agecheck h3 {
	font-weight: bold;
}

#agecheck h1 {
	font-size: 270%;
	line-height: 1;
	margin-bottom: 5px;
}

#agecheck .agechecklogo {
	margin-bottom: 20px;
}

#agecheck h2 {
	color: #f00;
	margin-bottom: 26px;
	background: #000;
}

#agecheck h2,
#agecheck h3 {
	font-size: 135%;
}

#agecheck h3 {
	margin-bottom: 6px;
	font-weight: normal;
}

#agecheck ul {
	width: 158px;
	margin: 0 auto;
}

#agecheck ul li {
	float: left;
	margin: 0 10px;
	width: 59px;
	list-style: none;
}

#agecheck ul li img {
	margin-bottom: 4px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#agecheck ul li a {
	text-decoration: none;
	color: #fff;
}

#agecheck ul li:last-child a {
	color: #666;
}

#agecheck ul li a:hover {
	color: #f00;
}

#agecheck ul li a:hover img {
	background: #f00;
}

#agecheck ul li a:hover,
#agecheck ul li a:hover img {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#agecheckbody #right_colum,
#agecheckbody #nav,
#agecheckbody .ppv_banner,
#agecheckbody #header,
#agecheckbody #header_bar,
#agecheckbody #minibanner,
#agecheckbody #global_footer_nav {
	display: none;
}

#signoff h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0;
}

#signoff p {
	margin-bottom: 15px;
	line-height: 2;
}

#signoff p.caution {
	color: #f00;
}

#signoff table {
	margin-bottom: 20px;
}

#signoff a.button {
	display: inline-block;
	float: right;
	margin-right: 20px;
	text-decoration: none;
	color: #000;
	padding: 10px 14px;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid;
	border-radius: 10px;
}

#signoff a.button:hover {
	color: #f00;
}

ul#nav {
	margin-bottom: 15px;
}

#left_colum .pages h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	border: 5px solid;
	line-height: 1;
	margin-bottom: 10px;
	padding: 10px 10px 7px 10px;
}

#left_colum .pages h2 {
	margin-top: 20px;
	background: transparent;
	background-color: #fff;
	text-indent: 0;
	color: #000;
	font-size: 18px;
	border: none;
	border-left: 5px solid;
	padding: 6px;
	line-height: 1;
	padding-top: 8px;
}

#left_colum .pages h3 {
	border: none;
	text-indent: 0;
	padding: 0;
	color: #000;
	font-size: 16px;
	margin-top: 20px;
}

#left_colum ul.choiceHow {
	padding: 0;
	margin-top: 10px;
}

ul.choiceHow li {
	list-style-type: none;
}

#left_colum .pages ol {
	padding-left: 20px;
	margin: 10px 0;
}

#left_colum .pages ol li {
	margin: 15px 0;
	line-height: 1.7;
}

#left_colum .faq {
	padding: 0;
}

#left_colum .faq li {
	list-style-type: none;
}

#left_colum .faq > li:nth-child(odd) {
	font-size: 16px;
	margin-bottom: 10px;
	color: #000;
	font-weight: bold;
}

#left_colum .faq > li:nth-child(even) {
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 14px;
	padding-left: 15px;
}

#left_colum .faq > li ul.genre {
	padding: 0;
	margin-top: 20px;
}

#left_colum .faq > li ul.genre > li {
	margin-bottom: 15px;
}

#left_colum .faq > li ul.genre > li b {
	display: block;
	font-weight: bold;
	color: #000;
	font-size: 16px;
}

.section#program table.program_bloc {
	margin: 0;
	padding: 0;
	font-size: 10px;
	width: 100%;
}

.section#program table.program_bloc tr {
	border-bottom: 1px dashed #999;
}

.section#program table.program_bloc tr:first-child {
	background: #91611f;
}

.section#program table.program_bloc td {
	padding: 3px 5px;
}

.section#program table.program_bloc td > a {
	text-decoration: none;
	color: #333;
}

.section#program table.program_bloc td > a:hover {
	text-decoration: underline;
	color: #333;
}

.section#program .program_bloc_now_onair {
	text-align: center;
	width: 100%;
}

.section#program .program_bloc_now_onair > a {
	display: inline-block;
}

h2.howto_title_h2 {
	line-height: 20px;
}

h2.howto_title_h2 img{
	height:20px;
	width:auto;
}


div.howto_pigoo_div{
	/*width:100%;*/
	margin-left: -15px;
	margin-right: -15px;
}

div.howto_pigoo_div > .full{
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	float: left;
	position: relative;
	margin: 0;
}

div.howto_pigoo_div > .half{
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
	float: left;
	position: relative;
	margin: 0;
}

div.howto_pigoo_div > .half > div{
	width: 100%;
	box-sizing: border-box;
	padding: 15px 0;
}

div.howto_pigoo_div > .half > .pigoo_info{
	border-radius: 10px;
	border:2px solid #2e6da4;
	text-align: center;
	padding: 15px 5px;
	min-height: 70px;
	font-size:13px;
	font-weight:bold;
	background: #337ab7;
	color: #fff;

}
div.howto_pigoo_div > .half > .pigoo_info .text-danger{
	color: #ffa6b5;
	font-size: 16px;

	/*text-shadow: #﻿996666 1px 1px;*/
}


.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn {
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
}

.btn-primary {
	background-color: #3c8dbc;
	border-color: #367fa9;
}

a.btn-primary,
a:link.btn-primary
a:active.btn-primary{
	color: #fff !important;
}

.btn-block {
	display: block;
	/*width: 100%;*/
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
	background-color: #367fa9;
	text-decoration: none;
}

.btn-success {
	background-color: #00a65a;
	border-color: #008d4c;
}

a.btn-success,
a:link.btn-success
a:active.btn-success{
	color: #fff !important;
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
	text-decoration: none;
}

.btn-warning {
	color: #fff !important;
	background-color: #f39c12;
	border-color: #e08e0b;
}

.btn-warning:hover {
	color: #fff !important;
	background-color: #ec971f;
	border-color: #d58512;
	text-decoration: none;
}