

/* animation */

.anim {
margin:0;
font-size: 40px;
font-weight: bold;
}



.titlein {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes titlein {
 0% {     opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
 }
 100% {     opacity: 1;
    -webkit-transform: none;
    transform: none;
 }
}
@keyframes titlein {
 0% {     opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
 }
 100% { opacity: 1;
    -webkit-transform: none;
    transform: none; }
}



.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% {     opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
 }
 100% {     opacity: 1;
    -webkit-transform: none;
    transform: none;
 }
}
@keyframes fadeInDown {
 0% {     opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
 }
 100% { opacity: 1;
    -webkit-transform: none;
    transform: none; }
}





img {
   /* display:none; */
}



/*    Reset Default Foundation Styling    */

.row{
	max-width:1000px;
	padding: 0 20px;
}


.top-bar .toggle-topbar.menu-icon a span::after{
}

.top-bar .toggle-topbar.menu-icon a{
	padding: 0 2rem 0 0.9375rem;
}


.top-bar,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section ul li,
.top-bar.expanded .title-area,
.no-js .top-bar-section ul li:hover > a{
	background: transparent;
	height: auto;
	line-height:normal;
	padding: 0;
}


.top-bar .name,
.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name span,
.top-bar .name p{
	line-height: normal;
	height: auto;
	font-size: 1.375rem;
}


.top-bar.expanded .toggle-topbar a{
	color: #fdd000;
}

.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #fdd000, 0 7px 0 1px #fdd000, 0 14px 0 1px #fdd000;
}






#wrap {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}




/*    Hero    */

.hero{
	width: 100%;
	height: 400px;
	background: url('../../img/s_img.jpg') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
}

.maintitle {
	width: 100%;
	height: 400px;
	background: url('../../img/bg_maintitle.png') no-repeat center ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	   background-size: cover;
	position:absolute;
	z-index:6;
}
.news {
	position:absolute;
	bottom:0;
	background-color: rgba(0,0,0,0.8);
	width:100%;
	z-index:7;
	color:#FFF;
}
.news a {
	color:#fdd000;
	text-decoration:underline;	
}
.news a:hover {
	color:#fff0a9;
	text-decoration:none;	
}
.news p {
	display:inline-block;
	background-color: rgba(0,0,0,0.8);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:1.8rem;
	padding:2%;
	margin-right:2%;
}
.news dt {
	display:inline-block;
	padding-right:2%;
}
.news dd {
	display:inline-block;
}
.news dl {
	display:inline-block;
	margin:0 10px;
}


.hero .caption{
	margin-top: 140px;
}

.hero .caption h1.mean_cap{
	font-family: "lato-black", Helvetica, Arial, sans-serif;
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	line-height: 70px;
}

.hero .caption h2.sub_cap{
	font-family: "lato-light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	line-height: 70px;
	margin-bottom: 50px;
}


.hero .caption .btn_details span{
	display: inline-block;
	color: #fff;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: .5px;
	position: relative;
	margin-right: 5px;
	border-bottom: 1px dashed #ffffff;
	padding-bottom: 3px;
}

.hero .caption .btn_details .arrow{
	-webkit-transition:all .2s ease-out;
	     -o-transition:all .2s ease-out;
	        transition:all .2s ease-out;
}

.hero .caption .btn_details:hover .arrow{
	-webkit-transform:translateX(3px);
	    -ms-transform:translateX(3px);
	     -o-transform:translateX(3px);
	        transform:translateX(3px);
}








/*    Header    */

header{
	width: 100%;
	background: transparent;
	text-align:center;
	background:url(../img/bg_title.gif);
}

.logo {
	background:#2d287f;
}
.logo h1{
	text-decoration: none;
	margin:0 0 10px 0;
}
.sublogo h1 {
	margin:0 0 0 0;
	padding-bottom:0;
}
.logo h1 .tld{
	font-family: "lato-hairline", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
}

header .logo{
	margin:0 0 0 0;
}

header nav{
	margin-top: 20px;
}

header .top-bar-section ul li a{
	color: #ffffff;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 30px;
	letter-spacing: .5px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}


