@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 99%;
}

body {
    text-align: left;
    font-size: 13px;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f1f1f1;
    -webkit-text-size-adjust: 100%;
}

body.normal {
    background-color: #fff;
}

img {
    vertical-align: top;
}

a {
    color: #333;
}

a:hover {
    color: #1519a0;
    text-decoration: none;
}

a img {
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

a:hover img {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

input {
    -webkit-appearance: none;
    appearance: none;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /*-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
}

textarea {
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* min-width */

#header,
#gNav,
#wrapper,
#footer {
    min-width: 800px;
}

body.sp_wide #header,
body.sp_wide #gNav,
body.sp_wide #wrapper,
body.sp_wide #footer {
    min-width: unset;
}

/* header ----------------- */

#header {
    position: relative;
    height: 38px;
    padding: 10px 10px 0;
    background: #fff;
    border-bottom: 2px solid #eee;
    z-index: 10;
}

#header:before,
#header:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

#header:after {
    clear: both;
}

#header {
    zoom: 1;
}

#header .logo {
    float: left;
}

#header h1 {
    padding-left: 40px;
    font-weight: normal;
    line-height: 30px;
}

#header h1 a {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 10px;
}

#header h1 img {
    width: auto;
    height: auto;
    max-width: 300px;
    max-height: 30px;
    vertical-align: -8px;
}

#header h1 span {
    font-size: 12px;
}

#header .header_username {
    float: right;
    font-size: 12px;
    line-height: 30px;
    position: relative;
}

#header .header_username p {
    padding-left: 28px;
    background: url(../img/ico_user.png) no-repeat left .3em;
}

#header .header_home_link {
    float: right;
    font-size: 12px;
    line-height: 30px;
    position: relative;
    margin-right: 24px;
    display: none;
    padding-left: 22px;
    background: url(../img/ico_home.png) no-repeat left .3em;
}

#header .header_language {
    float: right;
    font-size: 12px;
    line-height: 30px;
    position: relative;
    margin-right: 24px;

}

#header .notify_count {
    position: absolute;
    display: none;
    font-size: 12px;
    top: -2px;
    left: 12px;
    line-height: 16px;
    padding: 2px 5px 0px 5px;
    color: #FFF;
    background-color: #F66;
    cursor: pointer;
}

#header .notify_count:hover {
    text-decoration: underline;
}

#gMenu {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 68px;
    overflow: visible;
    z-index: 10;
}

#gMenu .btn {
    width: 48px;
    height: 48px;
    background: url(../img/menu.png) no-repeat center center;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

#gMenu .btn:hover {
    opacity: 0.7;
}

#gMenu .btn.open {
    background: url(../img/menu_close.png) no-repeat center center;
}

#gMenu ul {
    width: 200px;
    margin-left: -200px;
    background: #333;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#gMenu ul.open {
    margin-left: 0;
}

#gMenu ul li {
    border-top: 1px solid #888;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

#gMenu ul li:first-child {
    border-top: none;
}

#gMenu ul li a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#gMenu ul li a:hover {
    background-color: #666;
}


/* gNav ----------------- */

#gNav {
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

#gNav ul li {
    position: relative;
    float: left;
    padding: 0 25px;
    border-left: 1px solid #ddd;
}

#gNav ul li:first-child {
    padding-left: 10px;
    border-left: none;
}

#gNav ul li.cr:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -10px;
    background: #1519a0;
}

#gNav ul li a {
    display: block;
    padding: 5px 0 5px 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    background-repeat: no-repeat;
    background-position: left center;
}

#gNav ul li.navHome a {
    background-image: url(../img/ico_home.png);
}

#gNav ul li.navLive a {
    background-image: url(../img/ico_live.png);
}

#gNav ul li.navArchive a {
    background-image: url(../img/ico_archive.png);
}

#gNav ul li.navSponsors a {
    background-image: url(../img/ico_home.png);
}

#gNav ul li.navTest a {
    background-image: url(../img/ico_test.png);
}

#gNav:before,
#gNav:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

#gNav:after {
    clear: both;
}

#gNav {
    zoom: 1;
}

#gNav ul li.navSponsor a {
    background-image: url(../img/ico_sponsor.png);
}

@media only screen and (max-width:850px) {
    #gNav ul li.navSponsor a {
        background-image: url(../img/ico_sponsor_sp.png);
    }
}

@media only screen and (max-width:769px) {
    #gNav ul li.navSponsor a {
        background-image: url(../img/ico_sponsor_sp.png);
    }
}

#breadcrumbs {
    position: absolute;
    top: -45px;
    right: 10px;
    text-align: right;
    font-size: 12px;
}

#breadcrumbs span {
    display: inline-block;
    margin-left: 5px;
}


/* wrapper ----------------- */

#wrapper {
    position: relative;
    margin: 10px;
}

#wrapper:before,
#wrapper:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

#wrapper:after {
    clear: both;
}

#wrapper {
    zoom: 1;
}

#wrapper .contents {
    margin-bottom: 10px;
    background: #fff;
}

.contents .inner {
    position: relative;
    padding: 30px;
}

.contents .inner_narrow {
    padding-top: 10px;
    padding-bottom: 10px;
}

.contents .inner .lifetime {
    color: #888;
    font-size: 80%;
    text-align: left;
}

.contents .inner .lifetime_view {
    font-size: 11px;
    font-weight: normal;
    margin: -3px 0px -2px 0px;
}

.contents .movieNone .lifetime_date {
    color: #ef9497;
    font-weight: bold;
    font-size: 20px;
    display: inline;
}

.contents .movieNone .lifetime_date_row {
    display: inline-block;
    margin-bottom: 20px;
}

