@charset "utf-8";


/*--------------------------------------*/
/*ヘッダー 外人向け*/
/*--------------------------------------*/

#header_forfgs{
width:100%;
height:230px;
background-image:url(../images/header_forfgs.jpg);
background-position:center top;
position:relative;
}


.word{ line-height: 1.8em;padding: 25px;
text-align: left;}
.word p{font-size: 24px;}

.red{ color: #FF0000}


#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width: 80%;
	margin: 0 auto;
	border-collapse: collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}


.qrbox_bg{
	border-top: 1px solid #999;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.qrbox{
	display: flex;
	justify-content: center;
	font-size: 0;
	line-height: 0;
}
.qrbox > div{
	width: 240px;
	margin: 0 20px;
}
.qrbox > div p{
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
.qrbox > div a{
	display: inline-block;
	vertical-align: top;
}



