@charset "UTF-8";
body{
	background-color: #000;
	color: #ffffff;
}

img{
	width:100%;
}

i{
	margin: 0 0.5rem;
}


.line_txt{
	font-weight: bold;
	background:linear-gradient(transparent 60%, yellow 40%);	
}

.end{
	width: 100%;
	margin-bottom: 2rem;
	border: dotted 1px yellow;
	padding: 1rem;
	font-weight: bold;
	text-align: center;
	color:yellow;
}



/* メインビジュアル 
----------------------------------------*/

.main{
	width: 100%;
	height: auto;
/*	background-image: url("../img/main_bg_pc.png");
	background-size: cover;
	background-position: top;
	display: flex;
	justify-content: center;
	align-items: flex-end;*/
	margin-bottom: 6rem;
	
}

.main h1{
	width:100%;
	max-width: 1500px;
	margin: 0 auto;
}


@media only screen and (max-width: 750px) {
	
.main{
	margin-bottom: 2rem;
	
}

.main h1{
	width:100%;
}
	
}


/*放送時間-*/
.on_air{
	padding: 0.5rem;
	width:100%;
	color: #000;
	background-color: #ffcc00;
	font-size: 3.8rem;
	text-align: center;
	margin-bottom: 4rem;
}

@media only screen and (max-width: 750px) {

.on_air{
	font-size: 1.6rem;
	margin-bottom: 2rem;	
	}
}


/*コンテンツ
---------------------*/

#box_contents{
	width: 1100px;
	padding: 0;
	margin: 0 auto 6rem;
}

section{
	width: 100%;
	margin: 0rem auto 10rem;
}

section a{
	color:firebrick;
	font-weight: bold;
}


.box_white{
	width: 100%;
	padding:2rem;
 	background:rgba(255,255,255,0.7);
	background-color: white;
	border-radius: 5px;
	
}



@media only screen and (max-width: 750px) {
	
#box_contents{
	width: 90%;
	margin: 0 auto 3rem;
}


section{
	margin: 0rem auto 5rem;
}
	
}




/*見出し
---------------------*/

.ttl {
	font-size: 4.4rem;
	text-align: center;
	margin-bottom: 2rem;
	color: #ffcc00;
	font-family: 'RocknRoll One', sans-serif;
}

.cp_contents{
	width: 100%;
	color: #000;
	font-size: 2.8rem;
	text-align: center;
	font-family: 'RocknRoll One', sans-serif;
}

.cp_contents p{
	margin-bottom: 1.5rem;
}

.cp_contents_bold{
	color: midnightblue;
	font-size: 110%;
	font-weight: bold;
	background:linear-gradient(transparent 60%, #ffcc00 40%);
	margin: 0 0.5rem;
}



.txt_entry {
		width: 100%;
	font-size:2.4rem;
	text-align: center;
	color: #ffcc00;
	margin-bottom: 1.5rem;
	font-family: 'RocknRoll One', sans-serif;
}

.txt_entry_big{
	font-size: 140%;
	font-weight: bold;
	background:linear-gradient(transparent 50%, #333 40%);
	color: yellow;
}

.link_cp_game{
	text-align: center;
	font-family: 'RocknRoll One', sans-serif;
}



@media only screen and (max-width: 750px) {
	
.ttl {
	width: 100%;
	margin: 0 auto 1rem;
	font-size: 1.8rem;
}
	
.cp_contents{
	width: 100%;
	font-size: 1.4rem;
	text-align: left;
}
	
.cp_contents p{
	margin-bottom: 1rem;
}
	

.txt_entry {
	font-size:1.4rem;
	text-align: left;
	margin-bottom: 1rem;
}
	

.txt_entry_big{
	font-size: 120%;

}


}






/* ボタンのCSS　*/

.box_message_btn{
	width: 100%;
	text-align: center;
}

.box_message_btn a{
	color: #000;
	/*text-decoration: none;*/
}

.box_message_btn a:hover {
	opacity: 0.8;
	transition: 0.3s;
}


.btn-icon {
	display: inline-block;
	width: 60%;
	margin: 2rem auto;
	background-color: #ffcc00;
	font-size: 2.6rem;
	text-decoration: none;
	font-weight: bold;
	padding: 2.5rem 0;
	border-radius: 45px;
	position: relative;
	text-align: center;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}


.box_message_txt{
	font-size: 1.6rem;
	text-align: center;
}

@media only screen and (max-width: 750px) {
	.btn-icon {
	width: 100%;
	font-size: 1.6rem;
	padding: 1.5rem;
	margin: 1rem auto;
}
	
	.box_message_txt{
	font-size: 1.4rem;
}
}



/*協賛企業バナー　1社の場合*/
.ban_company{
	width: 100%;
	text-align: center;
}


.ban_company img{
	width: 400px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
	border: solid 2px white;
	margin-bottom: 1rem;
}


@media screen and (max-width: 768px) {

.ban_company img{
	width: 80%;
}

}


/*ラジコ ボタン*/

.radiko_btn{
	width: 100%;
	text-align: center;
	margin:0 auto;
	  
}

#linklist li img{
    width: 460px;
	height: auto;
	margin-bottom: 1rem;
}

.message_txt{
	margin-top: 1rem;
}


@media screen and (max-width: 768px) {
#linklist li img{
    width: 80%;
}

.message_txt{
	text-align: left;
	font-size: 1.2rem;
}
}




/*hawks_schedule_block
---------------------------------------------------------- */
.icon_sample li {
	margin-right: 10px;
	display: inline-block;
	font-size: 1.2rem;
}
.sc_icon {
	width: 20px;
	margin: 0 5px 3px 0;
}


.hawks_schedule_box table {
	width:100%;
	border-bottom: 5px solid #000;
	background-color: #fff;
	color: #000;
}
.hawks_schedule_box tr.bg_gr {
	background-color: #eee;
}
.hawks_schedule_box th,
.hawks_schedule_box td {
	width: 32%;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.hawks_schedule_box th {
	padding: 5px;
	height: 60px;
	background-color: #333;
	color: #fff;
	font-weight: bold;
}
.hawks_schedule_box td {
	padding:8px 16px;
}
.hawks_schedule_box tr th:first-child {
	width: 6rem;
}
.capmark {
	width: 40px;
	height: 40px;
	margin: 0 5px;
	border: 1px solid #CCC;
}
.spcard {
	display: block;
	font-size: 1.2rem;
	color: #444;
}
@media only screen and (max-width: 750px) {
	.hawks_schedule_box {
		width: 100%;
	}


	.hawks_schedule_box th {
		height: 40px;
	}
	.hawks_schedule_box td {
		padding: 5px 10px;
	}
}
@media only screen and (min-width: 751px) {
	.hawks_schedule_box {
		position: relative;
	}
	.icon_sample {
		position: absolute;
		top: 2rem;
		right: 0;
	}
	.icon_sample li {
		margin-left: 10px;
		display: inline-block;
		font-size: 1.2rem;
	}
}








/* PCのみ表示
------------------------------*/
@media only screen and (max-width: 750px) {

	.for_pc{
		display: none;
	}
	
}

/* スマホのみ表示
------------------------------*/

@media only screen and (min-width: 751px) {

	.for_sp{
		display: none;
	}
	
}








/* header/footer --------------------*/

.header_simple {
   background: #333333;
}

.footer_simple {
    background: #333333;
}

.footer_simple .copyright{
	color: #ffffff;
}