@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:280px;
	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;
}

/* specification */
section.specification table{
    margin: 10px 0px 70px;
}
section.specification table tr{
    border: 1px solid #EEE;
    border-left: none;
    border-right: none;
}
section.specification table tr:nth-child(even){
    background-color: #f5f5f5;
}
section.specification table th{
    width: 185px;
    padding-left: 1em;
    text-align: left;
    border-right: 1px solid #EEE;
}
section.specification table td{
    width: 775px;
    padding-left: 1em;
}
section.specification table td p{
    margin: 0;
    font-weight: bold;
}




/*-- リンク --*/
section.specification table td a,.linkIcon a{
	display:inline-block;
	padding:2px 14px 2px 16px;
	background-image:url(../../../img/cloudest/spec/icon_arow_gre.png);
	background-repeat:no-repeat;
	background-position:left center;
}
section.specification table td a:hover,.linkIcon a:hover{
	background-image:url(../../../img/cloudest/spec/icon_arow_red.png);
	background-repeat:no-repeat;
	background-position:left center;
}


/* fee */
section.fee .text{
    color: #000;
}
p.subText{
    margin: 45px 0 20px;
    font-size: 16px;
    text-align: center;
}

section.fee .serviceList{
    margin-bottom: 75px;
    padding: 0;
    overflow: hidden;
}
section.fee .serviceList ul{
    padding-left: 16px;
    list-style: none;
    float: left; 
}
section.fee .serviceList ul.left{
    width: 303px;
}
section.fee .serviceList ul.center{
    width: 303px;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}
section.fee .serviceList ul.right{
    width: 303px;   
}

section.fee .serviceList ul li{
    padding-left: 18px;
    padding-top: 3px;
    background: #FFF url(../../../img/cloudest/spec/ico_spec01.png) no-repeat left;
}
section.fee .serviceList ul li a{
    color: #7A7A7A;
    text-decoration: underline;
}

/* fee table */
h3{
    font-size: 19px;
    text-align: center;
    background: #222;
    color: #FFF;
}
h4{
    margin-bottom: 5px;
    padding-left: 10px;
    padding-top: 3px;
    font-size: 17px;
}
h4:before{
    content: "●";
    color: #ff0000;
    padding-right: 5px;
}
.fee h5{
    margin: 18px 0 14px;
    font-size: 15px;
}

.fee h6{
    margin: 14px 0;
    font-size: 15px;
    font-weight: bold;
}
.fee p{
    color: #666;
    line-height: 1.5;
}
.fee p.triIcon{
    padding-left: 18px;
    padding-top: 3px;
    background: #FFF url(../../../img/cloudest/spec/ico_spec03.png) no-repeat left;
}
.fee p.squareIcon{
    position: relative;
    text-indent: -0.5em;
    padding-left: 1.5em;
}
.fee p.squareIcon:before{
    position: absolute;
    top: 2px;
    left: 1em;
    content:"■";
    font-size: 10px;
    color: #000;
    ;
}
.fee span.num{
    padding-left: 1em;
    font-size: 14px;
    font-weight: normal;
}
.fee{
    margin-bottom: 70px;
}
.fee table.feeList{
    margin-bottom: 20px;
}

.fee table.feeList th,.fee table.feeList td{
    font-weight: normal;
}
/* テーブル用width */

.fee table.feeList .cellW1{
    box-sizing: border-box;
    width: 300px;
}
.fee table.feeList .cellW2{
    box-sizing: border-box;
    width: 220px;
}
.fee table.feeList .cellW3{
    box-sizing: border-box;
    width: 480px;
}
.fee table.feeList .cellW4{
    box-sizing: border-box;
    width: 240px;
}
.fee table.feeList .cellW5{
    box-sizing: border-box;
    width: 440px;
}
.fee table.feeList .cellW6{
    box-sizing: border-box;
    width: 520px;
}
.fee table.feeList .cellW7{
    box-sizing: border-box;
    width: 160px;
}

