@charset "utf-8";
/* -----------------------------------------
so.css
sp.html用css
----------------------------------------- */



body {
	background-color: #333;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-ms-touch-action : none;
	touch-action : none;
}

#Wrapper {
	position: relative;
	overflow: hidden;
}

.linkArea {
	position: absolute;
	border: 1px solid #f00;
	cursor: pointer;
}


/* header
----------------------------------------- */

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	z-index: 100;
	opacity: 0.95;
}

#BtnList {
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#7a7a7a), to(#575757));
	background: -moz-linear-gradient(top, #7a7a7a, #575757);
	background: linear-gradient(#7a7a7a, #575757);
	color: #fff;
	width: 100%;
	height: 45px;
	z-index: 100;
}

#HomeBtn,
#MenuBtn,
#JumpAreaBtn {
	float: left;
	background: url(../sp/line_01.gif) repeat-y right top;
	padding-right: 2px;
}

#HelpBtn,
#PageLinkBtn,
#ShareBtn {
	float: right;
	background: url(../sp/line_01.gif) repeat-y left top;
	padding-left: 2px;
}

#BtnList li.open {
	background: -webkit-gradient(linear, left top, left bottom, from(#2f2f2f), to(#373737));
	background: -moz-linear-gradient(top, #2f2f2f, #373737);
	background: linear-gradient(#2f2f2f, #373737);
}

#IndexList {
	position: absolute;
	top: 44px;
	height: 0;
	overflow: hidden;
	width: 100%;
	z-index: 50;
}

body.tablet #IndexList {
	max-width: 500px;
}

#IndexList #Menu {
	position: absolute;
	bottom: 0;
	width: 100%;
}

body.pc #IndexList #Menu.open {
	overflow-y: scroll;
	width: 520px;
	height: 100%;
}

#IndexList li {
	background: url(../sp/mrk_01.png) no-repeat 95% 50% #383838;
	background-size: 11px 18px;
	border-top: 1px solid #757575;
	padding: 15px 10% 15px 15px;
}

#IndexList li.click {
	background: url(../sp/mrk_01.png) no-repeat 95% 50% #666666;
	background-size: 11px 18px;
}

#IndexList li.midashi {
	background: none #383838;
	padding: 15px;
}

#IndexList li a {
	text-decoration: none;
}

#IndexList li.folder {
	padding: 0;
	background: none;
	background-color: transparent;
	border-top: none;
}

#IndexList li.folder .folderTit {
	display: block;
	background: url(../sp/mrk_02.png) no-repeat 15px 50% #383838;
	background-size: 23px 23px;
	border-top: 1px solid #757575;
	padding: 15px 15px 15px 45px;
}

#IndexList li.folder.open .folderTit {
	background: url(../sp/mrk_03.png) no-repeat 15px 50% #383838;
	background-size: 23px 23px;
}

#IndexList li.folder ul {
	-webkit-transition: height 0.5s;
	transition: height 0.5s;
	overflow: hidden;
}

#IndexList li.folder.close ul {
	height: 0;
}

#IndexList li.folder li {
	padding-left: 45px;
}

#IndexList li.folder li.folder {
	padding-left: 0;
}

#IndexList li.folder li.folder .folderTit {
	background: url(../sp/mrk_02.png) no-repeat 45px 50% #383838;
	background-size: 23px 23px;
	padding: 15px 15px 15px 75px;
}

#IndexList li.folder li.folder li {
	padding-left: 75px;
}

#JumpArea {
	position: absolute;
	top: 44px;
	width: 100%;
	height: 0;
	overflow: hidden;
	background-color: #383838;
	z-index: 40;
}

body.tablet #JumpArea {
	max-width: 300px;
}

#JumpAreaInner {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

#JumpArea #JumpTitle {
	margin: 50px 0 20px;
	font-size: 19px;
}

#JumpArea #JumpInputArea {
	text-align: center;
}

#JumpArea #JumpInputArea li {
	display: inline-block;
	vertical-align: top;
}

#JumpArea #JumpPageInput {
	width: 60px;
	padding: 7px 10px;
	border-radius: 5px;
}

a.cmnBtn {
	display: inline-block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f5f7), to(#9ba1af));
	background: -moz-linear-gradient(top, #f3f5f7, #9ba1af);
	background: linear-gradient(#f3f5f7, #9ba1af);
	padding: 3px 6px;
	color: #333;
	text-align: center;
	text-decoration: none;
}

a.cmnBtn.click {
	background: -webkit-gradient(linear, left top, left bottom, from(#9ba1af), to(#f3f5f7));
	background: -moz-linear-gradient(top, #9ba1af, #f3f5f7);
	background: linear-gradient(#9ba1af, #f3f5f7);
}

#JumpArea #JumpPageAdd,
#JumpArea #JumpPageDec {
	font-size: 23px;
}

#JumpArea #JumpAll {
	font-size: 15px;
	margin: 5px 0;
}

#JumpArea #JumpBtn {
	font-size: 21px;
	padding: 3px 40px;
}


#ShareArea {
	position: absolute;
	top: 44px;
	height: 0;
	overflow: hidden;
	width: 100%;
	z-index: 40;
}

body.tablet #ShareArea {
	max-width: 300px;
	right: 0;
}

#ShareArea #ShareList {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#ShareArea li {
	background: url(../sp/mrk_01.png) no-repeat 95% 50% #383838;
	background-size: 11px 18px;
	border-top: 1px solid #757575;
}

