@charset "UTF-8";



html,
body {
	height: 100%;
}


body {
	background-color: #171717;
}

.closeInfo {
	width: 100%;
	max-width: 1137px;/* = 背景画像 width*/
	height: 100%;
	max-height: 731px;/* = 背景画像 height*/

	background-image: url(../image_close/bgimage.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;

	display: table;
	margin-left: auto;
	margin-right: auto;
}
.closeInfo_inner {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
}
.closeInfo p {
	color: #fff;
	font-size: 16px;
	text-align: center;
}

/* 文言が改行する位置で目視にて指定 */
@media screen and (max-width: 540px) {
	.closeInfo p {
		font-size: 14px;
		text-align: left;
	}
	.closeInfo p br {
		display: none;
	}
}
