@charset "UTF-8";

.docodemoBnr{
	margin: 0 auto;
	width: 100%;
}

.docodemoBnr img{
	width:100%;
}

.docodemoWords{
	margin-top: 5px;
	font-size:79%;
}

.docodemoWords span{
	color: #f00;
	font-weight:bold;
}

/* コンテンツカラム
------------------------------------------ */

#mainColumn{

}

#subColumn{
	margin-top:20px;
}


/* トップページメイン
------------------------------------------ */

#indexPrbox{
	margin-bottom:30px;
}

#indexNewsBox{
	margin-bottom:40px;
}


#indexNewsTitle,
#selectCtgTitle{
	position: relative;
	margin-top:15px;
	padding:0px 10px 10px 34px;
	border-bottom: 3px solid #181818;
	font-size: 86%;
	font-weight:bold;
	color:#181818;
	letter-spacing: -0.5px;
}

#indexNewsTitle span,
#selectCtgTitle span{
	position:absolute;
	display:table;
	width:18px;
	height:18px;
	float:left;
	top:-1px;
	left:10px;
	background: #e4007f;
	font-size:75%;
	text-align: center;

	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	-o-border-radius: 2em;
	-ms-border-radius: 2em;

}

#indexNewsTitle span i,
#selectCtgTitle span i{
	display:table-cell;
	color: #fff;
	vertical-align: middle;
}



/* 個別記事
------------------------------------------ */
#wrapper {
	margin: 10px auto 0;
	width: 100%;
}

.entryBox,
.entryTitle {
	margin: 0 10px 10px 10px;
}

.entryTitle h1 {
	font-weight: normal;
	font-size: 136%;
	line-height: 1.2;
	letter-spacing:0;
	color:#181818;
	margin: 0 auto;
	word-wrap: break-word;
}

.entryTitle .entryDate{
	width:45%;
	float:right;
	margin: 10px auto;
	font-size: 79%;
	color: #9b9b9b;
	text-align: right;
}

.entryinner{
	font-size: 115%;
	line-height: 1.5;
	word-wrap: break-word;
}


/*合わせて読みたい*/
.entryAfter {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding:10px 0;
	margin: 20px auto;
}

.entryAfter h3 {
	margin-bottom: 10px;
}

.entryAfter a {
	display:block;
	width:100%;
	font-size: 86%;
	line-height: 1.3;
	margin-bottom: 10px;
}

/*番組概要*/
.entryProgram {
	padding:10px;
	margin: 20px auto;
	font-size: 86%;
	background: #f7f7f7;
	border:1px solid #ccc;
	word-wrap: break-word;
}

.entryAfter h3 {
}



/* もっと読む
------------------------------------------ */

.introPhotoBox{
	float:left;
	width:150px;
	margin: 0px 15px 15px 0;
}

.introCaption{
	text-align: left;
	font-size: 72%;
	line-height: 1.2;
	word-break: break-all;
    color: #e4007f;
    text-decoration: underline;
}

.introCaption a{
	color:#e4007f;
}

.introCaption em{
	margin-left:5px;
}


.introPhoto{
	display: table;
	float:left;
	width:150px;
	height:150px;
	border: 1px solid #eee;
	background: #efefef;
	margin-bottom: 10px;
}

.introPhoto span{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
    text-align: center;
}

.introPhoto span img{
	max-width:150px;
	max-height:150px;
}

.introPhoto p{
	font-size: 115%;
	line-height: 1.5;
	word-wrap: break-word;
}

/* もっと読むページ　カテゴリボタン
------------------------------------------ */

#intro_tagInner{

}

#intro_tagInner h2{
	position: relative;
	margin-top: 15px;
	padding: 0px 10px 10px 34px;
	font-size: 100%;
	font-weight: bold;
	color: #181818;
	letter-spacing: -0.5px;
}

#intro_tagInner h2 span{
	position: absolute;
	display: table;
	width: 18px;
	height: 18px;
	float: left;
	top: -1px;
	left: 10px;
	background: #e4007f;
	font-size: 75%;
	text-align: center;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	-o-border-radius: 2em;
	-ms-border-radius: 2em;
}

#intro_tagInner h2 span i {
	display: table-cell;
	color: #fff;
	vertical-align: middle;
}

#intro_tagBox{
	width:90%;
	margin:auto;
}


#intro_tagBox li{
	float:left;
	display:block;
	background-color: #f7f7f7;;
	border: solid 1px #E1E1E1;
	padding:3px 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size:79%;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	-o-border-radius: 2em;
	-ms-border-radius: 2em;
}

#intro_tagBox li a{
	color:#666;
	text-decoration: none;
}

#intro_tagBox li:hover{
	background-color: #E1E1E1;
	text-decoration:none;
}



/* 関連ニュースリスト
------------------------------------------ */
.otherNewsbox{
	margin-top: 20px;
}

.otherNewsTitle{
	position: relative;
	margin-top:15px;
	padding:0px 10px 10px 34px;
	border-bottom: 3px solid #181818;
	font-size: 86%;
	font-weight:bold;
	color:#181818;
	letter-spacing: -0.5px;
}