.contents h2 {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.contents h2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 22%;
    height: 2px;
    background: #072e9c;
}

.contents h3 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.contents .inner ul.list li {
    position: relative;
    padding-left: 1.5em;
    font-size: 12px;
    margin-bottom:0.6rem;
}

.contents .inner ul.list li:before {
    content: "\025cf";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.contents p {
    font-size: 12px;
    line-height: 1.8;
}

.contents a {
    color: #0e259e;
}

.contents a:hover {
    color: #c00;
}

.contents .moreArea {
    max-height: 100px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.contents .moreAreaLarge {
    max-height: 300px;
}

.contents .moreArea.open {
    max-height: 5000px;
    padding-bottom: 50px;
}

.contents .moreArea.openAll {
    max-height: 5000px;
    padding-bottom: 10px;
}

.contents .moreBtn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: url(../img/bg_more.png) repeat-x left bottom;
    z-index: 2;
    text-align: center;
}

.contents .moreBtn span {
    display: inline-block;
    width: 160px;
    margin-top: 15px;
    font-size: 12px;
    line-height: 25px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.contents .moreBtn span:hover {
    background-color: #f2f2f2;
}

.contents .contentBtn {
    padding-top: 15px;
    text-align: center;
}

.contents .contentBtn a {
    display: inline-block;
    width: 160px;
    font-size: 12px;
    line-height: 25px;
    border: 1px solid #ccc;
    color: #333;
    background: #fff;
    text-decoration: none;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.contents .contentBtn a:hover {
    color: #333;
    background-color: #f2f2f2;
}

.contents table.common {
    width: 100%;
    font-size: 12px;
}

.contents table.common td {
    padding: 5px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}

.contents table.common td.right {
    text-align: right;
}

.contents table.longTable {
    width: 100%;
    font-size: 12px;
}

.contents table.longTable th,
.contents table.longTable td {
    padding: 5px 10px;
    vertical-align: middle;
    text-align: left;
}

.contents table.longTable th {
    font-weight: normal;
    background: #eee;
}

.contents table.longTable td {
    border-bottom: 1px solid #ddd;
}

.contents table.longTable tr:nth-child(odd) td {
    background: #fafafa;
}

.contents table.longTable .active_row {
    background-color: red !important;
}

.contents table .playable_status_area {
    margin-bottom: 2px;
}

.contents table .playable_status {
    font-size: 0.8em;
    margin-right: 5px;
    padding: 1px 5px 1px 5px;
    margin-right: 2px;
    color: #FFF;
    display: inline-block;
    border-radius: 2px;
}

.contents table .playable_status_disabled {
    background-color: #696969;
}

.contents table .playable_status_enabled {
    background-color: #3366cc;
}

.contents table .playable_status_detail {
    font-size: 0.9em;
    display: inline-block;
    margin-right: 3px;
}

.contents table .playable_status_cell {
    text-align: center;
}

.contents .eventpackOrderGroup {
    position: relative;
    padding: 12px 10px 5px 10px;
    margin: 7px 0px 14px 0px;
    border: 1px solid #ddd;
}

.contents .eventpackOrderGroup .eventpackOrderGroup_name {
    font-size: 1.1em;
    font-weight: bold;
    position: absolute;
    top: -12px;
    left: 7px;
    padding: 0px 2px 0px 2px;
    background-color: #FFFFFF;
}

.contents .eventpackOrderGroup .eventpackOrderGroup_note {
    color: #cc3333;
    font-weight: bold;
}

.contents .eventpackOrderGroup .playable_status_disabled {
    margin: 3px 0px 3px 0px;
    padding: 1px 5px 1px 5px;
    margin-right: 2px;
    color: #FFF;
    background-color: #696969;
}

.contents .eventOrderGroup {
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
}

.contents .eventOrderGroup_next {
    margin: -15px 0px 0px 0px;
}

.contents .notifyListGroup {
    position: relative;
    padding: 12px 10px 8px 10px;
    margin: 7px 0px 14px 0px;
    border: 1px solid #ddd;
}

.contents .notifyListGroup .notifyListGroup_name {
    font-size: 1.0em;
    font-weight: normal;
    position: absolute;
    top: -12px;
    left: 7px;
    padding: 0px 2px 0px 2px;
    background-color: #FFFFFF;
}

.contents .longTable .lecturer_name {
    max-width: 250px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

table.formTable {
    max-width: 500px;
    margin: 0px auto;
    font-size: 14px;
}

table.formTable th,
table.formTable td {
    padding: 5px 10px;
    font-weight: normal;
    vertical-align: middle;
}

table.formTable th {
    text-align: left;
}

table.formTable td input {
    width: 295px;
    padding: 5px;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 1px 1px 3px rgba(187, 187, 187, 0.65) inset;
    -moz-box-shadow: 1px 1px 3px rgba(187, 187, 187, 0.65) inset;
    box-shadow: 1px 1px 3px rgba(187, 187, 187, 0.65) inset;
}
table.editorTable td input{
    padding: 5px;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 1px 1px 3px rgba(187, 187, 187, 0.65) inset;
    -moz-box-shadow: 1px 1px 3px rgba(187, 187, 187, 0.65) inset;
    box-shadow: 1px 1px 3px rgba(187, 187, 187, 0.65) inset;
}

table.formTable td input:focus {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(187, 187, 187, 0.65) inset;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(187, 187, 187, 0.65) inset;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(187, 187, 187, 0.65) inset;
}

table.formTable .error {
    color: #cc3333;
}

table.formTable td input.simple_radio {
    width: auto;
    padding: 0px;
    appearance: radio;
    -webkit-appearance: radio;
    box-shadow: none;
}

table.formTable td input.simple_checkbox {
    width: auto;
    padding: 0px;
    appearance: checkbox;
    -webkit-appearance: checkbox;
    box-shadow: none;
}

.eventpack_name {
    color: #888;
    font-size: 80%;
    text-align: left;
}

.eventpack_name_prefix {
    background-color: #666;
    color: #FFF;
    padding: 2px 5px 1px 5px;
    font-size: 90%;
}

.eventpack_event_count {
    color: #888;
    font-size: x-small;
    margin: 1px 3px 1px 0px;
    text-align: left;
    display: inline-block;
}

.previewing_name_prefix {
    background-color: #f66;
    color: #fff;
    padding: 1px 4px 0px 4px;
    font-size: 90%;
}

.playedratio_area {
    white-space: nowrap;
    padding: 0px;
    margin: 0px 0px 3px 0px;
    font-size: 10.5px;
    height: 16px;
    width: 75px;
    position: relative;
    background-color: #DDD;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}

.playedratio_bar {
    height: 100%;
    width: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: none;
}

.playedratio_bar_color {
    font-size: 1px;
    background-color: #2893ff;
}

.playedratio_label {
    color: #FFF;
    text-shadow: 1px 1px 1px #666, -1px 1px 1px #666, 1px -1px 1px #666, -1px -1px 1px #666;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 5px;
    z-index: 2;
    display: block;
    line-height: 16px;
    vertical-align: middle;
}

.videoduration_area {
    white-space: nowrap;
    padding: 0px;
    margin: 0px 6px 3px 0px;
    font-size: 10.5px;
    color: #888;
    height: 16px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.playedratio_area .videoduration {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 80px;
}

.attachmentcount_area {
    display: inline-block;
    position: relative;
    margin: 0px 0px 3px 0px;
    vertical-align: top;
    height: 16px;
}

.attachmentcount_area .attachmentcount_icon {
    white-space: nowrap;
    padding: 0px 6px 0px 6px;
    height: 100%;
    font-size: 10px;
    color: #FFF;
    background-color: #0e259e;
    border-radius: 2px;
    display: block;
    text-align: center;
    vertical-align: middle;
}

.attachmentcount_area .attachmentcount_icon .attachmentcount_text {
    display: inline-block;
    padding-top: 0px;
}

.contents .systemMessage {
    padding: 20px 0;
    font-size: 16px;
}

.last_input_btn {
    padding-top: 10px;
    text-align: center;
}

.last_input_btn input {
    padding: 10px 30px;
    margin: 0 10px;
    line-height: 1;
    font-size: 14px;
    color: #333;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}

.last_input_btn input:hover {
    opacity: .7;
}


/* leftContents ----------------- */

#leftContents {
    position: relative;
    /**TODO*/
    width: 992px;
    z-index: 5;
}

#leftContents.zindex {
    z-index: auto;
}


/* movieNone ----------------- */

.movieNone,
.liveClosed {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #333;
}

.movieNone > div:first-of-type,
.liveClosed > div:first-of-type {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
}
.movieNone.hasBanner > div:first-of-type,
.liveClosed.hasBanner > div:first-of-type {
    height: 40%;
}

.movieNone .eventDay,
.movieNone .eventEnd,
.liveClosed .eventEnd {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.movieNone .eventDay span {
    display: block;
    font-size: 20px;
    font-weight: normal;
}


/* liveMovieArea ----------------- */

#liveMovieArea {
    position: relative;
    background: #000;
    width: 100%;
    /**TODO*/
    height: 558px;
}

#liveMovieArea .movieOuter{
    position: relative;
    width: 100%;
    height: 100%;
}
#liveMovieArea .movie {
    position: relative;
    width: 100%;
    height: 100%;
}
#liveMovieArea .movieInner {
    position: relative;
    width: 100%;
    height: 100%;
}
#liveMovieArea .movie.flow {
    position: fixed;
    width: 320px;
    left: 10px;
    top: 10px;
    z-index: 50;
}
#liveMovieArea .movie.flow .vjs-control-bar{
    left:0% !important;
    bottom:0% !important;
    width:100% !important;
}

