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

/* CSS Document */
@import "reset.css";
@import "clearfix.css";


/*--- resetsphone ---*/
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	-webkit-touch-callout:none;
}

body { font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";font-size:14px; color:#666666; text-align:center; line-height: 135%;}

/*structure------------------------------------------------------------*/
#container{}

/*全体*/
#contents{ width: 100%; margin:0 auto; text-align:left;}
  

#cntLeft{ width: 100%; margin: 0 auto 20px auto;}     


/*注意文言*/	
	.caution { color: #734232; margin-bottom: 10px; font-size: 12px; margin: 5px 15px;}


  #newsCnt .box{ margin: 0;}
  
  
/*日付毎------------------------------------------------------*/

	/*日付部分のCSS*/
  #newsCnt h3{ margin: 0; padding: 6px 8px; color: #666666; font-size: 16px; font-weight: bold; height: 16px; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #EFEFEF; vertical-align: middle;
  background: -moz-linear-gradient(bottom, #E9E9E9, #fff);
  background: -webkit-gradient(linear, center bottom, center top, from(#E9E9E9), to(#fff));
}

    .news h2{ height:23px; margin-bottom:8px; padding-top:10px; padding-left:130px; font-size:14px} *html .news h2{ height:33px}
  
  #newsCnt .news { float:none; margin: 10px 10px 20px 10px;}

	/*dt=時間＆番組名　dd=出演者など*/	
    .news dt,dd{ line-height:19px; margin-bottom:3px; padding-left:55px;}
    .news dt{ margin-top: 10px; background:url(../img/news_icon_program.gif) top left no-repeat}
    .news dd.cast{ background:url(../img/news_icon_cast.gif) top left  no-repeat}
    .news .more{ margin-top:10px;}

</pre></body></html>