@charset "utf-8";
/* Style Index ===============================

	FileName : footer.css

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

/* ------------------------------------------
 ページトップ
-------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a img{
	width:20px;
}

	#page-top a {
		background: #333;
		text-decoration: none;
		color: #fff;
		width: 60px;
		height: 40px;
		padding: 20px 0 0;
		text-align: center;
		opacity: 0.7;
		display: block;
		border-radius: 100px;
		outline-color: #000000;
	}
/* ------------------------------------------
 言語セレクト
-------------------------------------------*/

ul#LanguageNav{
	border-top:1px solid #c0c0c0;
	overflow:hidden;
}

#LanguageNav li{
	float:left;
	width:33%;
	height:60px;
	text-align:center;
	border-bottom:1px solid #c0c0c0;
}

#LanguageNav li a{
	display:block;
	width:100%;
	line-height:60px;
	border-left:1px solid #c0c0c0;
}

#LanguageNav li a:nth-child(3),
#LanguageNav li a:nth-child(6),
#LanguageNav li a:nth-child(9){
	border-left:none !important;
}

#langTtl{
	padding:10px 0 0;
	height:50px !important;
	line-height:1.2;
}

/* ------------------------------------------
 コピーライト
-------------------------------------------*/

#copyright{
	padding:20px 0;
	text-align:center;
	font-size:9px;
}


@media only screen and (min-width: 480px) {
#langTtl{
	padding:20px 0 0;
	height:40px !important;
	line-height:1.2;
}
}
	