.otherNewsTitle span{
	position:absolute;
	display:table;
	width:18px;
	height:18px;
	float:left;
	top:-1px;
	left:10px;
	background: #e4007f;
	font-size:75%;
	text-align: center;

	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	-o-border-radius: 2em;
	-ms-border-radius: 2em;
}

.otherNewsTitle span i{
	display:table-cell;
	color: #fff;
	vertical-align: middle;
}


/* ニュースリスト
------------------------------------------ */

.newsList{
}

.newsList li {
	float: left;
	width:100%;
	position: relative;
}

.newsList dl{
	padding: 10px;
}

.newsList li a{
	display: block;
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-indent: -9999px;
}

/* PRリスト
------------------------------------------ */

.prNews{
    background: #ffffee;
    border-bottom: 1px solid #E1E1E1;
}

.prNews dt{
	display:table;
	text-align: center;
	width:50px;
	height:50px;
	float: left;
	overflow: hidden;
	border: 1px solid #E1E1E1;
	background: #fff;
	margin-right:10px;
}

.prNews dt span{
	display:table-cell;
	width:50px;
	height:50px;
	vertical-align: middle;
}

.prNews dt img {
	max-width:100%;
	max-height:100%;
}

.prNews h3{
	line-height: 1.25;
	color: #e4007f;
	font-size: 115%;
	font-weight: normal;
	word-wrap: break-word;
}

.prNews em {
    display: none;
    font-size: 72%;
    color: inherit;
}

.prNews span{
	display: block;
    font-size: 72%;
    color: #9b9b9b;
}

.prNews p {
	display: none;
}

/* セカンドリスト
------------------------------------------ */

.pr_secondNews{
    background: #ffffee;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}

.pr_secondNews dt{
	display:table;
	text-align: center;
	width:50px;
	height:50px;
	float: left;
	overflow: hidden;
	border: 1px solid #E1E1E1;
	background: #fff;
	margin-right:10px;
}

.pr_secondNews dt span{
	display:table-cell;
	width:50px;
	height:50px;
	vertical-align: middle;
}

.pr_secondNews dt img {
	max-width:50px;
	max-height:50px;
}

.pr_secondNews h3{
    line-height: 1.25;
    color: #e4007f;
    font-size: 115%;
    font-weight: normal;
    word-wrap: break-word;
}

.pr_secondNews em {
    display: inline-block;
    font-size: 72%;
    color: inherit;
}

.pr_secondNews dd span {
    display: block;
    font-size: 72%;
    color: #9b9b9b;
}


/* ノーマルリスト
------------------------------------------ */
.normalNews{
	border-bottom: solid 1px #f2f2f2;
}

.normalNews dt{
	display:table;
	text-align: center;
	width:50px;
	height:50px;
	float: left;
	overflow: hidden;
	border: 1px solid #E1E1E1;
	background: #efefef;
	margin-right:10px;
}

.normalNews dt span{
	display:table-cell;
	width:50px;
	height:50px;
	vertical-align: middle;
}

.normalNews dt img {
	max-width:50px;
	max-height:50px;
}

.normalNews h3{
	line-height: 1.25;
	color: #181818;
	font-size: 115%;
	font-weight: normal;
	word-wrap: break-word;
}

.normalNews span {
	display: block;
	font-size: 72%;
	color: #9b9b9b;
}

.normalNews em,
.normalNews p {
	display: none;
}

.normalNews li:hover h3{
	color: #e4007f;
	text-decoration: underline;
}

.normalNews li:hover{
	background-color: #F9F9F9;
}

/* セカンド関連ニュース
------------------------------------------ */
.secondNews{
	border-right: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}

.secondNews dt{
	display:table;
	text-align: center;
	width:50px;
	height:50px;
	float: left;
	overflow: hidden;
	border: 1px solid #E1E1E1;
	background: #f7f7f7;
	margin-right:10px;
}

.secondNews dt span{
	display:table-cell;
	width:50px;
	height:50px;
	vertical-align: middle;
}

.secondNews dt img {
	max-width:50px;
	max-height:50px;
}

.secondNews h3{
	line-height: 1.25;
	color: #181818;
	font-size: 115%;
	font-weight: normal;
	word-wrap: break-word;
}

.secondNews em {
	display: inline-block;
	font-size: 72%;
	padding: 3px 6px;
	margin-bottom: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
}

.secondNews span {
    display: block;
    font-size: 72%;
    color: #9b9b9b;
}

.secondNews p {
	display: block;
	font-size: 86%;
	margin-top:10px;
}

/* 右カラムPRニュース
------------------------------------------ */
.subPRNews{
	background: #ffffee;
	border-right: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}

.subPRNews dt{
	display:table;
	text-align: center;
	width:50px;
	height:50px;
	float: left;
	overflow: hidden;
	border: 1px solid #E1E1E1;
	background: #f7f7f7;
	margin-right:10px;
}

.subPRNews dt span{
	display:table-cell;
	width:50px;
	height:50px;
	vertical-align: middle;
}

.subPRNews dt img {
	max-width:50px;
	max-height:50px;
}

.subPRNews h3{
    line-height: 1.25;
    color: #e4007f;
    font-size: 115%;
    font-weight: normal;
    word-wrap: break-word;
}

.subPRNews span {
	display: block;
    font-size: 72%;
    color: #9b9b9b;
}

.subPRNews em {
    display: inline-block;
    font-size: 72%;
    color: inherit;
}

/* ホバー */

.subPRNews:hover h3{
	color:#e4007f;
	text-decoration:underline;
}

.subPRNews:hover{
	background: #f7f7f7;
	border-right: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}



/* ノーマルニュース内のPR枠
------------------------------------------ */

.normal_PR{
	background: #ffffee;
}


.normal_PR h3{
	color: #e4007f;
}


/* カテゴリ色分け
------------------------------------------ */

.maleArtist{
	color: #fff;
	background: #02aedc;
}

.femaleArtist{
	color: #fff;
	background: #f27398;
}

.variety{
	color: #fff;
	background: #58be89;
}

.tfmNews{
	color: #fff;
	background: #e4007f;
}

.enterInfo{
	color: #fff;
	background: #fba848;
}


/* 左メニュー部分
------------------------------------------ */

#subColumn section{
	clear:both;
	width:100%;
	margin:0 auto 20px auto;
}

