@charset "utf-8";

#contents .centering{
	position:relative;
	bottom:140px;
}

#contents ul{
	margin-bottom:2em;
}
#contents th{
	width:15%;
}
#contents td{
	width:35%;
}

@media screen and (max-width:769px){
#contents .centering{
	position:relative;
	bottom:4em;
}
#contents th{
	width:100%;
}
#contents td{
	width:100%;
}
}