#liveMovieArea .movie iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 1px!important;
    min-height: 1px!important;
}

#liveMovieArea .movieInner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 1px!important;
    min-height: 1px!important;
}

#liveMovieArea .movieInner .ulizahtml5 {
    width: 100% !important;
    height: 100% !important;
    background-color: #FFF !important;
    --base-background-color: #FFF !important;
}

#liveMovieArea .movieInner .ulizahtml5 .vjs-play-start-button {
    margin: -3.5em 0 0 -4em !important;
}

#liveMovieArea .movieInner .ulizahtml5 .vjs-play-start-button {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1em 0 0 -1em;
}

#liveMovieArea .movieInner .azuremediaplayer {
    width: 100%;
    height: 100%;
}

#liveMovieArea .movieInner .vjs-control-bar .vjs-picture-in-picture-control{
    display:none !important;
}

/* Zoom ----------------- */
#liveMovieArea .movieInner .zoomOpener {
    position:relative;
    text-align: center;
    font-size:20px;
    padding:210px 10px 0px 10px;
}
#liveMovieArea .movieInner .zoomOpener .zoomMessage{
    display: block;
    color:#FFF;
    margin-bottom:24px;
}
#liveMovieArea .movieInner .zoomOpener .zoomOpenButton{
    display: block;
}
#liveMovieArea .movieInner .zoomOpener .zoomOpenButton a {
    display: inline-block;
    background:rgb(45,140,255);
    padding:4px 24px;
    color:#FFF;
    border:1.5px solid #FFF;
    font-size:32px;
    border-radius: 4px 4px;
    cursor:pointer;
}
#liveMovieArea .movieInner .zoomOpener .zoomOpenButton a:hover{
    background:rgb(213,232,255);
    color:rgb(45,140,255);
}
#liveMovieArea .movieInner .zoomEmargencyButton{
    position:absolute;
    right:8px;
    bottom:4px;
}
#liveMovieArea .movieInner .zoomEmargencyButton a{
    text-decoration: underline;
    color:#FFF;
    cursor:pointer;
}

