
@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	line-height: 1.5;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	color: #000;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;

}



area{
  border:none;
  outline:none;
}




a{
	color: #000;
	text-decoration: none;
}

li{
	list-style-type: none;
}

#sp_nav{
	display: none;
}

.cf:after{
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}


.no_scroll{
	overflow: hidden;
}







@media screen and (min-width: 751px) {





	.ignore_pc{
		display: none;
	}

	.ignore_sp2{
		display: none;
	}

	.pc_header{
		display: block;
	}
	.pc{
		display: block;
	}
	.sp{
		display: none;
	}

	.cap-v1{
		display: block;
	}
	.cap-v2{
		display: none;
	}	

	/* header
	--------------------------------------------------------------- */

	.social{
		position: absolute;
		margin: auto;
		top: 15px;
		right: 20px;
		height: 34px;
		z-index: 120;

	}
	.social li{
		float: left;
	}

	.social li + li{
		margin: 0 0 0 8px;
	}
	
	.social .tw a,
	.social .fb a{
		display: block;
		width: 34px;
		height: 34px;
		border-radius: 19px;
		box-sizing: border-box;
		border: 1px solid #000;

		-webkit-transition: opacity 500ms ease;
		-o-transition:      opacity 500ms ease;
		transition:         opacity 500ms ease;	
	}


	.social .tw a{
		background: url(../img/icon_tw.png) 50% 50% no-repeat;
		background-size: auto 13px;
	}

	.social .fb a{
		background: url(../img/icon_fb.png) 50% 50% no-repeat;
		background-size: auto 16px;
	}



	.home .nav-home a:hover,
	.social .tw a:hover,
	.social .fb a:hover{
		opacity: 0.6;
	}






	/* movie
	--------------------------------------------------------------- */


	#fullmovie{
		opacity: 0;
/*		display: none;
*/	}

	#fullmovie{
		position: fixed;
		width: 100%;
		height: 100%;
		top:0;
		z-index: 100;
	}
	#fullmovie iframe{
		width: 100%;
		height: 100%;
	}

	.movie-wrap{
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		overflow: hidden;
	}

	#movie{
		opacity: 0;
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	#movie.on{
		opacity: 1;
	}


	#movie iframe{
		position: absolute;
		margin: auto;
	}

	#movie-sp{
		display: none;

	}

	#movie .cover{
		position: absolute;
		width: 100%;
		height: 100%;
		background: url(../img/movie_cover.png) 0 0 repeat;
		z-index: 100;
	}



	.play-full{
		position: absolute;
		display: block;
		right: 20px;
		top: -144px;
		width: 124px;
		height: 124px;
		background: url(../img/btn_play.png) 0 0 no-repeat;
		z-index: 200;

		-webkit-transition: opacity 500ms ease;
		-o-transition:      opacity 500ms ease;
		transition:         opacity 500ms ease;


	}

	.close-full{
		position: fixed;
/*		position: absolute;
*//*		display: none;
*/		right: 30px;
		top: 30px;
		width: 66px;
		height: 66px;
		background: url(../img/btn_close.png) 0 0 no-repeat;
		z-index: 200;

		-webkit-transition: opacity 500ms ease;
		-o-transition:      opacity 500ms ease;
		transition:         opacity 500ms ease;


	}

	.mode-full .play-full{
		display: none;
	}

	.mode-full .close-full{
		display: block;
	}
	
	.play-full:hover,
	.close-full:hover{
		opacity: 0.6;
	}




	.scroll{
		position: absolute;
		display: block;
		margin: auto;
		left: 0;
		right: 0;
		top: -50px;
		width: 100px;
		height: 50px;
		cursor: pointer;

		-webkit-transition: opacity 500ms ease;
		-o-transition:      opacity 500ms ease;
		transition:         opacity 500ms ease;

		background: url(../img/btn_scroll.png) 0 0 no-repeat;

	}


	.scroll:hover{
		opacity: 0.6;
	}





	/* content
	--------------------------------------------------------------- */



	#wrap{
		position: relative;
		margin: 100vh 0 0;
		z-index: 500;
		width: 100%;
		background: #f8f8f1 url(../img/bg_tx.png) 0 0 repeat;
	}

	section{
		position: relative;
		width: 100%;
		overflow:hidden;
	}


	section .line{
		position: absolute;
		top: -2px;
		left: 0;
		width: 100%;
		height: 6px;
		background: url(../img/line.png) 0 0 repeat-x;
		z-index: 100;
	}



	.logo-social{
		position: absolute;
		top: 15px;
		left: 15px;
		width: 150px;
		height: 150px;
		background: url(../img/logo_social.png) 50% 0 no-repeat;
		z-index: 100;

	}


	#intro{
		padding: 160px 0;
		width: 100%;
		text-align: center;

	}


	#intro h2{
		position: relative;
		margin: 0 auto 60px;
		width: 670px;
		height: 34px;
	}
	#intro h2 span{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../img/title_intro.png) 50% 0 no-repeat;
		background-size: auto 100%;
		text-indent: -9999px;
	}




	#intro p{
		font-size: 16px;
		font-weight: bold;
	}
	#intro p + p{
		margin: 30px 0 0;
	}





	.type-1{
		display: block;
	}
	.type-2{
		display: none;
	}



	.col h3{
		position: relative;
		margin: 0 auto 80px;
		max-width: 442px;
	}

	.col figure .mask{
		position: relative;
		height: 100%;
		width: 100%;
		overflow-x: hidden;

		-webkit-transition: all 1000ms ease;
		-o-transition: all 1000ms ease;
		transition: all 1000ms ease;

	}
	.col.show figure .mask{
		width: 100%
	}
	.col.show figure .mask{
		width: 100%
	}
	.col.show .btn span{
		-webkit-transform: translateX(0);
		-ms-transform    : translateX(0);
		-o-transform     : translateX(0);
		transform        : translateX(0);

	}

	.col .txt p.cap{
		font-size: 14px;
		font-weight: bold;
		line-height: 1.8;
	}
	.col .txt-inner{
		position: absolute;
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		top: 50%;
		margin: -180px 0 0;
		height: 360px;
	}

	.col .txt-inner .cap-2{
		display: inline-block;
		margin: 30px 0 0;
		font-size: 14px;
		font-weight: bold;

	}





	.col-1 figure{
		float: left;
	}
	.col-1 figure .mask-1{
		left: -100%;
	}
	.col-1 figure .mask-2{
		left: 100%;
	}

	.col-1.show figure .mask-1{
		left: 0;
	}
	.col-1.show figure .mask-2{
		left: 0;
	}

	.col-1 .txt{
		float: right;
		position: relative;
		padding-top: 41.2%;
		width: 36%;
		text-align: center;

	}

	.col-1 .txt p.cap{
		margin: 0 0 40px;
	}



	.col-2 figure{
		float: right;
	}
	.col-2 figure .mask-1{
		left: 100%;
	}
	.col-2 figure .mask-2{
		left: -100%;
	}
	.col-2.show figure .mask-1{
		left: 0;
	}
	.col-2.show figure .mask-2{
		left: 0;
	}

	.col-2 .txt{
		float: left;
		position: relative;
		padding-top: 41.2%;
		width: 36%;
		text-align: center;

	}

	.col-2 .txt p.cap{
		margin: 0 0 40px;
	}






	#raf h3{
		padding-top: 4%;
	}

	#raf h3 span{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		background: url(../img/logo_raf.png) 50% 0 no-repeat;
		background-size: 100% auto;
	}

	#raf .obj{
		background: url(../img/raf.jpg?v1) 0 0 no-repeat;
		width: 100%;
		height: 100%;
		top: 0;
		background-size: cover;	
	}






	#oyster h3{
		padding-top: 9%;
	}

	#oyster h3 span{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		background: url(../img/logo_oyster.png) 50% 0 no-repeat;
		background-size: 100% auto;
	}

	#oyster .obj{
		background: url(../img/oyster.jpg) 0 0 no-repeat;
		width: 100%;
		height: 100%;
		top: 0;
		background-size: cover;	
	}





	#goto h3{
		padding-top: 9%;
	}

	#goto h3 span{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		background: url(../img/logo_goto.png) 50% 0 no-repeat;
		background-size: 100% auto;
	}

	#goto .obj{
		background: url(../img/goto.jpg) 0 0 no-repeat;
		width: 100%;
		height: 100%;
		top: 0;
		background-size: cover;	
	}





















	#next-project{
		height: 480px;
	}
	#next-project .title{
		position: absolute;
		top: 50%;
		left: 50%;
		text-align: center;
		font-weight: bold;

		-webkit-transform: translate(-50%,-50%);
		-ms-transform    : translate(-50%,-50%);
		-o-transform     : translate(-50%,-50%);
		transform        : translate(-50%,-50%);

	}

	#next-project h3{
		margin: 0 0 60px;
		width: 344px;
		height: 40px;
		text-indent: -9999px;
		background: url(../img/title_next.png) 50% 0 no-repeat;
	}
	#next-project span{
		font-size: 14px;
		font-weight: bold;
	}











	.btn{
		position: relative;
		display: block;
		overflow: hidden;
	}



	.btn-link{
		margin: 0 auto;
		width: 104px;
		height: 104px;
		background: url(../img/btn_bg_link.png) 50% 50% no-repeat;

		-webkit-transition: opacity 500ms ease;
		-o-transition:      opacity 500ms ease;
		transition:         opacity 500ms ease;


	}


	.btn-link span{
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: block;
		width: 104px;
		height: 104px;

		-webkit-transform: translateX(-200px);
		-ms-transform    : translateX(-200px);
		-o-transform     : translateX(-200px);
		transform        : translateX(-200px);

		-webkit-transition: transform 1000ms ease;
		-o-transition     : transform 1000ms ease;
		transition        : transform 1000ms ease;

		background: url(../img/icon_hand.png) 50% 50% no-repeat;

	}



	.btn-link:hover{
		opacity: 0.6;
	}





	/* グローバルフッター
	--------------------------------------------------------------- */
	
	#gfooter {
		position: relative;
		z-index: 100;
		text-align: center;
		font-weight: normal;
		background: none;
	}
	
	#gfooter .inner {
		max-width: 890px;
		margin: 0 auto;
		padding: 0 0 16px;
	}
	
	#gfooter .tpoint {
		height: 28px;
		margin-bottom: 20px;
	}
	
	#gfooter ul {
		font-size:0;
	}
	
	#gfooter li {
		display: inline-block;
		font-size: 12px;
		margin: 0 0 10px 10px;
		padding: 0 10px 0 0;
		border-right: 1px solid #d1d1d1;
	}
	
	#gfooter li:first-child { margin-left: 0;}
	#gfooter li:nth-of-type(4) { padding-right: 0; border-right: 0;}
	#gfooter li:nth-of-type(5) { margin-left: 0; }
	#gfooter li:last-child { padding-right: 0; border-right: 0; }
	
	#gfooter small {
		display: block;
		padding: 12px 0;
		color: #fff;
		font-size: 12px;
		line-height: 1;
		background: #000;
	}
	
	#gfooter .inner a {
		color: #1a1a1a;
		text-decoration: none;
		
		-ms-transition:     opacity 400ms linear;
		-webkit-transition: opacity 400ms linear;
		-moz-transition:    opacity 400ms linear;
		transition:         opacity 400ms linear;
	}
	
	#gfooter .inner a:hover {
		opacity: .7;
	}
	
	#gfooter .social-logo {
		display: block;
		width: 130px;
		height: 130px;
		margin: 0 auto 30px;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		background: url(../img/logo_social.png) 0 0 no-repeat;
		background-size: 130px 130px;
	}
	
	
	



	#pagetop {
		position: absolute;
		display: block;
		width: 65px;
		height: 65px;
		right: 30px;
		top: 20px;
		background: url(../img/btn_pagetop.png) 50% 50% no-repeat;
		background-size: auto 100%;
		cursor: pointer;

		-webkit-transition: opacity 500ms ease;
		-o-transition:      opacity 500ms ease;
		transition:         opacity 500ms ease;


	}



	#pagetop:hover{
		opacity: 0.6;
	}



	.txt .ignore_sp2{
		display: none;		
	}
	
}












