/* 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;
}

.six04{
	background-repeat: no-repeat;
	background-position: right center;
}
	
.six05{
	background-repeat: no-repeat;
	background-position: right center;
}

.six06{
	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: #F15FA3;
}
.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;
}
	











/* 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;
}
a{color:#36F;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	line-height:100%;
	margin:0 2px;
}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:60%;
}
.thumbNailWrap{
	display:block;
	width:75px;
	float:left;
	overflow:hidden;
}
.linkTag,.title{
	display:block;
	margin:3px 0;
}