/* #rightContentsArea ----------------- */
.rightContentsArea .contents{
    position:relative;
}

/* #submissionFrame ----------------- */
#submissionFrame {
    position:absolute;
    top:0px;
    left:0px;
    /*right:0px;*/
    height:0px;
    background:rgba(20,20,20,0.3);
    background-image: url(../../common/img/loading.gif);
    background-repeat:no-repeat;
    background-position:50% 10%;
    box-shadow: 0 0 8px 4px #AAA;
    display:none;
    z-index:-1;
}
#submissionFrame[window_status="opened"]{
    top:0px;
    left:10px;
    right:0px;
    display:block;
    z-index:10;
}
#submissionFrame .submissionFrameHeader{
    background:#072e9c;
    padding:2px 6px 0px 0px;
    text-align: right;
    font-size:14px;
}
#submissionFrame .submissionFrameHeader a{
    margin-right:6px;
    color:#FFF;
    font-size:12px;
}
#submissionFrame .submissionFrameHeader a:hover{
    color:#CCC;
}
#submissionFrame iframe{
    padding:0px 0px;
    margin:0px 0px;
    width:100%;
    height:calc(100% - 24px);
}


/* chatArea ----------------- */

.rightContentsArea .rightBottomContents{
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.rightContentsArea.hasBanner .rightBottomContents {
    height: calc(100% - 110px);
}

#chatArea {
    position:absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

#chatArea .contents {
    height: 100%;
    margin-left: 1002px;
}

#chatArea #sponsorPgeBtn{
    padding-bottom:10px;
    background-color:#f1f1f1;
    height:80px;
}

#chatArea #chatFrame {
    /* position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; */
}

#chatArea #chatFrameReloadMsg{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    background:rgba(255,0,0,0.6);
    color:#FFF;
    padding:0px 8px;
    text-align: center;
    z-index:10;
}
#chatArea #chatFrameReloadMsg a{
    color:#FFF;
    text-decoration: underline;
    cursor: pointer;
}
/*#chatArea.has_sponsor_page #chatFrame {
    height:calc(100% - 90px);
}*/

/*#chatArea #chatFrame .chatMode {
    height:26px;
    margin:2px 0px 2px 0px;
    padding:0px 2px;
    font-size:0px;
    background: #fff;
    border-bottom:1px solid #f5f5f5;
}
#chatArea #chatFrame .chatMode .chatModeSwitch {
    display:inline-block;
    height:26px;
    padding:3px 12px 0px 12px;
    box-sizing: border-box;
    cursor: pointer;
    background: #f5f5f5;
    color:#0e259e;
    font-size:13px;
}
#chatArea #chatFrame .chatMode .chatModeSwitch.active {
    font-weight: bold;
    background: #fff;
    color:#333;
    border-bottom:2px solid #072e9c;
}*/
#chatArea #chatFrame iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
    overflow: auto;
}

#chatArea.large {
    position: fixed;
    width: auto;
    left: 340px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 30;
}

#chatArea.large .contents {
    position: relative;
    margin-left: 0 !important;
}

#chatBtn {
    position: absolute;
    left: 170px;
    /*right:20px;*/
    top: 10px;
    /*margin-left: 30px;*/
    z-index: 5;
}
#chatBtn span {
    display: inline-block;
    padding: 5px 10px 5px 30px;
    font-size: 12px;
    line-height: 1;
    background: url(../img/ico_chat.png) no-repeat 5px center #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

#chatBtn span.on {
    padding: 5px 20px 5px 40px;
    background-image: url(../img/ico_chat_close.png);
}

#chatBtn span:hover {
    background-color: #f2f2f2;
}

#chatArea.has_support_chat #chatBtn {
    top: 41px;
}
/*#chatArea.has_sponsor_page #chatBtn {
    top: 100px;
}*/

#chatArea.large #chatBtn {
    margin-left: 0;
}

#chatArea.large #sponsorPgeBtn {
    display: none;
}

#chatArea.large.has_support_chat #chatBtn {
    top: 41px;
}
/*#chatArea.large.has_sponsor_page #chatBtn {
    top: 10px;
}*/

body.fixed {
    overflow: hidden;
}

#chatBG {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    z-index: 20;
}


/* rightArea ----------------- */

#rightArea {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

#rightArea .contents {
    height: 100%;
    margin-left: 1002px;
}

.rightContentsArea #questionFrame{
    /* position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; */
}
.rightContentsArea #questionFrame iframe{
    width:100%;
    height:100%;
    overflow: auto;
    background-color: #FFF;
}