header .top-bar-section ul li:last-child a{
	margin-right: 0;
}


header .top-bar-section li:not(.has-form) a:not(.button){
	-webkit-transition:all .2s linear;
	     -o-transition:all .2s linear;
	        transition:all .2s linear;
}

header .top-bar-section li:not(.has-form) a:not(.button):hover{
	color: #fbdd90;
}



/* top */

.box01 {
	background:#131313;
	color:#FFF;
	padding:0;
}
.box01 h2{
	color:#fdd000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:1.8rem;
	margin-bottom:5%;
	text-align:center;
}
.box01 h3{
	color:#FFF;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:0.8rem;
	padding-top:5%;
	text-align:center;
}
.box01 p {
	padding:10px;	
}
.box02{
	display: table;
	width: 100%;
	background: url('../../img/bg_gyoumu.jpg') no-repeat 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	   background-size: cover; 
	text-align: center;
	padding:3% 0;
}
.box02 h2{
	color:#2d287f;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:1.8rem;
	margin-bottom:5%;
}
.box02 h3{
	color:#4f4f4f;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:0.8rem;
}
.box03 h2{
	color:#fdd000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:1.8rem;
	margin-bottom:5%;
}
.box03 h3{
	color:#FFF;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:0.8rem;
}
.box03 li {
	display:inline-block;	
}

.topnv ul li {
	list-style:none;
	padding:0;
	margin:0 14px 1% 14px;
}

.box03{
	display: table;
	width: 100%;
	background: url('../../img/bg_careea.jpg') no-repeat 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	text-align: center;
	padding:3% 0;
}
.box04{
	display: table;
	width: 100%;
	background: url('../../img/bg_support.jpg') no-repeat 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	text-align: center;
	padding:3% 0;
}
.box04 h2{
	color:#2d287f;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:1.8rem;
	margin-bottom:5%;
}
.box04 h3{
	color:#2d287f;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:0.8rem;
}
.box04 li {
	display:inline-block;	
}


