@charset "utf-8";
/* CSS Document */

#h2Wap h2 {
    padding-top: 37px;
    width: 502px;
    height: 75px;
}

.wrap{
    overflow: hidden
}
p.text{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}
p.text01{
    margin-top: 10px;
    text-align: left;
    margin-bottom: 0;
}

.img_flr{
    float: right;
    width: 250px;
    padding: 10px;
    height: auto;
}

table.list .cellW1{
    box-sizing: border-box;
    width: 20%;
}
table.list .cellW2{
    box-sizing: border-box;
    width: 40%;
}
table.list th,table.list td{
    padding-left: 1em;
    text-align: left;
}
h6{
	margin: 14px 0 0px;
    font-size: 15px;
    font-weight: bold;
}

ul.lbList{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.lbList li{
	float: left;
	margin-right: 1%;
	margin-bottom: 0.5em;
	width: 32%;
}

.lbList:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0;
}
.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;
}