@charset "UTF-8";

/*------------------------------------------

■ブランドカラー（緑）
#51af22

■アクセントカラー（オレンジ）
#ff8600

------------------------------------------*/

html {
	height: 100%;
}

body {
	background: #f6f6f6 url(../img/header_bg.jpg) repeat-x;
	height: 100%;
}



/*------------------------------------------------------------------

コンテンツ

------------------------------------------------------------------*/
div#contents {
	width: 820px;
	margin: 0px auto;
	clear: both;
}
div#contents h2 {
	width: 690px;
	height: 30px;
	margin: 54px auto 43px;
}
div.feature {
	background: #fff;
	border: 1px solid #e7e7e7;
	padding: 3px;
	margin-bottom: 4px;
	clear: both;
}
/*clearfix*/
div.feature:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.feature {
	display: inline-table;
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html div.feature { height:1%; }
div.feature { display: block; }
/* End hide from IE-mac */
/*---end---*/

div.feature div.fig {
	float: right;
	margin-left: 10px;
}
div.feature h3 {
	margin: 18px 0px 7px 20px;
}
div.feature p {
	margin: 0px 0px 0px 20px;
	line-height: 1.4;
}
.mac div.feature p {
	line-height: 1.5;
}
div.feature p span.cap {
	font-size: 75%;
	color: #666;
}

div#feature2 {
	margin-top: 30px;
}
/*clearfix*/
div#feature2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div#feature2 {
	display: inline-table;
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html div#feature2 { height:1%; }
div#feature2 { display: block; }
/* End hide from IE-mac */
/*---end---*/

div#feature2 div {
	background-repeat: no-repeat;
	background-position: 0px top;
	padding: 0px 17px 0px 65px;
	width: 180px;
	float: left;
	border-right: 1px solid #cfcfcf;
	margin-right: 8px;
}
div#feature2 h3 {
	padding: 5px 0px 7px 0px;
}
div#feature2 p {
	margin: 0px 0px 0px 0px;
	line-height: 1.4;
}
.mac div#feature2 p {
	line-height: 1.5;
}
div#feature2 div.c01 {
	background-image: url(../img/icon01.gif);
}
div#feature2 div.c02 {
	background-image: url(../img/icon02.gif);
	width: 180px;
}
div#feature2 div.c03 {
	background-image: url(../img/icon03.gif);
	border-right: none;
	padding: 0px 0px 0px 65px;
	margin-right: 0px;
}