.box05{
	display: table;
	width: 100%;
	background: url('../../img/bg_special.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	text-align: center;
	padding:3% 0;
}
.box05 h2{
	color:#2d287f;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:1.8rem;
	margin-bottom:5%;
}
.box05 h3{
	color:#fdd000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:0.8rem;
}
.box05 li {
	display:inline-block;	
}

.box06{
	background:#FFF;
	text-align: center;
	padding:3% 0;
}
.box06 h2{
	color:#2d287f;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:1.8rem;
	margin-bottom:5%;
}
.box06 h3{
	color:#2d287f;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:0.8rem;
}
.box06 li {
	display:inline-block;	
}




/*    Services    */

.services{
	padding: 140px 0;
}

.services .mean_title,
.services .sub_title{
	text-align: center;
	color: #454545;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
}


.services .mean_title{
	font-size: 30px;
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.services .sub_title{
	font-size: 22px;
	font-family: "raleway-light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-transform: lowercase;
}

.services .services_list{
	margin-top: 100px;	text-align: center;
}

.services .services_list .serv_icon{
	margin-bottom: 60px;
}

.services .services_list p{
	color: #454545;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 30px;
}

.services .title{
	color: #454545;
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px
}

.btn_holder{
	text-align: center;
}

.services .btn_fancy{
	margin-top: 100px;	
}









/*    Fancy Button    */

.btn_fancy{
	display: inline-block;
	position: relative;
	text-align: center;
	color: #ffea8a;
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 16px 36px;
	border-radius: 2px;
	background: transparent;
	-webkit-transition:all .2s ease-out;
	     -o-transition:all .2s ease-out;
	        transition:all .2s ease-out;
}

.btn_fancy .text_layer{
	position: relative;
}

.btn_fancy:hover,
.btn_fancy:focus{
	color: #454545;
}


.btn_fancy .border_layer{
	position: absolute;	
	top:0;
	left: 0;
	width: 100%;
	height: 100%;	
	border: 2px solid #fdd000;
	-webkit-transition:all .2s ease-out;
	     -o-transition:all .2s ease-out;
	        transition:all .2s ease-out;
}

.btn_fancy .solid_layer{
	position: absolute;
	top: 4px;
	left: -4px;
	width: 100%;
	height: 100%;	
	background: #fbdd90;
	border-radius: 2px;
	-webkit-transition:all .2s ease-out;
	     -o-transition:all .2s ease-out;
	        transition:all .2s ease-out;
}

.btn_fancy:hover .border_layer{
	-webkit-transform:translate(2px,-2px);
	    -ms-transform:translate(2px,-2px);
	     -o-transform:translate(2px,-2px);
	        transform:translate(2px,-2px);
}
.btn_fancy:hover .solid_layer{
	-webkit-transform:translate(-2px,2px);
	    -ms-transform:translate(-2px,2px);
	     -o-transform:translate(-2px,2px);
	        transform:translate(-2px,2px);
}










/**    quote    **/

.quote{
	display: table;
	width: 100%;
	height: 450px;
	background: url('../../img/quote_bg.jpg') no-repeat 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	   background-size: cover; 
	text-align: center;
}

.quote blockquote{
	display:table-cell;
	vertical-align:middle;
}

.quote blockquote p{
	color: #4c4b4b;
	font-family: "raleway-light", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: lighter;
	text-transform: uppercase;
	margin: 0;
}

.quote blockquote .strong{
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.quote hr{
	display: inline-block;
	padding: 0;	
	margin: 0;
	border: 0;
	width: 20px;
	height: 1px;
	background-color: #4b4b4b;
}


.quote .author{
	display: block;
	color: #4c4b4b;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: .5px;
	margin: 20px 0 0 0;
}










/*    Testimonials    */

.testimonials{
	width: 100%;
	background: #ffffff;
	padding: 140px 0;
}

.testimonials .tesimonial{
	max-width: 670px;
	height: auto;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
	float: left;
} 

.slider_container{
	max-width: 670px;
	margin: 0 auto;
	height: auto;
}


.testimonials .name,
.testimonials .author{
	display: block;
}


.testimonials .name{
	color: #2c2c2c;
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 30px 0 70px 0;
}

.testimonials p{
	color: #5b5a5a;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 40px;
	margin: 0;
}

.testimonials .author{
	color: #2c2c2c;
	font-family: "raleway-semibold", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
}


.testimonials .pagination{
	display: block;
	text-align: center;
	list-style: none;
	margin: 75px 0 0 0;
	padding: 0;
}


.testimonials .pagination a{
	text-decoration: none;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background: #dfdfdf;
	margin-right: 10px;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-transition:all .2s linear;
	     -o-transition:all .2s linear;
	        transition:all .2s linear;
}

.testimonials .pagination a:last-child{
	margin-right: 0;
}

.testimonials .pagination a.selected{
	background: #c5c5c5;
}

.testimonials ul.slick-dots{
	display: block;
	text-align: center;
	list-style: none;
	margin: 75px 0 0 0;
	padding: 0;
}

.testimonials ul.slick-dots li,
.slick-slide img{
	display: inline-block;
}

.testimonials ul.slick-dots li a{
	text-decoration: none;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background: #dfdfdf;
	margin-right: 10px;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-transition:all .2s linear;
	     -o-transition:all .2s linear;
	        transition:all .2s linear;
}

.testimonials ul.slick-dots li:last-child a{
	margin-right: 0;
}

.testimonials ul.slick-dots li.slick-active a{
	background: #c5c5c5;
}










/*    Call To Action    */

.cta{
	background: #ffffff;
	padding: 140px 0;
	background: url('../../img/cubes.png') repeat;
	text-align: center;
}

.cta .title{
	color: #454545;
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.cta .sub_title{
	color: #454545;
	font-family: "raleway-light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 18px;
	text-transform: lowercase;
}

.cta .btn_fancy{
	margin-top: 60px;
}










/*    Google Map    */
.map{
	width: 100%;
	height: 550px;
	position: relative;
	overflow: hidden;
}

.map #map_container{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
}

#map_container img{
	max-width: none;
}

.map .shadow{
	width: 100%;
	height: 158px;
	background: url('../../img/shadow.png') repeat-x;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 90;
}

#map_container .map_contacts{
	color:#454545;
}

#map_container .map_contacts span{
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-weight:bold; 
	text-transform:uppercase;
}










