@charset "UTF-8";

/*=======================*/
/* コンセプトのページ    */
/*=======================*/

#contents h2{
	height: 22px;
	margin-bottom: 40px;
	text-indent: -9999px;
	background-image: url(../img/concept/h2_concept.png);
	background-repeat: no-repeat;
	background-position: center;
}

#contents p{
	margin-bottom: 0.8em;
	padding: 0 75px;
}

/* ---------------------------- */

#contents div{
	width: 550px;
	height: 328px;
	margin: 45px auto 0 auto;
	padding: 30px 50px 0 50px;
	background-image: url(../img/concept/div_bg.png);
	background-repeat: no-repeat;
}

#contents div h3{
	height: 20px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background-image: url(../img/concept/h3_approach.png);
	background-repeat: no-repeat;
	background-position: center;
}

#contents div ol li{
	list-style: none;
	padding: 10px 0 10px 40px;
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: solid 1px #FF6600;
}

#contents div ol li.one{ background-image: url(../img/concept/1.png); }
#contents div ol li.two{ background-image: url(../img/concept/2.png); }
#contents div ol li.three{ background-image: url(../img/concept/3.png); }
#contents div ol li.four{ background-image: url(../img/concept/4.png); border: none; }