﻿/* catalog */
.catalogBox {
	clear:both;
}

.catalogBox:after {
	content:" ";
	display:block;
	clear:both;
	visibility:hidden;
}

.catBoxLeft {
	float:left;
	width:560px;
}

.catBoxRight {
	float: right;
    width: 360px;
}

.catBoxRight h2 a {
	color: #2D81B6;
    font-size: 24px;
    text-decoration: underline;
	line-height: 30px;
}

.catBoxRight h2 a:hover {
    text-decoration: none;
}

.catBoxRight p {
	line-height: 18px;
    padding: 5px 0 8px;
    text-align: justify;
}

.catBoxLeft img {
    border: 1px solid #E7E7E7;
    padding: 4px;
}

/* catalog hp */
.subcategorySection h2 a {
	color: #2D81B6;
    font-size: 24px;
    line-height: 30px;
    text-decoration: underline;
}
.boxCategoryList {
	border-bottom: 1px solid #E7E7E7;
    clear: both;
    margin: 12px 0 10px;
    overflow: hidden;
    padding-bottom: 10px;
}
.boxCategoryList .image {
	float:left;
	margin-right: 10px;
}
.boxCategoryList .image img {
	border: 1px solid #E7E7E7;
    padding: 4px;
}

.boxCategoryList h3 a {
	padding-bottom: 5px;
}
.boxCategoryList p {
	font-size: 14px;
    line-height: 16px;
    padding-top: 2px;
}