#subColumn #prInner,
#subColumn #ApriInner,
#subColumn #tagInner{
	padding:15px 0;
	margin: 20px auto;
	border-top: solid 1px #E1E1E1;
	border-bottom: solid 1px #E1E1E1;
}

.bnrInner{
	width:100%;
	text-align: center;
}

/* 左メニューPR
------------------------------------------ */
#prInner h2{
	position: relative;
	color:#181818;
	font-size:86%;
	padding: 0px 0px 10px 34px;
	border-bottom: 1px solid #E1E1E1;
}

#prInner h2 span{
	position: absolute;
	display: table;
	width: 18px;
	height: 18px;
	float: left;
	top: -2px;
	left: 10px;
	background: #e4007f;
	font-size: 75%;
	text-align: center;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	-o-border-radius: 2em;
	-ms-border-radius: 2em;
}

#prInner h2 span i {
	display: table-cell;
	color: #fff;
	vertical-align: middle;
}


/* アプリ紹介
------------------------------------------ */

#ApriInner h2{
	position: relative;
	color:#181818;
	font-size:86%;
	padding: 0px 0px 10px 34px;
}

#ApriInner h2 span{
	position: absolute;
	display: table;
	width: 18px;
	height: 18px;
	float: left;
	top: -2px;
	left: 10px;
	background: #e4007f;
	font-size: 75%;
	text-align: center;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	-o-border-radius: 2em;
	-ms-border-radius: 2em;
}

#ApriInner h2 span i {
	display: table-cell;
	color: #fff;
	vertical-align: middle;
}

#ApriLink{
	width:95%;
	margin:auto;
}

#ApriLink dl{
	width:45%;
	margin-right: 5%;
	float:left;
}

#ApriLink dt{
	width:30%;
	float:left;
	margin-right:5px;
	border: solid 1px #E1E1E1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	overflow:hidden;
}

#ApriLink dt img{
	width:100%;
	height:auto;
}

#ApriLink dd{
	font-size:86%;
}

#ApriLink dd p{
	font-weight: bold;
	color:#181818;
	padding-top: 5px;
	letter-spacing: -0.5px;
}

#ApriLink dd a{
	font-size:79%;
	color:inherit;
	text-decoration: underline;
}

.lineBox{
}


/* オススメタグ
------------------------------------------ */

#tagInner h2{
	position: relative;
	color:#181818;
	font-size:86%;
	padding: 0px 10px 10px 34px;
}

#tagInner h2 span{
	position: absolute;
	display: table;
	width: 18px;
	height: 18px;
	float: left;
	top: -2px;
	left: 10px;
	background: #e4007f;
	font-size: 75%;
	text-align: center;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	-o-border-radius: 2em;
	-ms-border-radius: 2em;
}

#tagInner h2 span i {
	display: table-cell;
	color: #fff;
	vertical-align: middle;
}

#tagBox{
	width:95%;
	margin:auto;
}

#tagBox li{
	float:left;
	display:block;
	background-color: #f7f7f7;
	border: solid 1px #E1E1E1;
	padding:3px 6px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size:79%;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	-o-border-radius: 2em;
	-ms-border-radius: 2em;
}

#tagBox li a{
	color:#666;
}


/* FBウイジェット
------------------------------------------ */
#FBwidget{
	width:300px !important;
}

#FBtitle{
	padding:7px;
	background: #3f5a95;
	color:#fff;
	font-size:79%;
}

#FBtitle img{
    width: 20px;
    height: auto;
    margin-right:5px;
    vertical-align: middle;
}


/* TWウイジェット
------------------------------------------ */
#TWwidget{
	width:300px !important;
}

#TWtitle{
	padding:7px;
    background: #3fa8dd;
    color:#fff;
	font-size:79%;
}

#TWtitle img{
    width: 20px;
    height: auto;
    margin-right:5px;
    vertical-align: middle;
}