body{
	font-family:"メイリオ" , "Meiryo" ,sans-serif;
	font-size:15px;
	line-height:1.5em;
	color:#000;
	margin:0px;
	position:relative;
}
/* GoogleFonts Icon */
.ggi{
	font-family: 'Material Icons';
	padding-right:10px;
	vertical-align:top;
}
.ggit{
	padding-right:5px;
}
.gginp{
	font-family: 'Material Icons';
	vertical-align:top;
}

.mycolor-1{
	color:#00008B;
}
.mycolor-2{
	color:#FF4500;
}

.header_wrap{
	background-color:#00568E;
}
.main_wrap{
	padding:40px 0px;
}

.close{
	display:none;
}
.open{

}

.boder-req{
	border-color:#FD9843;
}

.fs15{
	font-size:15px !important;
}

.list_control_btn{
	display:inline-block;
	font-size:24px;
	text-decoration:none;
	color: #fff;
	line-height:1em;
	padding:4px 8px;
	background-color:#333;
	border-radius:4px;
	transition:0.2s linear;
}
.list_control_btn:hover{
	color: #fff;
	background-color:#0d6efd;
}

.list_control_sqbtn{
	display:inline-block;
	font-size:24px;
	text-decoration:none;
	color: #fff;
	line-height:1em;
	padding:4px;
	background-color:#333;
	border-radius:4px;
	transition:0.2s linear;
}
.list_control_sqbtn:hover{
	color: #fff;
	background-color:#0d6efd;
}

.js_btn{
	display:inline-block;
	font-size:14px;
	text-decoration:none;
	color: #fff;
	line-height:1em;
	padding:4px;
	background-color:#999;
	border-radius:4px;
	transition:0.2s linear;
}
.js_btn:hover{
	color: #fff;
	background-color:#0d6efd;

}

.mycol-5{	width:5%;}
.mycol-15{	width:15%;}
.mycol-25{	width:25%;}
.mycol-35{	width:35%;}
.mycol-45{	width:45%;}
.mycol-55{	width:55%;}
.mycol-65{	width:65%;}
.mycol-75{	width:75%;}
.mycol-85{	width:85%;}
.mycol-95{	width:95%;}
.mycol-10{	width:10%;}
.mycol-20{	width:20%;}
.mycol-30{	width:30%;}
.mycol-40{	width:40%;}
.mycol-50{	width:50%;}
.mycol-60{	width:60%;}
.mycol-70{	width:70%;}
.mycol-80{	width:80%;}
.mycol-90{	width:90%;}

.list_uimg{
	display:inline-block;
	max-width:50px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.edit_uimg{
	display:block;
	max-width:80px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.modal_list{
	max-height:400px;

}

.mh-36{
	min-height:36px;
}


