@charset "utf-8";
/* box */
.box-ld { padding: 1.5rem;}
.box-ld > .box-pic {
	float: left;
	padding: .5rem;
	line-height: 0;
	border: 1px solid #e6e6e6;
}
.box-ld > .box-pic img {
	width: 9.5rem;
	height: 13.5rem;
}
.box-ld > .box-pic + .box-info { margin-left: 12rem;}
.box-ld .box-title {
	margin-bottom: .8rem;
	line-height: 3.7rem;
	font-size: 2.4rem;
	color: #355e92;
}
.box-ld .box-post {
	margin-bottom: 1.5rem;
	line-height: 2.5rem;
	font-size: 1.7rem;
	color: #787878;
}
.box-ld .box-duty {
	margin-bottom: 1rem;
	padding-left: .8rem;
	line-height: 3rem;
	font-size: 1.7rem;
	color: #355e92;
	background-color: #f2f2f2;
}
.box-ld .box-duty:before {
	content: '鈻�;
	padding-right: .5rem;
}
.box-ld .box-text {
	padding: 0;
	line-height: 2.2rem;
	font-size: 1.7rem;
	color: #787878;
	border: 0;
}
.box-ld .box-cnt {
	padding-top: 2.5rem;
	line-height: 3rem;
	font-size: 1.7rem;
	color: #333;
}
/* box */

/* list */
.list-ld { font-size: 1.8rem;}
.list-ld > .list-item > .list-title {
	display: block;
	height: 4.4rem;
	margin-bottom: 1rem;
	padding-left: 4.5rem;
	line-height: 4.4rem;	
	font-weight: bold;
	color: #355e92;
	/*background: #eaeff4 url(/mimages/li_dot.png) no-repeat 1.6rem center;*/
	background: #eaeff4;
	background-size: 1.6rem 1.6rem;	
}
.list-ld > .list-item > .list-cnt > .list-item > .list-title {
	height: 3.4rem;
	padding-left: 2.4rem;
	line-height: 3.4rem;
	color: #355e92;
}
.list-ld > .list-item > .list-cnt > .list-item > .list-cnt > .list-item > .list-title {
	display: block;
	height: 4.2rem;
	margin-left: 4rem;
	margin-bottom: 1rem;
	padding-left: 2rem;
	line-height: 3.6rem;
	color: #333;
	border-bottom: 1px dashed #aaa;
}
.list-ld > .list-item > .list-cnt > .list-item > .list-title:before { 
	content: '>';
	padding-right: .5rem;
}
.list-ld > .list-item > .list-cnt { display: none;}
.list-ld > .list-item.current > .list-cnt { display: block;}
/* list */