@charset "UTF-8";

#cmenu-content {
	width: 98%;
	width: calc(100% - 8px);
	margin: 2px;
	padding: 10px 10px 100px;
	border: 2px solid #aaa;
	background: #fff;
	z-index: 2;
	overflow:scroll;
	-webkit-overflow-scrolling: touch;
	bottom: 80px;
	top: 110px!important;
}

/*
#cmenu-content  a {
	text-decoration:none;
	color:#333333;
	font-weight:700;
	border-bottom: 1px solid #E6E6E6;
	padding:7px 0;
	display:block;
}
*/

.cmenu-p {
	margin-top: 1em;
}

.cmenu-p:first-child {
	margin-top: 0;
}

/* 
.button-link {
	color: #00f;
	text-decoration: underline;
}

.button-link:hover {
	cursor: pointer;
	color: #f00;
}
*/
.cmenu-lock {
	overflow: hidden;
}

.cmenu-none {
	display: none;
}

#cmenu-content {
	/*追加分*/
	z-index: 2;
}

#cmenu-content {
	/*追加分*/
	position:fixed;
}

#cmenu-wrap {
	z-index: 2;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#cmenu-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.75);
}

#cmenu-toc-h5, #cmenu-sitemap-h5, .cmenu-sitemap-li-open,
	.cmenu-sitemap-li-close {
	
}

h5.cmenu-toc-close:after, h5.cmenu-sitemap-h5-close:after {
	position: absolute;
	right: 1em;
	margin-top: 0.15em;
	/*
	content: "+";
	*/
	font-family: FontAwesome;
	content: '\f055';
}

h5.cmenu-toc-open:after, h5.cmenu-sitemap-h5-open:after {
	position: absolute;
	right: 1em;
	margin-top: 0.15em;
	/*
	content: "-";
	*/
	font-family: FontAwesome;
	content: '\f056';
}



ul.cmenu-toc, .cmenu-toc ul {
	margin: 0 0 0 1em;
}

.cmenu-sitemap-li-close:before {
	position: absolute;
	right: 1em;
	margin-top: 0.15em;
	/*
	content: "+";
	*/
	font-family: FontAwesome;
	content: '\f055';
}

.cmenu-sitemap-li-open:before {
	position: absolute;
	right: 1em;
	margin-top: 0.15em;
	/*
	content: "-";
	*/
	font-family: FontAwesome;
	content: '\f056';
}

#cmenu-sitemap li ul {
	list-style-type: none;
	/* list-style-position: inside; */
}

#cmenu-sitemap li ul li {
	/* padding-left: 1em; */
	
}

#cmenu-sitemap li ul li:before {
	content: '└';
	padding-right: 1em;
}

#cmenu-open {
	z-index: 9999;
	display: block;
	text-align: center;
	width: 65px;
	border-radius: 5px;
	position: fixed;
	bottom: 82px;
	left: 11px;
	/*
	background: rgba(0, 0, 0, .6);
	color: #fff;
	*/
}


#cmenu-open.cmenu-none {
	display: none;
}

#cmenu-close {
	position: fixed;
	bottom: 83px;
	left: 11px;
	/*
	position: absolute;
	left: 1em;
	bottom: 1em;
	*/
	text-decoration: none;
	color: #fff;
	border-bottom:none;
}

#cmenu-top {
	position: fixed;
	bottom: 85px;
	right: 5px;
	/*
	position: absolute;
	right: 1em;
	bottom: 1em;
	*/
	text-decoration: none;
	color: #fff;
	border-bottom:none;
}

#cmenu-close, #cmenu-top {
	display: block;
	text-align: center;
	width: 65px;
	/*
	width: 40px;
	padding: 0 5px;
	*/
	border-radius: 5px;
	z-index: 9999;
	text-decoration: none;
}

#cmenu-open a, #cmenu-close a, #cmenu-top a {
	text-decoration: none;
	color: #fff;
}

#cmenu-open .fa, #cmenu-close .fa, #cmenu-top .fa {
	margin: 0;
}

h5.cmenu-title {
	font-size:15px;
	margin-bottom: 15px;
	margin-left:-5px;
	margin-right:-5px;
    padding: 5px 0 3px 6px;
    border-bottom: 2px solid #6b0000;
	color:#ffffff;
	background:#d36015;
}


.cmenu-sitemap-li-close a {
	display:block;
}

#cmenu-content .cmenu-sitemap-li-open a {
	display:inline;
}

#cmenu-sitemap li ul li {
	margin-top:10px;
	padding:0;
}


.cmenu-sitemap-li-close {
	text-decoration:none;
	color:#333333;
	font-weight:700;
	border-bottom: 1px solid #E6E6E6;
	padding:7px 0;
	display:block;
}


ul#chonbo_menu {
margin: 0 auto;
padding: 0 0 3px 0;
width: 100%;
overflow: hidden;
display: table;
}

ul#chonbo_menu li {
margin: 0;
padding: 0;
display: table-cell;
vertical-align:middle;
list-style-type: none;
font-size: 10px;
width:20%;
}

ul#chonbo_menu li a {
border: none;
display: block;
color: #666;
text-align: center;
text-decoration: none;
font-size: 11px;
font-weight:500;
}

ul#chonbo_menu .fa{
font-size: 20px;
margin:0 0 5px 0;
}

#chonbo_menu {
background: #fff;
-moz-opacity: 0.9;
opacity: 0.9;
}

#cmenu-sitemap-wrapper {
	margin-bottom:50px;
}


