@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:235px;
	height:74px;
}

/* contents */

body{
    color: #222;
}
.companyProfile h3{
    color: #E60012;
    line-height: 1.5;
    font-weight: bold;
    font-size: 25px;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 2px solid #d8d8d8;
}




.companyProfile table{
    margin-bottom: 20px;
}

.companyProfile table th,.companyProfile table td{
    font-weight: normal;
}
/* テーブル用width */

.companyProfile table .cellW1{
    box-sizing: border-box;
    width: 200px;
}
.companyProfile table .cellW2{
    box-sizing: border-box;
    width: 760px;
}

.companyProfile table td{
    text-align: left;
    padding-left: 1em;
}
.companyProfile table td.textLeft{
    padding-left: 1em;
    text-align: left;
}

.companyProfile table th.bgFaint1{
    padding-left: 1em;
    background-color: #F5F5F5;
    text-align: left;
}

.companyProfile table{
    border-top: 1px solid #EEE;
}
.companyProfile table th,.companyProfile table td{
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}
.companyProfile table tr th:first-child{
    font-size: 15px;
    border-left:  1px solid #EEE;
}
.companyProfile table ul{
    padding-left: 0;
}
.companyProfile table ul.dotList
{padding-left: 1em;
}
.companyProfile table ul.dotList li:before{
    content: '・';
    margin-left: -1em;
}



