/* CSS Document */

/* 6つ */

.sixpoint{
	height: 106px;
	background-color: #FFF;
	margin-bottom: 10px;
}

/* 6つ */
/* 6つそれぞれ */

.six01{
	background-repeat: no-repeat;
	background-position: right center;
}
	
.six02{
	background-repeat: no-repeat;
	background-position: right center;
}

.six03{
	background-repeat: no-repeat;
	background-position: right center;
}


.sixpoint .icon{
	float: left;
	width: 20px;
}
.sixpoint .title{
	margin-left: 25px;
	margin-right: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #4B4B4B;
}
.sixpoint .txt{
	line-height: 1.5em;
	margin-left: 25px;
	margin-right: 5px;
}


/* 3つ */
/* 3つそれぞれ */


.threepoint{
	height: 85px;
	background-color: #FFF;
	margin-bottom: 10px;
}

.three01{
	background-image: url(../images/common/promise_01.png);
	background-repeat: no-repeat;
	background-position: left center;
}
	
.three02{
	background-image: url(../images/common/promise_02.png);
	background-repeat: no-repeat;
	background-position: left center;
}
	
.three03{
	background-image: url(../images/common/promise_03.png);
	background-repeat: no-repeat;
	background-position: left center;
}
	

.threepoint .title{
	margin-left: 50px;
	font-size: 15px;
	font-weight: bold;
	color: #FB89C5;
}
.threepoint .txt{
	line-height: 1.5em;
	margin-left: 50px;
	color: #FF0099;
}
	






#detail{
	line-height:1.8em;
	border: 2px solid #F9F3EA;
	padding: 1em;
}




/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#newsList li{
	color:#666;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-type:none;
}
