/* CSS Document */

#formArea {
	padding:0px 60px;
}

.formTitle{
	background-color:#DE0000;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.6em;
	padding-left:20px;
	padding: 5px 20px;
	margin-top:20px;
}
table.inq {
	overflow: auto;
	margin: 10px 0px 20px 0px;
	border-collapse:collapse;
	border-spacing: 0;
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
	background: #fff;
    }
table.inq th {
	padding: 12px 15px 12px 15px;
	border-right: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	background: #ebe9e9 left;
	font-size: 1.4em;
	font-weight: normal;
	text-align: left;
	line-height: 1.3;
    }
table.inq th img.companyPoint {
	vertical-align:text-bottom;
	padding-right:5px;
	padding-bottom: 0px;
}
table.inq td {
	padding: 12px 15px 12px 15px;
	border-right: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	font-size: 1.4em;
	line-height: 1.3;
    }
.fName,.fNcode{
	width:200px;
	font-size:1em !important;
	/*font-weight:bold;*/
}
.fCompany{
	width:380px;
	font-size:1em !important;
	/*font-weight:bold;*/
}
.fMail{
	width:300px;
	font-size:1em !important;
	/*font-weight:bold;*/
}

.fTextArea {
	width:480px;
	height: 60px;
	font-size:1em !important;
}
.rText{
	margin-left:5px;
	color:#FF0000;
	font-size:85%;
}
strong.ttl{
	font-size:1.3em;
	line-height:1.5;
}

.sendArea{
	margin: 20px 0px;
}
/* エラー表示 */
span.msg {
	color:#F00;
}
ul li{
	/*font-size:1.2em;*/}

label, input[type='checkbox'], input[type='radio'] {
    cursor: pointer;
}

/*--------------------------------------------------------
	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:960px;
	height:74px;
}
/*-- リンク --*/
.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;
	font-size:1.4em;
	margin-bottom:20px;
}
.linkIcon a:hover{
	background-image:url(../../img/cloudest/spec/icon_arow_red.png);
	background-repeat:no-repeat;
	background-position:left center;
}