#PANEL{
	border-top: 5px solid #c00;
	height: auto;
}
#PANEL p{
    width: 100%;
    margin: 0;
    padding: 4% 3%;
    text-align: center;
    box-sizing: border-box;
}
#PANEL p img{
    width: 100%;
    max-width: 740px;
}
#Map{
    padding-bottom: 40px;
}
#Map p{
    margin: 0 auto;
    max-width: 900px;
}


.w10p{
	width: 10% !important;
}
.w15p{
	width: 15% !important;
}
.w20p{
	width: 20% !important;
}
.w40p{
	width: 40% !important;
}
.w60p{
	width: 60% !important;
}
.w70p{
	width: 70% !important;
}	
.w80p{
	width: 80% !important;
}

.mt4{
	margin-top: 4px !important;
}
.mt8{
	margin-top: 8px !important;
}
.mt16{
	margin-top: 16px !important;
}
.mb0{
	margin-bottom: 0px !important;
}
.mb4{
	margin-bottom: 4px !important;
}
.mb16{
	margin-bottom: 16px !important;
}
.ml6{
	margin-left: 6px !important;
}

.pb0{
	padding-bottom: 0 !important;
}
.pb8{
	padding-bottom: 12px;
	display: inline-block;
}
.pb4{
	padding-bottom: 4px;
	display: inline-block;
}
/*text-align*/
.al_c{ text-align: center !important;}

.dsp_sp{ display: none }

@media (min-width:641px) {

	.grid6 > .column100p {
	    width: 100%;
	}
	.grid6 > .column79p {
	    width: 79%;
	}
	.grid6 > .column75p {
	    width: 75%;
	}
	.grid6 > .column76p {
	    width: 76%;
	}
	.grid6 > .column77p {
	    width: 77%;
	}
	.grid6 > .column20p {
	    width: 20%;
	    float: right;
	    padding: 0;
	}
	.grid6 > .column23p {
	    width: 23%;
	    float: right;
	}
	.grid6 > .column25p {
	    width: 25%;
	}
	.pt_aa{
		padding: 55px 0 0 0;
	}

	.img-cap-c{
		text-align: center!important;
		display: block;
		margin-bottom: -18px;
	}
}


@media (min-width:1024px) {

	.booth{
	}
	.booth img{
		width: 85%;
	}

}
@media (max-width:640px) {

	#PANEL{
		border-top: 4px solid #c00;
		height: auto;
	}
	#PANEL p{
	    padding: 4% 2.5%;
	}
	.img-caption {
	    position: absolute;
	    left: 10px;
	}
	.tenji{
		padding-top: 10vw;
		padding-bottom: 2vw;
	}
	.dsp_pc{ display: none }
	.dsp_sp{ display: block }
	.ico_nml_lf {
	    padding: 2px 0 10px 32px;
	}
}


/****** IE8対応 ******/

.ie8 .grid6 .column20p {
	    width: 20%;
	    float: right;
	    padding: 0;
}
.ie8 .grid6 .column23p {
	    width: 23%;
	    float: right;
}
.ie8 .grid6 .column77p {
	    width: 77%;
}
.ie8 .grid6 .column79p {
	    width: 79%;
}
.ie8 .ie-tenji{
	    padding-top: 10px;
}
.ie8 .ie-pt{
	    padding-top: 25px;
}




