@charset "utf-8";
/* CSS Document */


/* ------------------------------------------Aiの取り組み------------------------------------------ */

/*1個目*/
div#ap-first {
	width: 860px;
	height: auto;
	margin: 20px auto;
}
div#ap-first h2 {
	width: 840px;
	height: 27px;
	margin: 0 auto 10px;
	text-indent: -9999px;
	background-image: url(../../images/approach/h2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
div#ap-first p {
	width: 820px;
	margin: 0px auto;
	font-size:12px;
	line-height: 1.8;
}
/*2個目*/
div#ap-second {
	width: 860px;
	height: auto;
	margin: 0 auto 20px;
}
div#ap-second div.clear {
	width: 860px;
	height: 1px;
	clear:both;
}
div#ap-second h2 {
	width: 840px;
	height: 27px;
	margin: 0 auto 10px;
	text-indent: -9999px;
	background-image: url(../../images/approach/h2_2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
div#ap-second p.ap-second_p {
	width: 820px;
	margin: 0px auto;
	height: 288px;
	font-size:12px;
	line-height: 1.8;
	background-image: url(../../images/approach/bg_box.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
div#ap-second h3 {
	width: 820px;
	clear:both;
	padding: 10px 0 5px;
	margin: 0 auto;
	font-size:12px;
	font-weight: bold;
}
div#ap-second .box_left{
	margin-left: 20px;
	float: left;
	width:385px;
	padding: 10px;
	background-color:#FFFFFF;
	display: inline;
}
div#ap-second .box_right{
	margin-right: 20px;
	float: right;
	width:385px;
	padding: 10px;
	background-color:#FFFFFF;
	display: inline;
}
div#ap-second img{
	margin-bottom: 10px;
}
div#ap-second h4.ondan {
	width: 385px;
	padding:1px 0;
	margin-bottom: 10px;
	font-size:12px;
	color: #FFFFFF;
	background-color:#24ac39;
	text-indent: 10px;
	font-weight: bold;
}
div#ap-second h4.shien {
	width: 385px;
	padding:1px 0;
	margin-bottom: 10px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #126ffa;
	text-indent: 10px;
	font-weight: bold;
}
div#ap-second p.p_box {
	height:auto;
	line-height:1.5;
}

/*3個目*/
div#ap-third h2 {
	clear: both;
	width: 840px;
	height: 27px;
	margin: 0 auto 10px;
	text-indent: -9999px;
	background-image: url(../../images/approach/h2_3.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
div#ap-third dl {
	width: 840px;
	margin: 10px auto;
	font-size:12px;
}
div#ap-third dt {
	background-color: #FFFFFF;
	padding: 3px 10px;
	border-bottom: #000000 dotted 1px;
	border-top: #000000 dotted 1px;
}
div#ap-third dd {
	padding: 5px 10px;
}
