﻿@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_com_all2_dot_li.png");
	padding-bottom:250px;
}

.sec_wapper:last-child{
	background-color:#93DFFF;
	position:relative;
	background-image:url("/img/usrfiles/default/2533_com_all2_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{
	width:calc(95vw - 220px);
	box-sizing: border-box;
}

@media print,screen and (max-width: 768px){
	.body{
		width: 90vw;
	}
}

.ouen_explanation_img{
	width:100%;
	height:auto;
}
@media print,screen and (max-width: 768px){
.ouen_explanation_img{
display:none;
	}
}

#commenubtn2{
	text-align: center;
}
