@charset "utf-8";
/* ==================== TOOL LIBRARY ==================== */


.topicpath + p {
	font-weight: bold;
	line-height: 1.5;
}

@media screen and (max-width: 1024px) {
.topicpath + p {
	margin-left: 10px;
	margin-right: 10px;
}
}


.catalogList dl {
	margin-top: 10px;
	margin-bottom: 50px;
	border-bottom: 1px solid #CCC;
}

.catalogList dt {
	padding: 10px;
	color: #FFF;
	font-size: 16px;
	/*font-weight: bold;*/
	line-height: 1.5;
	color: #000;
	background: #EEE url(../images/arrow_01_nb_b_02.png) no-repeat 99% 50%;
	background-size: 24px;
	border: 1px solid #CCC;
	border-bottom: 0;
	cursor: pointer;
}

.catalogList dt.active {
	background-image: url(../images/arrow_01_nb_t_02.png)
}

.catalogList dd {
	border-bottom: 0;
	border: 1px solid #CCC;
}

.catalogList li {
	width: auto;
	display: table;
}

.catalogList li:nth-child(even) {
	background: #F5F5F5;	
}
/*
.catalogList li:after {
	content: "";
	clear: both;
	display: block;
}
*/
.catalogList h3 ,
.catalogList p ,
.catalogList figure {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
	line-height: 1.5;
	box-sizing: border-box;
}

.catalogList h3 ,
.catalogList p {
	width: 45%;
}

.catalogList figure {
	width: 10%;
}

.catalogList figure img {
	width: 100%;
	min-width: 80px;
}

.catalogList figure figcaption {
	text-align: center;
	font-size: 12px;
}

.catalogList h3 {
	font-weight: bold;
	font-size: 14px;
	background: url(../images/arrow_01_nb_r_02.png) no-repeat 0 50%;
	background-size: 12px;
}


.catalogList p a {
	padding-left: 20px;
	background: url(../images/icon_pdf.png) no-repeat 0 0;
	background-size: 22px;
}





@media screen and (max-width: 480px) {

.catalogList li {
	padding: 15px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.catalogList h3 ,
.catalogList p ,
.catalogList figure {
	display: block;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}

.catalogList h3 ,
.catalogList p {
	margin-bottom: 10px;
}

.catalogList h3 {
	padding-left: 15px;
}

.catalogList figure {
	text-align: center;
}

.catalogList figure img {
	max-width: 100px;
}
}
