/* CSS Document */


html,body { width: 100%; }
body,#RthCustomizeW {
	color: #221815;
	margin: 0 auto;
	font-family: "Sawarabi Mincho"; 
	background: #ffffff;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb10 { padding-bottom: 10px !important; }
.p15 { padding: 0 15px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }

.mb05em { margin-bottom: 0.5em !important; }
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb3em { margin-bottom: 3em !important; }
.mb4em { margin-bottom: 4em !important; }
.pb05em { padding-bottom: 0.5em !important; }
.mr0 { margin-right: 0 !important; }

li { list-style: none; }

p {
	text-align: justify;
	-ms-text-justify: auto;
	text-justify: auto;
	text-justify: inter-ideograph;
}

.noborder { border: none !important; }
.nomargin { margin: 0 0 !important; }

.ta_r { text-align: right; }
.ta_c { text-align: center; }

.cf:before,.cf:after { content:""; display:table; }
.cf:after { clear:both; }
.cf { zoom:1; }

	a {
		color: #221815;
		text-decoration: none;
	}
@media (min-width:751px){
	.mb20 { margin-bottom: 20px !important; }
	.mb25 { margin-bottom: 25px !important; }
	.mb30 { margin-bottom: 30px !important; }
	.mb40 { margin-bottom: 40px !important; }
	.mb50 { margin-bottom: 50px !important; }
	.mb60 { margin-bottom: 60px !important; }
	.mb70 { margin-bottom: 70px !important; }
	.mb80 { margin-bottom: 80px !important; }
	.mb100 { margin-bottom: 100px !important; }
	.mb120 { margin-bottom: 120px !important; }
	.pt50 { padding-top: 50px !important; }
	.ls-1 { letter-spacing: -1px; }
	.ls-2 { letter-spacing: -2px; }
	.ls-3 { letter-spacing: -3px; }
	.ls-4 { letter-spacing: -4px; }

	a {
		-webkit-transition: 0.3s ease-in-out;
		   -moz-transition: 0.3s ease-in-out;
			 -o-transition: 0.3s ease-in-out;
				transition: 0.3s ease-in-out;
	}
	a img{
		-webkit-transition: 0.3s ease-in-out;
		   -moz-transition: 0.3s ease-in-out;
			 -o-transition: 0.3s ease-in-out;
				transition: 0.3s ease-in-out;
	}

	a:active, a:hover, a:hover img { opacity: 0.7; }

	.for_sp{display: none !important;}
	body { font-size: 14px; line-height: 16px; }

	#fnav { height: 70px; width: 100%; position: fixed; top:-75px; background: rgba(0,0,0,0.5);
		 z-index: 15000; }
	#fnav_in { height: 70px; width: 100%; position: relative;
		z-index: 13000; }
	#fnav .mainw { position: relative; width: 1200px; }
	#fnav h1 { position: absolute; top: 13px; left:0 ;}
	#fnav .gnav { top: 25px; left: 290px; }
	#fnav .gnav li { /*width: 100px;*/ display: block; float: left; margin-right: 60px; }
	#fnav .gnav li a { color: #FFFFFF; font-size: 16px; }
	#fnav .gnav li a:hover { color: #916c4a; }
	#fnav .gnav2 { position: absolute; top: 24px; right: 0; }
	#fnav .gnav2 li { float: left; margin-right: 2em; }
	#fnav .gnav2 li:last-child { margin-right: 0; }
	#fnav .gnav2 li a { color: #FFFFFF; }
	#fnav .gnav2 li a:hover { color: #916c4a; }
	#fnav .gnav2 li a:before { content: ">"; }
	/*#fnav .gnav li:last-child { position: absolute; right: 0; }*/
