@charset "UTF-8";
/*--------------------------------
ここからPCのCSS
----------------------------------*/
@media screen and (min-width:480px){
.sumaho{
	display: none;
}


#photo_movie_panel {
	width :100%
}

#banner {
	margin-bottom: 10px;
}

#banner img{
	max-width: 100%;
	height: auto;
}

#main_right #main_box{
	position: static;
    padding-bottom: 40px;
}

#magazine_vol1_box {
    position: absolute;
    top: 440px;
    left: 993px;
}

}

/*--------------------------------
ここからスマホCSS
----------------------------------*/

@media screen and (max-width:480px){/*andの後は半角スペース*/
body{
	position:relative;//ナビ用
	overflow:hidden;
	font-size:14px;
}
*{
	margin:0;
	padding:0;	
}

.pc{
	display:none;
}
#main_box {
	overflow:hidden;
	margin-bottom:20px;
}
/*vol.2画像*/
#vol_box {
	display:block;
	margin:0 auto 10px;
	width:50%;
	float:left;
	overflow:hidden;
}
/*vol.1バナー*/
img#magazine_vol1_box {
    display: block;
    width: 50%;
	overflow:hidden;
	float:right;
	margin-top:80px;
}
/*left-box*/
img#tag {
  width:60%;
 }
.side_menu_box {
	width:100%;
	margin:0 auto;
	text-align:center;
} 

 

/*上部ナビエリア*/
#main_left {
	display:none;
}

/*メイン画像*/
#magazine_head_box {
	width:100%;
}

/*kakushi*/
#kakusi_box{
	display:none;
}


/*========footer========*/
#footer {
	width:100%;
	background:#000;
	font-size:60%;
	color:#fff;
	box-sizing:border-box;
	padding:5px;	
}
}