/*    Footer    */

footer{
	padding: 10px 0;
	background: #292929;
	text-align:center;
}

footer .copyrights{
	float: left;
	margin-bottom: 80px;
}

footer .copyrights p{
	color: #c5c5c5;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: .5px;
}

footer .contact_details{
	max-width: 430px;
	float: right;
} 

footer .social{
	width: 130px;
	display: inline-block;
}
.fb-like {
	margin-bottom:10px;	
}

footer .social ul{
	margin: 0;
}

footer .social ul li{
	margin-bottom: 7px;
}

footer .social ul li a,
footer .contact{
	display: inline-block;
	color: #fff;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.5px;
}

footer .contact{
	width: 215px;
	vertical-align: top;
}

footer .contact .details{
	margin-bottom: 30px;
}

footer p{
	margin: 0;
	padding: 0;
}

#foot {
	background:#414141;
	width:100%;
	font-size:0.7em;
}
#foot_in {
	color:#FFF;
	padding:10px 0 15px;
}
.address {
	letter-spacing:0.1em;
	margin-bottom:5px;
}
.copy {
	font-size:0.6em;
}
.copy img {
	margin:5px 5px 0 0;	
}
.copy span {
	margin-bottom:10px;	
}
dl.bknum dt, dl.bknum dd {
	display:inline;	
}
dl.bknum dd a{
	background:#7a7a7a;
	color:#FFF;
	padding:2px 4px;
	text-decoration:none;
	margin-left:5px;
}
dl.bknum dd a:hover {
	background:#fdd000;
}
dl.copy dt, dl.copy dd {
	display:inline;	
}
#foot_l p img{
    display: inline-block;
    vertical-align: middle;
	margin-right:30px;
}







/*  Back To Top button  */

#back_top{
	text-decoration: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	opacity: 0;
}

.btn_fancy#back_top{
	padding: 6px 16px;
}

.btn_fancy#back_top:hover .border_layer{
	-webkit-transform:translate(1px,-1px);
	    -ms-transform:translate(1px,-1px);
	     -o-transform:translate(1px,-1px);
	        transform:translate(1px,-1px);
}
.btn_fancy#back_top:hover .solid_layer{
	-webkit-transform:translate(-1px,1px);
	    -ms-transform:translate(-1px,1px);
	     -o-transform:translate(-1px,1px);
	        transform:translate(-1px,1px);
}


/* パーツ */
.bg_yellow {
	background:#fdd000;	
}
.bg_palegray {
	background:#f3f3f3;	
}
.bg_paleyellow {
	background:#fef2cd;	
}
.bg_white {
	background:#FFF;	
}
.bg_purple {
	background:#d9d8f4;	
}
.bg_black {
	background:#1c1c1c;	
}

.pd30 {
	padding:30px;
}
.pd20 {
	padding:20px;
}
.pd10 {
	padding:10px;
}
.pd_l20 {
	padding:0 20px	
}
.t-center{
	text-align:center;	
}
.t-right{
	text-align:right;	
}
.t-left{
	text-align:left;	
}
.t-bold {
	font-weight:bold;	
}
.m_no {
	margin:0;	
}
table.m_no {
	margin:0;
	padding:0;
}
.boxtitle {
	text-align:center;
	padding-bottom:50px;
}
.boxtitle ul li {
	list-style-type:none;
	display:inline-block;
}
.boxtitle h2{
	color:#2d287f;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:1.8rem;
	margin-bottom:5%;
}
.boxtitle h3{
	color:#2d287f;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:0.8rem;
	padding-top:5%;
}
.box_normal {
	padding:80px 0;
	text-align:center;
}
.box_normal ul {
	margin:0;
	padding:0;	
}
.box_normal ul li {
	display:inline-block;
	list-style:none;
	
}

.secondlist li img{
	margin-bottom:5px;
	
}
.imgcap{
	font-weight:normal;	
}
dl.bknum img{
	margin-top:10px;
}
.mb10{
	margin-bottom:10px;	
}
.left {
	width:100%;
}
.right {
	width:100%;
}


