@charset "utf-8";

/* --------------------------------------------------------------------------------------------------------------------

	top

-------------------------------------------------------------------------------------------------------------------- */

/* -------------------------------------- .top-imgCnt -------------------------------------- */

 #top-imgCnt {
 	height: 600px;
 	min-height: 270px !important;
 }

 #top-imgCnt.loading {
 	background: transparent url(../images/common_loader01.gif) no-repeat 50% 50%;
 }

#top-imgCnt .inner {
	position: relative;
	width: 100%;
	height: 100%;
	background-color:#000;
}
html.js #top-imgCnt .inner {
	visibility: hidden;
}

#top-imgCnt h1 {
	text-indent: -9999px;
	position: absolute;
	z-index: 10;
	top: 34%;
	left: 50%;
	margin-left: -309px;
	width: 620px;
	height: 110px;
	background: url(../images/top-imgCnt_splite01.png) no-repeat 0 0;
	background-image: url(../images/top-imgCnt_splite01.png);
}
body.lteIE8 #top-imgCnt h1 {
	 background-image: none;
	 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/top-imgCnt_ie8_img01.png', sizingMethod='crop');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	#top-imgCnt h1 {
		background-image: url(../images/top-imgCnt_splite01x2.png);
		-moz-background-size: 648px 1150px;
		-webkit-background-size: 648px 1150px;
		-o-background-size: 648px 1150px;
		background-size: 648px 1150px;
	}
}

#top-imgCnt li {
	width: 100%;
	height: 100%;
	position: absolute;
	background: no-repeat 50% 50%;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.no-js #top-imgCnt li.pic1,
.sizeL #top-imgCnt li.pic1 {
	background-image: url(../images/top-imgCnt_pic01.jpg);
	z-index:100;
}
.no-js #top-imgCnt li.pic2,
.sizeL #top-imgCnt li.pic2 {
	background-image: url(../images/top-imgCnt_pic02.jpg);
}
.no-js #top-imgCnt li.pic3,
.sizeL #top-imgCnt li.pic3 {
	background-image: url(../images/top-imgCnt_pic03.jpg);
}

.sizeM #top-imgCnt li.pic1 {
	background-image: url(../images/top-imgCnt_pic01m.jpg);
}
.sizeM #top-imgCnt li.pic2 {
	background-image: url(../images/top-imgCnt_pic02m.jpg);
}
.sizeM #top-imgCnt li.pic3 {
	background-image: url(../images/top-imgCnt_pic03m.jpg);
}

.sizeS #top-imgCnt li.pic1 {
	background-image: url(../images/top-imgCnt_pic01s.jpg);
}
.sizeS #top-imgCnt li.pic2 {
	background-image: url(../images/top-imgCnt_pic02s.jpg);
}
.sizeS #top-imgCnt li.pic3 {
	background-image: url(../images/top-imgCnt_pic03s.jpg);
}

#top-imgCnt li span {
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 50%;
	top: 34%;
	margin: 120px 0 0 -265px;
	width: 530px;
	height: 60px;
	background: url(../images/top-imgCnt_splite01.png) no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	#top-imgCnt li span {
		background-image: url(../images/top-imgCnt_splite01x2.png);
		-moz-background-size: 648px 1150px;
		-webkit-background-size: 648px 1150px;
		-o-background-size: 648px 1150px;
		background-size: 648px 1150px;
	}
}

#top-imgCnt li.pic1 span {
	background-position: 0 -150px;
}
#top-imgCnt li.pic2 span {
	background-position: 0 -250px;
}
#top-imgCnt li.pic3 span {
	height: 92px;
	background-position: 0 -350px;
}

body.lteIE8 #top-imgCnt li.pic1 span {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/top-imgCnt_ie8_img02.png', sizingMethod='crop');
}
body.lteIE8 #top-imgCnt li.pic2 span {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/top-imgCnt_ie8_img03.png', sizingMethod='crop');
}
body.lteIE8 #top-imgCnt li.pic3 span {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/top-imgCnt_ie8_img04.png', sizingMethod='crop');
}

