@charset "euc-jp";
/* CSS Document */
/*clearFix*/
.section:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
		margin:0 0 0 0;
		padding:0 0 0 0;
}

.section {
  min-height: 1px;
}

* html .section {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.section{
	margin-bottom:20px;
}
/**/
.ContentInner {
	font-size:100%;
}
.ContentInner h3 {
	padding:3px 10px;
	background:#f8fce3;
	color:#408024;
	font-size:160%;
	margin-bottom:15px;
}
.ContentInner p {
	line-height: 1.7;
}
.txtBlock_01 {
	line-height: 1.7;
}
.txtBlock_01 img {
	float:left;
	margin:0 20px 10px 0;
}
.txtBlock_01 p {
	font-size:120%;
	font-weight:bold;
	color:#408024;
	line-height: 1.7;
}
.detailBlock {
	background:#f8fce3;
	padding:10px 20px;
}
ul.listStyle_01 {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.bdr_dot ul.listStyle_01 {
	margin:0 0 0 15px;
	padding:0 0 0 0;
}
ul.listStyle_01 li {
	background:url(../images/bullet_green.gif) no-repeat left 0.6em;
	padding-left:10px;
	list-style:none;
	line-height:1.8;
}
.mb20{
	margin-bottom:20px;
}
.bdr_dot{
	background:url(../images/line_dot_green.gif) repeat-x 0 0;
	padding-top:10px;
}
.section h4{
	color:#408024;
	margin:0 0 7px 0;
	padding:0 0 0 0;
}
.imgBlock_01 {
	margin:25px 0 0 25px;
}
.imgBlock_01 img {
	float:left;
	margin:0 20px 20px 0;
}
strong{
	color:#408024;
	padding-bottom:10px;
}
