@charset "utf-8";
/*****************************************************
Title: common.css
Created: 2013‒03‒22
Last Modified: 2013‒03‒22
******************************************************/

/* Table Of Contents
----------------------------------------
# General Elements
# Common Parts
# Layout
# Header
# Content
# Footer
# unit--ad	2015/10/10	added
----------------------------------------*/

/*--------------------------------------------------------------------
General Elements

--------------------------------------------------------------------*/
body {
	margin:0;
	padding:0;
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	position:relative;
	font-size:12px;
	letter-spacing:0;
	line-height:1.7;
	background: url(../img/common/bg.gif) repeat left top;
	color: #333;
}

.clear {
	clear:both
}

ul {
	zoom:100%
}

ul:after {
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden
}

li {
	list-style-image:none;
	list-style-type:none;
	list-style:none;
	margin:0;
	padding:0
}

a {
	outline:none;
	color:#333;
	text-decoration:none;
}
a:hover{
	color: #333;
	text-decoration: underline;
}

.Uline a {
	outline:none;
	color:#333;
	text-decoration:underline !important;
}

.Uline a:hover {
	outline:none;
	color:#333;
	text-decoration:none !important;
}

.labelTitle {
background: #444;
	color: #fff;
	display: inline-block;
	padding: 3px 10px;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 10px;
	
}

/*--------------------------------------------------------------------
Common Parts

--------------------------------------------------------------------*/
.none,
.pageTitle{
	display: none;
}
.font10{
	font-size: 10px;
}
.font11{
	font-size: 11px;
}

.font16 {
	font-size: 16px;
}

.font22{
	font-size: 22px;
}
.mb0{
	margin-bottom: 0;
}

.bold{
	font-weight: bold
}
.center{
	text-align: center
}
.tright{
	text-align: right;
}
.fleft{
	float: left
}
.fright{
	float: right
}
.mgb0{
	margin-bottom: 0 !important;
}

.mgb10{
	margin-bottom: 10px !important;
}

.mg10 {
	margin-bottom: 10px !important;
}

.mg20 {
	margin-bottom: 20px !important;
}

.mg30 {
	margin-bottom: 30px !important;
}

.mtg0{
	margin-top: 0 !important;
}

.pat10{
	padding-top: 10px !important;
}

.mgt20{
	margin-top: 20px !important; 
}

.mgt10{
	margin-top: 10px !important; 
}

.borderB {
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 0;
}

.border0{
	border: 0 !important;
}

.pb0{
	padding-bottom: 0 !important;
}

.mbpb0{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}


a.btn,
a.btn:hover,
.btn a,
.btn a:hover{
	text-decoration: none !important;
}


a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

