@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------
	header
----------------------------------------------------------*/

/*--------------------------------------------------------
	mainimage
----------------------------------------------------------*/
#mainImg {
	background-image: url(../../img/cloudest/index/main_img_bg_top.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:330px;
	margin:0px 0px 40px;
}
#h2Wap {
	width:960px;
	height:330px;
	margin:0px auto;
}
#h2Wap h2 {
	display:block;
	margin: 0px auto;
	padding-top:33px;
	width:730px;
	height:280px;
}
/*--------------------------------------------------------
	feature
----------------------------------------------------------*/
.feature{
    padding-bottom: 60px;
    margin-bottom: 100px;
    text-align: center;
    border-bottom: 2px solid #eeeeee;
}
.feature p.main{
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: bold;
    color: #E50011;
}
.feature p.img{
    margin-bottom: 10px;
    background-color: #DDD;
}
.feature p.sub{
    font-size: 21px;
    font-weight: bold;
    color: #666;

}
.feature ul.pointList{
    width: 960px;
    margin: 0 auto;
    font-size: 17px;
    color: #212121;
    text-align: left;
}

/*--------------------------------------------------------
	contents
----------------------------------------------------------*/
.ttlimg {
	text-align:center;
}
/*--- イントロ ---*/
.intro {
	margin:0px auto 55px;
}
.intro .picArea {
	float:left;
	width:220px;
}
.intro .txtArea {
	float:right;
	width:735px;
	line-height:2.0;
	font-weight:bold;
	font-size:15px;
	padding-top:40px;
}
/*--- ポイント ---*/
.pointBox {
	width:960px;
	height:252px;
	padding:0px;
	margin:0px 0px 45px;
	border-bottom: 2px solid #eeeeee;
}
.pointBox .pic {
	width:203px;
	float:left;
	margin-right:20px;
}
.pointBox .txt {
	width:435px;
	float:left;
}
.pointBox .txt h4 {
	color: #E60012;
	line-height:1.5;
	font-weight:bold;
	font-size:29px;
	margin:0px 0px 30px 0px;
}
.pointBox .pic2 {
	width:280px;
	float:right;
}
.pointList {
	list-style:none;
	margin:0px;
	padding:0px;
	line-height:1.5;
}
.pointList li {
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	background-image: url(../../img/cloudest/index/icon_maru.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-bottom: 10px;
}

/*--------------------------------------------------------
	contents2
----------------------------------------------------------*/
.contents2 {
	width: 100%;
	background-image: url(../../img/cloudest/index/bg_cont2.gif);
	background-repeat: repeat;
	background-position: left top;
	/* padding-bottom: 50px; */
}
.contents2 .cont2innr {
	width: 960px;
	margin: 0px auto;
	padding:220px 0px 0px;
	background-image: url(../../img/cloudest/index/bg_cont2_innr.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*--- イントロ ---*/
.cont2innr .intro {
	margin:0px auto 55px;
}
.cont2innr .intro .picArea {
	float:left;
	width:200px;
}
.cont2innr .intro .txtArea {
	float:right;
	width:740px;
	line-height:2.0;
	font-weight:bold;
	font-size:15px;
	padding-top:40px;
}


/*--- お知らせ ---*/
h3.newsTitle{
    border-bottom:#DDDDDD 1px solid;
}

#news{
    position: relative;
}
#news dl {
 width:100%;
}
#news dt {
 float:left;
 width:100px;
 padding:5px 0 5px 0px;
 clear:both;
}
#news dd {
 width:860px;
 margin-left:100px;
 padding:5px 5px 5px 10px;
}
