﻿@charset "utf-8";

#b_box{
	font-size:14px;
	background: #ccff33;
	color:#353535;
	text-align: center;
	text-decoration: none;
	border: 1px solid #000;
	position: fixed;
	position: relative;
	height: 50px;
	z-index: 3;

}

.button-toggle {
	position: absolute;
	float: left;
	width: 120px;
	height: 30px;
	margin: 10px;
	color: #353535;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	box-shadow: 0 0 0 2px #353535;
	cursor:pointer;
}

.btitle {
	float: left;
	height: 5px;
	line-height: 50px;
	width: 100%;
	text-align: center;
}

.btitle h1 {
	margin: 0;
	font-size: 17px;
	color: #555;
}

.btitle h1 a {
	color: #353535;
	text-decoration: none;
}

.bmenu {
	position: absolute;
	top:51px;
	width: 100%;
	background: #ccffff;
	color: #353535;
	overflow: hidden;
}

.bmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bmenu li {
	position: relative;
}

.bmenu a {
	display: block;
	color: #353535;
	text-decoration: none;
	padding: 0px 0px;
	border-bottom: 1px solid #000;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}

.bmenu a:hover {
	background: #ffffff;
}


/* pagetop */
#pagetop{
    position:fixed;
    right:20px;
    bottom:10px;
    cursor:pointer;
    z-index: 10;
}

/* バックボタン */
.page-back {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 99;
}
