@charset "UTF-8";

header h1.area {
	font-size: 20px;
	line-height: 20px;
	margin-top: 10px;
	text-align: center;
	color: #AC0115;
}

#main {
	width: 98%;
	height:100%;
	margin: 20px 1% 0 1%;
}


/*mainコンテンツのh2タグの設定*/

#main h2.progrum {
	width: 70%;
	margin: 0px 15%;
	font-size: 120%;
	font-weight: normal;
	color: #fff;		/*文字色*/
        text-shadow:1px 1px 1px #000;
	padding: 7px 15px;	/*左から、上下、左右への余白*/
	background: #21BFA2;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#8AFBE6), to(#21BFA2));	/*背景画像の読み込みとグラデーション*/
	background: -webkit-linear-gradient(#8AFBE6, #21BFA2);	/*同上*/
	background: linear-gradient(#8AFBE6, #21BFA2);			/*同上*/
	border-bottom: 3px solid #1B907B;	/*下線の幅、線種、色*/
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

#main h2.area_progrum {
	color: #02A04E;	/*テキストの色*/
	font-size: 120%;
	border: 1px dotted #608EEB;	/*下線の幅、線種、色*/
	padding: 10px 0;
	text-align: center;
	background: #D1EBFE;
        text-shadow: none;
}

#main h2.cate {
	font-size: 120%;
	font-weight: boild;
	color: #FF0000;		/*文字色*/
	text-align: center;
        text-shadow:none;
	border: none;
	background: none;
}

#main p{
	font-size: 95%;
}

#main p.mainimg img{
	width:50%;
}


#main .kensaku_bottun2 {
	margin: -7% 0 10% 0;
	text-align:center;
	color: #fff;
}
#main p.kensaku a {
	background: url(../img/kensaku.gif) no-repeat center center;	/*bottunの設定*/
	background-size:30%;
	padding: 8% 8%;
	color: #80FF00;
	font-size: 1.0em;
	text-decoration: none;
	display:block;
}
#main p.kensaku a:hover {
	background: url(../img/kensaku2.gif) no-repeat center center;	/*bottunの設定*/
	background-size:30%;
	padding: 8% 8%;
	color: #fff;
}




/*番組紹介
---------------------------------------------------------------------------*/

ol.shiharai {
	padding-left: 30px;
	margin: -2% 0px;
}
#main ul.program_select {
	padding: 0 10px;
	margin: 3% 20%;
        list-style-type: none;
}
#main ul.program_select li {
	margin: 20px 10px 0px 0px;
}
#main p.pgnm a {
	color: #DF0101;	/*リンクテキストの色*/
	font-size: 1.4em;
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
	border: 1px dotted #02A04E;	/*下線の幅、線種、色*/
	padding: 10px 0;
	display: block;
	text-align: center;
	background:url(../img/listarrow.png) no-repeat 100% 50% #D8F6CE;
	font-weight: bolder;
}
#main p.pgnm a:hover {
	color: #DF0101;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
        background-color: #F8E0F7;
}
#main .program_select p.select {
	color: #666;
	border-bottom: 2px solid #333;	/*下線の幅、線種、色*/
	margin-bottom: 60px;
}





#main .setsumei {
	margin-top: -1em;
}


#main ul p.tell-common {
	font-size: 120%;
}
#main ul p.tell-common a {
	color: #228B22;	/*リンクテキストの色*/
	font-size: 140%;
	text-decoration: none;	/*マウスオン時に下線を消す設定。*/
}
#main ul p.tell-common a:hover {
	color: #01DF3A;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

#main ul p.tell-common3 {
	font-size: 110%;
}
#main ul p.tell-common3 a {
	color: #228B22;	/*リンクテキストの色*/
	font-size: 130%;
	text-decoration: none;	/*マウスオン時に下線を消す設定。*/
}
#main ul p.tell-common3 a:hover {
	color: #01DF3A;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

#main ul p.tell-common3 span {
	padding-right: 15px;
}




