
/*----------------------------------------------------------
CLEARFIX
----------------------------------------------------------*/

.clearfix:after {
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.inner{
	width: 940px;
	margin: 0 auto;
}


#contents .bodywrap{
	width: 680px;
	float: left;
}


#contents table{
	width: 100%;
	border: 1px solid #e0e0e0;
	border-collapse: collapse;
}

#contents table thead td,
#contents table th{
	border: 1px solid #e0e0e0;
	background-color: #f0f5f7;
	padding: 10px 8px;
}

#contents table td{
	border: 1px solid #e0e0e0;
	padding: 10px 8px;
}

#contents .form th{
	width: 250px;
}

#contents .form input{
	line-height: 100%;
	padding: 4px 8px;
}

#contents .form select{
	padding: 6px 8px;
}

#contents .form textarea{
	width: 100%;
	padding: 4px 8px;
	font-size: 14px;
	line-height: 180%;
	font-weight: normal;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#contents .hi{
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	background-color: #e00;
	color: #fff;
	padding: 2px 4px;
	margin-left: 5px;
}

#contents .form label{
	display: block;
}

.text-error{
	display: block;
	color: #f00;
}

.mailform textarea{
	width: 90%;
	padding: 10px;
}

.mailform select,
.mailform input[type=text],
.mailform input[type=tel],
.mailform input[type=email],
.mailform input[type=number]{
	padding: 6px 10px;
	width: 90%;
}

#zip{
}

.mailform select{
	font-size: 16px;
	vertical-align: middle;
}

.mailform select:disabled{
	background-color: #EBEBE4
}

.mailform .annotation{
	font-size: 12px;
	font-size: 1.2rem;
}

.mailform .formErrorContent {
	background: none;
    color: #c00;
    font-weight: bold;
    margin: 10px 0 0;
}

.form-content{
	display: table;
}

.form-content .th{
    display: table-cell;
    background-color: #E7E7E7;
    padding: 18px;
    border-bottom: 1px dotted #aab1bd;
    vertical-align: top;
    width: 180px;
    line-height: 150%;
}

.form-content .td{
display: table-cell;
    padding: 18px;
    border-bottom: 1px dotted #aab1bd;
    line-height: 150%;
    width: 500px;
}

.btns{
	text-align: center;
	padding-top: 20px;
}