/*    Responsive CSS    */

@media only screen and (max-width: 40em){
	.top-bar .top-bar-section{
		display: none;
	}

	.top-bar.expanded .top-bar-section{
		display: block;
	}

	.top-bar-section ul{
		margin-top: 70px;
		background: #ffffff;
	}

	.top-bar-section li:not(.has-form) a:not(.button){
	  color: #454545;
	  margin: 0;
	  display: block;
	  text-align: center;
	  padding: 20px 0;
	  background: #ffffff;
	  border-bottom: 1px solid #fff4d7;
	  -webkit-transition: all .2s linear;
	       -o-transition: all .2s linear;
	          transition: all .2s linear;
	}

	header .top-bar-section li:not(.has-form):last-child a:not(.button){
		border: 0;
	}

	header .top-bar-section li:not(.has-form) a:not(.button):hover{
		color: #454545;
		background: #fbdd90;
	}


	.hero .caption h1.mean_cap,
	.hero .caption h2.sub_cap{
		font-size: 45px;
		line-height: 60px;
	}

	footer .copyrights{
		width: 100%;
		text-align: center;
		margin-bottom: 60px;
	}


	footer .social,
	footer .contact{
		width: 100%;
		text-align: center;
		float: none;
		margin: 0;
	}

	footer .contact{
		margin-top: 60px;
	}
}






@media only screen and (min-width: 64.063em) {
	#back_top{
		right: 40px;
		bottom: 40px;
		margin-top: -22px;
	}	
}

@media screen and (min-width:1024px) {
	.hero{
	width: 100%;
	height: 755px;
	background: url('../../img/s_img.jpg') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
}
.maintitle {
	width: 100%;
	height: 750px;
	background: url('../../img/bg_maintitle.png') no-repeat center ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	   background-size: cover;
	position:absolute;
	z-index:6;
}

	
	
	.wrapper {
		width:1000px;
		margin:0 auto;
	}
	.left {
	width:50%;
	float:left;	
	}
	.right {
	width:50%;
	float:right;
	}
.listappli_l {
	width:660px;
	float:left;
	text-align:left;
}
.listappli_l img{
	margin:0 20px 37px 0;
}
.listappli_r {
	float:right;	
}
.mr50 {
	margin-right:50px;	
}
.ml50 {
	margin-left:50px;	
}
.mr25 {
	margin-right:25px;	
}
.ml25 {
	margin-left:50px;	
}
footer{
	padding: 80px 0;
	text-align:left;
}
#foot_l {
	width:50%;
	float:left;	
}
#foot_r {
	width:50%;
	float:right;	
}
dl.bknum {
	float:right;
	width:250px;
	text-align:right;
	padding:0 0 5px;
}
/* top */
.news dl {
	margin:0;
}
.box01 h2, .box01 h3{
	text-align:left;
}
.box01 p {
	padding:0;	
}
}

@media screen and (min-width:1100px) {
	
.hero{
	background: url('../../img/b_bg.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
}

.main01 {
	background:url(../../img/main01.png) no-repeat;
	width:211px;
	height:755px;
	position:absolute;
	left:0;
	overflow: hidden;
	z-index:1;
}
.main02 {
	background:url(../../img/main02.png) no-repeat;
	width:382px;
	height:755px;
	position:absolute;
	left:12%;
	top:0;
	overflow: hidden;
	z-index:0;
}
.main03 {
	background:url(../../img/main03.png) no-repeat;
	width:282px;
	height:755px;
	position:absolute;
	left:35%;
	top:0;
	overflow: hidden;
	z-index:2;
}
.main04 {
	background:url(../../img/main04.png) no-repeat;
	width:441px;
	height:755px;
	position:absolute;
	left:52%;
	top:0;
	overflow: hidden;
	z-index:4;
}
.main05 {
	background:url(../../img/main05.png) no-repeat;
	width:294px;
	height:755px;
	position:absolute;
	right:0;
	top:0;
	overflow: hidden;
	z-index:3;
}


}


