@charset "utf-8";
/* ===================================================================
CSS information

 file name  :about.css
 author     :Ability Consultant
style info  :ごあいさつページ設定　ハックは最下部に記述
=================================================================== */
#pagetitle {
	background: url(../about/images/bg_title.jpg) center top no-repeat;
}
#pagetitle h2 {
	padding: 147px 0 0 0;
}

#about #contents {
	padding: 90px 0;
}

#contents p.link {
	background: url(../images/ic_arrow.gif) 3px 6px no-repeat;
	padding: 0 0 25px 23px;
}

/* -----------------------------------------------------------
	.con_intro		INTRO
----------------------------------------------------------- */
#about .con_intro {
	padding: 35px 0 45px;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#about .con_intro .box_intro {
	float: left;
	width: 493px;
}
#about .con_intro .box_intro h3 {
	margin-bottom: 20px;
}

/* -----------------------------------------------------------
	.con_point
----------------------------------------------------------- */
#about .con_point {
	width: 1000px;
	margin: 0 auto 60px;
	overflow: hidden;
	font-size: 90%;
	line-height: 1.5;
}
#about .con_point h3 {
	margin-bottom: 20px;
}
#about .con_point .text {
	margin-bottom: 30px;
}
#about .con_point .box_l {
	width: 481px;
	float: left;
}
#about .con_point .box_l.po01 {
	width: 655px;
	min-height: 377px;
	background: url(../about/images/img_about01_2.jpg) 0 250px no-repeat;
}
#about .con_point .box_r {
	width: 490px;
	float: right;
	overflow: hidden;
	position: relative;
}
#about .con_point .box_r .txt_l {
	float: left;
	padding: 10px 0 0 15px;
}
#about .con_point .box_r .btn {
	position: absolute;
	right: 0;
	bottom: 0;
}
#about .con_point .nav {
	clear: both;
	padding-top: 15px;
	text-align: right;
}
#about .con_point .nav li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding-left: 10px;
}

/* -----------------------------------------------------------
	.con_dish
----------------------------------------------------------- */
#about .con_dish {
	width: 1000px;
	margin: 0 auto 60px;
	overflow: hidden;
	font-size: 90%;
	line-height: 1.5;
}
#about .con_dish h3, #about .con_dish .text {
	margin-bottom: 20px;
}
#about .con_dish .btn {
	text-align: right;
	padding: 20px 0 60px;
}
#about .con_dish .txt_l {
	width: 480px;
	float: left;
}
