@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------
	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:824px;
	height:74px;
}

/* contents */

body{
    color: #222;
}

.contents p.text{
    font-size: 19px;
    text-align: center;
    line-height: 1.7;
	font-weight:bold;

}
.contents h2{
    margin: 0px;
    font-size: 23px;
    color: #E60012;
    font-weight: bold;
    text-align: center;
}


h3{
    margin-bottom: 5px;
    padding-left: 10px;
    padding-top: 3px;
    font-size: 17px;
}
h3:before{
    content: "●";
    color: #ff0000;
    padding-right: 5px;
}
p.text01{
    color: #666;
    line-height: 1.5;
}

/* table */

table.list{
    margin-bottom: 20px;
}

table.list th,table.list td{
    font-weight: normal;
}

table.list{
    width: 100%;
}
table.list .cellW1{
    box-sizing: border-box;
    width: 30%;
}
table.list .cellW2{
    box-sizing: border-box;
    width: 20%;
}
table.list .cellW3{
    box-sizing: border-box;
    width: 15%;
}


table.list td{
    text-align: center;
}
table.list td.textLeft{
    padding-left: 1em;
    text-align: left;
}
table.list th.bgDark1{
    color: #FFF;
    background-color: #666;
}
table.list th.bgDark2{
    background-color: #D3D3D3;
}

table.list th.bgFaint1,
table.list td.bgFaint1 {
    padding-left: 1em;
    background-color: #F5F5F5;
    text-align: left;
}
table.list th.bgFaint2,
table.list td.bgFaint2 {
    padding-left: 1em;
    background-color: #FAFAFA;
    text-align: left;
}
table.list{
    border-top: 1px solid #EEE;
}

table.list th,table.list td{
    border-left: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}
table.list tr th:first-child{
    font-size: 15px;
    border-left: none;
}
table.list tr th.LBnone {
     border-left: none;
}


/* reference */
ul.reference,ol.ordered,p.reference{
    margin: 0;
    padding: 0;
    color: #666;
    list-style: none;
    line-height: 1.5;
}
ul.reference li:before,p.reference:before{
    content: "※";
    margin-right: 0.5em;
}
ul.reference li.mark1:before,ol.ordered li.mark1:before{
    content: "※1";
    margin-right: 0.3em;
}
ul.reference li.mark2:before,ol.ordered li.mark2:before{
    content: "※2";
    margin-right: 0.3em;
}
ul.reference li.mark3:before,ol.ordered li.mark3:before{
    content: "※3";
    margin-right: 0.3em;
}
ul.reference li.mark4:before,ol.ordered li.mark4:before{
    content: "※4";
    margin-right: 0.3em;
}
ul.reference li{
    padding-left: 1.5em;
    text-indent: -1.5em;
}
ul.reference li.mark1,ul.reference li.mark2,ol.ordered li{
    padding-left: 2em;
    text-indent: -2em;
}
ul.list{
    margin: 0;
    padding: 0 0 0 1.5em;
    list-style: square;
    line-height: 1.5;
}
ul a,p a{
    color: #4E4E4E;
    text-decoration: underline;
}

table.list dl{
    margin: 0 auto;
    width: 210px;
    font-size: 14px;
    line-height: 1.5;
}
table.list dt{
    padding: 10px 0 0 0;
    text-align: left;
    width: 130px;
    font-weight: normal;
}
table.list dd{
    margin: -1.5em 0 8px 0;
    padding: 0 0 4px 130px;
    text-align: left;
}
.box_bg{
    padding: 1em;
    background-color: #EEE;
}
修正追記
p.reference{
    text-indent: -22px;
    margin-left: 22px;
}
ul li.linkIcon a{
    padding-left: 38px;
}
ul li.mark1.linkIcon a{
    margin-left: -6px;
    padding-left: 45px;
}
p.linkIcon a{
    padding-left: 20px;
}
.linkIcon a {
    display: inline-block;
    padding: 2px 14px 2px 16px;
    background-image: url(../../../img/cloudest/common/icon_arow_gre.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.linkIcon a:hover{
	background-image:url(../../../img/cloudest/common/icon_arow_red.png);
	background-repeat:no-repeat;
	background-position:left center;
}