.rightContentsArea #rightDeliveryUrlList{
    padding:0px 8px 0px 8px;
}
.rightContentsArea #rightDeliveryUrlList .rightDeliveryUrlMessage{
    font-weight: bold;
    margin-bottom:1em;
}
.rightContentsArea #rightDeliveryUrlList .rightDeliveryUrlItem{
    margin-bottom:6px;
    padding:4px 8px;
}
.rightContentsArea #rightDeliveryUrlList .rightDeliveryUrlItem.current{
    background:rgba(0,0,0,0.1);
}
.rightContentsArea #rightDeliveryUrlList .rightDeliveryUrlItem:hover{
    background:rgba(0,0,0,0.06);
}
.rightContentsArea #rightDeliveryUrlList .rightDeliveryUrlItem .rightDeliveryUrlDuration{
    font-size:12px;
    color:#666;
}
.rightContentsArea #rightDeliveryUrlList .rightDeliveryUrlItem.current .rightDeliveryUrlDuration{
    font-weight: bold;
}
.rightContentsArea #rightDeliveryUrlList .rightDeliveryUrlItem .section_thumbnail{
    display:inline-block;
    max-width:30%;
    max-height: 100px;
    margin-top:2px;
    margin-right:8px;
}
.rightContentsArea #rightDeliveryUrlList .rightDeliveryUrlItem .section_title{
    display:inline-block;
    max-width:calc(70% - 20px);
    max-height: 100px;
}


#bannerFrame{
    position: relative;
    box-sizing: border-box;
    height:100px;
    border-bottom:10px solid #f1f1f1;
}
#bannerFrame iframe{
    border:none;
    padding:0 0;
    margin:0 0;
    width:100%;
    height:100%;
}


#bannerClosedFrame {
    position: absolute;
    bottom:8px;
    left: 4px;
    right: 4px;
    background-color: #444;
    border-radius: 4px 4px;
    height:120px;
    box-sizing: border-box;
    display:none;
}
.hasBanner #bannerClosedFrame {
    display:block;
}
#bannerClosedFrame .title{
    font-size:14px;
    color:#fff;
    text-align: center;
    font-weight: normal;
    margin-bottom: 4px;
    height:20px;
    box-sizing: border-box;
}
#bannerClosedFrame iframe{
    border:none;
    padding:0 0;
    margin:0 0;
    width:100%;
    height:calc(100% - 24px);
}

/* footer ----------------- */

#footer {
    padding: 40px 10px 50px;
    text-align: center;
}

#footer #fNav {
    margin-bottom: 20px;
}

#footer #fNav li {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    border-left: 1px solid #ddd;
}

#footer #fNav li:first-child {
    border-left: none;
}

#footer #fNav li a {
    text-decoration: none;
}

#footer #fNav li a:hover {
    text-decoration: underline;
}

#footer #copyright {
    font-size: 12px;
    color: #aaa;
}

#footer #footerFacio {
    display: table;
    padding: 10px 20px 0;
    margin: 0 auto;
}

#footer #footerFacio .facioLogo,
#footer #footerFacio .footerTxt {
    display: table-cell;
    vertical-align: middle;
}

#footer #footerFacio .facioLogo {
    width: 62px;
}

#footer #footerFacio .footerTxt {
    font-size: 10px;
    line-height: 1.2;
    color: #666;
}


/* spMsg ----------------- */

#spMsg {
    display: none;
}


/* pages ----------------- */

#loginHeader {
    padding: 80px 0 50px;
    text-align: center;
}

#wrapper_login_information {
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: left;
}

#wrapper_login_information #title {
    font-size: 14px;
    text-align: center;
    padding: 2px 30px 2px 30px;
}

#wrapper_login_information #text {
    margin: 0 20px;
    padding: 8px 30px 8px 30px;
    background: #0F259E;
    color: #FFF;
}

#wrapper_login {
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 80px;
    text-align: center;
}

#wrapper_login #login {
    margin: 0 20px;
    padding: 30px;
    background: #fafafa;
}

#wrapper_login #login p {
    margin-bottom: 10px;
    font-size: 14px;
}

#wrapper_login #login .inputBlock {
    padding-top: 10px;
}

#wrapper_login #login .inputBlock .title {
    display: inline-block;
    width: 5em;
    margin-right: 10px;
    text-align: right;
    font-size: 14px;
}

#wrapper_login #login .inputBlock input {
    width: 295px;
    padding: 5px;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 1px 1px 3px rgba(187, 187, 187, 0.65) inset;
    -moz-box-shadow: 1px 1px 3px rgba(187, 187, 187, 0.65) inset;
    box-shadow: 1px 1px 3px rgba(187, 187, 187, 0.65) inset;
}

#wrapper_login #login .inputBlock input:focus {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(187, 187, 187, 0.65) inset;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(187, 187, 187, 0.65) inset;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(187, 187, 187, 0.65) inset;
}

#wrapper_login .center {
    padding-top: 20px;
}

#wrapper_login .center input {
    padding: 10px 30px;
    margin: 0 10px;
    line-height: 1;
    font-size: 14px;
    color: #333;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    background: #fff;
}

#wrapper_login .center input:hover {
    opacity: .7;
}

#wrapper_login .center.error {
    color: #c00;
}

#headerNormal {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    display: table;
    border-bottom: 1px solid #ddd;
}

#headerNormal .logo,
#headerNormal .headerLogin {
    display: table-cell;
    padding-bottom: 20px;
    vertical-align: bottom;
}

#headerNormal .logo {
    text-align: left;
}

#headerNormal .langs{
    display:table-cell;
    text-align: right;
    vertical-align: middle;
    padding-right: 30px;
}

#headerNormal .headerLogin {
    text-align: right;
}

#headerNormal .headerLogin a {
    text-decoration: none;
}

.pageContents {
    padding: 20px;
    margin: 0 auto;
    background: #fff;
}

body.normal .pageContents {
    max-width: 820px;
}

.pageContents .message {
    padding-bottom: 16px;
    text-align: center;
}

.wrapper_reminder .message.error {
    padding-top:20px;
    color: #c00;
}

