@charset "UTF-8";
/* CSS Document */


/*responsive_navi*/

@media screen and (max-width: 720px) {
	.pc_mode {
    display: none; } 
	}
@media screen and (min-width: 721px) {
	.sp_mode {
    display: none !important; }
	}
	
.pc_mode {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.sp_mode {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}