﻿html {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

a {
-ms-touch-select:   none;
-ms-touch-action:   none;
}

body {
    background-color: #ffffff;
    color: #333;
    font-size: .85em;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    margin: 0;
    padding: 0;

    -moz-user-select : none;
    -khtml-user-select : none;
    -webkit-user-select : none;

    -webkit-user-drag:none;
    -khtml-user-drag:none;
}

    body div,
    body p,
    body label {
        color: #666666;
    }


a {
    color: #666666;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
    cursor:pointer;
}

.tree-link {
    word-wrap: break-word;
    background-image: url(/Content/img/common-logo-folder.png);
    background-repeat: no-repeat;
    background-size: auto 16px;
    background-position-y: 1px;
    padding-left: 24px;
}

.tree-last {
    word-wrap: break-word;
    background-image: url(/Content/img/common-logo-folder.png);
    background-repeat: no-repeat;
    background-size: auto 16px;
    background-position-y: 1px;
    padding-left: 24px;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color:#666666;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 21px;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
    min-width: 960px;
    background-color:#ffffff;
    padding-top: 0px;
}

#body {
    background-color: #ffffff;
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        position:relative;
    }

header .content-wrapper {
    padding-top: 0px; 
}

footer {
    clear: both;
    background-color: #ffffff;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}

.foot-buttonset {
    padding-top: 2em;
    text-align: center;
    clear:both;
}
    .foot-buttonset a.button {
        width: 120px;
    }

/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #ffffff;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #64dcff;
        color: #3e5667;
        padding: 0;
    }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    min-height:46px;
}

hgroup.title h1, hgroup.title h2 {
    text-align: center;
    padding-top:10px;
    word-wrap: break-word;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
    word-wrap: break-word;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    width: 70%;
    margin:0 auto;
}

    #loginForm input[type="text"],input[type="password"] {
        width: 60%;
        margin-left:auto;
        margin-right:auto;
    }

.btn-login {
    background: url('/Content/img/login-login-roll.png') no-repeat;
    background-size: contain;
    width: 60px;
    height:78px;
    margin-left:auto;
    margin-right:auto;
    border:none;
}

    .btn-login input[type="submit"] {
        background:url('/Content/img/login-login.png') no-repeat;
        background-size: contain;
        display:block;
        width: 60px;
        height:78px;
        border:none;
    }

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #64dcff;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #ffdc64;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #64dcff;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table.list
{
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
    padding:0;
    margin-top:0.8em;
}
.list td
{
    border-right:1px solid #64dcff;
    border-bottom:1px solid #64dcff;
    padding:0.3em;
    height:2.5em;
    word-wrap: break-word;
}
.list th
{
    border:1px solid #64dcff;
    border-right:1px solid #ffffff;
    background-color:#64dcff;
    padding-left:1em;
    padding-right:1em;
}
    .list th:last-child {
        border-right:1px solid #64dcff;
    }

.list a
{
    text-decoration:none;
}
.sel-text
{
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.3em;
    height:2.5em;
    word-wrap:break-word;
}

.list-col-no
{
    text-align:center
}
.list-col-id
{
    word-wrap:break-word;
}
.list-col-title
{
    padding:0;
    word-wrap:break-word;
}
/*
.list-col-sel-title
{
    padding:0.2em 0 0 0;
}
*/
.list-col-perm
{
    text-align:center
}
.list-col-size
{
    text-align:right
}
.list-col-control
{
}
#pager1 td {
    padding: 0.8em 0 0 0;
}
#btnDirUp {
    margin-right:1.5em;
}

/****************************************/
/* テーブルヘッダ */

.th-content-title {
}
.th-content-size {
    width:6em;
}
.th-content-publish {
    width:4em;
}
.th-content-control {
    min-width:4em;
    width:7.5em;
}
.th-group-title {
}
.th-group-control {
    min-width:4em;
    width:7.5em;
}
.th-member-group {
    width: 4em;
}
.th-member-id {
    width: 6em;
}
.th-member-name {
}
.th-member-permission {
    width: 4em;
}
.th-member-control {
    min-width:4em;
    width:14em;
}

/*************************************/

.ui-progressbar
{
    position: relative;
}

/* add */
a.menu-button
{
    width:240px;
    margin:10px 40px/*70px;*/;
    padding-top:5px;
    padding-bottom:5px;
}
a.menu-link {
    margin-left: 40px;
}

.menu-frame {
    text-align: center;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #64dcfe;
    border-left: 1px solid #64dcff;
    border-right: 1px solid #64dcff;
    padding: 10px;
    max-width: 938px;
}
.menu-sub-frame
{
    margin:auto;
    text-align:left;
    min-width:240px;
    max-width:660px/*770px*/;
}