@media screen and (min-width: 751px) and (max-width: 1180px) {


	.col h3{
		margin: 0 auto 30px;
	}


	.col .txt p.cap{
		margin: 0 0 30px;
	}



	.cap-v1{
		display: none;
	}
	.cap-v2{
		display: block;
	}	


	.col .txt-inner{
		position: absolute;
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		top: 50%;
		margin: -143px 0 0;
		height: 286px;
	}

	.col .txt-inner .cap-2{
		display: inline-block;
		margin: 15px 0 0;
		font-size: 14px;
		font-weight: bold;

	}


	#gfooter .inner{
		width: auto;
	}

}






@media screen and (min-width: 751px) and (max-width: 880px) {

	
	.type-1{
		display: none;
	}
	.type-2{
		display: block;
	}
	.cap-v1{
		display: block;
	}
	.cap-v2{
		display: none;
	}	

	.col.txt p.cap{
		font-size: 10px;
		font-weight: bold;
		line-height: 1.8;
	}


	#raf h3,
	#oyster h3{
		position: relative;
		margin: 0 auto 40px;
		height: 20px;
		padding-top: 0;
	}

	.col-1 figure{
		float: none;
		margin: 0 0 40px;
	}
	.col-1 .txt{
		float: none;
		position: relative;
		padding-top: 0;
		width: 100%;
		text-align: center;

	}






	.col-2 h3{
		position: relative;
		margin: 0 auto 40px;
		width: 442px;
		height: 40px;
		padding-top: 0;
	}


	.col-2 figure{
		float: none;
		margin: 0 0 40px;
	}
	.col-2 .txt{
		float: none;
		position: relative;
		padding-top: 0;
		width: 100%;
		text-align: center;

	}


	.col-2 figure .mask-1{
		left: -100%;
	}
	.col-2 figure .mask-2{
		left: 100%;
	}
	.col-2.show figure .mask-1{
		left: 0;
	}
	.col-2.show figure .mask-2{
		left: 0;
	}










	.col .txt{
		margin: 30px 0;
	}

	.col .txt p.cap{
		margin: 0 0 30px;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.8;
	}
	.col .txt-inner{
		position: relative;
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		top: 50%;
		margin: 0;
		height: auto;

	}




}







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


	.ignore_sp2{
		display: none;
	}

	.ignore_sp{
		display: none;
	}
	.pc_header{
		display: none;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}


	body{
		background: url(../img/bg_tx.png) 0 0 repeat;

	}
	.cap-v2{
		display: none;
	}	
	
	/* header
	--------------------------------------------------------------- */

	#gheader{
		position: relative;
		height: 87px;
	}

	.logo-social{
		position: absolute;
		top: 15px;
		left: 15px;
		width: 60px;
		height: 60px;
		background: url(../img/logo_social.png) 50% 0 no-repeat;
		background-size: 100% 100%;
		z-index: 100;

	}



	.social{
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 15px;
		height: 32px;
		z-index: 100;

	}
	.social li{
		float: left;
	}

	.social li + li{
		margin: 0 0 0 8px;
	}
	
	.social .tw a,
	.social .fb a{
		display: block;
		width: 32px;
		height: 32px;
		border-radius: 19px;
		box-sizing: border-box;
		border: 1px solid #000;

		-webkit-transition: opacity 500ms ease;
		-o-transition:      opacity 500ms ease;
		transition:         opacity 500ms ease;	
	}


	.social .tw a{
		background: url(../img/icon_tw.png) 50% 50% no-repeat;
		background-size: auto 13px;
	}

	.social .fb a{
		background: url(../img/icon_fb.png) 50% 50% no-repeat;
		background-size: auto 16px;
	}



	.home .nav-home a:hover,
	.social .tw a:hover,
	.social .fb a:hover{
		opacity: 0.6;
	}






	/* movie
	--------------------------------------------------------------- */

	#fullmovie{
		display: none;
	}

	.movie-wrap{
		position: relative;
		overflow: hidden;
	}
	#movie-sp{
		position: relative;
		padding-top: 56.25%;
	}
	#movie-sp iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;

	}
	#movie{
		display: none;
	}


	/* content
	--------------------------------------------------------------- */



	#wrap{
		position: relative;
		z-index: 500;
		width: 100%;
		background: #f8f8f1 url(../img/bg_tx.png) 0 0 repeat;
	}

	section{
		position: relative;
		width: 100%;
		overflow:hidden;
	}


	.line{
		position: absolute;
		top: -2px;
		left: 0;
		width: 100%;
		height: 6px;
		background: url(../img/line.png) 0 0 repeat-x;
		z-index: 100;
	}



	#intro{
		padding: 40px 0;
		width: 100%;
		text-align: center;

	}
	#intro h2{
		position: relative;
		margin: 0 20px 30px;
		padding-top: 5%;
	}
	#intro h2 span{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../img/title_intro.png) 50% 0 no-repeat;
		background-size: 100% auto; 
		text-indent: -9999px;
	}





	#intro p{
		font-size: 10px;
		font-weight: bold;
	}
	#intro p + p{
		margin: 20px 0 0;
	}





	.type-1{
		display: none;
	}
	.type-2{
		display: block;
	}




	.col .txt{
		position: relative;
		margin: 30px 0;
		text-align: center;
	}
	.col .txt p.cap{
		margin: 0 0 20px;
		font-size: 10px;
		font-weight: bold;
		line-height: 1.8;
	}

	.col .txt-inner{
		width: 100%;
	}

	.col .txt-inner .cap-2{
		display: inline-block;
		margin: 15px 0 0;
		font-size: 10px;
		font-weight: bold;

	}

	.col figure{
		margin: 0 0 25px;
	}

	.col figure .mask{
		position: relative;
		height: 100%;
		width: 100%;
		overflow-x: hidden;

		-webkit-transition: all 1000ms ease;
		-o-transition: all 1000ms ease;
		transition: all 1000ms ease;

	}

	.col.show figure .mask{
		width: 100%
	}

	.col.show .btn span{
		-webkit-transform: translateX(0);
		-ms-transform    : translateX(0);
		-o-transform     : translateX(0);
		transform        : translateX(0);

	}



	.col-1 figure .mask-1{
		left: -100%;
	}
	.col-1 figure .mask-2{
		left: 100%;
	}

	.col-1.show figure .mask-1{
		left: 0;
	}
	.col-1.show figure .mask-2{
		left: 0;
	}



	.col-2 figure .mask-1{
		left: -100%;
	}
	.col-2 figure .mask-2{
		left: 100%;
	}

	.col-2.show figure .mask-1{
		left: 0;
	}
	.col-2.show figure .mask-2{
		left: 0;
	}





	#raf h3{
		position: relative;
		margin: 0 0 30px;
		padding-top: 4%;
	}
	#raf h3 span{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		background: url(../img/logo_raf.png) 50% 0 no-repeat;
		background-size: 100% auto;
	}

	#raf .obj{
		background: url(../img/raf.jpg?v1) 0 0 no-repeat;
		width: 100%;
		height: 100%;
		top: 0;
		background-size: cover;	
	}





	#oyster h3{
		position: relative;
		margin: 0 20px 20px;
		padding: 8.7% 0 0;

	}
	#oyster h3 span{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		background: url(../img/logo_oyster.png) 50% 0 no-repeat;
		background-size: 100% auto;
	}

	#oyster .obj{
		background: url(../img/oyster.jpg) 0 0 no-repeat;
		width: 100%;
		height: 100%;
		top: 0;
		background-size: cover;	
	}






	#goto h3{
		position: relative;
		margin: 0 20px 20px;
		padding: 8.7% 0 0;
	}

	#goto h3 span{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		background: url(../img/logo_goto.png) 50% 0 no-repeat;
		background-size: 100% auto;
	}

	#goto .obj{
		background: url(../img/goto.jpg) 0 0 no-repeat;
		width: 100%;
		height: 100%;
		top: 0;
		background-size: cover;	
	}






















	#next-project{
		height: 240px;
	}
	#next-project .title{
		position: absolute;
		width: 100%;