p.members {
	display: inline-block;
	float: right;
}
p.members a{
	display: block;
	background: #faec0c;
	color: #000;
	padding: 3px 9px;
}
p.members a span{
	background: url(../img/common/arrow_yellow.gif) no-repeat 0 center;
	font-weight: bold;
	padding: 4px 0 2px 13px;
}
p.members a:hover{
	background: #000;
	color: #faec0c;
}
p.members a:hover span{
	background: url(../img/common/arrow_black.gif) no-repeat 0 center;
}
div.headerTop{
	overflow: hidden;
	padding: 10px 0;
}
div.headerTop ul.sns{
	float: right;
	padding-top: 3px;
	height: 23px;
}
div.headerTop ul.sns li{
	float: right;
}
div.headerTop ul.sns li.tweet{
	margin-left: 5px;
}
iframe.twitter-share-button {
	width: 105px!important;
}
h2.headStyle{
	font-size: 16px;
	margin-bottom: 15px;
}
h3.headStyleS{
	font-size: 12px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.cap01s{
	border-left: 5px solid #e3057e;
	padding-left: 7px;
}
.cap02s{
	border-left: 5px solid #00a0de;
	padding-left: 7px;
}
div.contHead{
	border-bottom: 1px solid #ebebeb;
}
h2.headStyle2,
h1.headStyle{
	font-size: 14px;
	margin-bottom: 4px;
	border-left: 5px solid #e3057e;
	padding: 4px 0 4px 7px;
}
h3.headStyle{
	font-size: 14px;
}

/*Form*/
input::-webkit-input-placeholder {
    font-size: 10px;
    /*padding-top: 3px;*/
}
input:-moz-placeholder {
    font-size: 10px;
    padding-top: 3px;
}
input::-moz-placeholder {
    font-size: 10px;
    padding-top: 3px;
}
input.textBox{
	border: 1px solid #d9d9d9;
}
input.grayBtn{
	border-radius: 0;
	border: 0;
}
.grayBtn{
	background: #ebebeb;
}
.grayBtn2{
	background: #e1e1e1;
}
.grayBtn a,
.grayBtn2 a{
	display: block;
	padding: 4px 7px 2px;
	text-decoration: none
}
.grayBtn span,
.grayBtn2 span{
	background: url(../img/common/arrow_gray.gif) no-repeat left center;
	padding: 4px 0 2px 12px;
	letter-spacing: 0
}

.grayBtn:hover,
.grayBtn2:hover{
	background: #444;
	color: #fff;
}
.grayBtn:hover a,
.grayBtn2:hover a{
	color: #fff;
}

.grayBtn:hover span,
.grayBtn2:hover span{
	background: url(../img/common/arrow_gray2.gif) no-repeat left center;
}

.tvGrayBtn {
	background: #ebebeb;
	width: 70px;
	margin-top: 5px;
}

.tvGrayBtn span {
    background: url(../img/common/arrow_gray.gif) no-repeat left center;
	padding: 4px 0 2px 12px;
	letter-spacing: 0;
	}

.tvGrayBtn a {
	display: block;
	padding: 4px 7px 2px;
	text-decoration: none;
	width: 120px;
}

.grayBtnl span{
	background: url(../img/common/arrow_grayr.gif) no-repeat left center;
	padding: 4px 0 2px 12px;
	letter-spacing: 0
}
.grayBtnl:hover span{
	background: url(../img/common/arrow_grayr2.gif) no-repeat left center;
}

.grayBtnr span{
	background: url(../img/common/arrow_gray.gif) no-repeat right center;
	padding: 4px 12px 2px 0;
	letter-spacing: 0
}
.grayBtnr:hover span{
	background: url(../img/common/arrow_gray2.gif) no-repeat right center;
}


/*blue button*/
.blueBtn{
	background: #00a0de;
	display: inline-block
}
p.blueBtn a{
	display: block;
	padding: 4px 7px 2px;
	color: #fff;
	text-decoration: none !important;
}
p.blueBtn span{
	background: url(../img/common/arrow_blue.gif) no-repeat left center;
	padding: 4px 0 2px 12px;
}
.blueBtn a:hover{
	background: #444;
}



/*download button*/
.download{
	background: #444444;
	display: inline-block;
	margin-left: 10px;
	z-index: 9999
}
p.download a{
	display: block;
	padding: 4px 16px 2px;
	color: #fff;
}
p.download span{
	background: url(../img/common/icon_download.gif) no-repeat left center;
	padding: 4px 0 2px 25px;
}
.download span#messageBox{
	background: url(../img/common/blow.png) no-repeat left top;
	width: 157px;
	height: 35px;
	position: absolute;
	bottom: -70px;
	left: -25px;
	display: block;
	padding: 30px 10px 15px;
	font-size: 11px;
	font-weight: normal;
	display: none;
	z-index: 9999
}
p.download a:hover{
	text-decoration: none
}

/*Request button*/
.requestBtnS a{
	padding: 4px 16px 2px;
}