#top-imgCnt .btn {
	display: block;
	width: 0;
	height: 0;
	position: fixed;
	z-index: 10;
	bottom: 0;
	border: 45px solid transparent;
	border-bottom: 45px solid #534a47;
	cursor: pointer;

	-moz-transition: bottom .5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition: bottom .5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: bottom .5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: bottom .5s cubic-bezier(0.645, 0.045, 0.355, 1); /*easeInOutCubic*/
}
#top-imgCnt .btn:hover {
	border-bottom-color: #332e2c;
}

#top-imgCnt .btn:after {
	content: "";
	display: block;
	width: 14px;
	height: 8px;
	background: transparent url(../images/site_splite02.png) no-repeat -100px -100px;
	position: relative;
	z-index: 11;
	left: -7px;
	top: 24px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	#top-imgCnt .btn:after {
		background-image: url(../images/site_splite02x2.png);
		-moz-background-size: 300px 600px;
		-webkit-background-size: 300px 600px;
		-o-background-size: 300px 600px;
		background-size: 300px 600px;
	}
}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	#top-imgCnt {
		height: 480px;
	}

}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	#top-imgCnt {
		height: 360px !important;
	}

	#top-imgCnt h1 {
		top: 25%;
		width: 480px;
		height: 80px;
		margin-left: -240px;
		background-position: 0 -450px !important;
	}

	#top-imgCnt li {
		background-position: 50% 50% !important;
		background-attachment: scroll !important;
	}

	#top-imgCnt li span {
		top: 20%;
		width: 460px;
		height: 52px;
		margin-left: -230px;
	}
	#top-imgCnt li.pic1 span {
		background-position: 0 -550px;
	}
	#top-imgCnt li.pic2 span {
		background-position: 0 -650px;
	}
	#top-imgCnt li.pic3 span {
		height: 82px;
		background-position: 0 -750px;
	}

}

/* ---------------------------------------
	max-width: 539px
--------------------------------------- */

@media screen and (max-width: 539px) {

	#top-imgCnt {
		height: 270px !important;
	}

	#top-imgCnt h1 {
		top: 28%;
		width: 300px;
		height: 51px;
		margin-left: -150px;
		background-position: 0 -850px !important;
	}

	#top-imgCnt li span {
		top: 28%;
		width: 300px;
		height: 40px;
		margin: 60px 0 0 -150px;
	}
	#top-imgCnt li.pic1 span {
		background-position: 0 -950px;
	}
	#top-imgCnt li.pic2 span {
		background-position: 0 -1000px;
	}
	#top-imgCnt li.pic3 span {
		height: 100px;
		background-position: 0 -1050px;
	}

}


/* -------------------------------------- .top-newsCnt -------------------------------------- */

.top-newsCnt {
	padding: 30px 0 0;
}
body.IE7 .top-newsCnt {
	zoom: 1;
}

.top-newsCnt .inner {
	border: 3px solid #ccc;
	background: #fff;
	padding: 10px 10px 10px 140px;

	-webkit-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	-moz-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	position: relative;
}

.top-newsCnt h2 {
	font-size: 95%;
	font-weight: bold;
	text-align: center;
	width: 140px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.5em;
}

.top-newsCnt dl {
	border-left: 1px solid  #ccc;
	padding: 5px 0 5px 10px;
}

.top-newsCnt dt {
	font-size: 80%;
	font-weight: bold;
	line-height: 1.5;
	color: #534a47;
	padding: 5px 10px 5px 30px;
	margin-top: 3px;
	cursor: pointer;
	position: relative;

	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
.top-newsCnt dt:first-child {
	margin-top: 0;
}

.top-newsCnt dt:hover {
	color: #332e2c;
	background-color: #f2f2f2;
}

.top-newsCnt dt:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: transparent url(../images/site_splite02.png) no-repeat 0 -250px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.top-newsCnt dt:before {
		background-image: url(../images/site_splite02x2.png);
		-moz-background-size: 300px 600px;
		-webkit-background-size: 300px 600px;
		-o-background-size: 300px 600px;
		background-size: 300px 600px;
	}
}

