@charset "utf-8";
@import url("custom.flexslider.css");

body, html {
	font-family: 'Raleway', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 4em;
	color: #333;
}
h3 {
	font-size: 22px;
	font-weight: 500;
	color: #333;
}
h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 16px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #00965a;
}
a:hover, a:focus {
	text-decoration: none;
	color: #00bd71;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
	overflow:auto;
	zoom:1;
}
.overflow {
	overflow:hidden;
}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 100px;
	text-align: center;
	position: relative;
	background: #ff2205;
	margin: 0;
	margin-bottom: 40px;
	border: 0;
}
.Arial {
	font-family:Arial, Helvetica, sans-serif;
}
.fnone {
	float:none;	
}
.tCenter {
	text-align:center;	
}
.tLeft {
	text-align:left;	
}
.tRight {
	text-align:right;	
}
.full {
	width:100%;
	display:block;
}
.clear {
	clear:both;	
}
.m00 {
	margin:0px;
}
.mt00 {
	margin-top:0;
}
.mt5 {
	margin-top:5px;
}
.mt20 {
	margin-top:20px;
}
.mt50 {
	margin-top:50px;
}
.mb60 {
	margin-bottom:60px;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Flexslider - Absolute minimum CSS required for current setup */
.slides, .slides > li, .flex-control-nav{margin:0; padding:0; list-style:none;}
.flexslider{display:block; margin:0; padding:0;}
.flexslider .slides{display:block; width:100%; overflow:hidden;}
.flexslider .slides > li{display:none; -webkit-backface-visibility:hidden;}
.flex-viewport{max-height:2000px; transition:all 1s ease;}
.loading .flex-viewport{max-height:300px;}
.flex-control-nav{display:block; position:absolute; bottom:0;left:0; width:100%; text-align:center;}
.flex-control-nav li{display:inline-block; margin:0 5px;}
.flex-control-paging li a{display:block; width:11px; height:11px; cursor:pointer; text-indent:-9999px; border:2px solid; border-radius:50%; color:#fff;}
.flex-control-paging li a:hover{color:#ff2205;}
.flex-control-paging li a.flex-active{cursor:default; color:#ff2205;}

/* About Section */
#about {
	padding: 50px 0;
}
#about h3 {
	font-size: 20px;
}
#about .bank {
	margin:0 auto;
	text-align:center;
}
#about .banner {
	position: relative;
	display:inline-block;
  	min-height: 1px;
  	padding-right: 5px;
  	padding-left: 5px;
	text-align:center;
}
#about .about-text h2 {
	font-size:5em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0;
}
#about .about-text {
	text-align:center;
	font-weight:500;
	color:#ff2204;
}
#about img {
	border:1px solid #ddd;
}
#about .bank p {
	font-size:0.95em;
	text-align:center;
	margin-top:3px;
}
#about .about-text p {
	margin-bottom:30px;
}
#about .sliderUlBox {
	margin-bottom: 0;
}

#about .sliderUl li {
	padding:4px;
	float: left;
}



#about .sliderUl li .photo {
	width: 100%;
	height:auto;
	overflow: hidden;
}
#about .sliderUl li p {
	text-align:center;
	font-size:0.9em;
}

#about .sliderUl li img {
	transition: all 1.0s;
	-moz-transition: all 1.0s;
	-webkit-transition: all 1.0s;
	max-width: 100%;
	border:1px solid #dcdcdc;
}
.contents_sp{
	display:none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.contents_sp{
		display:block;
	}
	#about .sliderUlBox {
		margin-bottom: 35px;
	}

	#about .sliderUl li {
		padding-left: 2px;
		float: left;
	}

	#about .sliderUl li span {
		margin-top: 7px;
		font-size: 11px;
	}
	
	#about .sliderUl li img {
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	
	#about .sliderUl li a:hover img {
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}
    
    #about .sliderUl li {
		padding-left: 1px;
	}

	#about .sliderUl li .photo {
		width: 134px;
		height: auto;
	}
	
	#about .sliderUl li .photo img {
		width: 100%;
		height: auto;
	}
}