@charset "utf-8";
/* CSS Document */

/*reset*/
ul{
    list-style: none;
}

/*--------------------------------------------------------
	header
----------------------------------------------------------*/
/*#head #telno {
	width:202px;
	height:20px;
	position:absolute;
	top:37px;
	right:0px;
}
#head #contactBtn {
	display:block;
	width:200px;
	height:30px;
	position:absolute;
	top:65px;
	right:0px;
}
#head #logintxt {
	display:block;
	width:205px;
	height:12px;
	position:absolute;
	top:109px;
	right:0px;
}
#head #logintxt img {
	vertical-align:top;
}
#head #loginBtn {
	display:block;
	width:200px;
	height:20px;
	position:absolute;
	top:126px;
	right:0px;
}*/
/*--------------------------------------------------------
	mainimage
----------------------------------------------------------*/
#mainImg {
    background-image: url(../../img/cloudest/common/main_img_bg_low.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:150px;
	margin:0px 0px 60px;
}
#h2Wap {
	width:960px;
	height:150px;
	margin:0px auto;
}
#h2Wap h2 {
	display:block;
	margin: 0px auto;
	padding-top:38px;
	width:320px;
	height:74px;
}

/* contents */
body{
    color: #222;
}
a,a:link,a:visited{
    text-decoration:underline;
    color: #000;
}

span.pl07em{
    padding-left: 0.7em;
}
span.pl1em{
    padding-left: 1em;
}


.siteMap h3{
    color: #E60012;
    line-height: 1.5;
    font-weight: bold;
    font-size: 25px;
    text-align: left;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: 2px solid #d8d8d8;
}
.siteMap h4{
    margin-left: 30px;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 16px;
    border-bottom: 1px solid #afafaf;
}
.siteMap p{
    font-size: 16px;
    padding-left: 20px;
}
.siteMap ul{
    padding-left: 70px;
}