/*
	#f_rsv { width: 100%; height: 50px; background: #EFEBDE; border-top: #DBD3BF 1px solid; }
	#f_rsv .mainw { padding: 8px 0; height: 50px; position: relative; text-align: left; }
	#f_rsv h2 { font-size: 18px; margin-top: 6px; }
	#f_rsv h2 span { font-size: 11px; color: #AA7D45; display: inline-block; padding-left: 3px; }
	#f_rsv .searchForm { width: 870px; height: 50px; margin: 0 auto; position: absolute; float: none;
		top:8px; right: 0; font-size: 14px; text-align: right; }
	#f_rsv ul { height: 30px; display: inline-block; line-height: 30px; }
	#f_rsv ul li { display: inline-block; margin-left: 15px; padding-left: 12px;
		background: url("../images/icon_rsv.svg") left center no-repeat; }
	.searchForm input,.searchForm select { border: #DBD3BF 1px solid; height: 30px; line-height: 30px;
		padding-left: 5px; margin-left: 10px; }
	.searchForm .ci input { background: url("../images/icon_cal.svg") 150px center no-repeat #ffffff;
		width: 170px; }
	#f_rsv .btn_search { width: 200px; height: 30px; display: inline-block; margin-left: 30px;
		background: url("../images/icon_arrow.svg") 60px center no-repeat #AA7D45; 
		color: #ffffff; text-align: center; line-height: 30px; cursor: pointer;
		-webkit-transition: 0.3s ease-in-out;
		   -moz-transition: 0.3s ease-in-out;
			 -o-transition: 0.3s ease-in-out;
				transition: 0.3s ease-in-out;
		 }
	#f_rsv .btn_search:hover { background-color: #10386B; }
*/
	header { height: 70px; width: 100%; position: absolute; background-color: rgba(0,0,0,0.5); z-index: 10; }
	header .mainw { position: relative; width: 1200px; }
	/*header h1 { display: block; position: absolute; top:0; left:50%; margin-left: -80px;
		width: 160px; height: 160px; background: #10386B; text-align: center; z-index: 12; }
	header h1 a { display: block; width: 160px; height: 160px; padding-top: 25px; }
	header p { position: absolute; top:12px; left:0; font-size: 12px; line-height: 18px;
	 font-family: "Sawarabi Gothic"; }*/
	/*header h1 { width: 230px; margin-top: 13px;  }*/
	/*header nav#subnav { position: absolute; top:20px; right: 0; width: 370px; }
	header nav#subnav ul { width: 370px; font-family: "Sawarabi Gothic"; text-align: right; }
	header nav#subnav ul li { font-size: 11px; display: inline-block; margin-left: 4px; }
	header nav#subnav ul li a { display: block; width: 115px; height: 20px; text-align: center;
		line-height: 20px; color: #10386B; border: #10386B 1px solid; }
	header nav#subnav ul li a:before { content: "\f0da"; font-family: FontAwesome;
		display: inline-block; padding-right: 3px; }
	header nav#subnav ul li a:hover { background: #10386B; color: #ffffff; opacity: 1; }*/
	.gnav { display: block; position: absolute; top: 60px; left: 290px; /*height: 55px;*/  font-family: "Sawarabi Mincho"; }
	/*.gnav #gnav_l { position: absolute; top:0; left: 0; width: 420px; height: 55px; }
	.gnav #gnav_r { position: absolute; top:0; right: 0; width: 420px; height: 55px; }*/