/*blue button*/
.yellowBtn{
	background: #faec0c;
	display: inline-block;
}
.yellowBtn a{
	display: block;
	padding: 4px 7px 2px;
	color: #000
}
.yellowBtn a:hover{
	text-decoration: none;
	background: #444;
	color: #fff;
}

.faviselect{
	background: #fefab8;
}
.faviselect a{
	color: #666 !important;
}
.faviselect a:hover{
	text-decoration: none;
	background: #fefab8;
	color: #666
}

/*dark gary button*/
.dgrayBtn{
	background: #444;
	display: inline-block;
	margin-left: 5px;
}
p.dgrayBtn a{
	display: block;
	padding: 4px 7px 2px;
	color: #fff
}
p.dgrayBtn a span{
	background: url(../img/common/arrow_down3.gif) no-repeat left center;
	padding: 4px 0 2px 12px;
}

/*scrollbar*/
.customScroll .viewport {
	height: 137px;
	overflow: hidden;
	position: relative;
}
.customScroll .overview {
	list-style:none;
	position:absolute;
	left:5px;
	top:0;
	width: 200px
}
.customScroll .thumb .end,.customScroll .thumb {
	background-color:#c2c2c2;
}
.customScroll .scrollbar {
	position:relative;
	float:right;
	width:7px;
}
.customScroll .track {
	background-color:#ebebeb;
	height:100%;
	width:7px;
	position:relative;
	padding:0 1px;
}
.customScroll .thumb {
	height:20px;
	width:7px;
	cursor:pointer;
	overflow:hidden;
	position:absolute;
	top:0;
}
.customScroll .thumb .end {
	overflow:hidden;
	height:5px;
	width:13px;
}
.customScroll .disable {
	display:none;
}
.noSelect {
	user-select:none;
	-o-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
}

/*table*/
table#oalist,
table#timetable{
	margin-bottom: 20px;
	empty-cells: show;
}
table#oalist th,
table#timetable th{
	background: #ebebeb;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	vertical-align: top;
	text-align: left;
	font-weight: normal
}
table#timetable th{
*width:91px;
}
table#oalist th,
table#timetable th,
table#oalist td,
table#timetable td{
	padding: 8px;
	line-height: 1.3;
	word-break: break-all;
	table-layout: fixed;
	z-index: 1; 
}
table#oalist th a:hover,
table#timetable th a:hover,
table#oalist td a:hover,
table#timetable td a:hover{
	text-decoration: underline
}
td.empty{
	padding: 0 !important;
	line-height: 1 !important;
	border: 0 !important;
	font-size: 0;
	display: none
}
tr.even{
	background: #f7f7f7;
}
td.noborderR{
	border-right: 0 !important;
}

div#tableHeader{
	background: #fff;
	padding-top: 10px;
}
div#tableHeader ul {
	overflow: hidden;
	margin-bottom: 1px;
}
div#tableHeader ul li{
	float: left;
	margin-right: 1px;
	font-size: 11px;
	line-height: 1
}
div#tableHeader ul li.last{
	margin-right: 0 !important;
}
div.fixedHead{
	position: fixed;
	top: 0;
	z-index: 10
}

div#tableHeader ul.cell li,
p.cell{
	display: block;
	color: #fff;
	background: #444;
	text-align: center;
	padding: 5px 0
}

div#tableHeader .centerList ul{
	overflow: visible
}

/**リスト中央寄せ**/
.centerList {
   position:relative;
   overflow:hidden;
}

.centerList  ul {
   position:relative;
   left:50%;
   float:left;
   padding-left: 0;
}

.centerList  li {
   position:relative;
   left:-50%;
   float:left;
}

.relative{
	position: relative;
}

.hide{
	display: none
}

a.hover:hover img,
#peopleList li a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
/*--------------------------------------------------------------------
Layout

--------------------------------------------------------------------*/
div#container{
	width: 1000px;
	margin: 0 auto;
}
div#wrapper {
	background: #fff;
	padding: 19px 20px;
	margin-bottom: 30px;
}

