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

/*
	Site Name: おはようコールABC
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	 1: Layout
	 2: 次回予告
	 3: リポートタイトル欄
	 4: リポート内容欄
	 5: バックナンバー
	 6: 非表示

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


/*
===== 1: Layout ====================================
*/


#content_area #report{
	background:#FFFFFF;
	-moz-border-radius:8px 8px 8px 8px;
	-webkit-border-radius:8px 8px 8px 8px;
	border-radius:8px 8px 8px 8px;
	position:relative;
	behavior:url(../js/PIE.htc);/* for IE8 */
	margin:10px 0px 0px 10px;
	padding-bottom:5px;
	float:left;
	width:550px;
}

#content_area #report .report_box{
	padding:0px 5px;
}

#content_area #report h3{
	background:url(../../img/report/ico_allow.png) no-repeat 0% 40% #f9685d;
	-moz-border-radius: 8px 0px 8px 0px;
	-webkit-border-radius:8px 0px 8px 0px;
	border-radius: 8px 0px 8px 0px;
	position:relative;
	behavior:url(../js/PIE.htc);/* for IE8 */
	font-weight:bold;
	color:#FFFFFF;
	font-size:153.9%;
	margin-bottom:15px;
	padding:10px 0px;
	text-align:center;
	width:280px;
}

/*
===== 2: 次回予告 ====================================
*/

#content_area #next_box{
	display:table;
	background:#FFFFFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position:relative;
	behavior:url(../js/PIE.htc);/* for IE8 */
	margin:10px auto;
	width:710px;
}

#content_area #next_box h3 ,#content_area #next_box .next_onair{
	display:table-cell;
	vertical-align:middle;
	padding:5px;
}

#content_area #next_box h3{
	width:155px;
	text-align:center;
}

#content_area #next_box .next_onair .data_reporter{
	text-indent:10px;
	color:#f22e19;
}


/*
===== 3: リポートタイトル欄 ====================================
*/

#report .report_box .report_onair{
	display:table;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position:relative;
	behavior:url(../js/PIE.htc);/* for IE8 */
	background:#f9685d;
	margin:5px;
	color:#FFFFFF;
	cursor: pointer;
	width:530px;
}

#report .report_box .report_onair:hover{
	background:#f58687;
}

#report .report_box .report_onair .number_day ,#report .report_box .report_onair .report_title{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	padding:5px;
}

#report .report_box .report_onair .number_day{
	width:60px;
}

#report .report_box .report_onair .report_title p{
	font-weight:bold;
}



#report .report_box .report_onair .report_title h4{
	font-size:139%;
	font-weight:bold;
}

/*
===== 4: リポート内容欄 ====================================
*/
#content_area #report .report_cont{
	margin:10px 10px 20px;
}

#content_area #report .report_cont .reporter_photo{
	float:right;
	margin:0px 0px 10px 10px;
}

#content_area #report .report_cont .reporter_photo li{
	display:inline-block;
	margin-left:5px;
}

#content_area #report .report_cont .report_info{
	background:#fff9f9 url(../../img/report/bg_report_info.png) repeat;
	border:2px dotted #ffd1d1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position:relative;
	behavior:url(../js/PIE.htc);/* for IE8 */
	margin:20px auto 10px;
	padding:10px;
	clear:both;
	
}


/*
===== 5: バックナンバー ====================================
*/
#content_area .backnumber{
	background:#FFFFFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position:relative;
	behavior:url(../js/PIE.htc);/* for IE8 */
	padding:5px 0px;
	margin:10px 10px 0px 0px;
	float:right;
	width:148px;
}

#content_area .backnumber h2{
	background:#ffba00;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position:relative;
	behavior:url(../js/PIE.htc);/* for IE8 */
	padding:5px;
	margin:0px 5px;
}

#content_area .backnumber .month{
	margin:10px;
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
}

#content_area .backnumber .month li{
	margin-bottom:5px;
	list-style-image:url(../../img/blog/ico_circr.gif) ;
	list-style-position: inside;
}

#content_area .backnumber .year{
	margin:10px;
	font-size:93%;
}

#content_area .backnumber a{
	color:#666666;
}


/*
===== 6: 非表示 ====================================
*/


p.close{
	display:none;
}</pre></body></html>