@media only screen and (max-width:960px){

body { min-width:100%;}
#header { width:100%;}
#content{ width:100%;}
#footer { width:100%;}
#wrapper { border-top:none;}
#base { background:none; border-top:none;}

/*====================================================================================================
  HEADER
====================================================================================================*/


/* YOUTUBE*/
#mainimg2_pc {
	margin: 0 auto 25px;
	width:100% !important;
}
#mainimg_pc2 .youtube {
	width:100%;
	height:650px;
	overflow: hidden;
}



/*====================================================================================================
  CONTENT
====================================================================================================*/

#content { width:100%; border-top:1px solid #EEE;}

/* AREA */
#content #area ul { margin: 0 auto; width:100%;}

/*====================================================================================================
  FOOTER
====================================================================================================*/

#footer {}

/*====================================================================================================
  TOPPAGR
====================================================================================================*/

#toppage {}

/* ABOUT */
#toppage #about .box {width:92%; margin:0 4%;}
#toppage #about .box:after { display:none;}
#toppage #about .box .img {float:none;}
#toppage #about .box .img img.pc { display:none;}
#toppage #about .box .img img.sm { display:block; width:100% !important; padding:0 0 20px;}
#toppage #about .box .site { margin-top:20px; text-align:right;}	

/* VIDEO */
#toppage .guide {width:92%; margin:0 4%;}
#toppage .guide dl:after { display:none;}
#toppage .guide dt { float:none; width:100%; margin-bottom:10px; }
#toppage .guide dd { float:none; width:100%; }
#toppage .guide dd b { display:block;}

}
@media only screen and (max-width:700px){
body { min-width:100%; font-size:100%;}

#header { display:none;}
#change { display:none !important;}

#mainimg_pc {
	display:none;
}
#mainimg_sm {
	clear:both;
	display:block;
	width:100%;
}
.item.bo2 { display:block;}
#content #subpage #area { display:none;}

}

