/* Slidebars 0.10.3 (http://plugins.adchsm.me/slidebars/) written by Adam Smith (http://www.adchsm.me/) released under MIT License (http://plugins.adchsm.me/slidebars/license.txt) */

@media (min-width:960px) {
.sb-slidebar{
	display: none
}
}

@media (max-width:959px) {

#sb-site, .sb-site-container, .sb-slidebar, body, html {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	width: 100%;
	overflow-x: hidden
}
html {
	height: 100%
}
body {
	min-height: 100%;
	height: auto;
	position: relative
}
html.sb-scroll-lock.sb-active:not(.sb-static) {
	overflow: hidden
}
#sb-site, .sb-site-container {
	width: 100%;
	min-height: 100vh;
	position: relative;
	z-index: 1;
}
#sb-site:after, #sb-site:before, .sb-site-container:after, .sb-site-container:before {
	content: ' ';
	display: table;
	clear: both
}
.sb-slidebar {
	height: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	z-index: 0;
	display: none;
	background: rgba(0,0,0,0.8);
}
.sb-slidebar, .sb-slidebar * {
	-webkit-transform: translateZ(0px)
}
.sb-left {
	left: 0
}
.sb-right {
	right: 0
}
.sb-slidebar.sb-static, html.sb-static .sb-slidebar {
	position: absolute
}
.sb-slidebar.sb-active {
	display: block;
	z-index: 999;
}
.sb-style-overlay {
	z-index: 9999
}
.sb-momentum-scrolling {
	-webkit-overflow-scrolling: touch
}
.sb-slidebar {
	width: 30%
}
.sb-width-thin {
	width: 15%
}
.sb-width-wide {
	width: 45%
}

#sb-site, .sb-site-container, .sb-slide, .sb-slidebar {
	-webkit-transform: translate(0px);
	-moz-transform: translate(0px);
	-o-transform: translate(0px);
	transform: translate(0px);
	-webkit-transition: -webkit-transform 400ms ease;
	-moz-transition: -moz-transform 400ms ease;
	-o-transition: -o-transform 400ms ease;
	transition: transform 400ms ease;
	-webkit-transition-property: -webkit-transform, left, right;
	-webkit-backface-visibility: hidden
}
.sb-hide {
	display: none
}
}

@media (max-width:480px) {
.sb-slidebar {
	width: 100%
}
.sb-width-thin {
	width: 55%
}
.sb-width-wide {
	width: 85%
}
}

@media (min-width:481px) and (max-width:768px) {
.sb-slidebar {
	width: 55%
}
.sb-width-thin {
	width: 40%
}
.sb-width-wide {
	width: 70%
}
}

	.right-content {
		z-index: 9999;
		font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 1em;
		color: #FFF;
		background-color:#FFF;
	}

	.right-content ul{
		width:100%;
		margin:0 auto;
	}

	.right-content ul li{
		float:left;
		width:100%;
		height:40px;
		padding:0 0%;
		border-bottom:1px solid #FFF;
		font-size: 0.875em;
		line-height:40px;
		text-align:center;
		background-color:#448e43;
		color:#FFF;
	}
	.right-content ul li.menu__sub{
		font-size: 0.775em;
		background-color:#559a54;
	}

	.right-content ul li a{
		display:block;
		width:100%;
		height:50px;
	}

	.right-content .sb-close {
		clear:both;
		height:40px;
		line-height:40px;
		text-align:center;
		background-color:#666;
	}

	.right-content a:link,
	.right-content a:visited,
	.right-content a:hover,
	.right-content a:active {
		color:#FFF;
		text-decoration:none;
	}