/*	.gnav li { float: left; width: 140px; height: 55px;
		position: relative; }
	.gnav li a { display: block; width: 140px; height: 55px; font-size: 16px; color: #221815;
		text-decoration: none; text-align: center; padding-top: 13px; }
	.gnav li a span { color: #10386B; font-size: 10px; }
	.gnav li a:after,.gnav li a.active:after { content: ""; position: absolute; width: 140px;
		bottom:0; left: 0; opacity: 0; background: #10386B; height: 3px;
		-webkit-transition: 0.3s ease-in-out;
		   -moz-transition: 0.3s ease-in-out;
			 -o-transition: 0.3s ease-in-out;
				transition: 0.3s ease-in-out;
	}
	.gnav li a.active:after { opacity: 1; }
	.gnav li a:hover { opacity: 1; }
	.gnav li a:hover:after { opacity: 1; }
	.gnav .btn_rsv:link,.gnav .btn_rsv:visited { background: #AA7D45; display: block; text-align: center;
		font-size: 16px; width: 140px; position: absolute; right: 0; color: #ffffff; }
	.gnav li a.btn_rsv span { font-size: 10px; color: #ffffff; }
	.gnav .btn_rsv:hover { background-color: #10386B; opacity: 1; }
	.gnav li a.btn_rsv:hover:after { opacity: 0; }
*/

	header { height: 70px; width: 100%; background: rgba(0,0,0,0.5); }
	header .mainw { position: relative; width: 1200px; }
	header h1 { position: absolute; top: 13px; left:0 ;}
	header .gnav { position: absolute; top: 25px; left: 290px; }
	header .gnav li { /*width: 100px;*/ display: block; float: left; margin-right: 60px; }
	header .gnav li a { color: #FFFFFF; font-size: 16px; }
	header .gnav li a:hover { color: #916c4a; }
	header .gnav2 { position: absolute; top: 24px; right: 0; }
	header .gnav2 li { float: left; margin-right: 2em; }
	header .gnav2 li:last-child { margin-right: 0; }
	header .gnav2 li a { color: #FFFFFF; }
	header .gnav2 li a:hover { color: #916c4a; }
	header .gnav2 li a:before { content: ">"; }



/*rsv*/
	#rsv { width: 100%; /*padding: 15px 0;*/ position: relative; z-index: 12; margin-bottom: 60px; margin-top: 20px; }
	#rsv .mainw { position: relative; background: url("../images/bg_rsv.jpg") center center no-repeat;
		width: 1200px; height: 90px; }
	#rsv .rsvwrap { width: 992px; height: 90px; margin-left: 208px; position: relative;
		font-size: 14px; /*background: #ffffff;*/ font-family: "Sawarabi Gothic"; padding: 18px 0 0 18px; }
	#rsv .searchForm .inputs { display: inline-block; }
	#rsv .searchForm .inputs li { display: inline-block; margin-right: 6px; }
	#rsv .searchForm .inputs li input , #rsv .searchForm .inputs li select {
		background: #f2f2f2; border: none; margin: 5px 0 0 0; height: 33px; line-height: 33px; padding-left: 10px;
	}
	#rsv .searchForm .inputs li select { width: 80px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/icon_arrow_try.svg) center right 10px no-repeat #f2f2f2;
	 }
	#rsv .searchForm .inputs li input { width: 150px; 
		background: url("../images/icon_cal.svg") 120px center no-repeat #f2f2f2; }
	#rsv .btn_search { width: 225px; height: 50px; line-height: 50px; font-size: 14px;
		 background: url("../images/icon_arrow.svg") right 20px center no-repeat #1c4e7f; 
		 border: none;
		color: #ffffff; text-align: center; cursor: pointer; position: absolute; top: 21px; right: 240px;
		-webkit-transition: 0.3s ease-in-out;
		   -moz-transition: 0.3s ease-in-out;
			 -o-transition: 0.3s ease-in-out;
				transition: 0.3s ease-in-out;
		 }
	#rsv .btn_search:hover { background-color: #916c4a; }
	#rsv .tel_rsv { position: absolute; top:21px; right: 10px; font-size: 13px; }
	#rsv .tel_rsv strong { display: inline-block; color: #AA7D45; padding-left: 35px; font-size: 28px;
		background: url("../images/icon_tel_fs.svg") left center no-repeat;
		background-size: 22px auto; line-height: 28px; }
	.member { position: absolute; bottom: 13px; right: 15px; }
	.member li { display: inline-block; font-size: 12px; margin-left: 6px; width: 170px; height: 22px;
		line-height: 22px; text-align: center; border: #E0DBCD 1px solid; }
	.member li a:link,.member li a:visited { color: #231815; }
	/*.member li a:before { content: "\f0da"; font-family: FontAwesome;
		display: inline-block; padding-right: 3px; }*/
	
	
/*footer*/
	footer { font-family: "Sawarabi Gothic"; }
	footer .mainw { position: relative; }
	footer .footer_plan { background: url(../images/bg_footer_plan_wrap.jpg) left top; padding: 30px 0; }
	footer .footer_plan ul { width: 860px; margin: auto; height: 80px; background: url(../images/bg_footer_plan.jpg?v2) left top no-repeat; position: relative; }
	footer .footer_plan ul li { position: absolute; width: 240px; height: 40px; }
	footer .footer_plan ul li:nth-child(1) { top: 20px; right: 272px; }
	footer .footer_plan ul li:nth-child(2) { top: 20px; right: 22px; }
	footer .footer_plan ul li a { display: block; width: 240px; height: 40px; color: #FFFFFF; }

	footer #footmain { width: 100%; background-color: #121221; padding: 60px 0 40px; }
	footer #footmain address { text-align: center; margin-bottom: 25px; }
	footer #footmain .footer_qr { text-align: center; }

/*pagetop*/
	#page-top { position: fixed; bottom: 20px; /*left: 50%; margin-left: 600px;*/ right: 0; z-index: 10000; }
	#page-top a.icontop { background: #ffffff; text-align: center; display: block; width: 60px; height: 60px; 
		position: relative; border: #E5E1D6 1px solid; }
	#page-top a.iconcoupon { display: block; width: 60px; height: 290px; margin-bottom: 10px; }
	#page-top.stop { position: absolute; bottom: 520px; }



/*common*/
	/*#mv { width: 1300px; height: 240px; overflow: hidden; margin: 0 auto; }
	#mv img { width: 1300px; }*/
	.mainw { width: 1200px; margin: 0 auto; }
	/*article section { padding: 85px 0 75px; }*/
	/*article section:last-child { margin-bottom: 180px; }*/
	h3.ttlh3 { margin: 0 auto 40px; font-size: 26px; line-height: 24px; text-align: center; }
	h3.ttlh3 span { color: #10386B; font-size: 12px; }
	h3.mainch3 { background: url("../images/icon_ch3.svg") center top no-repeat; text-align: center; 
		padding-top: 45px; color: #10386B; font-size: 30px; margin-bottom: 55px; line-height: 30px; }
	h3.mainch3 span { color: #221815; font-size: 14px; }
	h4.ttlh4 { margin: 0 auto 30px; font-size: 22px; padding-bottom: 13px; color: #10386B;
		text-align: left; border-bottom: #DBD3BF 1px solid; }
	/*h4.ttlh4 span { color: #10386B; font-size: 15px; font-family: "Sawarabi Gothic"; }*/
	.mainlead { text-align: center; margin: 60px auto 50px; }
	.mainlead h3 { color: #10386B; font-size: 24px; line-height: 33px; margin-bottom: 15px; }
	.mainlead p,p.lead { text-align: center; font-size: 13px; line-height: 22px; font-family: "Sawarabi Gothic"; }
	p.lead { margin-bottom: 50px; }
	ul.cmenu { border-top: #D8D8D8 1px solid; border-bottom: #D8D8D8 1px solid; width: 1100px; height: 152px;
		text-align: center; padding-top: 20px; margin-bottom: 75px; }
	ul.cmenu li { width: 135px; display: inline-block; margin-right: 60px; }
	ul.cmenu li:last-child { margin-right: 0; }
	ul.cmenu li a { display: block; width: 135px; height: 117px; position: relative; color: #221815; }
	ul.cmenu li a:link,ul.cmenu li a:visited { color: #221815; }
	ul.cmenu li img { width: 135px; margin-bottom: 5px; }
	ul.cmenu li p { font-size: 14px; text-align: center; }
	ul.cmenu li a:after { content: "\f107"; font-family: FontAwesome; position: absolute; bottom: 2px;
		left: 50%; margin-left: -7px; color: #10386B;
		-webkit-transition: 0.3s ease-in-out;
		   -moz-transition: 0.3s ease-in-out;
			 -o-transition: 0.3s ease-in-out;
				transition: 0.3s ease-in-out; 
		 }
	ul.cmenu li a:hover:after { bottom: 0; }

	section .bx-wrapper .bx-viewport { left:0; }
	/*cb...color box*/
	.cb { background: #F4F2ED; }
	/*.cb2 { background: #F4F1E9; border-top: #E8E3D3 10px solid; margin: 80px 0 0; }*/
	/*bb...border bottom*/
	.bb { width: 100%; box-shadow: 2px 2px 5px #cccccc; padding-bottom: 15px; margin-bottom: 70px; }

	.cbtn:link,.cbtn:visited { background: #AA7D45; font-size: 14px; color: #ffffff; display: block; 
		text-align: center; }
	.cbtn:before { content: "\f0da"; font-family: FontAwesome; padding-right: 5px; }
	.cbtn:link:hover { background: #10386B; opacity: 1; color: #ffffff; }

	.cbtn2:link,.cbtn2:visited { border: #10386B 2px solid; font-size: 14px; color: #10386B; display: block;
		width: 270px; height: 45px; line-height: 45px; margin: 0 auto; text-align: center; }
	.cbtn2:before { content: "\f0da"; font-family: FontAwesome; padding-right: 5px; }
	.cbtn2:link:hover { background: #10386B; opacity: 1; color: #ffffff; }

	/*left image/right image*/
	.column2 { margin-bottom: 100px; }
	.column2 .img { width: 650px; }
	.column2 .ol { width: 400px; font-family: "Sawarabi Gothic"; }
	.column2 .ol h4,h4.ch4 { font-size: 28px; line-height: 32px; text-align: center; margin-bottom: 40px;
		font-family: "Sawarabi Mincho";  }
	.column2 .ol h4 span,h4.ch4 span { display: inline-block; line-height: 20px; padding: 0 8px;
		font-size: 14px; color: #AA7D45; border: #C18C52 3px double; }
	.column2 .ol p { font-size: 13px; line-height: 20px; padding-bottom: 20px; border-bottom: #10386B 2px solid;
		margin-bottom: 0; width: 400px; }
	.column2 .ol table { border-collapse: collapse; margin-bottom: 25px; width: 400px; }
	.column2 .ol table th,.column2 .ol table td { border-bottom: #D8D8D8 1px solid; height: 42px; 
		line-height: 42px; }
	.column2 .ol table th { background: #F2F2F2; width: 120px; text-align: center; }
	.column2 .ol table td { padding-left: 15px; }
	.column2 .ol .cbtn { width: 260px; height: 45px; margin: 0 auto; line-height: 45px; }
	.limg .img,.rimg .ol { float: left; }
	.rimg .img,.limg .ol { float: right; }
	
	.column3 li { width: 340px; float: left; margin-right: 35px; font-family: "Sawarabi Gothic"; }
	.column3 li:last-child { margin-right: 0; }
	.column3 li img { width: 340px; margin-bottom: 30px; }
	.column3 li h4 { font-size: 24px; line-height: 32px; text-align: center; margin-bottom: 20px;
		font-family: "Sawarabi Mincho";  }
	.column3 li h4 span { display: inline-block; line-height: 20px; padding: 0 8px;
		font-size: 14px; color: #AA7D45; border: #C18C52 3px double; }
	.column3 li p { font-size: 13px; line-height: 20px; padding-bottom: 20px; border-bottom: #10386B 2px solid;
		margin-bottom: 0; width: 340px; }
	.column3 li table { border-collapse: collapse; margin-bottom: 25px; width: 340px; }
	.column3 li table th,.column3 li table td { border-bottom: #D8D8D8 1px solid; height: 42px; 
		line-height: 42px; }
	.column3 li table th { background: #F2F2F2; width: 90px; text-align: center; }
	.column3 li table td { padding-left: 12px; }

	ul.bul li { line-height: 32px; font-size: 13px; }
	ul.bul li:before { content: "■"; color: #10386B; }

	table.ctable { border-top: #10386B 2px solid; border-collapse: collapse; margin-bottom: 25px; width: 430px; }
	table.ctable th,table.ctable td { border-bottom: #D8D8D8 1px solid; height: 42px; 
		line-height: 42px; }
	table.ctable th { background: #F2F2F2; width: 120px; text-align: center; }
	table.ctable td { padding-left: 15px; }

	/*cdl...common dl*/
	.cdl { border-top: #4D4D4D 1px solid; border-left: #4D4D4D 1px solid; width: 1000px;
		border-right: #4D4D4D 1px solid; font-family: "Sawarabi Gothic"; }
	.cdl dt { text-align: center; border-bottom: #4D4D4D 1px solid; float: left;
		border-right: #4D4D4D 1px solid; }
	.cdl dd { border-bottom: #4D4D4D 1px solid; float: left; }
	.cdl dt.l2 { height: 65px; }
	.cdl dd.l2 { height: 65px; line-height: 24px; padding-top: 8px; }
	.cdl dt.l3 { height: 90px; }
	.cdl dd.l3 { height: 90px; line-height: 24px; padding-top: 8px; }
	.cdl dt.l4 { height: 85px; line-height: 85px; }
	.cdl dd.l4 { height: 85px; line-height: 20px; }
	.cdl dt.l5 { height: 145px; line-height: 145px; }
	.cdl dd.l5 { height: 145px; line-height: 26px; padding-top: 5px; }
	.cdl dt.l6 { height: 200px; line-height: 199px; }
	.cdl dd.l6 { height: 200px; line-height: 26px; padding-top: 26px; }

	.spin {
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -ms-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
	}
	.spin2 {
    -webkit-animation: spin2 2.5s linear infinite;
    -moz-animation: spin2 2.5s linear infinite;
    -ms-animation: spin2 2.5s linear infinite;
    -o-animation: spin2 2.5s linear infinite;
    animation: spin2 2.5s linear infinite;
	}

	.imgfade1,.imgfade2,.imgfade3,.imgfade4,.imgfade5,.imgfade6,.imgfade7,.imgfade8 { opacity: 0; }
	.imgfade .imgfade1 { 
		-moz-animation: imgfade 0.8s linear 0s 1 normal forwards;
		-webkit-animation: imgfade 0.8s linear 0s 1 normal forwards;
		-o-animation: imgfade 0.8s linear 0s 1 normal forwards;
		-ms-animation: imgfade 0.8s linear 0s 1 normal forwards;
	}
	.imgfade .imgfade2 { 
		-moz-animation: imgfade 0.8s linear 0.3s 1 normal forwards;
		-webkit-animation: imgfade 0.8s linear 0.3s 1 normal forwards;
		-o-animation: imgfade 0.8s linear 0.3s 1 normal forwards;
		-ms-animation: imgfade 0.8s linear 0.3s 1 normal forwards;
	}
	.imgfade .imgfade3 { 
		-moz-animation: imgfade 0.8s linear 0.6s 1 normal forwards;
		-webkit-animation: imgfade 0.8s linear 0.6s 1 normal forwards;
		-o-animation: imgfade 0.8s linear 0.6s 1 normal forwards;
		-ms-animation: imgfade 0.8s linear 0.6s 1 normal forwards;
	}
	.imgfade .imgfade4 { 
		-moz-animation: imgfade 0.8s linear 0.9s 1 normal forwards;
		-webkit-animation: imgfade 0.8s linear 0.9s 1 normal forwards;
		-o-animation: imgfade 0.8s linear 0.9s 1 normal forwards;
		-ms-animation: imgfade 0.8s linear 0.9s 1 normal forwards;
	}
	.imgfade .imgfade5 { 
		-moz-animation: imgfade 0.8s linear 1.2s 1 normal forwards;
		-webkit-animation: imgfade 0.8s linear 1.2s 1 normal forwards;
		-o-animation: imgfade 0.8s linear 1.2s 1 normal forwards;
		-ms-animation: imgfade 0.8s linear 1.2s 1 normal forwards;
	}
	.imgfade .imgfade6 { 
		-moz-animation: imgfade 0.8s linear 1.5s 1 normal forwards;
		-webkit-animation: imgfade 0.8s linear 1.5s 1 normal forwards;
		-o-animation: imgfade 0.8s linear 1.5s 1 normal forwards;
		-ms-animation: imgfade 0.8s linear 1.5s 1 normal forwards;
	}
	.imgfade .imgfade7 { 
		-moz-animation: imgfade 0.8s linear 1.8s 1 normal forwards;
		-webkit-animation: imgfade 0.8s linear 1.8s 1 normal forwards;
		-o-animation: imgfade 0.8s linear 1.8s 1 normal forwards;
		-ms-animation: imgfade 0.8s linear 1.8s 1 normal forwards;
	}
	.imgfade .imgfade8 { 
		-moz-animation: imgfade 0.8s linear 2.1s 1 normal forwards;
		-webkit-animation: imgfade 0.8s linear 2.1s 1 normal forwards;
		-o-animation: imgfade 0.8s linear 2.1s 1 normal forwards;
		-ms-animation: imgfade 0.8s linear 2.1s 1 normal forwards;
	}


}
	@-webkit-keyframes spin { 0% {-webkit-transform: rotate(0deg);} 
		100% {-webkit-transform: rotate(360deg);} }
	@-moz-keyframes spin { 0% {-moz-transform: rotate(0deg);} 
		100% {-moz-transform: rotate(360deg);} }
	@-ms-keyframes spin { 0% {-ms-transform: rotate(0deg);} 
		100% {-ms-transform: rotate(360deg);} }
	@-o-keyframes spin { 0% {-o-transform: rotate(0deg);} 
		100% {-o-transform: rotate(360deg);} }
	@keyframes spin { 0% {transform: rotate(0deg);} 
		100% {transform: rotate(360deg);} }

	@-webkit-keyframes spin2 { 0% {-webkit-transform: rotate(0deg);} 
		100% {-webkit-transform: rotate(-360deg);} }
	@-moz-keyframes spin2 { 0% {-moz-transform: rotate(0deg);} 
		100% {-moz-transform: rotate(-360deg);} }
	@-ms-keyframes spin2 { 0% {-ms-transform: rotate(0deg);} 
		100% {-ms-transform: rotate(-360deg);} }
	@-o-keyframes spin2 { 0% {-o-transform: rotate(0deg);} 
		100% {-o-transform: rotate(-360deg);} }
	@keyframes spin2 { 0% {transform: rotate(0deg);} 
		100% {transform: rotate(-360deg);} }

	@-moz-keyframes imgfade { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-webkit-keyframes imgfade { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-o-keyframes imgfade { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-ms-keyframes imgfade { 0% { opacity: 0; } 100% { opacity: 1; } }