@charset "Shift_JIS";

/***************■全体構造*********************/


/*背景色の指定*/
#backcolor{
	max-width: 900px;
	margin: 0 auto;
}

/*タイトル*/
#titleImage{
	padding: 0px;
	margin: 0px;
	border: none;
}


#introBox_oalist{
	background: #ec9ecb;
	font-size: 100%;
	vertical-align: middle;
	padding: 20px 5%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/*メイン*/
#main_body{
	background-color: #fdfdfd;
	font-size: 100%;
	vertical-align: middle;
	padding: 10px 0px 10px 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}



/*オンエアリストのタイトルバー*/
#titleImage_oalist{
	padding: 0px;
	margin: 0px;
	border: none;
}


/*オンエア日のバー*/
.list_date{
	background-color: #fffaf0;
	padding: 10px 0px;
	font-weight: bold;
	text-align: center;
	color: #eb54ab;
        margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}


/*曲名・アーティスト*/
.mis_dj_tohoku_list{
        text-align:left;
        padding:0 5%;
}
.mis_dj_tohoku_list li{margin:5px 0;}

/*文字サイズ変更*/
.up30{
	font-size: 120%;
	font-weight: bold;
	color: #cc0000;
}

.down10{
	font-size: 90%;
	color: #2b2b2b;
}


.aka{
 color:#cc0000;
}

.info_image{
  border-radius: 7px;
}


/*--お知らせ　Information--*/
.info-box-13 {
    border: 1px dotted #da4033;
    border-radius: 4px;
    margin: 2em 0;
    padding: 2em;
    position: relative;
    text-align:center;
}
.info-box-13::before {
    background-color: #da4033;
    color: #fff;
    content: "Information";
    font-weight: bold;
    left: 2em;
    padding: 0.5em;
    position: absolute;
    top: -1em;
}


/* --------------------------------------------------
	リンク色
-------------------------------------------------- */
a:link{
	text-decoration:none;
	color:#0000ff
}
a:visited{
	text-decoration:none;
	color:#0000ff
}
a:hover{
	text-decoration:none;
	color:#ff6600
}
a:active{
	text-decoration:none;
	color:#ccccff
}


/*----------------■幅400px以上---------------*/
@media screen and (min-width: 400px) {

/*オンエアリスト概要*/
#introBox_oalist_ti{
	background: url(image/title_oalist.png) no-repeat left top;
	height:80px;
}
#introBox_oalist_ti img{display:none;}

/*オンエアリストバックナンバー概要*/
#introBox_oalistbn_ti{
	background: url(image/title_oalist_bn.png) no-repeat left top;
	height:80px;
}
#introBox_oalistbn_ti img{display:none;}

}