@charset "utf-8";
.form_01 {
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
}
.form_ttl {
	background-color: #B5B5B6;
	color: #ffffff;
	text-align: center;
	padding: 10px;
	margin:7px 0 15px 0;
	font-size: 25px;
	font-weight: normal;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
.form_subttl {
	color: #e50012;
	font-size: 25px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
	line-height: 130%;
	background-image: url(http://www.happi.tokyo/contact/img/logo01.png);
	background-repeat: no-repeat;
	padding-left: 150px;
	padding-bottom: 25px;
	padding-top: 15px;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.form_main {
	margin: 0 12px;
}
.form_subttl .txt {
	font-size: 15px;
	color: #000000;
	margin-top: 8px;
}
.form_txt {
	width: 100%;
}
.form_txt02 {
	width: 100%;
	line-height: 120%;
	vertical-align: middle;
	font-size: 22px;
	font-weight: normal;
}
.form_txt02 img{
	vertical-align: middle;
	margin-right:5px;
}
.red_txt {
	color: #E50012;
	float: right;
}
.form_txt03 {
	width: 100%;
	line-height: 120%;
	vertical-align: middle;
	font-size: 13px;
	font-weight: normal;
}

.form_inquiry{
	width: 850px;
	height: 100px;
	background-image: url(/contact/img/info_inquiry_bg.png);
	background-repeat: no-repeat;
	background-position: left top no-repeat;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}
.form_inquiry_tel{
	position: absolute;
	top: 43px;
	left: 38px;
}
.form_inquiry_mail{
	position: absolute;
	top: 45px;
	left: 430px;
	display: block;
}
.form_inquiry_fax{
	position: absolute;
	top: 97px;
	left: 461px;
	display: block;
}
.form_txt04 {
	font-size: 13px;
	margin: 8px 0 0 0; 
}
input.formradio {
  -webkit-transform: scale(2.5);
  transform: scale(2.5);
}