.top-newsCnt dt.open:before {
	background-position: -50px -250px;
}

.top-newsCnt dt i {
	font-weight: normal;
	font-size: 90%;
	font-style: normal;
	letter-spacing: 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -.8em;
}

.top-newsCnt dt span {
	display: block;
	padding-left: 5em;
}

.top-newsCnt dd {
	font-size: 80%;
	line-height: 1.8;
	overflow: hidden;

	-moz-transition: height .5s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: height .5s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: height .5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: height .5s cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
}
html.js .top-newsCnt dd {
	height: 0;
}

.top-newsCnt dd div {
	padding: 5px 10px 0 30px;
}

.top-newsCnt dd p {
	padding-bottom: 1em;
}
.top-newsCnt dd:last-child p:last-child {
	padding-bottom: 0;
}

.top-newsCnt dd em {
	font-style: normal;
}

.top-newsCnt dd a {
	text-decoration: underline;
}

/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.top-newsCnt {
		padding: 20px 0 0;
	}

	.top-newsCnt .inner {
		padding: 10px;
	}

	.top-newsCnt h2 {
		font-size: 87.5%;
		width: auto;
		position: static;
		margin: 0;
	}

	.top-newsCnt dl {
		margin-top: 10px;
		padding: 10px 0 0;
		border-left: none;
		border-top: 1px solid #ccc;
	}

	.top-newsCnt dt {
		margin-top: 0;
	}
}


/* ---------------------------------------
	max-width: 539px
--------------------------------------- */

@media screen and (max-width: 539px) {

	.top-newsCnt {
		padding-bottom: 20px;
	}

	.top-newsCnt dt,
	.top-newsCnt dd {
		font-size: 75%;
	}

	.top-newsCnt dt i {
		position: static;
		margin: 0 0 3px 0;
	}

	.top-newsCnt dt span {
		padding-left: 0;
	}

}



/* -------------------------------------- .top-aboutCnt -------------------------------------- */

.top-aboutCnt {
	padding: 30px 0 20px;
	position: relative;
	overflow: hidden;
}
body.IE7 .top-aboutCnt {
	zoom: 1;
}

.top-aboutCnt header {
	width: 220px;
	position: absolute;
	left: 50%;
	margin-left: -110px;
}

.top-aboutCnt header h2 {
	text-indent: -9999px;
	width: 200px;
	height: 173px;
	margin: 0 10px 15px;
	background: transparent url(../images/about_splite02.png) no-repeat 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.top-aboutCnt header h2 {
		background-image: url(../images/about_splite02x2.png);
		-moz-background-size: 600px 750px;
		-webkit-background-size: 600px 750px;
		-o-background-size: 600px 750px;
		background-size: 600px 750px;
	}
}

.top-aboutCnt header p {
	font-size: 75%;
	text-align: justify;
	line-height: 1.5;
	color: #6b634c;
}

#top-about-nav {
	overflow: hidden;
}

#top-about-nav li {
	width: 50%;
	float: left;
}
body.IE7 #top-about-nav li {
	width: 49.9%;
}

#top-about-nav a {
	display: block;
	min-height: 100px;
	padding: 19px 20px 19px 130px;
	margin-right: 140px;
	border: 1px solid transparent;
	background-color: transparent;

	-moz-transition: all .1s linear, height 0s;
	-webkit-transition: all .1s linear, height 0s;
	-o-transition: all .1s linear, height 0s;
	transition: all .1s linear, height 0s;
}

#top-about-nav a.even {
	padding: 19px 130px 19px 20px;
	margin: 0 0 0 140px;
}

#top-about-nav a.upper {
	border-bottom-color: #d9d9d9;
	margin-bottom: -1px;
}

#top-about-nav a:hover {
	border-color: #d9d9d9 !important;
	background-color: #f2f2f2;
}

#top-about-nav h3 {
	color: #534a47;
	font-size: 95%;
	line-height: 1.5;
	padding-left: 12px;
	position: relative;
}
body.IE7 #top-about-nav h3 {
	padding-left: 0;
}

#top-about-nav a:hover h3 {
	color: #332e2c;
}

