@charset "UTF-8";

/*--------------------------------
ここからPCのCSS
----------------------------------*/
@media screen and (min-width:480px){
.sumaho{
	display: none;
}
body{
	width: 100%;
	min-width: 960px;
	margin: 0 auto;
}

/* Lightbox �ŕ\��������DIV�v�f��CSS */  
#lightbox-panel {
	-moz-border-radius: 6px;
	background: rgb(255, 255, 255);
	-webkit-border-radius: 6px;
	border: 1px solid #536376;
	-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	-moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	padding: 14px 22px;
	width: 640px;
	margin-left: -320px;
	position: absolute;
	top: 5%;
	left: 50%;
	display: none;
	z-index: 60;
	border: 5px solid rgb(238, 238, 238);
}

#lightbox-panel .close {
	text-align: center;
}

/* Lightbox�\�����ɔw�i����� */
#BlackWindow{
	display: none;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	z-index: 51;
	overflow: auto;
}

/**** LIGHT BOX COSTOM *****/ 
#magazine2 #main #lightbox-panel #lightbox-contents {
	position: relative;
}

#magazine2 #main #lightbox-panel #lightbox-contents #popup_box {
	text-align: center;
}

#magazine2 #main #lightbox-panel #lightbox-contents #detail_img {
	max-width: 640px;
	max-height: 640px;
}

#magazine2 #main #lightbox-panel #lightbox-contents #vimeo_box {
	width: 640px;
	height: 640px;
}

#magazine2 #main #lightbox-panel #lightbox-contents #facebook_box {
	margin-top: 10px;
	width: 100%;
	height: 21px;
}

#magazine2 #main #lightbox-panel #lightbox-contents #facebook_box iframe {
	float: right;
	width: 170px;
	height: 21px;
}

#magazine2 #main #lightbox-panel #close_box {
	width: 100%;
	text-align: center;
	margin: 0px;
}

#magazine2 #main #lightbox-panel #close-img {
	position: absolute;
	top: 0px;
	right: -60px;
}

#magazine2 #main #lightbox-panel #popupLeft {
	position: absolute;
	top: 50%;
	left: -60px;
}

#magazine2 #main #lightbox-panel #popupRight {
	position: absolute;
	top: 50%;
	right: -60px;
}
}


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

@media screen and (max-width:480px){/*and�̌�͔��p�X�y�[�X*/
body{
	position:relative;//
	overflow:hidden;
	font-size:14px;
}
*{
	margin:0;
	padding:0;	
}

.pc{
	display:none;
}

/* Lightbox �ŕ\��������DIV�v�f��CSS */  
#lightbox-panel {
	-moz-border-radius: 6px;
	background: rgb(255, 255, 255);
	-webkit-border-radius: 6px;
	border: 1px solid #536376;
	-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	-moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	padding: 14px 22px;
	width: 100% !important;
	position: absolute;
	top: 15%;
	display: none;
	z-index: 60;
	border: 5px solid rgb(238, 238, 238);
	box-sizing:border-box;
	margin:0 auto;
	min-height:300px;
}

#lightbox-panel .close {
	text-align: center;
}

/* Lightbox�\�����ɔw�i����� */
#BlackWindow{
	display: none;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	z-index: 51;
	overflow: auto;
}

/**** LIGHT BOX COSTOM *****/ 
#magazine2 #main #lightbox-panel #lightbox-contents {
	position: relative;
}

#magazine2 #main #lightbox-panel #lightbox-contents #popup_box {
	text-align: center;
}

#magazine2 #main #lightbox-panel #lightbox-contents #detail_img {
	max-width: 90%;
	max-height: 640px;
	margin:0 auto 20px;
}
#close-img ,
#popupLeft,
#popupRight {
	display:none;
}
#close-panel {
	top: 245px;
	float:right;
}
#magazine2 #main #lightbox-panel #lightbox-contents #facebook_box iframe {
	float: left;
	height: 21px;
	
}
}