/* mobile style */


.t100 {
	float:left;
	width:100%;
	box-sizing:border-box;
}

.t100 h1 {
	font-size:21px;
		float:left;
	width:100%;
	box-sizing:border-box;
	margin:0;
}

.t100 h2 {
	font-size:17px;
		float:left;
	width:100%;
	box-sizing:border-box;
	margin:0;
}

.t100 h3 {
	font-size:20px;
		float:left;
	width:100%;
	box-sizing:border-box;
	margin:0;
}

.t20 {
		float:left;
	width:20%;
	box-sizing:border-box;
}

.t25 {
		float:left;
	width:25%;
	box-sizing:border-box;
}

.t30 {	float:left;
	width:30%;
	box-sizing:border-box;}

.t40 {	float:left;
	width:40%;
	box-sizing:border-box;}

.t50 {	float:left;
	width:50%;
	box-sizing:border-box;}

.t60 {	float:left;
	width:60%;
	box-sizing:border-box;}

.t70 {	float:left;
	width:70%;
	box-sizing:border-box;}

.t80 {	float:left;
	width:80%;
	box-sizing:border-box;}

.t90 {	float:left;
	width:90%;
	box-sizing:border-box;}


.t3 {	float:left;
	width:33.3%;
	box-sizing:border-box;}

.t4 {	float:left;
	width:25%;
	box-sizing:border-box;}

.t5 {	float:left;
	width:20%;
	box-sizing:border-box;}

.t6 {	float:left;
	width:16.6%;
	box-sizing:border-box;}

.t7 {	float:left;
	width:14.2%;
	box-sizing:border-box;}

#desc_cat_table_cell {
	display: flex;
	flex-flow: wrap;
}

#desc_cat_table_td {
	min-height:200px;
}

/* mobile style */