/* CSS Document */


h2 {
	text-align: center;
	line-height: 1.2 !important;
	padding: 10px 5px;
	font-size: 1.7em;
	border-bottom: 1px solid #cc0022;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 10px;
	overflow: hidden;
	display: table;
	top: 50%;
}
.section-center .flat-btn {
	display: inline;
	float: right;
	margin-bottom: 10px;
}

@media screen and (max-width:736px) {
h2 {
	font-size: 1.2em;
}
.slide {
	padding-top: 60px;
}
}
.slide {
	padding-bottom: 80px;
	background-color: #F2F2F2;
}
.slide > .comSecWrap {
	margin: 45px auto 0;
	background-color: #fff;
	padding-bottom: 60px;
}

@media screen and (max-width:736px) {
.slide {
	padding: 0;
}
.slide > .comSecWrap {
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 12%;
	background-color: #fff;
}
}
/*	↓ .mvArea____________________________________________*/

.mvArea {
	height: 540px;
	position: relative;
	overflow: hidden;
}
.mvArea .slide {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.mvArea .img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
}
.pager_dot {
    height: 60px;
    bottom: -30px;
    left: 0;
    width: 100%;
    position: absolute;
    text-align: center;
}

.pager_dot li {
width: 13px;
height: 13px;
background-color: #000;
border:2px solid #ffffff;
opacity: 0.3;
display: inline-block;
vertical-align: middle;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1;
	position: relative;
}
.pager_dot li + li {
	margin-left: 20px;
}
.pager_dot li:hover, .pager_dot li.active {
	background-color: #CC0022;
	opacity: 1.0;
}

@media screen and (max-width:1366px) {
.mvArea {
	height: 400px;
}
}

@media screen and (max-width:636px) {
.mvArea {
	height: 200px;
}
}
.slide {
	padding-bottom: 0;
	background-color: #fff;
}

/*	↑ .mvArea-------------------------------------------------
	____________________________________________↓ .sec_intro */