.fee table.feeList td{
    text-align: center;
}
.fee table.feeList td.textLeft{
    padding-left: 1em;
    text-align: left;
}
.fee table.feeList th.bgDark1{
    color: #FFF;
    background-color: #666;
}
.fee table.feeList th.bgDark2{
    background-color: #D3D3D3;
}
.fee table.feeList th.bgFaint1,
.fee table.feeList td.bgFaint1 {
    padding-left: 1em;
    background-color: #F5F5F5;
    text-align: left;
}
.fee table.feeList th.bgFaint2,
.fee table.feeList td.bgFaint2 {
    padding-left: 1em;
    background-color: #FAFAFA;
    text-align: left;
}
.fee table.feeList{
    /* border-top: 1px solid #ccc; */
}

.fee table.feeList th,.fee table.feeList td{
    border-left: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-top: 1px solid #EEE;
}
/*.fee table.feeList tr th:first-child{
    font-size: 15px;
    border-left: none;
}*/
.fee table.feeList tr th.LBnone {
	 border-left: none;
	 border-top: none;
	 border-right: none;
}
.fee table.feeList tr th.TBnone {
	 border-top: none;
}

.fee ul.reference,.fee ol.ordered,p.reference{
    margin: 0;
    padding: 0;
    color: #666;
    list-style: none;
    line-height: 1.5;
}
.fee ul.reference li:before,p.reference:before{
    content: "※";
    margin-right: 0.5em;
}
.fee ul.reference li.mark1:before,.fee ol.ordered li.mark1:before{
    content: "※1";
    margin-right: 0.3em;
}
.fee ul.reference li.mark2:before,.fee ol.ordered li.mark2:before{
    content: "※2";
    margin-right: 0.3em;
}
.fee ul.reference li.mark3:before,.fee ol.ordered li.mark3:before{
    content: "※3";
    margin-right: 0.3em;
}
.fee ul.reference li.mark4:before,.fee ol.ordered li.mark4:before{
    content: "※4";
    margin-right: 0.3em;
}
.fee ul.reference li{
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.fee ul.reference li.mark1,.fee ul.reference li.mark2,.fee ul.reference li.mark3,.fee ul.reference li.mark4,.fee ol.ordered li{
    padding-left: 2em;
    text-indent: -2em;
}
.fee ul.list{
    margin: 0;
    padding: 0 0 0 1.5em;
    list-style: square;
    line-height: 1.5;
}
/*.fee ul a,.fee p a{
    color: #4E4E4E;
    text-decoration: underline;
}*/
.fee ul.ins{
    margin: 0;
    padding: 0;
    color: #666;
    line-height: 1.5;
    margin-left: 40px;
    margin-bottom: 5px;
}

.fee table.feeList dl{
    margin: 0 auto;
    width: 210px;
    font-size: 14px;
    line-height: 1.5;
}
.fee table.feeList dt{
    padding: 10px 0 0 0;
    text-align: left;
    width: 130px;
    font-weight: normal;
}
.fee table.feeList dd{
    margin: -1.5em 0 8px 0;
    padding: 0 0 4px 130px;
    text-align: left;
}
.fee .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: 38px;
}

/* 8月追記linklist */
ul.linklist{
    display: table;
    overflow: hidden;
    list-style: none;
    margin: 0 auto 10px;
    padding: 0;
}
ul.linklist li{
    float: left;
    border-right: 1px solid #ccc;
    padding: 0 10px;
}
ul.linklist li:first-child{
    border-left: 1px solid #ccc;
}

/*Pアイコン追加*/
.picon{
    position: relative;
    padding-right: 22px;
}
.picon:after{
    content: url(../../../img/cloudest/spec/partner_Cloudest_illust.png);
    position: absolute;
    top: 50%;
    margin-top: -11px;
    margin-left: 4px;
}

.fee .box_bg.pts{
    padding: 3px 1em 3px 1em;
}
.pts dl{
    color: #666;
}
.pts dt{
    font-size: 14px;
    font-weight: bold;
}
.pts dd{
    margin-left: 0px;
}
