﻿/*----------------------------------------------------------------
 *　tablet-pc
----------------------------------------------------------------*/
a {
  -webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);  // タップ時の反転色
}

#initializing {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color:#333333;
    display: block;
    z-index:10030;
}

#initializing_bg {
   position:absolute;
   top: 50%;
   left: 0;
   width: 100%;
   background-color: #333333;
   text-align:center;
   margin-top:-10px;
    display: none;
}

#initializing_icon {
   width:16px;
   height:16px;
   vertical-align:middle;
}

#initializing_txt {
   color:#FFFFFF;
   font-size:14px;
   vertical-align:middle;
}

.initializing_block_txt{
    text-align: center;
    vertical-align: middle;
}

.initializing_block_txt p{
    display: inline-block;
    text-align: left;
    color: #FFFFFF;
    margin: 1em;
    font-size:14px;
    vertical-align: middle;
}

#startPanel {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    display: block;
    z-index:10000;
}

#startPanel_bg {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color:#000000;
    display: block;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
}

#startPlayBtn {
   position:absolute;
   top: 50%;
   margin-top:-51px;
   left: 0;
   width: 100%;
   height:116px;
   text-align:center;
   display: none;
}

#startPlayBtnImg {
    width:102px;
    height:102px;
}

#delayMask {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    display: block;
    z-index:9990;
}

#delayMask_bg {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    display: block;
    filter:alpha(opacity=0);
    -moz-opacity:0.5;
    opacity:0.5;
}

article {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333333;
    padding: 0;
	clear: both;
}

article:not(.active) {
	display: none;
}

#manager {
    position:absolute;
    width: 310px;
    height: 100px;
    color:#000000;
    z-index:1000;
}

nav {
	margin: 0 auto;
    position:static;
}

nav li {
	float: left;
	text-align: center;
}

nav li:first-child {
	border: none;
}

nav li:last-child {
}

nav li.active {
}

nav a {
}

#stormHeader {
    position:absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #393939;
    width:100%;
    vertical-align: middle;
    overflow: hidden;
    z-index:10020;
}

#stormHeader_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
}

#contentTitle {
    padding-left: 5px;
    display: block;
    float: left;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    vertical-align:middle;
}

#closeBtn {
    padding-right: 5px;
    float: right;
    vertical-align:middle;
    width:32px;
    height:16px;
    cursor:pointer;
}

#stormFrame{
    position: absolute;
    top:0;
    left:0;
    width:100%;
	height:100%;
	background-color:#333333;
    display: block;
}

#stormNav{
    display: none;
    position: absolute;
    width: 100%;
    top: 366px;
    height: 50px;
    border-top:1px solid #666;
    z-index:300;
}

#stormNav_bg{
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}

#stormNav1 .navBtnImg,
#stormNav3 .navBtnImg {
    padding: 10px 0 10px 0;
    width : 30px;
    height : 30px;
}

#stormNav #stormNavCol1_1 {
    position: absolute;
    width: 16.66%;
    top: 0;
    left: 0;
    text-align: center;
}

#stormNav #stormNavCol1_2 {
    position: absolute;
    width: 16.66%;
    top: 0;
    left: 16.66%;
    text-align: center;
}

#stormNav #stormNavCol1_3 {
    position: absolute;
    width: 16.66%;
    top: 0;
    left: 33.33%;
    text-align: center;
}

#stormNav #stormNavCol1_4 {
    position: absolute;
    width: 16.66%;
    top: 0;
    left: 49.98%;
    text-align: center;
}

#stormNav #stormNavCol1_5{
    position:absolute;
    width: 16.66%;
    top:0;
    left:66.64%;
    text-align: center;
}

#stormNav #stormNavCol1_6{
    position:absolute;
    width: 16.66%;
    top:0;
    left:83.3%;
    text-align: center;
}

#stormNav #stormNavCol3_1{
    position:absolute;
    width: 33%;
    top:0;
    left:0;
    text-align: center;
}

#stormNav #stormNavCol3_2{
    position:absolute;
    width: 34%;
    top:0;
    left:33%;
    text-align: center;
}

#stormNav #stormNavCol3_3{
    position:absolute;
    width: 33%;
    top:0;
    right:0;
    text-align: center;
}