/*		width: 185px;
*/		top: 50%;
		left: 50%;
		text-align: center;

		-webkit-transform: translate(-50%,-50%);
		-ms-transform    : translate(-50%,-50%);
		-o-transform     : translate(-50%,-50%);
		transform        : translate(-50%,-50%);

	}

	#next-project h3{
		position: relative;
		margin: 0 20px 20px;
		padding-top: 5.8%;
	}
	#next-project h3 span{
		position: absolute;
		top: 0;
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		background: url(../img/title_next.png) 50% 0 no-repeat;
		background-size: 100% auto; 
	}

	#next-project p{
		font-size: 10px;
		font-weight: bold;
	}











	.btn{
		position: relative;
		display: block;
		overflow: hidden;
	}



	.btn-link{
		margin: 0 auto;
		width: 74px;
		height: 74px;
		background: url(../img/btn_bg_link_sp.png) 50% 50% no-repeat;
		background-size: 100% 100%; 


	}


	.btn-link span{
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: block;
		width: 74px;
		height: 74px;

		-webkit-transform: translateX(-200px);
		-ms-transform    : translateX(-200px);
		-o-transform     : translateX(-200px);
		transform        : translateX(-200px);

		-webkit-transition: transform 1000ms ease;
		-o-transition     : transform 1000ms ease;
		transition        : transform 1000ms ease;

		background: url(../img/icon_hand_sp.png) 50% 50% no-repeat;
		background-size: 42px 22px; 

	}





	/* グローバルフッター
	--------------------------------------------------------------- */
	
	#gfooter{
		position: relative;
		z-index: 100;
		margin: 0;
		text-align: center;
		font-weight: normal;
		background: none;
	}
	
	#gfooter .inner{
		width: auto;
		margin: 0 auto;
		padding: 0 15px 15px;
	}
	
	#gfooter .tpoint{
		height: 20px;
		margin-bottom: 30px;
	}
	
	#gfooter ul{
		font-size: 0;
	}
	
	#gfooter li {
		display: inline-block;
		font-size: 12px;
		margin: 0 0 10px 10px;
		padding: 0 10px 0 0;
		border-right: 1px solid #d1d1d1;
	}
	
	#gfooter li:first-child{ margin-left: 0; }
	#gfooter li:nth-of-type(4){ padding-right: 0; border-right: 0; }
	#gfooter li:nth-of-type(5){ margin-left: 0; }
	#gfooter li:last-child{ padding-right: 0; border-right: 0; }
	
	#gfooter small{
		display: block;
		padding:12px 0; 
		font-size: 12px;
		color: #fff;
		background: #000;
	}
	
	#gfooter .inner a {
		color: #1a1a1a;
		text-decoration: none;
	}
	
	
	#gfooter .social-logo {
		display: block;
		width: 85px;
		height: 85px;
		margin: 0 auto 20px;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
		background: url(../img/logo_social.png) 0 0 no-repeat;
		background-size: 85px 85px;
	}
	
	


	#pagetop {
		position: absolute;
		display: block;
		width: 50px;
		height: 50px;
		right: 10px;
		background: url(../img/btn_pagetop.png) 50% 50% no-repeat;
		background-size: auto 100%;
		cursor: pointer;
	}










}











