/*画像のサイズ指定*/
.img_100 {
	width: 100%;
}
.img_90 {
	width: 90%;
}
.img_65 {
	width: 65%;
}

/*コンテナ*/
.music_container {
	background: url("../images/top/sp/bg.png") repeat-y; 
	background-size: contain;
	width:auto;
	position:relative;
}

/*ページ内リンク装飾*/
.select_tab_area {
	display: table;
	width: 95%;
	margin-top: 3%;
	margin-left:2%;
}
.main_theme_tab {
	display: table-cell;
	width: 50%;
	text-align: center;
	padding:3% 3%;
}
.tieup_music_tab {
	display: table-cell;
	width: 50%;
	text-align: center;
	padding:3% 3%;
}
.not_box{
	color: #ffffff;
	background-color: #df4069;
	padding: 5px;
}
.now_box {
	color: #df4069;
	background-color: #ffffff;
	padding: 5px;
	border: solid 2px #df4069;
}
.not_box:hover{
	color:#df4069;
	background-color:#ffffff;
	padding: 5px;
	border:solid 2px #df4069;
	text-align:center;
}

/*-- 島崎のエリア --*/
/*フレーム上部の箇所*/
.img_frame {
	position: relative;
}
.main_thime_img {
	text-align:center;
	position:absolute;
	bottom:-2%;
	z-index:1;
	top:65%;
}
/*フレーム中央の箇所*/
.content_area {
	padding: 0 5%;
}
.img_frame_mid {
	position: relative;
	background: url("../images/music/sp/frame_mid.png") repeat-y;
	background-size: contain;
	margin-top: -1.1%;
}
.main_line_1 {
	text-align:center;
	position:absolute;
	top:2%;
}
.simazaki_tb1 {
	display: table;
	padding: 5%;
}
.huzita_tb1 {
	 display: table;
	 padding: 5%;"
}
.simazaki_img {
	display:table-cell;
	width:30%;
	vertical-align:top;
}
.simazaki_main {
	display: table-cell;
	vertical-align: top;
	padding-left: 3%;
	padding-right: 1%;
}
.simazaki_name_style {
	font-size: 150%;
	color: #df4069;
	text-shadow: #fff -3px -3px 3px, #fff 3px -3px 3px, #fff 3px 3px 3px, #fff -3px 3px 3px;
}
.simazaki_text_style {
	color: #a86501;
	text-shadow: #fff -3px -3px 3px, #fff 3px -3px 3px, #fff 3px 3px 3px, #fff -3px 3px 3px;
}
.main_line_2 {
	text-align: center;
	position: absolute;
	bottom:-1%;
}
.main_line {
	text-align: center;
}
/*フレーム下部の箇所*/
.img_frame_bottom {
	position:relative;
}
.link_box {
	position: absolute;
	top: -1px;
	color: #ffffff;
	background-color: #df4069;
	margin: 0% 15%;
	padding: 1%;
	width: 70%;
	text-align: center;
}
.link_box_fix {
	color: #ffffff;
	background-color: #df4069;
	margin: 0% 15%;
	padding: 1%;
	width: 70%;
	text-align: center;
}
.movie_link_area {
	position: absolute;
	top: -230%;
	left: 5%;
	display: table;
	width: 90%;
	text-align: center;
}
.movie_box {
	display: table-cell;
	width: 30%;
}
.frm_new {
	position: absolute;
	top: 14%;
	left: 1%;
	width: 15%;
}
.white_box {
	color: #df4069;
	background-color: #ffffff;
	border: solid 1px #df4069;
	text-align: center;
	margin-left: 4%;
	padding: 1px;
}

/*footer*/
.back_to_top{
    background: url("../images/top/sp/ico_backto_top_off.png") no-repeat;
    background-size:100%;
    position:fixed;
    bottom:0;
    right: 0;
    width:73px;
    height:47px;
    text-indent: -9999px;
    z-index:5;
}
.back_to_top:active{
    background: url("../images/top/sp/ico_backto_top_on.png") no-repeat;
    background-size:100%;
    z-index:5;
}
.box{
	margin-left:0%;
	width:100%;
}

