@charset "UTF-8";
/* CSS Document */
.left_main {
	width: 100%;
	height: auto;
	margin: auto;
}
.left_img {
	width: 35px;
	height: auto;
	margin: auto;
	text-align: left;
	float: left;
}
.left_cat {
	width: 185px;
	height: auto;
	margin: auto;
	text-align: left;
	float: left;
}
.left_image_cont {
	width: 35px;
	height: 51px;
	margin: auto;
	text-align: left;
	float: left;
}
.left_category_cont {
	width: 175px;
	height: 34px;
	padding-top: 16px;
	padding-left: 10px;
	margin: auto;
	border-top: 1px #E5E4E4 solid;
	text-align: left;
	float: left;
}
.left_img_down {
	width: 35px;
	height: 30px;
	margin: auto;
	text-align: left;
	float: left;
	background-color: #41475D;
}
.left_cat_down {
	width: 200px;
	height: 25px;
	padding-top: 5px;
	padding-left: 15px;
	margin: auto;
	text-align: left;
	float: left;
}

.cat_link {
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	font-family:-apple-system;
}
.cat_link:hover {
	text-decoration: underline;
}
.cat_link_down {
	font-size: 14px;
	font-weight: bold;
	color: #4C4C4D;
	text-decoration: none;
	font-family:-apple-system;
}
.cat_link_down:hover {
	text-decoration: underline;
}
.img_button {
	background-color: #41475D;
	border: 1px #41475D solid;
	width: 100%;
	height: 100%;
}
.arrow_img {
	border-top: 1px #E5E4E4 solid;
	width: 30px;
	height: 45px;
	padding-top: 5px;
	margin: auto;
	text-align: left;
	float: left;
}
.arrow_image_cont {
	width: 30px;
	height: 51px;
	margin: auto;
	text-align: left;
	float: left;
}
.arrow_button {
	width: 100%;
	height: 100%;
	border: 0px;
	background-color: transparent;
}