main .disc ul {
	list-style-type: decimal;
}

main .two h2 {
	margin-bottom: 24px;
}

main table {
	float: left;
	width: 100%;
	margin-bottom: 24px;
}

main table td{
	border-bottom: 1px dashed #222;
	padding: 4px 0;
}

main table .col1 {
	width: 160px;
	text-align: center;
}

main table .col2 {
	width: 200px;
}


aside li {
	position: relative;
	width: 100%;
	font-size: 16px;
	height: 40px;
	text-align: center;
	border: 1px solid #222;
	line-height: 40px;
	border-radius: 4px;
	margin-bottom: 8px;
	transition: background 0.1s linear, color 0.1s linear;
}

aside li:hover {
	background: #222;
	color: #FFF;
}
/*--------------------------------------------------------------------------------------------*/
/*スマホ横用スタイル*/
@media only screen and (min-width: 437px) and (max-width: 960px) {

}

/*スマホ用スタイル*/
/*--------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 436px) {
	
	main table .col1 {
		width: 20%;
	}

	main table .col2 {
		width: 30%;
	}
}
