/* table like theme */
.aform-header{font-size:1.35em;padding: 0 0 0.1em 0.5em; border-bottom: 1px solid #c0c0c0;}
.aform-hdln {padding: 0.3em 0 0.1em 1em; position: relative; font-size: 1.3em;}
.aform-hdln:before { display: block; content: ""; width: 1em; height: 1em; position: absolute; top: 50%; left: -0.7em; margin-top: -0.5em; background-color: #038eca;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.aform .aform-content div.aform-note{margin: .5em 0;}
.aform .aform-content div.submit{margin-top:1em;text-align:center;}
.aform .aform-content div.submit input{
padding: 3px 0.8em;
border-width: 1px 1px 1px medium;
border-style: solid solid solid none;
border-color: #000 #000 #000 -moz-use-text-color;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
background: #404040 none repeat scroll 0% 0%;
color: #FFF;
font-weight: bold;
font-family: Meiryo,"メイリオ","MS Pゴシック",sans-serif;
}
.aform .aform-content div.submit input:hover { background-color: #038eca;cursor:pointer;}
article .txtbox .aform ul li:before{display: none;}
article .txtbox .aform ul li{padding-bottom:0;}
.aform .aform-content dl{
	margin: -1px 0 0;
	padding: 0;
	clear: both;
	zoom:1;
	overflow: hidden;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

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

.aform .aform-content dl.required dt{
	border-right: 3px solid #c00;
}

.aform .aform-content dl dd{
	margin-bottom: 0;
	padding: 10px 10px 10px;
	zoom:1;
	overflow:hidden;
}

.aform .aform-content dl dt span.required{
	float:right;
	font-size: .9em;
	padding: 0px 2px;
	border-radius: 3px;
color: #FFF;
font-weight: normal;
background: #D92B00 none repeat scroll 0% 0%;
}


.aform .aform-content ul,
.aform .aform-content li,
.aform .aform-content div,
.aform .aform-content dl p{
	list-style:none;
	margin:0;
}

#main dl dd label.aform-twice-note{font-size:80%;}
#main dl dd span.aform-confirm{font-size:80%;}

@media screen and (max-width: 700px) {
.aform .aform-content dl dt{float:none;width:100%;}
.aform .aform-content dl dd{margin:0px;background-color:#ffffff;}
.aform .aform-content dl dd textarea{width:100%;}
.aform .aform-content dl dd input[type="text"],
.aform .aform-content dl dd input[type="tel"],
.aform .aform-content dl dd input[type="email"]{max-width:98%;}
.aform .aform-content dl dt span.required{float:none;margin-left:1em;}

}