@CHARSET "UTF-8";
/*---------------------------------------------------------------------------*/
/* フッターコンテンツ */
/*-------------------------------------*/
/*フッター*/
footer {
	position: relative;
	clear: both;
	width: 980px;
	background: transparent;
	margin: 0 auto;
}
footer:after {
	content: "";
	clear: both;
	display: block;
}
/*-------------------------------------*/
/* フッターのメニュー */
#footermenu {
	margin: 50px 0 0 350px;
	#width: 100%;
	overflow: hidden;
	padding: 20px;
}
#footermenu:after {
	content: "";
	clear: both;
	display: block;
}
#lk_theme {
	position: absolute;
	top: 88px;
	left: 140px;
	overflow: hidden;
}
#lk_theme a {
	font-size: 11px;
	color: #5f5f5f;
	text-decoration: none;
}
#lk_theme a:hover {
	color: #000000;
	text-decoration: underline;
}
/*-------------------------------------*/
/* フッターメニューの表示項目 */
#footermenu ul {
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	#border: solid 1px #333;
}
#footermenu ul li {
	display: inline-block;
	float: left;
	text-align: center;
	min-width: 10%;
}
#footermenu a {
	color: #5f5f5f;
	text-decoration: none;
}
#footermenu a:hover {
	color: #000000;
	text-decoration: underline;
}
/*-------------------------------------*/
/*コピーライト*/
#copyright {
	clear: both;
	margin: 0 auto;
	padding: 0 0 0 0;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	font-style: italic;
	background: transparent;
	#border: solid 1px #333;
}
#copyright a {
	color: #5f5f5f;
	text-decoration: none;
}
#copyright a:hover {
	color: #000000;
	text-decoration: underline;
}
/*-------------------------------------*/
/* トップに戻る */
#to_top {
	display: none;
	position: fixed;
	width: 50px;
	bottom: 25px;
	right: 25px;
	font-size: 11px;
	text-align: center;
	z-index: 83;
}
#to_top a {
	display: block;
	padding-top: 12px;
	height: 45px;
	color: #000;
	background: #fff;
	border: solid 1px #333;
	opacity: 0.3;
	-moz-opacity: 0.3;
	border-radius: 3px 3px;
	-webkit-transition: .2s;
	-moz-transiton: .2s;
	transition: .2s;
	text-decoration: none;
}
#to_top a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*-------------------------------------*/
/* end */
/*===========================================================================*/
@media screen and (max-width: 768px) {
/* START */
/*-------------------------------------*/
/*フッター*/
	footer {
		width: 100%;
		min-width: 640px;
	}
	#footermenu {
		width: 100%;
		min-width: 640px;
	}
	#footermenu ul {
		#float: left;
		#width: 30%;
		#padding-left: 3%;
	}
}
/*===========================================================================*/
@media screen and (max-width: 480px) {
/* START */
/*-------------------------------------*/
/*フッター*/
	footer {
		width: 100%;
		min-width: 360px;
	}
	#footermenu {
		width: 100%;
		min-width: 360px;
	}
	#footermenu ul li {
		text-align: left;
		min-width: 32%;
	}
}
/* END */
