@charset "UTF-8";
/* CSS Document */	

h3{
	margin-bottom: 25px;
}

h4{
	margin-bottom: 30px;
}

.leadTxt{
	margin-bottom: 25px;
}
.leadTxt span{
	color:#219b8e;
}
.zoom{
	text-align: center;
	margin-bottom: 30px;
}

.imgArea{
	margin-bottom: 50px;
	overflow: hidden;
}
.imgArea > p{
	margin-bottom: 20px;
}
.imgArea .left{
	float: left;
}
.imgArea .right{
	float: right;
}
.imgArea .image{
	width: 320px;
}
.imgArea .text{
	width: 310px;
}
.imgArea .text .notes{
	padding-left: 1em;
	text-indent: -1em;
}

.caption{
	line-height: 1.3;
}
.caption:before{
	content: "●";
	color: #ff9326;
	padding-right: 3px;
}

ul.imgList{
	margin:20px 0 25px;
	overflow: hidden;
}
ul.imgList li{
	margin: 0 15px 25px 0;
	float: left;
}
ul.imgList li.last{
	margin-right: 0;
}

ul.imgList li .caption{
	margin-top: 7px;
}
