


.div_of_nameSize {
    font-size: 0.9em;
}

.num_together{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.sp_cment {
    font-size: 13px;
    font-weight: 600;
    text-indent: -13px;
    display: inline-block;
    line-height: 16px;
    margin-left: 13px;
}

.boothType_text{
	margin-left: 3px;
	text-indent: 0;
	font-size: 12px;
}
#box_booth_space_type{
	border: 2px dotted grey;
	padding: 5px;
	margin: 10px 0;
	width: 80%;
	max-width: 370px;
	text-indent: 0;
}

.fourType{
	border: 1px solid grey;
    border-collapse: collapse;
}
.fourType td{
	width: 20px;
    border: 1px solid black;
    height: 20px;
    font-size: 0;
    background: #e9e9e9;
}
.eightType{
    border-collapse: collapse;
}
.eightType tr:nth-child(2) td{
    background: #e9e9e9;
}
.eightType td{
	width: 20px;
    border: 1px solid black;
    height: 20px;
    font-size: 0;
}

.eightType td:last-child{
	width: 20px;
    border-top: 1px dotted black;
    border-bottom: 1px dotted black;
    border-left: 1px solid black;
    border-right: 1px solid white;
    height: 20px;
    font-size: 0;
    background: white !important;
}




/*register_jp用*/
.rgst_dateplace{
	margin: 30px 0;
	color: rgba(217,155,180,1);
	text-align: center;
	font-size: 25px;
	line-height: 45px;
	font-weight: normal;
}

#dl_button{
	color: #fff;
	text-decoration: none;
	text-align:center;
	cursor: pointer;
	font-weight: bolder;
	height: 50px;
	background-color: #d29bb5;
	line-height: 50px;
	display: block;
	width: 300px;
	margin: 45px auto;
	border-radius: 2px;
	font-size: 20px;
}

/*デバイスの横幅が1000px以下の場合*/
@media only screen and (max-width: 1000px) {
	.rgst_dateplace{
		font-size: 18px;
	    line-height: 29px;
	}
	
}


/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 750px) {


}

.wdt_100ps{width: 100%;}
.wdt_98ps{width: 98%;}
.wdt_95ps{width: 95%;}
.wdt_90ps{width: 90%;}
.wdt_50ps{width: 50%;}
.maxWdt_500{max-width: 500px;}
.maxWdt_400{max-width: 400px;}
.maxWdt_300{max-width: 300px;}
.maxWdt_200{max-width: 200px;}
.maxWdt_150{max-width: 150px;}
.maxWdt_100{max-width: 100px;}
.mgnBtm_10{margin-bottom: 10px;}


