html {
	overflow: hidden;
}
#contents {
	width: 700px;
	margin-top: 260px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	background-color: #FFFFFF;
	position: relative;
	padding: 100px;
	text-align: left;
}
#page_title {
	left: 0px;
	top: -60px;
	position: absolute;
}



/* メールフォーム */
#mailform .kome {
	font-size: 12px;
	margin-bottom: 10px;
}
.komidashi {
	margin-bottom: 20px;
}
.komidashi_thanks {
	margin-bottom: 60px;
}

#mailform table {
	width: 100%;
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


#mailform th, #mailform td {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 22px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}



#mailform th {
	font-weight: normal;
	width: 150px;
	padding-right: 0px;
	padding-left: 0px;
}


#mailform .hissu {
	padding-right: 10px;
	padding-left: 10px;
}

#mailform .contents {
	width: 250px;
}
#mailform .hosoku {
	font-size: 11px;
}

#mailform input {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 24px;
	text-indent: 5px;
	background-color: #e6e6e6;
}

#mailform .input01 {
	width: 240px;
}
#mailform .radio {
	background-color: #FFFFFF;
}

#mailform .input_post {
	width: 80px;
}
#mailform .input_msg {
	height: 140px;
	width: 370px;
	background-color: #e6e6e6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: auto;
	font-size: 13px;
	line-height: 23px;
	padding: 5px;
}


#mailform .button {
	width: auto;
	padding: 0;
	background: none;
	border: 0;
	font-size: 0;
	line-height: 0;
	overflow: visible;
	cursor: pointer;
	position: relative;
	margin: 0;
}
#mailform #form_check th {
	width: 140px;
}

#mailform_thanks {
	font-size: 15px;
	line-height: 27px;
	height: 100%;
}
#mailform_thanks p {
	margin-bottom: 20px;
}
.mailform_error {
	font-size: 11px;
	color: #FF0000;
	margin-top: 8px;
	margin-bottom: 0px;
	line-height: 100%;
}



