/*for pc*/

html,body{
	background-image: url(../image/background_img/bg_matoromi_f.jpg);
	background-repeat: no-repeat;
	height: 100%;
	font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
}

#all{
	width: 900px;
	height: auto;
	margin: 0px auto;
}

/* header */

header #rebel_logo{
	width: 95%;
	height: auto;
	margin: 0 auto;
	padding-top: 7px;
	padding-bottom: 7px;
}

header #fom_logo{
	max-width: 40%;
	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{
	max-width:50%;
	height: auto;
	display: block;
	margin: 30px auto;
}

#hgroup{
	width: 90%;
	height: auto;
	margin: 15px auto;
}

article h2{
	display: none;
}

article h3{
	display: none;
}

#h2_for_pc{
	line-height: 1.4;
	font-size: 135%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}

/* album jacket */
#album_jk_wrapper{
	position: relative;
	margin-top: 30px;
	float: left;
}

#album_jk{
	max-width: 330px;
	height: auto;
	display: block;
	margin-left: 72px;
}

/* album detail */
.album_detail{
	margin-top: 30px;
	margin-right: 20px;
	float: right;
	width: auto;
	height: auto;
	overflow: hidden;
}

#album_d1{
	overflow: hidden;
	margin-bottom: 15px;
}

#album_d1 p{
	margin-bottom: 7px;
}

#album_d1 ol{
	list-style: none;
	line-height: 1.4;
	overflow: hidden;
}
#album_d1{
	font-size: 90%;
}

.album_detail ol{
	margin-bottom: 15px;
}

#album_d2_pc{
	line-height: 0.8;
	margin-bottom: 15px;
}

#album_d2{
	display: none;
}

/* store icons */

#store_icons{
	overflow: hidden;
	width: 618px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

#store_icons ul{
	width: 100%;
	height: auto;
}

#store_icons ul li{
	float: left;
	margin-right: 15px;
}

#store_icons ul li a:hover{
	opacity: 0.6;
}

#store_icons img{
	height: 28px;
	width: auto;
	margin-bottom: 7px;
}

#store_icons #amazon_icon{
	border:1px solid #c0c0c0;
	height: 26px;
	width: auto;
}

/* note */
#note{
	display: none;
}

#note_pc a{
	color:#000;
	text-decoration: none;
}

#note_pc a:hover{
	text-decoration: underline;
}


/*soundcloud*/
#soundcloud_wrapper{
	margin: 20px auto 30px auto;
}

#soundcloud_wrapper iframe{
	width: 100%;
	height: auto;
}

/*detail text*/
#d_t{
	font-size: 100%;
	line-height: 1.3;
	display: block;
	width: 85%;
	margin: 0 auto 20px auto;
}


/* footer */
footer{
	display: none;
}

#footer_forpc{
	margin-top: 60px;
	clear: both;
	width: 100%;
	height: 24px;
	line-height: 22px;
	background-color: #ef8c21;
	text-align: center;
	overflow: hidden;
}

#footer_forpc small{
	font-size: 80%;
}
