@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2013.06.05
Style Info:     index css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*concept_box*/
.concept_box {
	clear: both;
}
.concept_box p span {
	font-size: 1.1em;
	font-weight: bold;
	color: #245a00;
}
/*gyoumu*/
.gyoumu {
	clear: both;
	margin-bottom: 10px;
}
.gyoumu img {
	clear: both;
	box-shadow:0px 0px 3px #ccc;
	-webkit-box-shadow:0px 0px 3px #ccc;
	-moz-box-shadow:0px 0px 3px #ccc;
	margin: 10px auto;
	width: 100%;
	height: auto;
}
.gyoumu p {
	font-size: 12px;
}
.gyoumu p span {
	font-size: 13px;
	font-weight: bold;
}
/*flow*/
.flow {
	clear: both;
	margin-bottom: 10px;
}
.flow p {
	float: left;
	margin-right: 5px;
}
.flow p img {
	width: 56px;
	height: auto;
}
.flow p.last {
	margin-right: 0px;
}
.table01 {
	border-collapse: collapse;
	width: 100%;
	background: #fff;
	font-size: 12px;
}
.table01 th {
	text-align: left;
	width: 35%;
}
.bg_01 {
	background: #FFE5E2;
}
.bg_02 {
	background: #FFE6CC;
}
.bg_03 {
	background: #FFC;
}
.bg_04 {
	background: #F0FBD5;
}
.table01 tr th, .table01 tr td {
	border: #666 1px dotted;
	padding: 10px ;
}