/* for smartphone */

html,body{
	background-image: url(../image/background_img/bg_matoromi_b.jpg);
	height: 100%;
	font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
}

#all{
	height: 100%;
	width: 100%;
}

/* header */
header #rebel_logo{
	width: 90%;
	height: auto;
	margin: 7px auto;
}

header #fom_logo{
	max-width: 65%;
	height: auto;
	vertical-align: bottom;
}

header h1{
	display: none;
}

.callbacks_container{
	border-top: 12px solid #ef8c21;
	-webkit-box-shadow: 0 1px 2px #696969;
	        box-shadow: 0 1px 2px #696969;
}

/* main */
article #artist_release{
	width: 50%;
	height: auto;
	display: block;
	margin: 15px auto;
}

#hgroup{
	width: 90%;
	height: auto;
	margin: 15px auto;
}

article h2{
	display: none;
}

article h3{
	line-height: 1.3;
	font-size: 80%;
	text-decoration: bold;
	text-align: center;
}

/* album jacket */
#album_jk{
	max-width: 80%;
	height: auto;
	display: block;
	margin:30px auto;
}

#h2_for_pc{
	display: none;
}

#album_d1{
	width: 90%;
	height: auto;
	font-size: 80%;
	margin: 20px auto 15px auto;
}

#album_d1 p{
	margin: 7px 0;
}

#album_d1 ol{
	list-style: none;
	line-height: 1.3;
}

#album_d2 p{
	line-height: 1.2;
}

#album_d2,#store_icons,#note{
	width: 90%;
	height: auto;
	display: block;
	margin: 15px auto;
	font-size: 80%;
}

#album_d2_pc{
	display: none;
}

/* store icons */

#store_icons ul li{
	float: left;
	margin-right: 15px;
}

#store_icons img{
	height: 30px;
	width: auto;
	margin-top: 7px;
}

#store_icons #amazon_icon{
	border:1px solid #c0c0c0;
	height: 28px;
	width: auto;
}

/* note */
#note_pc{
	display: none;
}

#note{
	padding-top: 10px;
	padding-bottom: 20px;
	clear: both;
	line-height: 1.3;
}


#note a{
	color:#000;
	text-decoration: underline;
}

/*soundcloud*/

#soundcloud_wrapper{
	margin-bottom: 35px;
}

#soundcloud_wrapper iframe{
	width: 100%;
	height: auto;
}

/*detail text*/
#d_t{
	font-size: 80%;
	line-height: 1.3;
	display: block;
	width: 90%;
	margin: 0 auto 20px auto;
}


/* footer */
footer{
	padding-top: 2px;
	width: 100%;
	height: 22px;
	background-color: #ef8c21;
	text-align: center;
}

footer small{
	font-size: 75%;
}

#footer_forpc{
	display: none;
}