#top-about-nav h3:before {
	content: "";
	display: block;
	width: 5px;
	height: 9px;
	background: transparent url(../images/site_splite02.png) no-repeat 0 -200px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	#top-about-nav h3:before {
		background-image: url(../images/site_splite02x2.png);
		-moz-background-size: 300px 600px;
		-webkit-background-size: 300px 600px;
		-o-background-size: 300px 600px;
		background-size: 300px 600px;
	}
}

#top-about-nav h3 img {
	display: block;
	position: absolute;
	left: -120px;
}

#top-about-nav .even h3 img {
	left: auto;
	right: -120px;
}

#top-about-nav p {
	font-size: 80%;
	line-height: 1.5;
	padding-top: .5em;
}



/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.top-aboutCnt header {
		position: static;
		float: left;
		margin: 0 20px 0 0;
	}

	.top-aboutCnt header p {
		padding: 0 20px;
	}

	#top-about-nav li {
		width: auto;
		float: none !important;
	}

	#top-about-nav a {
		min-height: 80px;
		padding: 15px 15px 17px 110px !important;
		margin: 0 0 -1px 0 !important;
		border-bottom: 1px solid #e5e5e5;
		-webkit-box-shadow: 0 1px 0 #fff;
		-moz-box-shadow: 0 1px 0 #fff;
		box-shadow: 0 1px 0 #fff;
	}
	#top-about-nav a.even.lower {
		margin-bottom: 0 !important;
		border-bottom-color: transparent;
	}

	#top-about-nav h3 img {
		width: 80px;
		height: 80px;
		left: -100px !important;
	}

}

/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.top-aboutCnt header {
		width: 190px;
	}

	.top-aboutCnt header h2 {
		width: 180px;
		height: 156px;
		margin: 0 5px 15px;
		background-position: -200px 0;
	}

	#top-about-nav h3 {
		font-size: 87.5%;
	}

	#top-about-nav p {
		font-size: 75%;
	}

}

/* ---------------------------------------
	max-width: 539px
--------------------------------------- */

@media screen and (max-width: 539px) {

	.top-aboutCnt {
		padding: 0 0 10px;
	}

	.top-aboutCnt header {
		float: none;
		width: auto;
		margin: 0 -30px 20px;
		padding: 20px 30px;
		background-color: #f2f2f2;
		position: relative;
		left: 0;
	}

	.top-aboutCnt header:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border: 10px solid transparent;
		border-top: 14px solid #f2f2f2;
		position: absolute;
		left: 50%;
		bottom: -24px;
		margin-left: -10px;
	}

	.top-aboutCnt header h2 {
		width: 140px;
		height: 120px;
		margin: 0 5% 0 0;
		background-position: -400px 0;
		float: left;
	}

	.top-aboutCnt header p {
		padding: 5% 0 0;
		overflow: auto;
	}

}



/* -------------------------------------- top-othersCnt -------------------------------------- */

#top-othersCnt {
	padding: 20px 0 60px;
}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	#top-othersCnt {
		padding: 20px 0;
	}

}