#stormNav2{
    position:absolute;
    width: 240px;
    height: 46px;
}

#stormNav2 .navBtnImg{
    padding: 8px 0;
    width : 30px;
    height : 30px;
}

#stormNav2 #stormNavCol2_2{
	position:absolute;
	width: 50%;
	top:0;
	left:0;
	text-align: center;
}

#stormNav2 #stormNavCol2_3{
	position:absolute;
	width: 50%;
	top: 0;
	right:0;
	text-align: center;
}

.naviSelected{
    background-color:#666666;
}

.navCol{
    height:100%;
}

#stormNav2 .navCol .active{
    cursor:default;
}

#navMask{
    position: absolute;
    left:0;
    bottom:0;
    background-color:#000000;
    width:100%;
    height:50px;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
    display: none;
}

#loading {
    display: none;
    position:absolute;
    top:100px;
    left:0;
    height:52px;
    width:100%;
    border-top:1px solid #666;
    background-color:#000000;
}

#loading_bg {
   position:absolute;
   top:0;
   left:0;
   width: 100%;
   text-align:center;
   margin-top:16px;
}

#loading_icon {
    width:16px;
    height:16px;
    vertical-align:middle;
}

#loading_txt {
    color:#FFFFFF;
    font-size:14px;
    vertical-align:middle;
}

#stormVideo{
    position:absolute;
    top:0;
	z-index:10;
    background-color:#222222;
}

#stormVideo p{
    color:#FFFFFF;
    vertical-align: middle;
    text-align: center;
}

#stormVideo #lwvideo{
}

#stormImage{
    position: absolute;
}

#stormImage .stormImageRollOver{
    cursor:pointer;
    opacity:0.8;
    -webkit-filter: opacity(0.8);
    -moz-filter: opacity(0.8);
    -o-filter: opacity(0.8);
    -ms-filter: opacity(0.8);
}

#stormChapter{
    position:absolute;
    color:#FFFFFF;
    width:100%;
	height:100%;
    background-color:#666666;
}

#chapter {
	font-size: 14px;
    top: 0;
}

.list {
	display: block;
}

.list li {
	display: block;
	padding: 15px 15px 15px 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #767676;
	background-color: #eee;
    cursor:pointer;
}

.list li:nth-child(even){
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #7f7f7f;
	background-color: #e2e2e2;
}

.list strong {
	color: #cf3e3e;
}

.list a {
	color: #000000;
}

#stormChapter .list li.active {
    background-color: #4165B1;
    color: #FFF;
}

#stormChapter .list li.notenabled,
#stormChapter .list li.delay{
   cursor: default;
   background-color: #EEE;
   color: #CCCCCC;
}

#stormChapter .list li.notenabled:nth-child(even),
#stormChapter .list li.delay:nth-child(even){
    background-color: #e2e2e2;
    color: #CCCCCC;
}

#stormChapter .list li.check {
    background-position:15px center;
    background-repeat:no-repeat;
}

.list li div {
    margin-left:30px;
    word-wrap: break-word;
    white-space: normal;
    display: block;
}

#chapter_bottom {
    height:50px;
    background-color:#666666;
}

#stormNote{
    line-height: 1.6;
    background-color:#FFFFFF;
}

.noteText{
   padding:10px;
   background-color:#FFFFFF;
}

#noteText{
	position:absolute;
}

#note_bottom {
    height:50px;
    background-color:#FFFFFF;
}

/*** #stormScript ***/

#stormScript{
    position:absolute;
    color:#000000;
    width:100%;
    height:100%;
    background-color:#666666;
}

#script{
    font-size: 14px;
    top: 0;
}

#stormScript .list {
    display: block;
}

#stormScript .list li {
    display: block;
    padding: 7px 5px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #767676;
    background-color: #eee;
    cursor:pointer;
}

#stormScript .list li:nth-child(even){
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #7f7f7f;
    background-color: #e2e2e2;
}

#stormScript .list strong {
    color: #cf3e3e;
}

#stormScript .list a {
    color: #000000;
}

#stormScript .list li.active {
    background: #9cb140;
    color: #FFF;
}

