@charset "utf-8";

　
/*ここからregionの設定
---------------------------------------------------------------------------*/





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


#main ul.program_select {
	padding: 0 10px;
        list-style-type: none;
}
#main ul.program_select li {
	width: 80%;
	margin: 20px 10%;
}
#main ul.program_select li 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 ul.program_select li a:hover {
	color: #DF0101;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
        background-color: #F8E0F7;
}
#main .program_select p.select {
	color: #fff;
	border-bottom: 2px solid #333;	/*下線の幅、線種、色*/
	margin-bottom: 60px;
	text-align: center;

}





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


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

#main ul p.tell-common3 {
	font-size: 110%;
	margin: 2% 5% 2% 5%;
}
#main ul p.tell-common3 a {
	color: #01DF3A;			/*マウスオン時の文字色*/
	font-size: 130%;
	text-decoration: none;	/*マウスオン時に下線を消す設定。*/
}
#main ul p.tell-common3 a:hover {
	color: #ffff00;	/*リンクテキストの色*/
	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: #01DF3A;	/*リンクテキストの色*/
	font-size: 150%;
	text-decoration: none;	/*マウスオン時に下線を消す設定。*/
	display: block;
	border-bottom: 1px dotted #D358F7;	/*下線の幅、線種、色*/
	padding: 10px 0;
}
#main ul.area_num li a:hover {
	color: #ffff00;			/*マウスオン時の文字色*/
	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: #33FFFF;	/*リンクテキストの色*/
	font-size: 120%;
	display: block;
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
	border-bottom: 1px dotted #808000;	/*下線の幅、線種、色*/
	padding: 5px 0;
}
#main ul.area_select li a:hover {
	color: #33ccff;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}



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

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




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





#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;
}


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



#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 ul.program_select li {
	width: 90%;
	margin: 20px 5%;
}



#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;
}



  }










