@charset "UTF-8";

form#mailform {
	font-size: 16px;
	background-color: #EDF7FC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.mailform {
	width: auto
	margin-bottom: 15px;
}
form#mailform .hissu{
	font-size: 12px;
	color: #FFF;
	background-color: #FF4A40;
	width: 40px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height: 14px;
	float: right;
}

form#mailform .nini{
	font-size: 16px;
	color: #FFF;
	background-color: #690;
	float: right;
	width: 40px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.mailform table {
	margin-bottom: 10px;
}

.mailform th {
	text-align: left;
	font-weight: normal;
	padding: 7px 5px 7px 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #C9E7F5;
	width: 95%;
	display: block;
	background-color: #C9E7F5;
}
.mailform td {
	text-align: left;
	font-weight: normal;
	padding: 7px 5px 7px 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #C9E7F5;
	width: 95%;
	display: block;
}
.mailform th span {
	color: #CC0000;
	font-size: 10px;
}
.mailform th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
.mailform td textarea {
	height: 120px;
}
.mailform .fs12{
	font-size: 12px;
	color: #999;
}
input select, textarea {
	font-size: 120%;
	width: 60%;
	border: 1px solid #C9E7F5;

}
input[type="text"] {
	font-size: 120%;
	border: 1px solid #C9E7F5;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	width: 60%;	
}

form#mailform label {
    border-radius: 4px;
    cursor: pointer;
    display: block;
    margin-bottom: 1px;
    padding: 5px;
    text-decoration: none;
}
label.label_true {
    background-color: #ffffee;
    border: 1px solid #cccccc;
    text-decoration: none;
}
label.label_false {
    background-image: none;
    border: 1px solid #fff;
    text-decoration: none;
}
.labelon label {
    display: block;
    line-height: 15px;
    margin: 0 2px 0 0;
    padding: 0;
    text-decoration: none;
    width: auto;
}
.intro {
    font-size: 15px;
    line-height: 1.6em;
}
.intro .tel {
    color: #cc0066;
    font-size: 22px;
    font-weight: bold;
}

#image-btn {
    border: 0px;
    width: 200px;
    height: auto;
    background: url(image_btn.png) left top no-repeat;
}
