/*@charset "utf-8";*/
/*------
メインイメージ		
------------------------------------------------------------------*/




/*------
メインコンテンツ
------------------------------------------------------------------*/
/*----- contact_wrap ------------------------------------------*/
.input_wrap {
	width: 100%;
	border-collapse: collapse;
}

.input_wrap th {
	border-bottom: 1px dotted #CCC;
	width: 160px;
	_width: 175px;
	padding-left: 15px;
	text-align: left;
}

.input_wrap td {
	padding: 10px 0;
	border-bottom: 1px dotted #CCC;
}

.width_40 {
	width: 40px;
}

.width_100 {
	width: 100px;
}

.width_300 {
	width: 300px;
}

.width_450 {
	width: 450px;
}

#check_wrap {
	width: 250px;
	margin: 20px auto 0 auto;
}

#check_wrap table {
	width: 100%;
}

#check_wrap td {
	width: 50%;
	text-align: center;
}

#thanks_txt {
	background: #EDEDED;
	padding: 30px;
	line-height: 2;
}

#thanks_txt strong {
	font-size: 160%;
}