header {
	margin-bottom: 20px;
}

section#content{
	overflow: hidden
}

div#contWarp{
	float: left;
	width: 100%;
	margin-bottom: 75px;
}


footer {
	width:100%;
	background:#000
}


/*--------------------------------------------------------------------
Header

--------------------------------------------------------------------*/
header nav.sub ul{
	text-align: right;
}
header nav.sub ul li {
	float: right;
	margin-left: 12px;
	font-weight: bold
}
header nav.sub ul li a {
	background: url(../img/common/arrow_circle.gif) no-repeat left center;
	padding: 4px 0 2px 15px;
}
header nav.sub ul li a:hover{
	text-decoration: underline
}
header #logo{
	padding-left: 5px;
	width: 238px;
	float: left;
	display: inline;
}
header #logo a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
header p#btnHowto{
	display: inline-block;
	float: right;
	margin: 18px 0 21px;
}
header p#btnHowto a{
	display: block;
	background: #e3057e;
	color: #fff;
	padding: 12px 17px;
}
header p#btnHowto a span{
	background: url(../img/common/arrow_pink.gif) no-repeat 0 center;
	font-weight: bold;
	padding: 4px 0 2px 13px;
}

header p#btnHowto a:hover{
	background: #444444;
}
header p#btnHowto a:hover span{
	background: url(../img/common/arrow_gray3.gif) no-repeat 0 center;
}
/*global navigation */
header nav#gNavi{
	clear: both;
}
header nav#gNavi ul li{
	float: left;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #f5f5f5;
	background: #e6e6e6;
}
header nav#gNavi ul li:hover{
	background: #333;
	color: #fff
}
header nav#gNavi ul li a{
	display: block;
	padding: 19px 0 18px;
	width: 137px;
	line-height: 1;
}
header nav#gNavi ul li a:hover,
header nav#gNavi ul li.active a{
	color: #fff;
	text-decoration: none
}

header nav#gNavi ul li.oa{
	border-left: 0;
}
header nav#gNavi ul li.req{
	border-right: 0;
}

header nav#gNavi ul li.ch a{
	width: 133px;
}
header nav#gNavi ul li.mr a{
	width: 135px;
	line-height: 1.2;
	padding: 11px 0;
}
header nav#gNavi ul li.al a,
header nav#gNavi ul li.tt a{
	width: 135px;
}
header nav#gNavi ul li.oa a{
	width: 136px;
}
header nav#gNavi ul li div.navInner{
	display: none;
	position:absolute;
	overflow: hidden;
	background: url(../img/common/nav_bg.png) repeat left top;
	padding: 20px;
	z-index: 20;
}
header nav#gNavi ul li div.navInner dl{
	width: 50%;
	float: left;
	text-align: left;
	color: #fff;
}
header nav#gNavi ul li div.navInner dl dt{
	margin-bottom: 10px;
}
header nav#gNavi ul li div.navInner ul li{
	float: none;
	border: 0;
	text-align: left;
	background: transparent;
}
header nav#gNavi ul li div.navInner a{
	color: #fff;
	padding: 6px 0;
	border-bottom: 1px dotted #717171;
	width: auto;
	font-weight: normal;
	line-height: normal;
}
header nav#gNavi ul li div.navInner dt a{
	border-bottom: 0;
	padding: 0
}
header nav#gNavi ul li div.navInner a:hover{
	text-decoration: underline
}
header nav#gNavi ul li div.plList dl{
	width: 190px;
}
header nav#gNavi ul li div.plList dl.first{
	margin-right: 20px;
}