.pageContents h2 {
    position: relative;
    display: block;
    padding: 80px 0 30px;
    font-size: 32px;
    text-align: center;
}

.pageContents h2:after {
    content: "";
    display: block;
    position: absolute;
    width: 74px;
    height: 1px;
    left: 50%;
    bottom: 0;
    margin-left: -37px;
    background: #ddd;
}

.pageContents .inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 50px 20px;
    font-size: 14px;
    text-align: left;
}

.pageContents .center {
    text-align: center;
    margin: 0 auto;
}

.pageContents .inner .detail {
    margin-bottom: 20px;
}

.pageContents .contactFirst {
    margin-bottom: 40px;
    font-weight: bold;
}

.pageContents .contactNote {
    font-size: 13px;
}

.pageContents .termArea {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 20px;
    font-size: 14px;
    text-align: left;
}

.pageContents .termArea .detail {
    margin-bottom: 20px;
}

.pageContents .termArea .termScr {
    padding-right: 10px;
    max-height: 500px;
    overflow-y: auto;
}


/* faq */

#faqNav {
    padding: 40px 0 60px 0;
    font-size: 14px;
    font-weight: bold;
}

#faqNav li {
    border-top: 1px solid #fff;
}

#faqNav li a {
    position: relative;
    display: block;
    padding: .8em 30px .8em 2.5em;
    background: #f8f8f8;
    text-decoration: none;
}

#faqNav li a:hover {
    opacity: 0.7;
}

#faqNav li a:after {
    content: "▼";
    display: block;
    position: absolute;
    right: 10px;
    top: .8em;
    color: #0e259e;
}

#faqNav li span {
    display: block;
    position: absolute;
    left: 10px;
    top: .2em;
    font-size: 150%;
    color: #0e259e;
}

.faqItem {
    padding-bottom: 40px;
}

.faqItem h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 1px dotted #ddd;
}

.faqItem h3 span {
    display: inline-block;
    margin-right: 10px;
    font-size: 120%;
    color: #0e259e;
}

.faqItem p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 2em;
}

.faqItem .faqNumList {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 2em;
}

.faqItem .faqNumList li {
    text-indent: -1em;
    padding-left: 1em;
}

.faqItem .faqNumList li img {
    display: block;
    width: 400px;
    margin: 20px auto;
}

@media only screen and (max-width:769px) {
    .faqItem .faqNumList li img {
        display: block;
        width: 100%;
        margin: 20px auto;
    }
}


/* sample */

.sampleMovie {
    max-width: 640px;
    padding: 20px 0;
    margin: 0 auto 20px auto;
}

.sampleLinks {
    padding: 20px;
}

.sampleLinks p {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}

.sampleLinks p a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    background: #0e259e;
    border-radius: 4px;
    transition: opacity .5s ease;
}

.sampleLinks p a:hover {
    color: #fff;
    opacity: 0.8;
}

@media only screen and (max-width:1345px) {
    #leftContents {
        width: 864px;
    }
    #liveMovieArea {
        background: #000;
        width: 100%;
        height: 486px;
    }
    #chatArea .contents {
        margin-left: 874px;
    }
    #chatBtn {
        /*margin-left: 874px;*/
    }
    #rightArea .contents {
        margin-left: 874px;
    }

    /* Zoom ----------------- */
    #liveMovieArea .movieInner .zoomOpener {
        padding:180px 10px 0px 10px;
        font-size:18px;
    }
}

@media only screen and (max-width:1185px) {
    #leftContents {
        width: 736px;
    }
    #liveMovieArea {
        background: #000;
        width: 100%;
        height: 414px;
    }
    #chatArea .contents {
        margin-left: 746px;
    }
    #chatBtn {
        /*margin-left: 746px;*/
    }
    #rightArea .contents {
        margin-left: 746px;
    }

    /* Zoom ----------------- */
    #liveMovieArea .movieInner .zoomOpener {
        padding:140px 10px 0px 10px;
        font-size:18px;
    }
}

@media only screen and (max-width:1050px) {
    /* hover clear */
    a:hover {
        color: #333;
    }
    a:hover img {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
    #gMenu .btn:hover {
        opacity: 1;
    }
    #gMenu ul li a:hover {
        background-color: transparent;
    }
    .contents a {
        color: #0e259e;
    }
    .contents a:hover {
        color: #0e259e;
    }
    .contents .moreBtn span:hover {
        background-color: #fff;
    }
    .last_input_btn input:hover {
        opacity: 1;
    }
    #chatBtn span:hover {
        background-color: #fff;
    }
    #footer #fNav li a:hover {
        text-decoration: none;
    }
    #wrapper_login .center input:hover {
        opacity: 1;
    }
    #leftContents {
        width: 640px;
    }
    #liveMovieArea {
        background: #000;
        width: 100%;
        height: 360px;
    }
    #chatArea .contents {
        margin-left: 650px;
    }
    #chatBtn {
        /*margin-left: 650px;*/
    }
    #rightArea .contents {
        margin-left: 650px;
    }

    /* Zoom ----------------- */
    #liveMovieArea .movieInner .zoomOpener {
        padding:120px 10px 0px 10px;
        font-size:16px;
    }
}

@media only screen and (max-width:950px) {
    #leftContents {
        width: 512px;
    }
    #liveMovieArea {
        background: #000;
        width: 100%;
        height: 288px;
    }
    #chatArea .contents {
        margin-left: 522px;
    }
    #chatBtn {
        /*margin-left: 650px;*/
    }
    #rightArea .contents {
        margin-left: 522px;
    }

    /* Zoom ----------------- */
    #liveMovieArea .movieInner .zoomOpener {
        padding:90px 10px;
        font-size:13px;
    }
    #liveMovieArea .movieInner .zoomOpener .zoomOpenButton a {
        font-size:24px;
    }
}

