@charset "utf-8";
.subT {
	background: url(../img/common/icoT.png) no-repeat left center;
	background-size: 16px 10px;
	padding-left: 20px;
	color: #005DAC;
	font-size: 1.6rem;
	margin-bottom: 18px;
}


/* ボタン（青） */
.btn {
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #005DAC url(../img/common/arrow.png) no-repeat 95% 50%;
  background-size: 8px 13px;
  font-weight: bold;
  text-decoration: none;;
  color: #fff;
}

/* submit ボタン */
.submit{
	width:100%;
	height:50px;
	background: #005DAC url(../img/common/arrow.png) no-repeat 95% 50%;
	background-size: 8px 13px;
	border:none;
	color:#fff;
	font-weight: bold;
	text-align:center;	
}


/* テーブル */

.cmTa dt:first-child {
	border-top: 1px solid #ccc;	
}

.cmTa dt {
	padding: 13px 0 5px;
	font-weight: bold;
}

.cmTa dd {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}


/* フォーム　*/

#formBox {
	margin-top: 30px;
	width: 100%;
}

#formBox th {
	font-weight: bold;
	font-size: 1.4rem;
	padding: 30px 0  5px;
}

#formBox #fTh {
	padding: 0 0 5px;
}


#formBox td {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}

#formBox #lastTd {
	border-bottom: none;	
}

.widItxt {
	width: 80%;
}



/* 中央揃え */
.center {
	text-align: center;	
}

/* 左右余白 */
.marSide10 {
	margin: 0 10px;
}

/* マージントップ50px */
.marT50 {
	margin-top: 50px;	
}

.padB30 {
	padding-bottom: 30px;	
}

/* 文字（赤）*/
.red {
	color: #F00;
}