/*header bnr*/
header div.bnrArea{
	width: 468px;
	float: left;
	margin: 10px 0 0 50px;
	display: inline
}
/*--------------------------------------------------------------------
Content

--------------------------------------------------------------------*/
/*----------------------------------
#main

-----------------------------------*/
div#main {
	width: 720px;
	float: left;
}
div#topicpath{
	margin-bottom: 20px;
}
div#topicpath a{
	text-decoration: none;
}
div#topicpath a:hover{
	text-decoration: underline;
}
div.contHead p{
	float: right;
}
div#contIn{
	padding-top: 10px;
}
div#contWarp div.pgt20{
	padding-top: 20px;
}
div#contWarp div.pgt30{
	padding-top: 30px;
}
.contTop{
	padding-top: 10px;
}

div.boxStyle{
	border: 1px solid #ebebeb;
	padding: 7px;
	width: 215px;
	float: left;
	margin: 0 12px 11px 0;
	cursor: pointer
}
div.boxStyle:hover{
	background: #faec0c
}
div.boxStyle a{
	display: block;
}
div.boxStyle p.img{
	border: 1px solid #ebebeb;
	width: 213px;
	height: 134px;
	text-align: center;
	line-height: 0;
	display: table;
	background: #fff;
}
div.boxStyle p.img a{
	display: table-cell;
	vertical-align: middle
}
div.boxStyle p.title{
	margin: 5px 0;
}

div.boxStyleL{
	width: 458px;
}
div.boxStyleL p.img{
	width: 456px;
}

.tags{
	background: url(../img/common/icon_tag.png) no-repeat left 2px;
	font-size: 10px;
	padding-left: 15px;
	margin-top: 5px;
}

.desc p {
	margin: 5px 0;
	font-size: 10px;
}
div.desc dl{
	font-size: 10px;
	line-height: 1.4;
	margin-bottom: 10px;
}
div.desc dl dt{
	width: 45px;
	background-color: #e6e6e6;
	float: left;
	clear: both;
	color: #444;
	text-align: center;
	padding: 2px 2px 1px;
	margin-bottom: 3px;
	font-size: 10px;
}
div.desc dl dd{
	margin-left: 55px;
	margin-bottom: 3px;
	vertical-align: middle;
	padding: 2px 0 1px;
}
p.detailImg img{
	border: 1px solid #f7f7f7;
}
p.detailImg{
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 19px;
	margin-bottom: 19px;
}