@media only screen and (max-width:850px) {
    #header,
    #gNav,
    #wrapper,
    #footer {
        min-width: 1px;
    }
    /* header ----------------- */
    #header {
        height: 58px;
    }
    #header h1 {
        line-height: 1.2;
    }
    #header h1 span {
        font-size: 11px;
        padding-top: 3px;
        display: block;
    }
    #header .header_username {
        max-width: 50%;
        text-align: right;
    }
    #header .header_username p {
        display: inline-block;
        padding: 5px 0 5px 25px;
        font-size: 11px;
        line-height: 1.4;
        background: url(../img/ico_user_sp.png) no-repeat left .3em;
        background-size: 20px 20px;
    }
    #gMenu .btn {
        width: 48px;
        height: 68px;
        background: url(../img/menu_sp.png) no-repeat center center;
        background-size: 20px 20px;
    }
    #gMenu .btn.open {
        background: url(../img/menu_close_sp.png) no-repeat center center;
        background-size: 20px 20px;
    }
    /* gNav ----------------- */
    #gNav {
        padding: 10px 0 0;
    }
    #gNav ul {
        margin-bottom: 10px;
        text-align: center;
    }
    #gNav ul li {
        display: inline-block;
        float: none;
        padding: 0 15px;
    }
    #gNav ul li:first-child {
        padding-left: 15px;
    }
    #gNav ul li a {
        background-size: 20px 20px;
    }
    #gNav ul li.navHome a {
        background-image: url(../img/ico_home_sp.png);
    }
    #gNav ul li.navLive a {
        background-image: url(../img/ico_live_sp.png);
    }
    #gNav ul li.navArchive a {
        background-image: url(../img/ico_archive_sp.png);
    }
    #gNav ul li.navTest a {
        background-image: url(../img/ico_test_sp.png);
    }
    #breadcrumbs {
        display: none;
    }
    /* wrapper ----------------- */
    .contents .inner {
        position: relative;
        padding: 10px;
    }
    .contents.contents_tab_target .inner {
        padding: 20px 10px;
    }
    .contents h2 {
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid #ddd;
    }
    .contents p {
        font-size: 11px;
    }
    .contents table.common {
        width: 100%;
    }
    .contents table.common td {
        font-size: 11px;
        padding: 5px;
        vertical-align: middle;
        border-bottom: 1px solid #ddd;
    }
    /* leftContents ----------------- */
    #leftContents {
        width: 400px;
    }
    /* liveMovieArea ----------------- */
    #liveMovieArea {
        background: #000;
        width: 100%;
        height: 225px;
    }
    /* chatArea ----------------- */
    #chatArea .contents {
        margin-left: 410px;
    }
    /* #chatArea #chatFrame {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: auto;
    } */
    #chatArea #chatFrame iframe {
        min-height: 300px;
    }
    #chatBtn {
        display: none;
    }
    /* rightArea ----------------- */
    #rightArea .contents {
        margin-left: 410px;
    }
    /* footer ----------------- */
    #footer {
        padding: 10px 10px 20px;
    }
    #footer #fNav li {
        font-size: 11px;
    }
    #footer #copyright {
        font-size: 11px;
    }
    /* pages ----------------- */
    #headerNormal {
        max-width: none;
        width: 100%;
        margin: 0 auto;
        display: table;
        border-bottom: 1px solid #ddd;
    }
    #faqNav li a:hover {
        opacity: 1;
    }
    .sampleLinks p a:hover {
        opacity: 1;
    }
    .sampleMovie {
        padding: 20px;
    }

    .movieNone .eventDay,
    .movieNone .eventEnd,
    .liveClosed .eventEnd {
        font-size: 18px;
    }
    .movieNone .eventDay span {
        font-size: 14px;
    }

    /* Zoom ----------------- */
    #liveMovieArea .movieInner .zoomOpener {
        padding:44px 10px 0px 10px;
        font-size:12px;
    }
}