#ShareArea li a {
	display: block;
	text-decoration: none;
	padding: 15px 10% 15px 45px;
}

#ShareArea li#ShareFacebook a {
	background: url(../sp/ico_share_facebook.png) no-repeat 15px 50%;
	background-size: 20px 20px;
}

#ShareArea li#ShareTwitter a {
	background: url(../sp/ico_share_twitter.png) no-repeat 15px 50%;
	background-size: 20px 20px;
}

#ShareArea li#ShareMail a {
	background: url(../sp/ico_share_mail.png) no-repeat 15px 50%;
	background-size: 20px 20px;
}

#HelpArea {
	position: absolute;
	top: -100px;
	background: url(../sp/help_bg.png) no-repeat 100% 0 #383838;
	-webkit-background-size: 32px 12px;
	background-size: 32px 12px;
	width: 100%;
	height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 10px 0;
	overflow: hidden;
	z-index: 60;
}

#HelpArea #HelpAreaInner {
	position: absolute;
	right: 10px;
	background-color: #f1f1f1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
	max-width: 400px;
	margin-left: 10px;
	color: #333;
	padding: 15px 25px 15px 18px;
}

#HelpArea #HelpCloseBtn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
}

#HelpArea #HelpScrollArea {
	overflow: hidden;
}

#HelpArea #HelpScrollInner {
	height: 100%;
	overflow-y: scroll;
	margin-right: -20px;
	padding-right: 20px;
}

body.pc #HelpArea #HelpScrollInner {
	padding-right: 0;
}

#HelpArea ul {
	margin-bottom: 15px;
}

#HelpArea ul li {
	border-bottom: 1px solid #bababa;
	padding: 15px 10px 15px 0;
}

#HelpArea ul li .icon {
	float: left;
	background: -webkit-gradient(linear, left top, left bottom, from(#7a7a7a), to(#575757));
	background: -moz-linear-gradient(top, #7a7a7a, #575757);
	background: linear-gradient(#7a7a7a, #575757);
	width: 45px;
}

#HelpArea ul li .noBg {
	background: none;
}

#HelpArea ul li .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 55px;
}

#HelpArea ul li .text {
	padding-left: 55px;
}

#HelpArea #HelpScrollBar {
	position: absolute;
	top: 35px;
	right: 5px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #999;
	width: 4px;
	height: 100px;
}


/* SliderArea
----------------------------------------- */

#SliderArea {
	position: relative;
	height: 100%;
}

#SliderArea.move {
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
}

#SliderArea li {
	position: relative;
	float: left;
	overflow: hidden;
	height: 100%;
	border-right: 2px solid #333;
}

#SliderArea .pageArea {
	position: absolute;
/*	overflow: hidden;*/
}

#SliderArea .pageAreaInner {
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

#SliderArea li .mainImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#SliderArea li .mainImg p {
	position: absolute;
	width: 100%;
}

#SliderArea li .linkLayer {
	position: absolute;
	top: 0;
	left: 0;
}


/* BtmArea
----------------------------------------- */

#BtmArea {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}


/* PageBtn
----------------------------------------- */

#PageBtnLeft,
#PageBtnRight {
	position: absolute;
	display: none;
}

#PageBtnLeft a,
#PageBtnRight a {
	display: block;
	border-radius: 3px;
	background-color: rgba(0,0,0,0.7);
/*	background: -webkit-gradient(linear, left top, left bottom, from(#7a7a7a), to(#575757));
	background: -moz-linear-gradient(top, #7a7a7a, #575757);
	background: linear-gradient(#7a7a7a, #575757);*/
	padding: 8px 13px;
}

#PageBtnLeft {
	left: 10px;
	bottom: 60px;
}

#PageBtnRight {
	right: 10px;
	bottom: 60px;
}


/* PageNum
----------------------------------------- */

#PageNum {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	height: 25px;
}

#PageNum div {
	display: inline-block;
	border-radius: 4px;
	background-color: rgba(0,0,0,0.7);
	padding: 0 10px;
	min-width: 45px;
	height: 25px;
	color: #fff;
	line-height: 25px;
}


/* PageSliderArea
----------------------------------------- */

#PageSliderArea {
	position: relative;
	bottom: 0;
	height: 44px;
	background-color: rgba(0,0,0,0.7);
	border-top: 1px solid #666;
}

#PageSliderAreaInner {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 6px;
	height: 32px;
}

#PageSliderAreaInner::before {
	content: "";
	position: absolute;
	top: 14px;
	left: 12px;
	right: 12px;
	bottom: 14px;
	background-color: #ccc;
}

#PageSliderBar {
	position: absolute;
	top: 14px;
	bottom: 14px;
	width: 0;
	background-color: #666;
}

#PageSlider {
	position: absolute;
	top: 0;
	width: 32px;
	height: 32px;
}

#PageSlider::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 5px;
	width: 0;
	height: 0;
	background-color: #fff;
	border-radius: 12px;
	border: 12px solid #fff;
	z-index: 10;
	cursor: pointer;
}


/* Loading
----------------------------------------- */

#Loading {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 200;
	display: none;
}

#LoadingInner {
	margin-top: -50px;
}

#Loading img {
	-webkit-animation: loading 1.5s infinite linear;
	animation: loading 1.5s infinite linear;
}

@-webkit-keyframes loading {
	0%   { -webkit-transform: rotateZ(0deg); }
	100% { -webkit-transform: rotateZ(360deg); }
}
@keyframes loading {
	0%   { transform: rotateZ(0deg); }
	100% { transform: rotateZ(360deg); }
}