/*----------------------------------
Wordpress 本文エリア

-----------------------------------*/
article.entryBody a,
.secBody a{
	text-decoration: none;
}
article.entryBody a:hover,
.secBody a:hover{
	text-decoration: underline;
}
article.entryBody .unit {
	margin-bottom: 30px
}
article.entryBody .unit table{
	margin-bottom: 0;
}
article.entryBody h3{
	font-size: 14px;
}
article.entryBody th,
article.entryBody td{
	background: transparent;
	padding: 2px 0;
}
article.entryBody .imgSec{
	border-bottom: 1px dotted #cccccc;
	padding: 0 0 19px;
	margin: 10px 0 19px;	
}
article.entryBody .secBody{
	/*border-top: 1px dotted #cccccc;*/
	padding: 0 0;
	margin: 0 0 19px;
}
article.entryBody .oalist{
	border-top: 1px dotted #cccccc;
	padding: 19px 0 0;
	margin: 19px 0 0;	
}
article.entryBody .oalist ul{
	list-style: none;
	padding-left: 0
}
article.entryBody .oalist ul.square{
	padding-left: 25px;
}
article.entryBody .oalist ul li a{
	text-decoration: none;
}
article.entryBody .oalist ul li a:hover{
	text-decoration: underline;
}
article.entryBody .broadcast table{
	margin-top: 0;
}
article.entryBody .broadcast th,
article.entryBody .broadcast td{
	border: 0;
	background: transparent;
	padding: 2px 0;
}
article.entryBody .secBody p{
	margin: 10px 0;
	line-height: 1.5
}
article.entryBody .entryMeta{
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	padding: 10px 5px 0;
	overflow: hidden;
	margin-bottom: 15px;
}
article.entryBody .entryMeta dl dt{
	width: 30px;
	float: left;
}
article.entryBody .entryMeta dl.cateUnit dt span{
	background: url(../img/common/icon_tagL.gif) no-repeat left top;
	width: 18px;
	height: 18px;
	display: block;
	text-indent: -9999px;
}
article.entryBody .entryMeta dl.timeUnit dt span{
	background: url(../img/common/icon_time.gif) no-repeat left top;
	width: 15px;
	height: 16px;
	display: block;
	text-indent: -9999px;
}
article.entryBody .entryMeta dl.timeUnit{
	margin-bottom: 5px;
}
article.entryBody .entryMeta dl dd{
	margin-left: 30px;
}
article.entryBody .entryMeta dl dd ul li{
	display: inline-block;
	float: left;
	background: #faec0c;
	color: #444444;
	font-size: 11px;
	line-height: 1.4;
	margin-right: 10px;
	margin-bottom: 10px;
}
article.entryBody .entryMeta dl dd ul li a{
	display: inline-block;
	padding: 3px 10px 2px;
}
article.entryBody .entryMeta dl dd ul li a:hover{
	background: #444;
	color: #fff;
}
article.entryBody .entryMeta dl dd ul li.notice{
	background: #00a0de;
	color: #fff;
}
article.entryBody .entryMeta dl dd ul li.notice a{
	color: #fff
}
article.entryBody .entryMeta dl dd ul li.liveinfo{
	background: #e3057e;
	color: #fff;
}
article.entryBody .entryMeta dl dd ul li.liveinfo a{
	color: #fff
}
article.entryBody .entryMeta a{
	text-decoration: none
}
article.entryBody ul.sns li{
	float: left;
}
article.entryBody ul.sns li.like{
	margin-right: 5px;
}
article.entryBody .secBody div{
	padding: 10px 0 0;
	margin: 10px 0 0
}
article.entryBody .secBody div.borderOn{
	border-top: 1px dotted #ccc;
	padding: 19px 0 0;
	margin: 19px 0 0;
}
article.entryBody .secBody h3,
article.entryBody .secBody h4,
article.entryBody .secBody h5{
	background: #444;
	color: #fff;
	display: inline-block;
	padding: 3px 10px;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 10px;
}
article.entryBody .secBody h5{
	background: #ebebeb;
	color: #333;
}
article.entryBody .secBody h4{
	background: #e1e1e1;
	color: #000
}
.secBody ol,
.secBody ol li{
	list-style: decimal;
	zoom: normal
}
.secBody ol,
.secBody ul{
	padding-left: 25px;
	margin: 10px 0
}
.secBody ul,
.secBody ul li{
	list-style: square;
	zoom: normal;
}
.secBody table{
	margin: 10px 0;
	width: 100%
}
.secBody table th,
.secBody table td{
	width: auto;
	padding: 4px 8px;
	border: 1px solid #aaa
} 
.secBody table th{
	background: #ebebeb;
	width: 20%;
}

div.freearea{
	padding: 0 0 10px
}
/*----------------------------------
#right

-----------------------------------*/
div#right {
	width: 220px;
	float: right;
}
div#right div.box{
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
}

div#right div.box a{
	text-decoration: none;
}
div#right div.box a:hover{
	text-decoration: underline;
}
div#right div.box .grayBtn a,
div#right div.box .grayBtn a:hover{
	text-decoration: none;
}


/*search*/
div#right h3.search{
	background: #00a0de;
	color: #fff;
	text-align: center;
}
div#right h3.search span{
	display: inline-block;
	background: url(../img/common/icon_search.gif) no-repeat left center;
	padding: 4px 0 2px 19px;
}
div#right div.search{
	padding: 12px 5px;
}
div#right div.search input.textBox{
	width: 153px;
	height: 19px;
	>line-height: 19px;
line-height:20px;
}
div#right div.search input.grayBtn{
	width: 46px;
height:23px;
	padding: 3px 0 2px;
	text-align: center;
}

