/*body:after {
	position: fixed;
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	left: 0;
	z-index: -1;
	bottom: 0;
	background-color: #fff;}*/
html {
/*    height  : 100%;
    overflow: hidden;*/
}
body {
/*    height  : 100%;
    overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;*/
    /*overscroll-behavior: none;*/
}
main {
	position: relative;
	padding-top: 26px;
	padding-bottom: 70px;
	background-image: none;
	background-position: left 20px;}
	main:before {
		content:"";
		position:fixed;
			top:0;
			left:0;
			z-index:-1;
		width: 100vw;
		height: 100vh;
		background: url(/recruit/message/images/bg_message.jpg) no-repeat;
		background-size: cover;}
h1 {
	font-size: 1.4rem;
	margin-bottom: 40px;}
.messageWrap {
	padding: 50px 10px 40px 10px;
	width: calc(100% - 20px * 2);}

.saiyo-message {
	margin-bottom: 60px;
	font-size: 1.4rem;
	line-height: 3.8rem;}
.saiyo-message .wb {
	display: inline-block;
	white-space: nowrap;}

.saiyo-sign {
	font-size: 1.2rem;}
.saiyo-sign .wb {
	display: inline-block;
	white-space: nowrap;}