﻿@charset "utf-8";
/* CSS Document */


.site-header{
	height:100px;
	background:#93DFFF;
	display: -ms-flexbox;
 	display: -webkit-box;
	display: flex;
justify-content:space-between;
}

@media print,screen and (max-width: 768px){
	.site-header{
	height:auto;
	background: #fff;
	}
}
.sec_wapper:first-child{
	position:relative;
	background: url("/img/usrfiles/default/2533_DEF_1column_dot_li.png");
	padding-bottom:250px;
}

.sec_wapper:last-child{
	background-color:#93DFFF;
	position:relative;
	background-image:url("/img/usrfiles/default/2533_DEF_1column_back_cityscape2.png");
	background-position: top;
	background-size: contain;
	background-repeat: no-repeat;
}

.bc_city{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:auto;
}

.body{
	background: #fff;
	width:calc(95vw - 220px);
	padding:20px;
	border:1px solid #707070;
	border-radius:15px;
	box-shadow: 0px 0px 2px #919191;
	box-sizing: border-box;
}

@media print,screen and (max-width: 768px){
	.body{
		width: 90vw;
	}
}