.menu-box {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    .menu-box li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        .menu-box a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        .menu-box a:hover {
            color: #333;
            text-decoration: none;
        }


div.filtering {
    border: 1px solid #64dcff;
    padding: 10px;
    position:relative;
}

.grp-backlist {
    margin-left:20px;
    margin-bottom: 0.5em;
}

.grp-separator {
    margin-bottom:1.5em;
}

.grp-title {
    word-wrap:break-word;
    margin-left:20px;
    padding-right:20px;
}

.grp-title-1 {
    word-wrap:break-word;
    padding-right:20px;
    margin-left:2.5em;
}

.grp-title-csv {
    margin-left:20px;
    padding-right:20px;
    float: left;
    max-width: 660px;
    word-break: initial;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top:0.5em;
}

.grp-title-1-csv {
    padding-right:20px;
    margin-left:2.5em;
    float: left;
    max-width: 650px;
    word-break: initial;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#chart_div {
    border:1px solid #64dcff;
    position: relative;
	height:400px;
}

.chart-csvexport {
    text-align:right;
    padding-bottom: 1em;
    padding-right: 20px;
}

.chart-table {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.table-del-command-button {
    background: url('/res/img/list-linkrelease.png') no-repeat;
	background-size:100%;
	-webkit-background-size: 100%;
    width: 20px;
    height: 7px;
}

.drop-up {
    position:absolute;
    top:0;
    left:0;
    width: 120px;
    height: 50px;
    background-color: #d3dce0;
    text-align:center;
}

.drop-up-text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -50px;
    width: 100px;
    font-weight:bold;
}

.drop-prev {
    position:absolute;
    top:50%;
    left:0px;
    margin-top:-25px;
    width: 50px;
    height: 50px;
    background-color: #d3dce0;
    border-radius: 8px;
}
.drop-prev-hover {
    position:absolute;
    top:50%;
    left:0px;
    margin-top:-25px;
    width: 50px;
    height: 50px;
    background-color: #5f9cdc;
    border-radius: 8px;
}

.drop-next {
    position:absolute;
    top:50%;
    left:100%;
    margin-left:-50px;
    width: 50px;
    height: 50px;
    background-color: #d3dce0;
    border-radius: 8px;
}
.drop-next-hover {
    position:absolute;
    top:50%;
    left:100%;
    margin-left:-50px;
    width: 50px;
    height: 50px;
    background-color: #5f9cdc;
    border-radius: 8px;
}

.drop-row-hover {
    background-color: #5f9cdc;
}  

pre {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.record-detail-taitle {
    font-size: 1.2em;
}

.logo-login {
    font-size:2em;
    font-weight:bold;
    color: #326eff;
}

.btn-back {
    background:url('/Content/img/common-back_roll.png') no-repeat;
    background-size:contain;
    position:absolute;
	width: 106px;
    height: 32px;
    margin-top:0.5em;
    padding:0;
}

.btn-back a {
    background:url('/Content/img/common-back.png') no-repeat;
    background-size:contain;
	width: 106px;
   	height: 32px;
    display:block;
    position:absolute;
    margin-top:0;
}

.btn-back-s {
    background:url('/Content/img/common-back-roll-s.png') no-repeat;
    background-size:contain;
    position:absolute;
	width: 37px;
    height: 32px;
    margin-top:0.5em;
    padding:0;
}

.btn-back-s a {
    background:url('/Content/img/common-back-s.png') no-repeat;
    background-size:contain;
	width: 37px;
   	height: 32px;
    display:block;
    position:absolute;
    margin-top:0;
}

.btn-home {
    background:url('/Content/img/common-home-roll.png') no-repeat;
    background-size: contain;
    float: right;
    margin-top: 2px;
    /*margin-right: 5px;*/
    padding-right: 5px;
}

.btn-home a {
    background: url('/Content/img/common-home.png') no-repeat;
    background-size: contain;
    width: 75px;
    height: 24px;
    display: block;
    margin-top: 0;
}

.btn-logoff {
    background: url('/Content/img/common-logoff-roll.png') no-repeat;
    background-size: contain;
    float: right;
    /*margin-right: 5px;*/
    margin-top: 2px;
    margin-bottom: 8px;
    padding-right: 5px;
}

.btn-logoff a {
    background: url('/Content/img/common-logoff.png') no-repeat;
    background-size: contain;
    width: 83px;
    height: 24px;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

.btn-help {
    background:url('/Content/img/common-help-roll.png') no-repeat;
    background-size: contain;
    float: right;
}
.btn-help a {
    background: url('/Content/img/common-help.png') no-repeat;
    background-size: contain;
    width: 74px;
    height: 30px;
    display: block;
}

.btn-updir {
    background: url(/content/img/common-logo-folderup-roll.png) no-repeat;
    background-size: contain;
    width: 26px;
    margin: auto;
}

.btn-updir a {
    background: url(/content/img/common-logo-folderup.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    display: block;
}

.btn-test-explan {
    background: url(/content/img/test-explanation-roll.png) no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    margin: auto;
}

.btn-test-explan a {
    background: url(/content/img/test-explanation.png) no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    display: block;
    margin: 0;
}

.sub-title {
    background-image:url('/content/img/common-subtitle-mark.png');
    background-repeat:no-repeat;
    background-size: 1.0em;
    background-position: 0 0.3em;
    padding-left: 1.7em;
    text-align:left;
}

.sub-title-1 {
    background-image:url('/content/img/common-subtitle-mark.png');
    background-repeat:no-repeat;
    background-size: 1.0em;
    background-position: 0 0.3em;
    padding-left: 1.7em;
    text-align:left;
}

.dialog-frame {
    padding:10px;
}

.input-label {
    float: left;
    margin-top: 0.5em;
    margin-right: 1em;
    margin-left: 1em;
}

input:focus,
a:focus,
button:focus {
    outline:none;
}

.btn-shadow {
	background-color: #64dcff;
    position:absolute;
}

.btn-icon-new-folder {
    background-image:url('/content/img/common-logo-foldercreate.png');
    background-size:100%;
}

.btn-icon-new-test {
    background-image:url('/content/img/common-logo-testcreate.png');
    background-size:100%;
}

.btn-icon-upload {
    background-image:url('/content/img/common-logo-upload.png');
    background-size:100%;
}

.info-frame {
    overflow:auto;
    max-height:8.5em;
    width:auto;
}
.info-date {
    float:left;
    width:7em;
}
.info-msg {
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height:1.6em;
}
.info-line {
    display:block;
    margin-left: 2em;
    margin-bottom:0.3em;
}
.info-link {
}

#btn-add,
#btn-import,
#btn-new-folder,
#btn-new-test,
#btn-reload,
#btn-upload,
#btnDirUp {
    width:10em;
    margin-right:0.5em;
}

.list-icon-test {
    background: url(/Content/img/common-logo-test.png);
    padding-left: 40px;
    background-repeat: no-repeat;
    background-size: auto 30px;
    background-position-y: 50%;
    min-height:30px;
}

/* jtable custom */
.jtable-data-row {
    background-color:#e9f5ff;
}
.jtable-row-even {
    background-color:#ffffff;
}
.jtable-column-header.ui-state-default {
    background:#64dcff;
}

hr {
    border: 0;
    height: 1px;
    background: #64dcff;
}

.titlebar-back-mgr {
    padding-bottom: 31px;
    border-bottom: 3px solid #ffec00;
}

.titlebar-back-admin {
    padding-bottom: 31px;
    border-bottom: 3px solid #ff0000;
}

.titlebar-back {
    padding-bottom: 25px;
    background-color: #fff;
}

.border-frame {
    border:1px double #64dcff;
    padding:5px;
}

.tree-frame {
    min-height:2em;
    padding-top:2em;
    margin:0;
}

#progressbar {
    border: none;
    padding: 0;
    position: relative;
}

#progress-label {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-weight: bold;
    width: 100%;
    margin-top: 0.2em;
    color:#fff;
    text-shadow:2px 2px #666666;
}

.btn-folderup-th {
    background-position: 50% 0;
    background-color:#e9f5ff;
    cursor:pointer;
    position:relative;
    box-shadow: rgb(100, 220, 255) 2px 2px 0px;
    border-right: transparent;
}

.link-gohome {
    background:url(/content/img/common-logo-home-roll.png) no-repeat;
    background-size: 1.8em 1.3em;
    font-size: 1.3em;
    width: 7em;
    margin:0 auto;
    padding-left:25px;
}
.link-gohome a {
    background:url(/content/img/common-logo-home.png) no-repeat;
    background-size: 1.8em 1.3em;
    text-decoration: inherit;
    font-weight:bold;
    font-size:1em;
    display:block;
    margin-left:-25px;
}

.link-login {
    background:url(/content/img/common-logo-login-roll.png) no-repeat;
    background-size: 1.8em 1.8em;
    font-size: 1.3em;
    padding: 2px 0 6px 0;
    width:5em;
    background-position-y:2px;
    margin:0 auto;
    padding-left:30px;
}

.link-login a {
    background:url(/content/img/common-logo-login.png) no-repeat;
    background-size: 1.8em 1.8em;
    text-decoration: inherit;
    font-size: 1em;
    font-weight: bold;
    display:block;
    margin-left:-30px;
}


/* Indent Style */
.indent-top-title {
    margin: 0.5em 0 1em 10px;
}

.indent-title {
    margin: 0.5em 0 1em 0;
    word-wrap: break-word;
}

.indent-title-1 {
    margin-top: 1em;
    word-wrap: break-word;
}

.indent-title-2 {
    margin-top: 1em;
    margin-left:1.5em;
    word-wrap: break-word;
}

.indent-title-3 {
    margin-left:3em;
    word-wrap: break-word;
}

.indent-title-4 {
    margin-left:4em;
    word-wrap: break-word;
}

.thumb {
    height: 75px;
    border: 1px solid #000;
    display:block;
}
.thumb-show {
    width: 300px;
    border: 1px solid #000;
    display:block;
}

.custom-selectbox {
    position: relative;
}
    .custom-selectbox select {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height: 30px;
        opacity: 0;
        cursor:pointer;
        margin-left:1px;
        background-color: #e9f5ff;
    }
    .custom-selectbox .inner {
        position: relative;
        z-index: 0;
        box-sizing: border-box;
        border: 1px solid #64dcff;
        padding: 0 20px 0 5px;
        width: 150px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        background-color: #e9f5ff;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .custom-selectbox .inner:before,
    .custom-selectbox .inner:after {
        content: '';
        position: absolute;
        display: block;
    }
    .custom-selectbox .inner:before {
        top: 0;
        right: 0;
        bottom: 0;
        width: 24px;
        background:transparent;
    }
    .custom-selectbox .inner:after {
        top: 50%;
        right: 7px;
        margin-top: -3px;
        width: 0;
        height: 0;
        border: solid transparent;
        border-top-color: #666666;
        border-width: 5px 5px 0 5px;
    }

.file {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: .5em;
    border: 1px solid #64dcff;
    background-color: #e9f5ff;
    box-shadow: rgb(100, 220, 255) 2px 2px 0px;
    cursor:pointer;
    margin-left:4px;
    margin-top:4px;
}

.file input[type="file"] {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    cursor:pointer;
    /*font-size: 100px;*/
}

.custom-filebutton {
    position: relative;
    border:1px solid #64dcff;
}
    .custom-filebutton .inner {
        margin-left: 124px;
        position: absolute;
        left: 0;
        top: 13px;
    }

.button-shadow {
    box-shadow: rgb(100, 220, 255) 2px 2px 0px;
}

.profile-edit-td {
    text-align: right;
    padding-right: 5em;
}

.profile-edit-td-1 {
    width: 22em;
}

.agreement-text {
    text-align: left;
}

.info-detail-frame {
    padding:1em;
    margin:0 auto;
}

.formTab {
    width: 300px;
    margin-bottom: 1em;
}

.err-env-div {
    max-width:32em;
    margin-left: auto;
    margin-right: auto;
}

.test-res-img {
    float: left;
    margin-right: 5px;
}

.test-res-res {
    padding-top: 3px;
}

.test-res-res {
    min-width: 48px;
}

.btn-search {
    margin-top: 1.1em;
    width: 80px;
    position: absolute;
    top: 1em;
    left: 100%;
    margin-left: -100px;
    height: 30px;
}

.table-child {
    width:30px;
    height:30px;
    position:relative;
}

.list-expand {
    width: 0;
	height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #000;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-10px;
    margin-top:-10px;
}

.list-normal {
    width: 0;
	height: 0;
    border: 10px solid transparent;
    border-left: 15px solid #000;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-5px;
    margin-top:-10px;
}

.tr-ans-detail th {
    width:100%;
    padding: 0;
    text-align: left;
    padding:5px;
    background: rgb(202, 234, 254);
}

.tr-ans-detail td {
    vertical-align: top;
}

.gop-word {
    color:red;
}

.chart-tooltip {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    border:1px solid #606060;
    border-radius: 5px;
    padding: 5px;
    box-shadow: #666666 3px 3px 5px;
    z-index:1000;
}
    .chart-tooltip ul {
        padding-left:1.5em;
        margin-top:0.5em;
        margin-bottom:0.5em;
    }

.chart_div {
	margin:1em auto 0 auto;
	width:95%;
}
/* Quiz */
/* Recording */
.quiz-rec-back {
	background:#000000;
	width:100px;
	height:32px;
	position:absolute;
	top:0px;
	border-radius:10px;
}
.qyuiz-rec-button {
	width:26px;
	height:26px;
	top:50%;
	margin-top:-13px;
	cursor:pointer;
	position:absolute;
}
.quiz-rec-time {
	height:16px;
	color:red;
	position:absolute;
	font-size:16px;
	top:50%;
	margin-top:-10px;
	left:42px;
}
.quiz-rec-start {
	background:url(/Content/img/rec_voice.png) no-repeat;
    background-size: 100% 100%;
	position:absolute;
	left:6px;
}
	.quiz-rec-start:active {
		opacity:0.7;
	}
.quiz-rec-stop {
	background:url(/Content/img/stop_voice.png) no-repeat;
    background-size: 100% 100%;
	position:absolute;
	left:6px;
}
	.quiz-rec-stop:active {
		opacity:0.7;
	}

/* epub-player*/
.player-back {
	background:#000000;
	width:140px;
	height:33px;
	position:absolute;
	border-radius:10px;
	top:0;
	left:0;
}
.player-time {
	height:16px;
	color:#ffffff;
	position:absolute;
	font-size:16px;
	top:50%;
	margin-top:-10px;
	left:75px;
}
.player-button {
	width:26px;
	height:26px;
	top:50%;
	margin-top:-13px;
	cursor:pointer;
}
.player-play {
	position:absolute;
	background-image:url(/Content/img/play_voice.png);
	background-repeat:no-repeat;
    background-size: 24px 24px;
	left:10px;
}
.player-play:active {
	opacity:0.6;
}
.player-pause {
	position:absolute;
	background-image:url(/Content/img/pause_voice.png);
	background-repeat:no-repeat;
    background-size: 24px 24px;
	left:10px;
}
.player-pause:active {
	opacity:0.6;
}
.player-stop {
	position:absolute;
	background-image:url(/Content/img/stop_voice.png);
	background-repeat:no-repeat;
    background-size: 100% 100%;
	left:40px;
}
.player-stop:active {
	opacity:0.6;
}

/* Selecting */
.clear-button {
	width:20px;
	height:25px;
	background:url(/Content/img/common-logo-clear.png) no-repeat;
	background-repeat:no-repeat;
	background-size: 100% 100%;
	cursor:pointer;
	position:absolute;
	top:2px;
	text-decoration:none;
}

.sep-border-line {
	border:2px solid #64dcff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width:0;
}

.ej-word {
    padding: 2px;
}
.word-uline {
    text-decoration: underline;
}

.ej-word-roll {
    background-color:#ffdc64;
    border-radius: 3px 3px;
}

.ui-dialog .ui-dialog-title {
    font-size: 17.6px;
}

.tuto-mobile-only {
	display: none;
}

/*-- Quiz ---*/
.center-bold {
	text-align:center;
	font-weight:bold;
	width:100%;
}


/* Logo */

@media (max-resolution: 119dpi) {
	.logo-img {
		background: url(/Content/img/logo.png) no-repeat;
		background-size: contain;
	}
}
@media (min-resolution: 120dpi) and (max-resolution: 143dpi) {
	.logo-img {
		background: url(/Content/img/logo-250.png) no-repeat;
		background-size: contain;
	}
}
@media (min-resolution: 144dpi) and (max-resolution: 167dpi) {
	.logo-img {
		background: url(/Content/img/logo-300.png) no-repeat;
		background-size: contain;
	}
}
@media (min-resolution: 168dpi) and (max-resolution: 191dpi) {
	.logo-img {
		background: url(/Content/img/logo-350.png) no-repeat;
		background-size: contain;
	}
}
@media (min-resolution: 192dpi) {
	.logo-img {
		background: url(/Content/img/logo-400.png) no-repeat;
		background-size: contain;
	}
}


.btn-header-right {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 26px;
    height: 30px;
}

.btn-push-info {
    background: url(/Content/img/notice.svg) no-repeat;
    background-size: auto 100%;
    cursor: default;
}

    .btn-push-info[hasinfo="true"] {
        background: url(/Content/img/notice.svg) no-repeat;
        background-size: auto 100%;
        cursor: pointer;
    }

        .btn-push-info[hasinfo="true"]:hover {
            background: url(/Content/img/notice-roll.svg) no-repeat;
            background-size: auto 100%;
            cursor: pointer;
        }

        .btn-push-info[hasinfo="true"]:active {
            background: url(/Content/img/notice-on.svg) no-repeat;
            background-size: auto 100%;
            cursor: pointer;
        }
