/* CSS Document */
/* google font
---------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium), local(Yu Gothic);
  font-weight: 500;
}
body { background: #FFF url(none) !important; }
.contact {
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  font-size: 16px;
  font-family: "Roboto" , "Helvetica Neue" , Helvetica , Arial , Verdana , Avenir , "游ゴシック Medium", "YuGothic M", "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*---------------------------------------------
	common
---------------------------------------------*/
.inner {
  width: 1280px;
  margin: 0 auto;
}

.innerFit {
  display: table;
  margin: 0 auto;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}
/*---------------------------------------------
	footer
---------------------------------------------*/
footer {
  border-top: 2px solid #dadada;
}

footer .inner {
	width: 100%;
	padding: 40px 0 120px;
}

footer img {
  width: 436px;
  height: auto;
  margin-bottom: 30px;
}

footer .info {
  overflow: hidden;
  font-size: 14px;
}

footer .info .address {
  float: left;
}

footer .info .copyright {
  float: right;
  text-align: right;
}

footer .info .copyright p {
  margin-bottom: 10px;
}

footer .info .copyright a {
  text-decoration: none;
  color: #333;
}

footer .info .copyright a:hover {
  opacity: 0.7;
}


.contact {
	display:none;
}

/*---------------------------------------------
	form
---------------------------------------------*/


#form_area {
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 50px;
	/* [disabled]width: 762px; */
}
.form_ttl {
	text-align: center;
	width: 750px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	font-size: 24px;
	color: #FFF;
	background-color: #666;
	padding: 10px;
	clear: both;
	overflow: hidden;
}
#form_area #shiryo-contact {
	/* [disabled]width: 592px; */
	margin-right: auto;
	margin-left: auto;
}
#submit {
	background:url('/minatomirai/form/images/btn_shiryo_confirm.gif');width:249px;height:51px;border:0px solid;cursor:pointer;

}
.img_thanks {
	height: 400px;
	width: 762px;
	margin-left: -85px;
	display: block;
}
#form table ,#shiryo-contact table {
	margin-right: auto !important;
	margin-left: auto !important;
}
#shiryo-contact h2 {
	text-align: center;
	margin: 15px auto;
}
#header #logo {
    width: 46% !important;
	margin-top: 10px;
}
#header #logo img {
	width: 100%;
	height: auto;
}

#header { min-height:90px; }
#header #h-number2 {
    position: absolute;
    top: 0;
    right: 0px;
    width: 40%;
}
#header #h-number2 img {
    width: 100%;
        margin-top: 12px;
}
#header #h-number2 a {
	position: relative;
	padding-left: 34px;
	font-size: 36px;
	font-weight: bold;
	color: #6C6D6F;
	font-family: "Roboto" , "Helvetica Neue" , Helvetica , Arial , Verdana , Avenir , "游ゴシック Medium", "YuGothic M", "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}


/*#header #h-number2 a:before  {
	display: block;
	content: "";
	width: 30px;
	height: 26px;
	background-size: 30px 26px;
	position: absolute;
	left: 0px;
	bottom: 7px;
}*/
.confirm_btn form {
	display: inline;
	width: 50%;
}
