@charset "utf-8";
/*-------------------------------------------------
form
-------------------------------------------------*/
[type="text"],
[type="password"],
[type="url"],
[type="file"],
[type="email"],
select,
textarea {
    border: 1px solid #c6c6c6;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 5px 10px;
    margin: 0;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #fafafa;
}
[type="text"],
[type="password"],
[type="url"],
[type="file"],
[type="email"] {
    width: 200px;
}
[type="file"] {
    font-size: 12px;
}
[type="text"].hissu,
[type="password"].hissu,
[type="url"].hissu,
[type="file"].hissu,
[type="email"].hissu,
.radioDiv.hissu,
select.hissu,
textarea.hissu,
.checkBoxDiv.hissu {
    border-color: #ff7e3e;
}
[type="button"],
[type="submit"],
button {
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
}
textarea {
    height: auto;
    line-height: 1.4em;
    padding: 10px;
    width: 432px;
}
[type="text"].errorLine,
[type="password"].errorLine,
[type="url"].errorLine,
[type="file"].errorLine,
tr.errorLine input,
select.errorLine,
textarea.errorLine {
    background-color: #ffeee6;
    border: 1px solid #ff7e3e;
}
/* 標準用チェックボックス・ラジオボタン */
[type="checkbox"],
[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 18px;
    width: 18px;
    margin-right: 5px;
}
.select_thumbnail [type="checkbox"] {
    display: block;
    height: 15px;
    width: 15px;
    position: static;
    top: 7px;
    right: 7px;
    opacity: 1;
}
/* 標準用チェックボックス */
.select_thumbnail .input_checkbox_div {
    height: 15px;
}
/* ------ ラジオボタン・チェックボックス共通 ------- */
.radioDiv,
.checkBoxDiv {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fafafa;
}
label,
[type="radio"],
[type="checkbox"] {
    cursor: pointer;
}
/* -- ラジオボタン -- */
.inputRadio {
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 0;
    margin: 5px 20px 5px 0;
}
.radioDiv > div {
    display: inline-block;
    font-size: 1.3em;
}
.errorLine .radioDiv,
.errorLine.checkBoxDiv {
    background: #ffeee6;
}
.inputRadio .radioButton {
    display: inline-block;
    content: " ";
    position: relative;
    top: 2px;
    margin: 0 5px 0 0;
    height: 16px;
    width: 16px;
    background: url(../../img/common/iconRadioBtn.png) 0px 0px no-repeat;
}
.checked .inputRadio .radioButton {
    background: url(../../img/common/iconRadioBtn.png) -30px 0px no-repeat;
}
.radioDiv [type="radio"] {
    display: block;
    position: absolute;
    top: 2px;
    margin: 0 5px 0 0;
    height: 16px;
    width: 16px;
    opacity: 0;
}
/*-- チェックボックス --*/
.inputCheckBox {
    position: relative;
    display: block;
    line-height: 1;
    padding: 0;
    margin: 8px 0;
    font-size: 1.3em;
}
.inputCheckBox .checkButton {
    display: inline-block;
    content: " ";
    background: url(../../img/common/iconCheckBtn.png) center center no-repeat;
    position: relative;
    top: 2px;
    margin: 0 5px 0 0;
    height: 18px;
    width: 18px;
}
.inputCheckBox.checked .checkButton {
    background: url(../../img/common/iconCheckBtn_checked.png) center center
        no-repeat;
}
.checkBoxDiv [type="checkbox"] {
    display: block;
    position: absolute;
    top: 2px;
    margin: 0 5px 0 0;
    height: 18px;
    width: 18px;
    opacity: 0;
}
.inputCheckBox.child {
    font-size: 0.97em;
    margin: -5px 0 8px 20px;
}
.checkBoxDiv .child [type="checkbox"] {
    height: 16px;
    width: 16px;
}
.inputCheckBox.child .checkButton {
    height: 16px;
    width: 16px;
    background-size: 16px;
}
.inputCheckBox.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
input.w180 {
    width: 180px;
    margin-right: 7px;
}
.fullWidth input {
    width: 432px;
}
.fullWidth select {
    width: 454px;
}
.minWidth input {
    width: 83px;
}
div.form table {
    font-size: 0.9em;
}
div.form table td {
    padding: 0 10px 15px 0;
}
div.form table td.c1,
div.form table td.c2 {
    width: 222px;
}
div.form table td.fullWidth,
div.form table td.c1.fullWidth {
    width: 454px;
}
div.form table td.message {
    vertical-align: middle;
    padding-right: 0;
    padding-top: 23px;
    line-height: 1.4em;
}
div.form table td.message p,
.errInfo {
    margin-top: 5px;
    color: #fb5200;
    font-size: 12px;
}
div.form table td.message p:last-child {
    margin-bottom: 0px;
}
.komoku,
div.form table td.message p.komoku {
    font-weight: bold;
    margin: 5px 0 3px 0;
    color: #333;
}
#auth.message {
    color: #fb5200;
}
.komoku.rightBtn {
    overflow: auto;
    margin-bottom: 5px;
}
.komoku2 {
    font-size: 12px;
    background: #ddd;
    padding: 2px 5px;
    line-height: 1.4;
    margin-bottom: 5px;
    text-align: center;
}
/*-- セレクトボックス --*/
select {
    cursor: pointer;
    height: 42px;
    padding: 10px;
}
/*-- basicBtn --*/
.basicBtn,
.basicBtn.ui-state-default {
    display: block;
    width: 220px;
    font-size: 16px;
    padding: 8px;
    font-weight: bold;
    border: 1px solid #3898c3;
    color: #fff;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, #8ec5de, #3898c3);
    border-radius: 4px;
}
.basicBtn:hover {
    background: linear-gradient(to bottom, #8ec5de, #2c7798);
}
.basicBtn:disabled,
.basicBtn.ui-state-default:disabled {
    cursor: not-allowed;
    background: #8ec5de;
    text-shadow: none;
    opacity: 0.65;
}
/*-- 小サイズ --*/
.basicBtn.small {
    display: inline-block;
    width: auto;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 10px;
}
/*-- グレーボタン --*/
.basicBtn.gray {
    border: 1px solid #919191;
    font-weight: bold;
    color: #181926;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
    background: linear-gradient(to bottom, #dddddd, #a1a1a1);
}
.basicBtn.gray:hover {
    background: linear-gradient(to bottom, #dddddd, #868686);
}
.basicBtn.gray:disabled {
    background: #a1a1a1;
    text-shadow: none;
}
/*-- ホワイトボタン --*/
.basicBtn.white {
    border: 1px solid #d0d0d0;
    background: linear-gradient(to bottom, #fff, #eaeaea);
    color: #181926;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
}
.basicBtn.white:hover {
    background: linear-gradient(to bottom, #fff, #cecece);
}
.basicBtn.white:disabled {
    background: #cecece;
    text-shadow: none;
}
.basicBtn.red {
    border: 1px solid #ba0000;
    background: linear-gradient(to bottom, #ff0000, #da0000);
}
.basicBtn.red:hover {
    background: linear-gradient(to bottom, #ff0000, #ba0000);
}
.basicBtn.red:disabled {
    background: #ff0000;
    text-shadow: none;
}
/*-- 一覧に戻るボタン --*/
.backBtn {
    float: right;
    display: inline-block;
    margin: -3px -8px 0 0;
    border: 1px solid #666;
    background: linear-gradient(to bottom, #616161, #757575);
    padding: 3px 10px 2px 10px;
    color: #fff;
    font-size: 0.8em;
}
.backBtn i {
    margin-right: 0.35em;
}
/*-- 検索ボタン --*/
.basicBtn.search {
    width: 80px;
    padding: 0;
    position: relative;
}
.basicBtn.close {
    width: 90px;
    padding: 0;
    position: relative;
}
.basicBtn.search input,
.basicBtn.close input {
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    margin: 0;
    border: none;
    display: block;
    padding: 8px 8px 8px 25px;
    color: #fff;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2);
}
.basicBtn.search input {
    width: 80px;
    background: url(../../img/common/iconBtnSearch.png) 10px center no-repeat;
}
.basicBtn.close input {
    width: 90px;
    background: url(../../img/common/iconBtnClose.png) 10px center no-repeat;
}
.basicBtn.tagAdd {
    float: left;
    width: 50px;
}
/*-- 一覧の編集などのボタン --*/
.listBtn {
    cursor: pointer;
    display: inline-block;
    padding: 0.4em 0.5em;
    line-height: 1;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #3898c3;
    background: #f2f2f2;
    background: linear-gradient(to bottom, #fff, #f2f2f2);
    margin: 0.25em 0;
    white-space: nowrap;
}
.listBtn:hover {
    background: #ddd;
    background: linear-gradient(to bottom, #fff, #ddd);
}
.listBtn i {
    margin-right: 0.3em;
}
.listBtn.red {
    color: #f00;
}
.listBtn:disabled {
    cursor: not-allowed;
    color: #ccc;
    background: #f2f2f2;
}
/*-- 一覧の編集などのボタン少し大きめ --*/
.listBtn.littleLarge {
    font-size: 1.03em;
    padding: 0.5em 0.6em;
}
.listBtn.littleLarge i {
    margin-right: 0.4em;
}
/*-- listBtnのトグル --*/
.toggleBtnWrap {
    display: inline-block;
    min-width: 210px;
}
.toggleBtnWrap button {
    display: block;
    float: left;
}
.toggleBtnWrap button:nth-child(1) {
    border-radius: 3px 0 0 3px;
}
.toggleBtnWrap button:nth-child(2) {
    border-radius: 0 3px 3px 0;
    border-left: none;
}
tr.dspNone td {
    display: none;
}
tr.dspTableCell td {
    display: table-cell;
}
.disabled label {
    color: #ccc;
}
.delTag {
    background-color: #eee;
    overflow: auto;
    padding: 4px 8px;
    margin-bottom: 5px;
}
.delTag p {
    float: left;
    width: 400px;
    font-size: 12px;
    line-height: 1.4em;
    margin-top: 2px;
}
.delBtn {
    font-size: 10px;
    float: right;
    padding: 1px 3px;
    cursor: pointer;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background: linear-gradient(to bottom, #fff, #eaeaea);
    color: #181926;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
}
/*-- パスワード編集ボタン --*/
.pwdEditBtn {
    font-weight: bold;
    padding-left: 1em;
    border: 1px solid #d5d7d7;
    border-bottom: none;
    height: 35px;
    line-height: 35px;
    text-align: left;
    border-radius: 4px 4px 0px 0px;
    color: #181926;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
    background: linear-gradient(to bottom, #fff, #e5e5e5);
}
.pwdEditBtn:hover {
    background: linear-gradient(to bottom, #fff, #e5e5e5);
}
.pwdEditBtn {
    position: relative;
}
.pwdEditBtn input {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-right: 30px;
    background: url(../../img/common/arrowGrayDown.png) 430px center no-repeat;
    text-align: right;
    color: #007fbf;
}
.pwdEditBtn input:hover {
    text-decoration: underline;
}
.pwdEditBtn input.active {
    background: url(../../img/common/arrowGrayUp.png) 430px center no-repeat;
}
/*-- サムネイルリスト表示ダイアログ --*/
.thumbListDialogBtnArea {
    overflow: auto;
    padding-bottom: 7px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
#currentThumbnailArea {
    width: 454px;
    height: 255px;
    background: #000;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
}
#currentThumbnailArea .table {
    display: table;
    height: 100%;
    width: 100%;
}
#currentThumbnailArea .tc {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#current_thumbnail {
    max-width: 456px;
    max-height: 257px;
}
/*-------------------------------------------------
動画グループ登録
-------------------------------------------------*/
.movieGroupEntryWrap {
    border: 1px solid #d5d7d7;
    border-radius: 4px;
    background: #fafafa;
    padding: 10px;
    margin-bottom: 15px;
}
div.form .movieGroupEntryWrap > table td {
    padding: 0;
}
.movieGroupEntry {
    border: 1px solid #d5d7d7;
    padding: 5px 10px;
    background: #fff;
    overflow-y: auto;
    height: 230px;
}
.movieGroupEntry.yet {
    border: 1px solid #d5d7d7;
}
/*--　検索がある場合　--*/
.searchOn .movieGroupEntry {
    height: 270px;
}
.searchOn .movieGroupEntry.yet {
    height: 230px;
}
.searchOn #search_text_box {
    background: #fff;
    width: 100%;
    font-size: 0.95em;

    box-sizing: border-box;
}
.searchOn #search_text_btn {
    font-size: 0.95em;
    font-weight: normal;
    padding: 6px;
    width: 40px;
    margin-left: 10px;
}
.searchOn #delGroupMovie0 th {
    padding: 110px 0;
}
#unreg_group_title,
#reg_group_title {
    margin-bottom: 5px;
}
div.form .movieGroupEntry table td {
    vertical-align: middle;
    border-bottom: 1px solid #d5d7d7;
    padding: 5px;
    line-height: 1.4em;
}
#delGroupMovie0 th,
#addGroupMovie0 th {
    padding: 90px 0;
}
.movieGroupEntry > table td.thumb {
    width: 60px;
}
.movieGroupEntry > table td.thumb > span {
    display: table-cell;
    vertical-align: middle;
    background-color: #000000;
    width: 60px;
    height: 34px;
    text-align: center;
}
.movieGroupEntry > table td.thumb a {
    display: block;
    height: 34px;
    width: 60px;
    background-color: #000000;
    text-align: center;
}
.movieGroupEntry > table td.thumb img {
    max-width: 60px;
    max-height: 34px;
}
.movieGroupEntry td.del,
.movieGroupEntry td.add {
    width: 50px;
    padding-right: 0;
}
.movieGroupEntry .del span.dspLink,
.movieGroupEntry .add span.dspLink {
    color: #fff;
    text-decoration: none;
    padding: 2px 5px 1px 15px;
    border-radius: 10px;
    font-size: 0.95em;
    line-height: 1;
}
.movieGroupEntry .del span.dspLink {
    background: url(../../img/common/iconDel.png) 3px center no-repeat #f00;
}
.movieGroupEntry .add span.dspLink {
    background: url(../../img/common/iconAdd.png) 3px center no-repeat #007fbf;
}
.flg1 td {
    background: #ffc !important;
}
span.dspLink {
    cursor: pointer;
    color: #007fbf;
    text-decoration: underline;
}
/*-------------------------------------------------
並び順変更ボタン
-------------------------------------------------*/
.iconUD {
    width: 40px;
}
.iconUD .up {
    display: block;
    float: left;
    height: 20px;
    width: 20px;
    overflow: hidden;
    background: url(../../img/common/iconUp.png) top left no-repeat;
    cursor: pointer;
}
.iconUD .down {
    display: block;
    float: left;
    height: 20px;
    width: 20px;
    overflow: hidden;
    background: url(../../img/common/iconDown.png) top left no-repeat;
    cursor: pointer;
}
.first > .iconUD .up {
    background: url(../../img/common/iconUp.png) 0px -20px no-repeat;
    cursor: not-allowed;
}
.list tr:last-child .iconUD .down,
.last > .iconUD .down {
    background: url(../../img/common/iconDown.png) 0px -20px no-repeat;
    cursor: not-allowed;
}
/*一覧の検索欄*/
.searchArea {
    border: 1px solid #ddd;
    font-size: 0.9em;
    border-radius: 4px;
}
.searchArea .tit {
    background: #eee;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}
table.search,
div.form table.search {
    border-collapse: separate;
    border-spacing: 5px;
}
table.search td,
div.form table.search td {
    padding: 0;
}
table.search th,
div.form table.search th {
    padding: 0 0.5em;
}
table.search th {
    font-weight: bold;
    vertical-align: middle;
    background: #f7f7f7;
    width: 20%;
    white-space: nowrap;
}
table.search td {
    width: 80%;
}
.searchArea .radioDiv,
.searchArea .checkBoxDiv {
    font-size: 0.9em;
    padding: 2px 5px;
    border: none;
    background: none;
}
.searchArea [type="text"],
.searchArea [type="password"],
.searchArea [type="url"],
.searchArea [type="file"],
.searchArea [type="email"],
.searchArea select,
.searchArea textarea {
    padding: 2px 5px;
    font-size: 1.1em;
    height: auto;
    line-height: 2;
}
.searchArea select {
    height: 30px;
    width: auto;
}
.searchArea .inputRadio {
    margin: 3px 10px 3px 0;
}

.searchArea [type="text"].hasDatepicker {
    width: 85px;
}
.searchBtnArea {
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 5px;
    margin: 0 5px;
}
.searchBtnArea .basicBtn {
    display: inline-block;
    margin-bottom: 5px;
    width: auto;
    padding: 0;
}
.searchBtnArea .basicBtn input {
    background: none;
    border: none;
    width: auto;
    color: #fff;
    font-weight: bold;
    text-shadow: -1px -1px 0px rgb(0 0 0 / 20%);
    padding: 3px 10px 3px 30px;
    font-size: 0.9em;
    background-size: 16px;
    background-position: 8px center;
    background-repeat: no-repeat;
}
.searchBtnArea .basicBtn.search input {
    background-image: url(../../img/common/iconBtnSearch.png);
}
.searchBtnArea .basicBtn.dl input {
    background-image: url(../../img/common/iconBtnDL.png);
}
.sSize {
    width: 55px;
}
.mSize {
    width: 135px;
}
.lSize {
    width: 288px;
}
