<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*==========================================================================================
	Style
	URL:
	Date: 2012-08-15(+09:00)
	Maintained: Ryusuke.Suzuki
==========================================================================================*/


/* Table of contents: */
/* ------------------
 *
 * 00:初期化
 * 00:accessibility tweaks
 *
 */

/* プロパティの指定順序 */
/*
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */


/*==========================================================================================

	// オンエアーリスト

==========================================================================================*/

.articleOAList {	margin:0 10px 25px;}
.articleOAL {	clear:both;}


/*
==========================================================================================*/
.articleOAL .headUnit {
	padding:0 10px;
	border-top:1px solid #000;
	cursor:pointer;
}
.articleOAList .articleOAL.active .headUnit {	border-bottom:none;}
.articleOAList .articleOAL:last-child .headUnit {
	border-bottom:1px solid #000;
}
.articleOAList .articleOAL.active:last-child .headUnit {	border-bottom:none;}
.articleOAL .headUnit .title {
	padding:20px 0;
	background:url(../../share/img_pc/ico_arw_02D.png) 100% 50% no-repeat;
	font-size:93%;
	font-weight:bold;
	line-height:1;
}
.articleOAL .headUnit .title .time {	margin-right:1em;}
.articleOAL .headUnit .title .name {	color:#000;}
.articleOAL .headUnit .title .name:hover,
.articleOAL.active .headUnit .title .name {	color:#fff;}


.articleOAL.active .headUnit .title {
	background:url(../../share/img_pc/ico_close_01.png) 100% 50% no-repeat;
}

.articleOAL.active .headUnit,
.articleOAL .headUnit:hover {	background-color:#e3007d;	color:#fff;}


/*
==========================================================================================*/
.articleOAL .bodyUnit {
	margin:0 0 35px;
	border-top:1px solid #000;
}
.articleOAL .bodyUnit ul.units {}
.articleOAL .bodyUnit li.unit {
	padding:12px 10px 10px;
	border-bottom:1px solid #ddd;
}
.articleOAL .bodyUnit dl {
}
.articleOAL .bodyUnit dt {
	display:inline;
	padding:0 1em 0 0;
	font-size:93%;
	font-weight:bold;
	line-height:1.231;
}
.articleOAL .bodyUnit dd {
	display:inline;
	font-size:93%;
	line-height:1.231;
}



/*==========================================================================================

	// オンエアタイムセレクト

==========================================================================================*/
.oaTimes {
	clear:both;
	margin:0 0 20px;
}
.oaTimes .contInner {}
.oaTimes .list {}
.oaTimes .list li {
	position:relative;
	float:left;
	display:block;
/*	margin-left:-15px;*/
	color:#fff;
	font-size:93%;
	text-transform:uppercase;
}
.oaTimes .list li:first-child {
	margin-left:0;
}
.oaTimes .list li a {
	display:block;
	height:50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.oaTimes .yesterday {	z-index:100;}
.oaTimes .yesterday a {
	width:236px;
	background:url(../img/img_oaTimes.png) 0 50% no-repeat;
}
.oaTimes .today {	z-index:80;}
.oaTimes .today a {
	width:250px;
	background:url(../img/img_oaTimes.png) -236px 50% no-repeat;
}
.oaTimes .tomorrow {	z-index:60;}
.oaTimes .tomorrow a {
	width:264px;
	background:url(../img/img_oaTimes.png) -486px 50% no-repeat;
}
.oaTimes .danext {	z-index:40;}
.oaTimes .danext a {
	width:249px;
	background:url(../img/img_oaTimes.png) -750px 50% no-repeat;
}








/*==========================================================================================

	floatさせたボックスが親ボックスの外にはみ出す現象を回避

==========================================================================================*/

/*　IE6、IE7対策
==========================================================================================*/

.articleOAL .bodyUnit dl,
.oaTimes,

.cFix
{
   ?zoom:1;
}


/* 以外のブラウザ
==========================================================================================*/

.articleOAL .bodyUnit dl:after,
.oaTimes:after,

.cFix:after
{
	content:"";
/*	display:block;*/
	display:table;
	clear:both;
}

/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */</pre></body></html>