/* table like theme */

@media print, screen and (min-width: 768px){
.aform .aform-content dl{
	margin: -1px 15px 0 15px;
	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;
}
}

@media print, screen and (max-width: 767px){
.aform .aform-content dl{
	margin: -1px 15px 0 15px;
}
}

@media print, screen and (min-width: 768px){
.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: 70%;
	padding: 0px 2px;
	border-radius: 3px;
}

div.aform-content span.aform-required {
    color: #fff;
    font-weight: normal;
    background: #D92B00;
}

@media print, screen and (min-width: 768px){
.aform .aform-content dl dt span.aform-required{
	float:right;
}
}

.aform .aform-content ul,
.aform .aform-content li,
.aform .aform-content div,
.aform .aform-content dl p{
	list-style:none;
	margin:0 !important;
}

#contentsBody .aform .aform-content dl dt img {
  margin: 0 !important;
}

.aform .aform-content div{
	list-style:none;
	margin: 15px;
	font-weight: normal;
}

.aform-header{
	clear: both !important;
	margin: 20px 15px !important;
	padding: 4px 13px 3px 15px !important;
	font-size: 1.05em !important;
	border-bottom: 1px #ddd solid !important;
	background: #F4F4F4 url(/common/images/contents/h3_body.gif) left top no-repeat !important;
}

div.aform-content .submit{
	border: none !important;
  text-align: center;
}

div.aform-content .aform-button-area{
	margin-top: 20px;
	padding: 15px 20px;
	text-align: center;
}

div.aform-content .aform-button-area input {
	font-size: 110%;
	padding: 10px 20px;
	cursor: pointer;
}

.aform .aform-content dl dd input, textarea{
	border: 1px solid #ccc !important;
}

.aform .aform-content dl dd textarea{
	width: 100%;
}

input.required, textarea.required {
	border: 1px solid #ccc !important;
}

.validation-advice label img{
	margin: 0 5px !important;
	vertical-align: middle;
}

.aform .aform-content dl dd input{
	font-size: 1.1em;
	padding: 2px;
	max-width: 100%;
}

@media print, screen and (min-width: 768px){
.aform .aform-content dl dd input.aform-text{
	max-width: 400px;
}

.aform .aform-content dl dd input.aform-zipcode{
	max-width: 400px;
}
}

@media print, screen and (max-width: 767px){
.aform .aform-content dl dt span.parts-12 a{
	float: left;
}

.aform .aform-content dl dd input.aform-name{
	width: 100%
}

.aform .aform-content dl dd input.aform-kana{
	width: 100%
}

.aform .aform-content dl dd input.aform-text{
	width: 100%
}

.aform .aform-content dl dd input.aform-zipcode{
	width: 100%
}

.aform .aform-content dl dd input.aform-email{
	width: 100%
}

.aform .aform-content dl dd input.aform-tel{
	width: 100%
}

.aform .aform-content dl dd select.aform-select{
	width: 100%
}
}

#parts-12-1{
	width: auto;
}

#contentsBody table.table_ssl{
	margin: 0px auto!important;
	width: 80% !important;
	height: auto !important;
}

@media print, screen and (max-width: 767px){
div.aform-content dl{
	border: none !important;
}

div.aform-content span.aform-required{
	margin-left: 10px;
}
}

div.aform-content input.aform-checkbox, 
div.aform-content input.aform-radio {
    margin-right: 5px;
    vertical-align: middle;
}


div.aform-content .aform-input-example{
	margin: 0 !important;
}