ul.products_list {
	display: none;
}

.products_image,
.products_text {
	display: block;
}

.products_image {
	width: auto;
	max-width: 150px;
}

.sub_title_s {
	background: #006633;
	color: #ffffff;
	border-bottom: solid 1px #CCCCCC;
	padding: 15px;
	margin: 0 -10px;

}

.sub_title_s:first-child {
	margin-top: 30px;
}

.opn_tab:before,
.cls_tab:before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 1.2em;
	line-height: 1.2em;
	border: solid 1px #FFFFFF;
	text-align: center;
	font-weight: normal;
}

.opn_tab:before {
	content: "-";
}

.cls_tab:before {
	content: "＋";

}

.products_area_navi a img {
	width: 45%;
	max-width: 150px;
}

.products_area_navi h3 {
	text-align: center;
}

.products_area_navi {
	display: block;
	width: auto;
}

.products_area_navi a {
	margin: 0;
}
