@charset "utf-8";

#all section{
	margin:80px auto;
	max-width:855px;
}

.red{
	color:#9d0000;
}

.wi-1{
	margin-bottom:10px;
}

.wi-1>div{
	width:49%;
}

.wi-2>div:nth-child(1){
	width:40%;
}

.wi-2>div:nth-child(2){
	width:58%;
}

.wi-2+.wi-2{
	margin-top:15px;
}

h2{
	margin-bottom:20px;
	text-align:center;
}

.i-c{
	text-align:center;
}

#all{
	font-size:15px;
}

#kibo p{
	font-size: 15px;
    text-align: left;
    padding-bottom: 20px;
}

#all table{
	border-collapse:collapse;
	width:100%;
}

#all tr:nth-child(odd){
	background:#ffc078;
}

#all td,
#all th{
	padding:3px 6px;
}

#all th{
	font-weight:normal;
	text-align:left;
	width:125px;
}

#k-tbl{
	margin:auto;
	margin-bottom:100px;
	max-width:750px;
}

#k-tbl caption{
	padding:15px 0;
}

#k-tbl th{
	width:260px;
}

#all h3{
	color:#ff9c2a;
	font-size:20px;
	margin-bottom:10px;
}

#fa-tx{
	margin:30px 0;
}

/**/

@media(max-width:600px){

	h1 img,
	h2 img,
	h3 img{
		transform:scale(.7);
		vertical-align:middle;
	}

	h3 img{
		transform-origin:left;
	}

	/**/

	#all section{
		margin:10px auto;
		max-width:400px;
	}

	h2{
		margin-bottom:0;
	}

	.wi-2,
	.wi-1{
		flex-wrap:wrap;
	}

	.wi-2>div,
	.wi-1>div{
		margin:10px auto;
		width:100% !important;
	}

	#all{
		font-size:12px;
	}

	#all h3{
		font-size:15px;
	}

	#kibo p{
		font-size:15px;
	}

	.o-1{
		order:1;
	}

	#fa-tx{
		margin:0 0 10px;
	}

#k-tbl{
	margin-bottom:10px;
}

	#k-tbl th{
		width:150px;
	}

}