/* -----------------------------------------------------------

   #instagram

   ----------------------------------------------------------- */

   #instagram {padding: 30px 5% 90px;position: relative;z-index: 1;/* border-top: #a3d9e0 1px solid; */}
   #instagram:before { position: absolute; top: -1px; left: 5%; right: 5%; height: 0; content: ""; border-top: #ededed 1px solid; z-index: 2; }
   
   @media only screen and (max-width: 800px) {
   #instagram { padding: 80px 5%; }
   }
   
   @media only screen and (max-width: 738px) { 
   #instagram { padding: 70px 5%; }
   }
   
   @media only screen and (max-width: 414px) { 
   #instagram { padding: 60px 5%; }
   }
   
   
   /* ----- .headline ----- */
   #instagram .headline {margin-bottom: 20px;text-align: center;}
   #instagram .headline h2.en {/* font-size:50px; *//* font-family: 'Satisfy', cursive; *//* letter-spacing:0; *//* line-height: 1; */font-size: 35px;font-family: 'Catamaran', sans-serif;font-weight: 700;line-height: 1.8;letter-spacing: 4px;}
   #instagram .headline h3 {font-size: 14px;font-family: 'Catamaran', sans-serif;font-weight:300;letter-spacing: 2px;line-height:1;margin-top: 10px;}
   #instagram .headline h3 b { font-weight:600;letter-spacing: 2px;}
   
   
   @media only screen and (max-width: 800px) {
   #instagram .headline { margin-bottom: 40px; }
   #instagram .headline h2.en { font-size:40px; }
   #instagram .headline h3 { margin-top:15px;}
   }
   
   @media only screen and (max-width: 738px) {
   #instagram .headline { margin-bottom: 30px; }
   #instagram .headline h2.en { font-size:35px; }
   }
   
   @media only screen and (max-width: 414px) {
   #instagram .headline h2.en { font-size:30px; }	
   #instagram .headline h3 { font-size: 13px;margin-top:10px;}	
   }
   
   
   
   /* ----- ul.imageInstagram ----- */
   ul.imageInstagram {margin: 5px -8px 0;padding: 0;font-size: 0;margin: 5px -8px 0; */padding: 0;width: 100%;font-size: 0;max-width: 1200px;margin: 0 auto;}
   ul.imageInstagram li {list-style: none;margin: 0;padding: 0;display: inline-block;width: 23%;position: relative;border: transparent 8px solid;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;overflow: hidden;z-index: 0;}
   /*ul.imageInstagram li { list-style: none; margin: 0; padding: 0; float: left; width: 20%; position: relative; border: transparent 8px solid; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; overflow: hidden; z-index: 0; }*/
   ul.imageInstagram li .imgArea { border: #ededed 1px solid; padding: 10px; background: #fefefe; position: relative; z-index: 1;}
   ul.imageInstagram li .imgArea .inner { overflow: hidden; position:relative; z-index:1; }
   ul.imageInstagram li .imgArea:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; background: #fefefe; z-index: 2; opacity: 0; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease; }
   ul.imageInstagram li:hover .imgArea:before { content: ""; background: #ededed; z-index: 2; opacity: 0.8; }
   ul.imageInstagram li .imgArea:after {position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;width: 50px;height: 50px;font-family: 'themify';font-family: 'FontAwesome';font-size: 25px;content: "\f16d";/* content: "\e73d"; */color: #fefefe;background: #fefefe;z-index: 3;opacity: 0;text-align: center;line-height: 50px;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;-webkit-transform: /*rotate(-60deg)*/scale(0.8, 0.8);-moz-transform: /*rotate(-60deg)*/ scale(0.8, 0.8);-o-transform: /*rotate(-60deg)*/scale(0.8, 0.8);-ms-transform: /*rotate(-60deg)*/ scale(0.8, 0.8);transform: /*rotate(-60deg)*/scale(0.8, 0.8);}
   ul.imageInstagram li:hover .imgArea:after { color:#999; opacity: 1; -webkit-transform: rotate(0deg) scale(1, 1); -moz-transform: rotate(0deg) scale(1, 1); -o-transform: rotate(0deg) scale(1, 1); -ms-transform: rotate(0deg) scale(1, 1); transform: rotate(0deg) scale(1, 1); }
   ul.imageInstagram li img { display: block; width: 100%; height: auto; -webkit-transition: all 2s ease; -moz-transition: all 2s ease; -o-transition: all 2s ease; transition: all 2s ease; background: #fefefe; }
   ul.imageInstagram li:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
   /*ul.imageInstagram li:first-child { width: 40%; }
   ul.imageInstagram li:first-child .imgArea { padding: 15px; }
   ul.imageInstagram li:nth-child(8) { display: none; }*/
   
   /* ----- .il-photo__likes ----- */
   .il-photo__likes { position: absolute; bottom: 3px; left: 7px; color: #00a776; font-size: 11px;font-family: 'Catamaran', sans-serif; font-weight:300; height: 20px; line-height: 20px; padding: 0; letter-spacing:1px; z-index: 11; }
   .il-photo__likes:before { font-size: 11px; font-family: 'themify'; content: "\e634"; padding-right: 5px; }
   #instagram .linkArea .btn:after {font-size: 10px;font-size: 18px;/* content: "\e73d"; */right: auto;left:15px;}
   
   
   
   
   
   @media only screen and (max-width: 800px) {
   /* ----- ul.imageInstagram ----- */
   ul.imageInstagram { margin: 3px -3px 0; padding: 0; }
   ul.imageInstagram li {width: 47%;border: transparent 3px solid;}
   ul.imageInstagram li .imgArea { padding: 10px; }
   ul.imageInstagram li .imgArea .inner { overflow: hidden; }
   ul.imageInstagram li .imgArea:before { display:none; }
   ul.imageInstagram li .imgArea:after { display:none; }
   ul.imageInstagram li:hover img { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
   ul.imageInstagram li:first-child {width: 47%;}
   ul.imageInstagram li:first-child .imgArea { padding: 10px; }
   ul.imageInstagram li:nth-child(8) { display: inline-block; }
   
   }
   

/* ==========================================================================
   
   .linkArea

   ========================================================================== */

.linkArea {text-align: center;padding: 10px 10px 30px;}
.linkArea2 {text-align: center;margin-top: 40px;width:100%;max-width: 300px;margin: 30px auto;}



/* .btn2  */
.btn2 {display: inline-block; padding: 0;margin:0 10px; font-size:14px;text-decoration: none;text-align:center;font-weight:500;line-height: 55px;letter-spacing: 1px;position: relative;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 1px;}
.btn2:after {font-family: 'FontAwesome';content: "\e649";/* content: "\f16d"; */content: "\f105";font-size: 10px;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;right: 8px;z-index: 1;line-height: 55px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.btn2:hover {border-bottom:#999 1px solid;}
.btn2:hover:after { right: 10px; }









/* .btnBorder */
.btnBorder { color:#000; background:none; }
.btnBorder:hover { color:#999; background:none; border:#999 1px solid;}

/* .btnSmall */
.btnSmall {font-size: 13px;line-height: 30px;width: 150px;max-width: 100%;/* border: #999 2px solid; *//* border-bottom: #016c6e 2px solid; */}
.btnSmall:after {line-height: 30px;}
.btnSmall:hover { border:#999 0px solid; }

/* .btnSmall */
.btnSmallBorder { font-size: 13px; line-height:40px; width:200px; max-width:100%; color:#111; background:none; border:#111 1px solid; }
.btnSmallBorder:after { line-height:40px; }
.btnSmallBorder:hover { color:#999; background: #f0fafe;background:none; border:#999 1px solid; }

/* .btnBlue */
.btnBlue:hover { color:#fefefe; background:#999; border:#999 1px solid; }
/* .btnBlueBorder */
.btnBlueBorder:hover { color:#999; background:#999;background:none; border:#999 1px solid; }

/* .btnline */
.btnline {padding: 0;font-size: 13px;color:#607D8B;line-height: 30px;width: 100%;max-width: 130px;background: #fff;border-bottom: #016c6e 1px dashed;}
.btnline:after {line-height: 30px;}
.btnline:hover { border-bottom:#607D8B 1px solid; }




@media only screen and (max-width: 800px) {
.linkArea { margin-top: 30px; }


/* .btnBorder */
.btnBorder:hover { color:#000; background:none; border:#000 1px solid;}
/* .btnSmall */
.btnSmall { line-height:30px; width:220px; max-width:100%; }
.btnSmall:after { line-height:30px; }
.btnSmall:hover { border:#000 1px solid; }

.btnline { line-height:30px; width:220px; max-width:100%; }
.btnline:after { line-height:30px; }
.btnline:hover { border:#000 1px solid; }
}

@media only screen and (max-width: 738px) {
.linkArea { margin-top: 25px; }
/* .btn  */

.btnSmall { line-height:30px; width:180px; max-width:100%; }
.btnSmall:after { line-height:30px; }
.btnline { line-height:30px; width:180px; max-width:100%; }
.btnline:after { line-height:30px; }
}

@media only screen and (max-width: 414px) {

}