@media only screen and (max-width:769px) {
    #header,
    #gNav,
    #wrapper,
    #footer {
        min-width: 1px;
    }
    /* header ----------------- */
    #header {
        height: 58px;
    }
    #header h1 {
        line-height: 1.2;
    }
    #header h1 span {
        font-size: 11px;
        padding-top: 3px;
        display: block;
    }
    #header .header_username {
        max-width: 50%;
        text-align: right;
    }
    #header .header_username p {
        display: inline-block;
        padding: 5px 0 5px 25px;
        font-size: 11px;
        line-height: 1.4;
        background: url(../img/ico_user_sp.png) no-repeat left .3em;
        background-size: 20px 20px;
    }
    #gMenu .btn {
        width: 48px;
        height: 68px;
        background: url(../img/menu_sp.png) no-repeat center center;
        background-size: 20px 20px;
    }
    #gMenu .btn.open {
        background: url(../img/menu_close_sp.png) no-repeat center center;
        background-size: 20px 20px;
    }
    /* gNav ----------------- */
    #gNav {
        padding: 10px 0 0;

        white-space: nowrap;
        overflow-x: auto;
    }
    #gNav ul {
        margin-bottom: 10px;
        text-align: center;
    }
    #gNav ul li {
        display: inline-block;
        float: none;
        padding: 0 15px;
    }
    #gNav ul li:first-child {
        padding-left: 15px;
    }
    #gNav ul li a {
        background-size: 20px 20px;
    }
    #gNav ul li.navHome a {
        background-image: url(../img/ico_home_sp.png);
    }
    #gNav ul li.navLive a {
        background-image: url(../img/ico_live_sp.png);
    }
    #gNav ul li.navArchive a {
        background-image: url(../img/ico_archive_sp.png);
    }
    #gNav ul li.navTest a {
        background-image: url(../img/ico_test_sp.png);
    }
    #breadcrumbs {
        display: none;
    }
    /* wrapper ----------------- */
    .contents .inner {
        position: relative;
        padding: 10px;
    }
    .contents h2 {
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid #ddd;
    }
    .contents p {
        font-size: 11px;
    }
    .contents table.common {
        width: 100%;
    }
    .contents table.common td {
        font-size: 11px;
        padding: 5px;
        vertical-align: middle;
        border-bottom: 1px solid #ddd;
    }
    /* leftContents ----------------- */
    #leftContents {
        width: 320px;
    }
    /* liveMovieArea ----------------- */
    #liveMovieArea {
        background: #000;
        width: 100%;
        height: 180px;
    }
    #liveMovieArea .movieInner .zoomOpener .zoomOpenButton a {
        padding:4px 24px;
        color:#FFF;
        font-size:18px;
        border-radius: 4px 4px;
    }
    /* chatArea ----------------- */
    #chatArea .contents {
        margin-left: 330px;
    }
    /* #chatArea #chatFrame {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: auto;
    } */
    #chatArea #chatFrame iframe {
        min-height: 300px;
    }
    #chatBtn {
        display: none;
    }
    /* rightArea ----------------- */
    #rightArea .contents {
        margin-left: 330px;
    }
    /* footer ----------------- */
    #footer {
        padding: 10px 10px 20px;
    }
    #footer #fNav li {
        font-size: 11px;
    }
    #footer #copyright {
        font-size: 11px;
    }
    /* pages ----------------- */
    #headerNormal {
        max-width: none;
        width: 100%;
        margin: 0 auto;
        display: table;
        border-bottom: 1px solid #ddd;
    }
    #faqNav li a:hover {
        opacity: 1;
    }
    .sampleLinks p a:hover {
        opacity: 1;
    }
    .sampleMovie {
        padding: 20px;
    }

    .movieNone .eventDay,
    .movieNone .eventEnd,
    .liveClosed .eventEnd {
        font-size: 14px;
    }
    .movieNone .eventDay span {
        font-size: 12px;
    }

    /* Zoom ----------------- */
    #liveMovieArea .movieInner .zoomOpener {
        padding:20px 10px;
    }
}

.submission_page_header {
    padding-bottom: 2px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.submission_title {
    font-weight: bold;
}

.submission_content {
    position:relative;
}
.submission_content>div {
    margin-bottom:0.6rem;
}
.submission_content #submission_content_msg{
    position:absolute;
    width:calc(100% - 2.5em);

    font-size:18px;
    color:#FFF;
    background:rgba(255,102,102,.8);
    padding:0.5em 1em;
    top:.5em;
}

.submission_link {
    margin: 0 0 2px 0;
    font-size: 12px;
}

.submission_link_waiting {
    color: #888 !important;
    /*text-decoration: none;*/
    cursor: help;
}

.submission_link_executable {
}

.submission_done_icon {
    background-color: #666;
    color: #FFF;
    font-size: 80%;
    text-align: center;
    min-width: 13px;
    margin: 0px 3px 0px 0;
    padding: 0px 3px 0px 3px;
}

.submission_done_done {
    display: inline-block;
}

.submission_done_waiting {
    display: none;
}

.submission_review {
    font-size: 85%;
    margin-left: 1px;
    display: none;
}

.submission_review_link {
}

/* SmartPhone portrait view */
body.sp_wide{
    min-width:660px;
    overflow-x:auto;
}
.sp_hidden{
}
.sp_visible{
    display:none;
}
.sp_event_detail_property{
    margin-top:4px;
    font-size:95%;
    color:#333;
}
@media only screen and (max-width:530px) {
    table.formTable td input {
        width:calc(100% - 10px);
    }
}
@media only screen and (max-width:480px) {
    body {
        overflow: auto;
    }
    .sp_hidden{
        display:none;
    }
    .sp_visible{
        display:block;
    }
    #spMsg {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: 10000;
    }
    #spMsg .inner {
        position: absolute;
        left: 10%;
        top: 50%;
        width: 80%;
        height: 180px;
        margin-top: -90px;
        background: url(../img/img_sp_rot.png) no-repeat center top;
        background-size: 200px auto;
        color: #fff;
        text-align: center;
    }
    #spMsg .inner p {
        padding-top: 130px;
    }

    #header .header_language {
        position:absolute;
        right:10px;
        bottom:0px;
        margin-right:0px;
    }
}

.multilogin-alert-msg {
    font-size: 14px;
}


/* pretest ----------------- */

.movieTest .read {
    margin: 20px 0 20px;
    font-size: 140%;
}

.movieTest h3 {
    margin: 30px 0 20px;
}

.movieTest .movie {
    text-align: center;
    padding-top: 20px
}

.movieTest .movie .movie_script {
    width: 640px;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width:769px) {
    .movieTest .movie .movie_script {
        width: 100%;
    }
}

.red {
    color: #B53235;
}

.ui-dialog{
    box-shadow: 0 0 8px 4px #CCC;
}


/* swiper */
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 1);
    border:1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
    font-size: 18px;
    color: #0e259e;
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
    opacity: 1;
    pointer-events: auto;
}

.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover {
    background-color: #f0f4ff;
    border-color: #0e259e;
    cursor: pointer;
}