@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#wrapper {
	min-width: 1020px;
	width: 100%;
	overflow: hidden;
}

#about {
	margin-top: 60px;
}

#about .container {
	position: relative;
}

#about .photo_01 {
	width: 1382px;
	background: url(../images/photo_01_pc.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 610px;
}

#about .photo_02 {
	width: 1382px;
	background: url(../images/photo_02_pc.png) no-repeat right top;
	position: absolute;
	top: 0;
	right: 610px;
}

#about .photo_01 img,
#about .photo_02 img {
	opacity: 0;
	filter: Alpha(opacity=0);
}


#about .f_right,
#about .f_left {
	width: 540px;
	margin-bottom: 100px;
	text-align: left;
}

#about h2 {
	font-family: ipamp;
	font-weight: 500;
	font-size: 26px;
	color: #586931;
}

#about .f_right p,
#about .f_left p {
	margin-top: 20px;
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

#flow {
	margin-bottom: 40px;
	border-bottom: solid 1px #c1c1c0;
}

#flow h2 {
	margin-bottom: 25px;
	padding-top: 20px;
	background: url(../images/h2.png) no-repeat top;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.4;
}

#flow h2 span {
	display: block;
	font-family: font57969;
	font-size: 30px;
}

#flow .section {
	padding: 30px 70px 30px 0;
	border-top: solid 1px #c1c1c0;
}

#flow p {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 380px;
}

#flow dl {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 500px;
	text-align: left;
}

#flow dt {
	margin-bottom: 15px;
	font-size: 18px;
	color: #586931;
}

#flow dt span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 64px;
	height: 20px;
	margin-right: 15px;
	background: #586931;
	text-align: center;
	font-family: font57969;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
}
