@charset "utf-8";
/***************************************************************/
/*
/* #foot @ foot.php
/*
/***************************************************************/
#foot
{
	position:relative;
	margin-top:70px;
}
#foot_menus
{
    width:100%;
    float:left;
	text-align:left;
	padding:10px 0px;
	border-bottom:1px solid #000;
}
.foot_menus2 {
    position: absolute;
    right: -20px;
    bottom: 50px;
}
.foot_menus2 img {
    width:80%;
}
/*
#foot_menus2
{
    width:10%;
    float:left;
	text-align:left;
	padding:10px 0px;
	border-bottom:1px solid #000;
}
*/
#foot_menus a:nth-child(1)
{
	margin-right:20px;
}
#foot_menus a:nth-child(1) img
{
	width:127px;
	height:26px;
}
.foot_menu
{
	margin:0px 10px;
	position:relative;
}

.foot_menu:nth-child(n+3)::after
{
	content:"";
	width:1px;
	height:80%;
	background-color:#000;
	position:absolute;
	left:-10px;
	top:10%;
}
#foot_copyright
{
	text-align:right;
	font-size:10px;
	padding:30px 0px;
}
#foot.none
{
	display:none;
}
#foot_menus a#foot_bookstore_logo
{
	display:inline-block;
	width:227px;
	height:28px;
}
#foot_menus a#foot_bookstore_logo:nth-child(1) img
{
	width:227px;
	height:28px;
}
#foot_menus a#foot_bookstore_foot_menu
{
	display:inline-block;
	height:14px;
}


