@charset "UTF-8";


/*=============================================================================
   Each page
=============================================================================*/

/* about page
=============================================================================*/
/***** contents01 ***************/
#about_cont01 {
	}
#about_cont01 .inner #topics {
	text-align: left;
	padding-left: 65px;
	border: 1px solid #60C188;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
	#about_cont01 #lead {
	background: url(img/about_leadbg.png) no-repeat left top;
	height: 330px;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	}
	#about_cont01 #lead p { display: none; 	}
	#about_cont01 #lead .btn a {
	height: 100px;
	width: 370px;
	position: absolute;
	left: 25px;
	bottom: 15px;
	display: block;
	}
	#about_cont01 #lead02 {
	background: url(img/about_leadbg02.png) no-repeat left top;
	height: 350px;
	overflow: hidden;
	margin-top: 20px;
	}
	#about_cont01 #lead02 h3,
	#about_cont01 #lead02 ul { display: none; 	}

/***** contents02 ***************/
#about_cont02 { margin-bottom: 30px; 	}
	#about_cont02 h3 {
	background: url(none);
	padding: 0px;
	height: 50px;
	margin-bottom: 30px;
	}
.listbox {
	margin: 0px auto;
	width: 940px;
	overflow: hidden;
	}
	.listbox dl {
	float: left;
	width: 448px;
	height: 130px;
	margin: 0px 10px 20px;
	background: #fbfaf3;
	border-left: 2px solid #ED9E00;
	padding-top: 10px;
	}
	.listbox dt {
	font-size: 1.33em;
	color: #FF9900;
	font-weight: bold;
	background: url(../shared/img/arrow02.png) no-repeat left center;
	padding-left: 15px;
	margin-bottom: 10px;
	}
	.listbox dd {
	font-size: 1.16em;
	padding: 0px 10px 0px 20px;
	}

/***** contents03 ***************/
#about_cont03 { margin-bottom: 50px; 	}
	#about_cont03 .txtArea {
	font-family: Georgia, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif;
	font-size: 1.33em;
	padding: 20px;
	}
	#about_cont03 .txtArea p { margin-bottom: 1em; 	}


/***** contents04 ***************/
#about_cont04 {
	}