/*NOW ON AIR*/
div#right h3.noa{
	background: #e3057e;
	color: #fff;
	text-align: center
}
div#right h3.noa span{
	display: inline-block;
	background: url(../img/common/icon_nowonair.gif) no-repeat left center;
	padding: 4px 0 2px 22px;
}
div#right div.noa{
	padding: 9px 0 14px;
	text-align: center
}
div#right div.noa dl{
	margin: 10px 0 8px;
	padding: 0 9px;
	overflow: hidden;
	text-align: left
}
div#right div.noa dl dt{
	float: left;
	width: 79px;
}
div#right div.noa dl dd{
	margin-left: 88px
}
div#right div.noa dl dd p{
	line-height: 1.4;
}
div#right div.noa dl dd p.grayBtn{
	line-height: normal;
	margin-top: 5px;
	display: inline-block;
}
div#right div.noa div.customScroll{
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	margin-bottom: 13px;
	text-align: left
}
div#right div.noa div.customScroll ul li{
	padding: 10px 5px 7px;
	border-bottom: 1px dotted #d6d6d6;
	font-size: 11px;
	line-height: 1.4
}
div#right div.noa p.grayBtn{
	display: inline-block;
}
div#right div.noa p.todatsBroadcast{
	margin: 0 auto
}
div#right div.noa p.todatsBroadcast a{
	display: block;
	padding: 4px 14px 2px;
	font-size: 11px;
}

/*MEMBER'S*/
div#right h3.members{
	background: #faec0c;
	color: #000;
	text-align: center
}
div#right h3.members span{
	display: inline-block;
	background: url(../img/common/icon_members.gif) no-repeat left center;
	padding: 4px 0 2px 19px;
}
div#right h3.members span span{
	background: none;
	padding: 0
}
div#right div.members{
	padding: 11px 9px;
}
div#right div.members div.memberInner{
	background: #f6f6f6;
	padding: 10px;
	margin-top: 11px;
}
div#right div.members div.memberInner p{
	margin-bottom: 10px;
	line-height: 1.5
}
div#right div.members div.memberInner p.center{
	margin-bottom: 6px;
}
div#right div.members div.memberInner p.grayBtn,
div#right div.members div.memberInner p.grayBtn2{
	margin: 0 20px 5px; 
	line-height: normal;
	text-align: center;
	font-size: 10px;
}
div#right div.members div.memberInner p a:hover{
	text-decoration: none;
}


div#right div.login p{
	margin-bottom: 10px;
}

/*tag*/
div#right h3.tag{
	background: #444;
	color: #fff;
	text-align: center;
}
div#right h3.tag span{
	display: inline-block;
	background: url(../img/common/icon_tag_w.gif) no-repeat left center;
	padding: 4px 0 2px 19px;
}
div#right div.tag{
	padding: 11px 9px;
}
div#right div.tag p.label{
	display: inline-block;
	background: #e3057e;
	padding: 2px 8px 1px;
	color: #fff;
}
div#right div.tag ul{
	margin-top: 10px;
}
div#right div.tag ul li{
	margin-bottom: 5px;
	font-size: 11px;
}
div#right div.tag ul li a{
	display: inline-block;
	padding: 2px 8px 0;
	background: #faec0c;
	color: #444;
}
/*--------------------------------------------------------------------
Footer

--------------------------------------------------------------------*/
section#commonFooter{
	clear: both;
	margin-top: 80px;
}
section#commonFooter section#bnrArea{
	border-top: 1px solid #dddddd;
	padding: 15px 0 7px;
	overflow-x: hidden;
	width: 960px;
}
section#commonFooter section#bnrArea ul{
	width: 970px;
}
section#commonFooter section#bnrArea ul li{
	float: left;
	margin: 0 9px 8px 0;
	line-height: 1
}
section#commonFooter section#bnrArea ul.sizeS li{
	margin-right: 8px;
}

