@charset "UTF-8";
/* CSS Document */
#upperSmWrapper,
#underSmWrapper {
	display: table;
	width: 100%;
}
#upperSmWrapper {
	margin-bottom: 20px;
}
.smBox {
	display: table-cell;
	width: 32%;
	padding-right: 2%;
}
.smBox ul li {
	margin-bottom: 5px;
}
.smBox ul li:first-child {
	font-weight: bold;
}
.smBox ul li:before {
	content: ">";
	padding-right: 2%;
}
#upperSmWrapper .smBox:last-child,
#underSmWrapper .smBox:last-child {
	padding-right: 0;
}

@media screen and (max-width:599px) {
	#upperSmWrapper,
	#underSmWrapper {
		display: block;
	}
	#upperSmWrapper {
		margin-bottom: 0;
	}
	.smBox {
		display: block;
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	#upperSmWrapper .smBox:last-child {
		margin-bottom: 0;
	}
}
