#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
	font-family: 'Anton',impact,'hiragana','Times New Roman', Times, serif;
	color: #fff;
	font-size: 16px;
}
#sb-container {
	position: fixed;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 999;
	text-align: left;
	visibility: hidden;
	display: none;
	width: 100%;
	height: 100%;
	min-height: 100%;
	hegiht:calc(100%);
	height: 100vh;
}

/*背景*/
#sb-overlay {
	position: fixed;
	height: 100%;
	min-height: 100%;
	width: 100%;
	hegiht:calc(100%);
}

/*中身*/
#sb-wrapper {
	position: absolute;
	visibility: hidden;
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media only screen and (max-width: 768px) {
}

#sb-wrapper-inner {
	position: relative;
	border: 5px solid #59564c;
	overflow: hidden;
	height: 100px;
	border-radius: 10px; /* CSS3 */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	behavior: url(/js/css3/PIE.htc);　/* IE */
}
#sb-body {
	position: relative;
	height: 100%;
}
#sb-body-inner {
	position: absolute;
	height: 100%;
	width: 100%;
}
#sb-player.html {
	height: 100%;
	overflow: auto;
}
#sb-body img {
	border: none;
	border-radius: 10px; /* CSS3 */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	behavior: url(/js/css3/PIE.htc);　/* IE */
}
#sb-loading {
	position: relative;
	height: 100%;
}
#sb-loading-inner {
	position: absolute;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	width: 100%;
	text-align: center;
}
#sb-loading-inner span {
	background: url(loading.svg) no-repeat;
	padding-left: 34px;
	padding-top: 3px;
	display: inline-block;
	height: 32px;
}
#sb-body, #sb-loading {
	background-color: #59564c;
}


#sb-title, #sb-info {
	position: relative;
	margin: 0;
	padding: 0;
/*	overflow: hidden;
*/}
#sb-title, #sb-title-inner {
/*	height: 26px;
*/	line-height: 26px;
}
#sb-title-inner {
	font-size: 16px;
}
#sb-info, #sb-info-inner {
	height: 30px;
	line-height: 20px;
}
#sb-info-inner {
	font-size: 12px;
}

/*下部メニュー*/
#sb-nav {
	float: right;
	padding: 2px 0;
	margin-bottom:10px;
}
#sb-nav a {
	display: block;
	float: right;
	height: 30px;
	margin-left: 3px;
	cursor: pointer;
	background-repeat: no-repeat;
}
#sb-nav-close {
	background-image: url(close.png);
	height:30px;
	width:90px;
}
#sb-nav-next {
	background-image: url(next.png);
	height:30px;
	width:80px;
}
#sb-nav-previous {
	background-image: url(previous.png);
	height:30px;
	width:80px;
}
#sb-nav-play {
	background-image: url(play.png);
}
#sb-nav-pause {
	background-image: url(pause.png);
}

#sb-counter {
	float: left;
	padding-top:5px;
}
#sb-counter a {
	padding: 5px 4px 0 0;
	text-decoration: none;
	cursor: pointer;
	color:#ddd;
	font-size: 18px;
/*	background:url(aH.png) no-repeat;
*/}
#sb-counter a:hover {
	color:#BE87EB;
	font-size: 18px;
	padding-top: 5px;
}
#sb-counter A:visited {
	font-size: 18px;
	color:#FFF;
	padding-top: 5px;
	}

#sb-counter a.sb-counter-current {
	color:#BE87EB;
	text-decoration:none;
	text-align:center;
	font-size: 22px;
	padding-top: 5px;
/*	background:url(aA.png) no-repeat;
*/}

div.sb-message {
	font-size: 14px;
	padding: 10px;
	text-align: center;
}
div.sb-message a:link, div.sb-message a:visited {
	color: #fff;
	text-decoration: underline;
}
