@charset "utf-8";
/* CSS Document */

*:first-child+html .aform .aform-content dl dt{
	float:left;
	width: 160px;
	padding: 10px;
	background: #eee;
	border-right: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: -10px;
}

.aform .aform-content dl dt{
	margin-left:0;
	font-size:100%;
	color: #333;
	font-weight:normal;
}

.aform .aform-content dl dd{
	margin: 0;
}

.aform .aform-content dl dt span.required{
	float:right;
	font-size: 70%;
	padding: 3px 3px;
	margin:5px;
	border-radius: 0;
}

h2.aform{
	background:url(/mt/tic_img_2/c_tit_bg.jpg) no-repeat 0 50%;
	font-size:16px;
	padding:10px;
}
.aform-header{ text-align:center;}

.aform .aform-name-ul li{display:inline-block !important;}
.aform input.aform-input{width:80%;}
.aform input#name-lastname,.aform input#name-firstname,.aform input#name02-lastname,.aform input#name02-firstname{width:8em !important;}
.aform .submit{background:#fff !important;}
.aform select#pref{width:9em;}
.aform input#zip{width:9em;}
.aform input{font-size:14px !important;}
.aform input.aform-radio{ width: 2rem;}
.aform input.aform-checkbox{ width: 2rem;}

div.aform div.aform-content span.required{
  color: red;
  background: none;
  font-size:12px;
  margin-top:10px;
}

.green{color:#238C00;}

.aform table th, .aform table td{padding:10px !important; font-size:14px !important;}
.aform table th, .aform table td p{marign:0!important;}
.aform table td ul.tantou li input.aform-input{width:30px;}
.aform table td input.aform-input{padding:3px;}
.aform textarea.day{ height:60px !important;}

#aform-11 .aform .aform-content dl dt{
	float:none!important;
	width: 100%!important;
	padding: 10px;
	background: #eee;
	border-right: none;
	padding-bottom: 10px!important;
	margin-bottom: 0!important;
}