@charset "UTF-8";


/**
 * #content
 */
#content .btns {
	margin:6em 0 2em 0;
}

#content th {
	color:#333;
}
@media only screen and (max-width:767px) {
	#content .btns {
		margin:40px 0 50px 0;
	}
	#content th {
		width:35%;
		white-space:normal;
	}
}