@charset "utf-8";
/*===========================
add
===========================*/


/*===========================
color
===========================*/

:root {
	--basic-color:#f5ca51;
}




/*===========================
width
===========================*/
@media screen and (max-width: 768px) {
	.w100Tablet{
		width: 100% !important;
		box-sizing: border-box;
	}
}


/*===========================
hover alpha
===========================*/

.ahover a{
 transition: 0.3s;
 margin-top: 100px;
}

.ahover a:hover{
 filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
}


/*===========================
hover alpha
===========================*/
.table0 th{
 width: 50px;
 text-align: left;
}