@charset "UTF-8";

/*--------------------------------------
	
---------------------------------------*/


/* colorbox不要ボタン非表示 */
#cboxCurrent{ display: none !important;   }
#cboxPrevious { display: none !important; }  
#cboxNext {display: none !important; }  

/* cboxClose調整 */
div#cboxContent #cboxClose {
	right: -10px; top: -12px;
}




/* =============================================================================================================
	768px以下の表示の場合
============================================================================================================= */

@media screen and (max-width: 768px) {



}



/* =============================================================================================================
	660px以下の表示の場合
============================================================================================================= */

@media screen and (max-width: 660px) {



}




/* =============================================================================================================
	520px以下の表示の場合
============================================================================================================= */

@media screen and (max-width: 520px) {




}



/* =============================================================================================================
	480px以下の表示の場合
============================================================================================================= */

@media screen and (max-width: 480px) {



div#colorbox {
	width: 300px !important;
	margin: auto !important;
	left: 0 !important; right:0 !important;
}
div#cboxWrapper {
	width: 300px !important;
}
div#cboxContent {
	width: 300px !important;
}
div#cboxLoadedContent {
	width: 300px !important;
}




}





/* =============================================================================================================
	380px以下の表示の場合
============================================================================================================= */

@media screen and (max-width: 380px) {


}