/*SITEMAP*/
section#commonFooter section#sitemap,
section#commonFooter section.others {
	border-top: 1px solid #dddddd;
	padding: 15px 0;
	overflow: hidden
}
section#commonFooter section#sitemap div.box{
	width: 198px;
	float: left;
}
section#commonFooter section#sitemap div.first{
	width: 140px;
}
section#commonFooter section#sitemap div.second{
	width: 220px;
}
section#commonFooter section#sitemap div.third{
	width: 180px;
}
section#commonFooter section#sitemap div.fourth{
	width: 210px;
}
section#commonFooter section#sitemap div.box dl{
	margin-bottom: 15px;
}
section#commonFooter section#sitemap div.box dl dt{
	font-weight: bold;
	margin-bottom: 5px;
}
section#commonFooter section#sitemap div.box dl dd,
section#commonFooter section#sitemap div.box dl dd a{
	color: #666666;
}
section#commonFooter section#sitemap div.box dl dd ul ul{
	margin: 0 0 5px;
}
section#commonFooter section#sitemap div.box dl a:hover{
	text-decoration: underline;
}

/*SNS・TO TOP*/
section#commonFooter section.others {
	padding-bottom: 0
}
section#commonFooter section.others ul{
	float: left;
}
section#commonFooter section.others ul li{
	float: left;
	margin-right: 7px;
	line-height: 0;
	width: 20px;
}
section#commonFooter section.others p.totop{
	float: right;
}
section#commonFooter section.others p.totop a{
	background: url(../img/common/arrow_top.gif) no-repeat left center;
	padding: 4px 0 2px 15px;
}
section#commonFooter section.others p.totop a:hover{
	text-decoration: underline;
}

/*black footer*/
div#footerInner{
	width: 1000px;
	height: 38px;
	margin: 0 auto;
	overflow: hidden;
}
div#footerInner ul{
	float: left;
	padding-top: 12px;
}
div#footerInner ul li {
	float: left;
	margin-right: 12px;
	font-size: 10px;
}
div#footerInner ul li a{
	background: url(../img/common/arrow_circle_black.gif) no-repeat left center;
	padding: 4px 0 2px 15px;
	color: #fff;
}
div#footerInner ul li a:hover{
	text-decoration: underline;
}

div#footerInner small{
	float: right;
	background: url(../img/common/logo_copyright.gif) no-repeat left center;
	height: 26px;
	margin-top: 7px;
	color: white;
	line-height: 26px;
	padding-left: 160px;
}

article.bordertbd{
	border-bottom: 1px dotted #e6e6e6;
	border-top: 1px dotted #e6e6e6;
	padding: 30px 0;
	margin-bottom: 30px
}
article.bordertbd h2{
	margin-bottom: 10px;
}
article.bordertbd th {
	padding-bottom: 6px;
	text-align: left;
}
article.bordertbd td{
	padding: 0 0 6px 15px;
}
/*--------------------------------------------------------------------
# unit--ad	2015/10/10	added

--------------------------------------------------------------------*/
.unit--ad {
	overflow: hidden;
	text-align: center;
	zoom: 100%;
}
.unit--ad:after {
    clear: both;
    content: "";
    display: table;
}
header + .unit--ad .unit--ad__item {
	margin-bottom: 14px;
}
#bnrsFoot + .unit--ad {
	margin-top: 30px;
}
#wrapper + .unit--ad {
	margin-bottom: 8px;
}

.unit--ad__item {
	margin-bottom: 15px;
}
#information .unit--ad__item {
	border-bottom: none;
}

.unit--ad.rows-2 .unit--ad__item {
	float: left;
	margin-right: 12px;
	margin-left: 12px;
}

.unit--ad.rows-3 .unit--ad__item {
	float: left;
	margin-right: 20px;
}
.unit--ad.rows-3 .unit--ad__item:last-child {
	margin-right: 0;
}