#stormScript .list li.notenabled,
#stormScript .list li.delay{
    cursor: default;
    background-color: #EEE;
    color: #CCCCCC;
}

#stormScript .list li.notenabled:nth-child(even),
#stormScript .list li.delay:nth-child(even){
    background-color: #e2e2e2;
    color: #CCCCCC;
}

#stormScript .list li.check {
    background-position:15px center;
    background-repeat:no-repeat;
}

#stormScript .list li div {
    margin-left: 5px;
    word-wrap: break-word;
    white-space: normal;
    display: block;
}

#script_bottom {
    height:50px;
    background-color:#666666;
}

.scriptHover{
    color: #000000 !important;
    background-color:#c9d8a0 !important;
}

/*** #stormTelop ***/

#stormTelop {
    position:absolute;
    width:100%;
    color: #FFFFFF;
    font-size:14px;
    display:block;
    vertical-align: middle;
    padding-top: 7px;
    padding-bottom: 7px;
}

.marquee{
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}

#stormOperationboard {
    position:absolute;
    width:100%;
    height:30px;
    color: #FFFFFF;
    background-color: #333333;
    font-size:14px;
    display:block;

    z-index: 280;

}

#stormOperationboard #indexInfo {
    position:absolute;
    top:11px;
    left:5px;
    font-size:14px;
    background-color: rgba(51, 51, 51, 0.5);
    padding-left:5px;
    padding-right:5px;
}

#stormOperationboard #time {
    position:absolute;
    top:11px;
    right:5px;
    font-size:14px;
}

.js-slider{
   height:10px;
}

.js-hitarea{
    position: absolute;
    bottom:0;
    left:0;
    width:100px;
    height:60px;
    z-index:100;
    cursor:pointer;

    -ms-touch-action: none;
    touch-action: none;

}

.js-base{
    background:#666666;
    border-top:1px solid #000000;
    position: absolute;
    top:0;
    left:0;
    width:100px;
    height:5px;
}

.js-progress{
    background:#3399FF;
    position: absolute;
    top:1px;
    left:0;
    width:0;
    height:5px;
    box-shadow: 0px 0px 15px #3399FF;
    -moz-box-shadow: 0px 0px 15px #3399FF;
    -webkit-box-shadow: 0px 0px 15px #3399FF;
}

.js-max-progress{
    background:#FF3333;
    position: absolute;
    top:1px;
    left:0;
    width:0;
    height:5px;
    box-shadow: 0px 0px 15px #FF3333;
    -moz-box-shadow: 0px 0px 15px #FF3333;
    -webkit-box-shadow: 0px 0px 15px #FF3333;
}

.js-handle{
    background:#3399FF;
    position: absolute;
    top:1px;
    left:0;
    width:2px;
    height:5px;
    box-shadow: 0px 0px 15px #3399FF;
    -moz-box-shadow: 0px 0px 15px #3399FF;
    -webkit-box-shadow: 0px 0px 15px #3399FF;
}

.js-max-handle{
    background:#FF3333;
    position: absolute;
    top:1px;
    left:0;
    width:2px;
    height:5px;
    box-shadow: 0px 0px 15px #FF3333;
    -moz-box-shadow: 0px 0px 15px #FF3333;
    -webkit-box-shadow: 0px 0px 15px #FF3333;
}

.js-markarea{
    position: absolute;
    top:1px;
    left:0;
    width:100px;
    height:5px;
}

.js-mark{
    background:#000000;
    position: absolute;
    width:1px;
    height:5px;
}

/*** #stormSlide ***/

#stormSlide{
    background-color:#333333;
    position: absolute;
    z-index: 20;
}

#stormSlide #slideMask{
    background-color: #000000;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
}

#stormSlide .link {
    background-color: rgba(0,0,255,0.0);
}

#stormSlide .linkHover {
    background-color: rgba(0,0,255,0.3);
    cursor: pointer;
}

#stormSlide .linkEmbedded {
    background-position:center center;
    background-repeat:no-repeat;
    background-size:50px 50px;
}

#stormSlide #slidePrevBtn {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000000;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor:pointer;
}

#stormSlide #slideNextBtn {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0px;
    right: 0px;
    background-color: #000000;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor:pointer;
}