#main ul.area_num {
	padding: 0 30px;
	margin: 2% 5% 10% 5%;
        list-style-type: none;
}
#main ul.area_num li a {
	color: #228B22;	/*リンクテキストの色*/
	font-size: 150%;
	text-decoration: none;	/*マウスオン時に下線を消す設定。*/
	display: block;
	border-bottom: 1px dotted #D358F7;	/*下線の幅、線種、色*/
	padding: 10px 0;
}
#main ul.area_num li a:hover {
	color: #01DF3A;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}



#main ul.area_select {
	padding: 0 30px;
	margin: 2% 10% 10% 10%;
        list-style-type: none;
}
#main ul.area_select li a {
	color: #086A87;	/*リンクテキストの色*/
	font-size: 120%;
	display: block;
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
	border-bottom: 1px dotted #808000;	/*下線の幅、線種、色*/
	padding: 5px 0;
}
#main ul.area_select li a:hover {
	color: #58ACFA;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}



#main h3.common-code {
	text-align: center;
	font-size: 18px;
	color: #777;	/*テキストの色*/
}
#main h3.code {
	width: 90%;
	margin: 5px 5%;
	text-align: center;
	font-size: 18px;
	color: #777;	/*テキストの色*/
}

#main .code {
	font-size: 24px;
	color: #ff0000;	/*テキストの色*/
}
#main .free {
	font-size: 18px;
	color: #777;	/*テキストの色*/
}




/*ここからスマートフォン用（1100px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 1100px){




#main {
	width: 98%;
	height:100%;
	margin: 10px -2% 0 0%;
}

#main h2.progrum {
	width: 80%;
	margin: 0px 8%;
	font-size: 120%;
}

#main h2.area_progrum {
	width: 80%;
	margin: 0px 10%;
	font-size: 110%;
}

#main p.mainimg img{
	width:40%;
}



header p.seleb_logo {
	margin-top: 0px;
	text-align: center;
}

#main p{
	font-size: 90%;
}



#main p.kensaku a {
	background: url(../img/kensaku.gif) no-repeat center center;	/*bottunの設定*/
	background-size:50%;
	padding: 8% 8%;
	color: #80FF00;
	font-size: 1.0em;
	text-decoration: none;
	display:block;
}
#main p.kensaku a:hover {
	background: url(../img/kensaku2.gif) no-repeat center center;	/*bottunの設定*/
	background-size:40%;
	padding: 8% 8%;
	color: #fff;
}


#main ul.program_select {
	margin: 20px 0% 0 2%;
}




  }


/*ここからスマートフォン用（600px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 600px){


.header-h {
	display:none;
}


#main {
	width: 97%;
	height:100%;
	margin: 10px 0% 0 -2%;
}



header h1.area  {
	font-size: 16px;		/*文字サイズ*/
	padding-top: 10px;
	text-align: center;
}


#main p{
	font-size: 90%;
}



#main p.kensaku a {
	background: url(../img/kensaku.gif) no-repeat center center;	/*bottunの設定*/
	background-size:96%;
	padding: 8% 20%;
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	display:block;
}
#main p.kensaku a:hover {
	background: url(../img/kensaku2.gif) no-repeat center center;	/*bottunの設定*/
	background-size:96%;
	padding: 8% 20%;
	color: #80FF00;
}



#main h2 {
	width: 90%;
	margin: 13% 5% 2% 5%;
	padding: 15px 15px;
}

#main h3 {
	width: 94%;
	margin: 5px 2% 0 2%;
}



#main ul.program_select {
	margin: 3% 0%;
}
#main ul.program_select li {
	margin: 20px -3% 20px 3%;
}



#main ul.program_select li a {
	color: #FFF;	/*リンクテキストの色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
	border: 1px dotted #02A04E;	/*下線の幅、線種、色*/
	padding: 10px 0;
	display: block;
	text-align: center;
	background:url(../img/listarrow.png) no-repeat 100% 50% #08AC2E;
	width: 100%;
	margin: 5px 0;
	font-size: 1.2em;
	font-weight: bold;
}


#main .program_select p.select {
	margin-bottom: 20%;
}


#main h3.code {
	font-size: 22px;
}




#main ul.area_num li a {
	font-size: 130%;
}

#main .free {
	font-size: 14px;
}



  }