#slidePrevImageBtn {
    position: absolute;
    left:10px;
    margin: 10px 0 0 10px;
    width:35px;
    height:35px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-size:cover;
}

#slideNextImageBtn {
    position: absolute;
    right:10px;
    margin: 10px 10px 0 0;
    width:35px;
    height:35px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-size:cover;
}

#landscape_header {
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 100%;
    display: none;
    background-color: rgba(0,0,0,0.5);

    z-index: 290;

}

#landscape_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 90px;
    width: 100%;
    display: none;
    background-color: rgba(0,0,0,0.5);

    z-index: 270;

}

.imgRollOver{
    cursor:pointer;
}

.naviRollOver {
    cursor:pointer;
}

.naviHover{
    background-color:#4165B1 !important;
}

.pointerCursor {
    cursor:pointer;
}

.indexHover{
    color: #000000 !important;
    background-color:#A0B2D8 !important;
}

.speedPanel_portrait {
    display: none;
    position:absolute;
    left: 0;
    bottom: 52px;
    width : 100%;
    background-color:#000000;
}

.speedPanel_portrait li {
    color: #FFFFFF;
    border-top: none;
    border-bottom: 1px dotted #767676;
    background-color: #000000;
    font-size: 14px;
    padding: 15px 15px 15px 15px;
    cursor:pointer;
}

.speedPanel_portrait li.active {
    background-color: #4165B1;
    color: #FFFFFF;
}

#speedBtn {
    width:100%;
    height:100%;
}

#speedBtn #speedBtnBox {
    margin-top: 15px;
    width : 40px;
    height : 20px;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    background-color: rgba(0,0,0,0.0);
    box-shadow: 0px 0px 4px #666666,0px 0px 4px #666666 inset;
    -moz-box-shadow: 0px 0px 4px #666666,0px 0px 4px #666666 inset;
    -webkit-box-shadow: 0px 0px 4px #666666,0px 0px 4px #666666 inset;
}

#speedBtn #speedBtnLabel {
    color: #FFFFFF;
    font-size: 14px;
    display: inline-block;
    margin-top:2px;
    text-shadow: 0px 0px 4px #666666;
}

.navBtnImg{
    display: inline-block;
    margin: 10px auto;
    padding: 0;
    width: 30px;
    height: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing:border-box;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}

#stormNav2 .navBtnImg{
    margin: 8px auto;
}

.previewModeNavBtnImgMargin{
    margin: 0 auto !important;
}

.previewModeNavBtnHeight{
    height: 30px !important;
}

.previewModeIndexPadding{
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.captureHidden {
    visibility: hidden !important;
}

.captureLoadingHidden {
    visibility: hidden !important;
}

#stormNav .naviHover .navBtnImg {
    background-position: 0 -30px;
}

/*** 簡易デザインカスタマイズ設定項目 default ***/
/* メニュー幅 */
.menuWidth{
    width: 240px;
}

/* メニュー位置 */
.menuPosition{
    left: auto;
    right: 0;
}

/* タイトル 文字サイズ */
.titleFontSize {
    font-size: 14px
}

/* タイトル 文字色 */
.titleFontColor {
    color: #FFFFFF;
}

/* タイトル 背景色 */
.titleBGColor {
    background-color: #000000;
}

/* テロップ 文字サイズ */
.telopFontSize {
    font-size: 14px;
}

/* テロップ  文字色 */
.telopFontColor {
    color: #FFFFFF;
}

/* テロップ 背景色 */
.telopBGColor {
    background-color: #333333;
}

/* ナビゲーション 背景色 */
.naviBGColor {
    background-color: #000000;
}

/* インデックス 文字サイズ */
.indexFontSize {
    font-size: 14px;
}

/* インデックス 文字色 */
.indexFontColor {
    color: #000000;
}

/* ノート 文字サイズ */
.noteFontSize {
    font-size: 14px;
}

/* ノート 文字色 */
.noteFontColor {
    color: #000000;
}

/* スクリプト 文字サイズ */
.scriptFontSize {
    font-size: 14px;
}

/* スクリプト 文字色 */
.scriptFontColor {
    color: #000000;
}
