﻿body {
/*
    font: 13px/18px Helvetica Neue, Helvetica, Arial, sans-serif;
*/

    font: 13px/18px "Noto Sans Japanese", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;

/*
    font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN";
*/
/*
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    font-family:"ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
*/
    font-weight: 300;
    color: #333;
}

p {
    font-size: 14px
}

.control-label {
    font-weight: 500;
}

.spacer5 {
    height: 5px
}

.spacer10 {
    height: 10px
}

.spacer20 {
    height: 20px
}

.spacer30 {
    height: 30px
}

.spacer40 {
    height: 40px
}

.spacer50 {
    height: 50px
}

.spacer60 {
    height: 60px
}

.spacer70 {
    height: 70px
}

.spacer80 {
    height: 80px
}

.spacer90 {
    height: 90px
}

.spacer100 {
    height: 100px
}

.spacer120 {
    height: 120px
}

.spacer200 {
    height: 200px
}

.width100 {
    width: 100px;
}

.width200 {
    width: 200px;
}

.width300 {
    width: 300px;
}

.width400 {
    width: 400px;
}

.width500 {
    width: 500px;
}

.width600 {
    width: 600px;
}

.width700 {
    width: 700px;
}

.width800 {
    width: 800px;
}

.width900 {
    width: 900px;
}

.width1000 {
    width: 1000px;
}

.height100 {
    height: 100px;
}

.height200 {
    height: 200px;
}

.height300 {
    height: 300px;
}

.height400 {
    height: 400px;
}

.height500 {
    height: 500px;
}

.height600 {
    height: 600px;
}

.height700 {
    height: 700px;
}

.height800 {
    height: 800px;
}

.height900 {
    height: 900px;
}

.height1000 {
    height: 1000px;
}

.widthauto {
    width: auto;
}

.width10per {
    width: 10%;
}

.width20per {
    width: 20%;
}

.width30per {
    width: 30%;
}

.width40per {
    width: 40%;
}

.width50per {
    width: 50%;
}

.width60per {
    width: 60%;
}

.width70per {
    width: 70%;
}

.width80per {
    width: 80%;
}

.width90per {
    width: 90%;
}

.width100per {
    width: 100%;
}

.wcenter {
    margin: 0 auto;
}

.hspacer {
    height: 1px
}

.left {
    float: left
}

.right {
    float: right
}

.clear {
    clear: both;
}

.margin0 {
    margin: 0;
}

.margin10 {
    margin: 10px;
}

.padding0 {
    padding: 0;
}

.nodecoration a {
    text-decoration: none;
    color: gray
}

.nodecoration a:hover {
    text-decoration: underline;
    transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s
}

.nodecoration a:visited {
    text-decoration: none
}

.lineseparator,.lineseparatorThick {
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0
}

.lineseparatorThick {
    height: 2px;
    border-top: 2px solid #666
}

.vseparator {
    width: 1px;
    border: 0;
    border-left: solid 1px #ccc;
    margin-left: -10px;
    float: left
}

.button-box,.button-box-wide {
    width: 160px;
    line-height: 44px;
    font-size: 20px;
    color: #fff;
    background: none repeat scroll 0% 0% red;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    border-radius: 1px;
    text-align: center;
    display: inline-block;
    text-decoration: none
}

.button-box:hover,.button-box-wide:hover {
    background: #000;
    color: #fff;
    text-decoration: none
}

.button-box-wide {
    width: 410px;
    line-height: 70px
}

.square-box-skeleton,.square-box,.square-box2,.square-box3,.square-box4,.cMenu .round-box,.cMenu .round-box-s {
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    border-radius: 1px;
    text-align: center;
    display: inline-block;
    text-decoration: none
}

.square-box,.square-box2,.square-box3,.square-box4 {
    width: 220px;
    height: 220px;
    color: #fff
}

.square-box p,.square-box2 p,.square-box3 p,.square-box4 p {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 75%
}

.square-box:hover,.square-box2:hover,.square-box3:hover,.square-box4:hover {
    background: #000;
    color: #fff;
    text-decoration: none
}

.square-box2 {
    height: 160px
}

.square-box3 {
    height: 100px
}

.square-box4 {
    height: 60px;
    width: 190px
}

.square-box4 p {
    font-size: 15px
}

.bg-red {
    background: none repeat scroll 0% 0% red
}

.bg-blue {
    background: none repeat scroll 0% 0% #00F
}

.bg-blue1 {
    background: none repeat scroll 0% 0% #3A85F5
}

.bg-blue2 {
    background: none repeat scroll 0% 0% #4F87DB
}

.bg-blue3 {
    background: none repeat scroll 0% 0% #E5ECFA
}

.bg-blue4 {
    background: none repeat scroll 0% 0% #005093
}

.bg-blue5 {
    background: none repeat scroll 0% 0% #9cc2fa
}

.bg-pink {
    background: none repeat scroll 0% 0% #f53a85
}

.bg-pink2 {
    background: none repeat scroll 0% 0% #f875a9
}

.bg-yellow1 {
    background: none repeat scroll 0% 0% #f5aa3a
}

.bg-white {
    background: none repeat scroll 0% 0% #fff
}

.bgPink {
    background-color: pink
}

table .bg0 {
    background-color: #EFEFEF
}

table .bg1 {
    background-color: #fff
}

.backLink a,.backLinkBlue a {
    text-decoration: none;
    color: #fff
}

.backLink a:hover,.backLinkBlue a:hover {
    text-decoration: underline
}

.backLink a:visited,.backLinkBlue a:visited {
    text-decoration: none
}

.backLinkBlue {
    font-size: 16px;
    text-align: right;
    padding-right: 10px
}

.backLinkBlue a {
    color: #23527C
}

.centerize,#dataBrowser .imgLandscape,#dataBrowser .imgPortrait {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%)
}

#missionStatement {
    font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN"
}

#missionStatement .txt {
    color: #fff;
    line-height: 1.2;
    font-size: 42px;
    opacity: 0.98;
    font-family: Verdana,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif
}

#missionStatement .menubox {
    float: left;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    height: 226px;
    opacity: 0.95
}

#missionStatement .menubox .ctxtH {
    width: 80%;
    position: relative;
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-30%);
    -moz-transform: translateX(-50%) translateY(-30%);
    -ms-transform: translateX(-50%) translateY(-30%);
    color: #555;
    font-size: 20px;
    text-align: center;
    font-weight: bold
}

#missionStatement .menubox .ctxt {
    width: 80%;
    position: relative;
    top: 35%;
    left: 50%;
    color: gray;
    font-size: 16px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

#missionStatement .menubox .video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,0.2)
}

#news_latest a {
    text-decoration: none
}

#news_latest a:hover {
    text-decoration: none;
    background: pink
}

#news_latest a:visited {
    text-decoration: none
}

#news_latest .title {
    float: left;
    font-size: 16px;
    padding-left: 20px;
    color: #23527C;
    color: #3479b8
}

#news_latest .date {
    float: left;
    width: 100px;
    color: #999;
    font-width: bold;
    font-size: 16px
}

#news_latest .excerpt {
    font-size: 13px;
    color: #333
}

#news_latest .contentBlk {
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 1px
}

#news_latest .contentBlk:hover {
    border: 1px solid red;
    border-radius: 1px
}

#news_latest .row2 {
    padding-bottom: 10px
}

#about table tr td {
    padding-bottom: 10px
}

#about table .key {
    width: 100px
}

#bottom {
    background-color: #eee;
    height: 360px
}

#bottom ul {
    margin: 0px;
    padding: 0px
}

#bottom ul li {
    color: #666;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px
}

#bottom ul li a {
    color: #666;
    text-decoration: none
}

#bottom ul li a:hover {
    text-decoration: underline
}

#bottom ul li a:visited {
    text-decoration: none
}

#news .yearselector ul {
    list-style: none
}

#news .yearselector li {
    margin: 0
}

#news .yearselector a {
    text-decoration: none
}

#news .yearselector a:hover {
    text-decoration: none
}

#news .yearselector a:visited {
    text-decoration: none
}

#news .yearbox {
    width: 150px;
    line-height: 40px;
    font-size: 18px;
    color: #333;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    border-radius: 1px;
    border: 1px solid #eee;
    text-align: center;
    display: inline-block;
    text-decoration: none
}

#news .yearbox:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
    background: none repeat scroll 0% 0% red
}

#news .active {
    background: #333;
    color: #fff
}

#news .row1 {
    padding-bottom: 20px
}

#news .row2 {
    padding-bottom: 10px
}

#news .title {
    float: left;
    font-size: 16px;
    padding-left: 20px;
    color: #23527C;
    color: #3479b8;
    font-weight: bold
}

#news .date {
    float: left;
    width: 100px;
    color: #999;
    font-weight: bold;
    font-size: 16px
}

#news .excerpt {
    font-size: 13px;
    color: #333
}

#contact ul {
    margin: 0px;
    padding: 0px
}

#contact li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px
}

#contact .labeltxt {
    font-size: 14px
}

#contact em {
    font-size: 16px
}

#contact .text {
    font-size: 14px
}

#contact .formtxt {
    font-size: 16px;
    padding: 5px
}

.contentsBlock h1 {
    font-size: 20px;
    color: #555
}

#privacy {
    line-height: 1.2;
    padding: 0 0 50px 0
}

#privacy em {
    font-size: 14px;
    color: gray
}

#privacy h2,#privacy h3 {
    font-size: 14px;
    color: #00bfff
}

#privacy h2 {
    margin: 40px 0 15px 0
}

#privacy li p {
    margin: 0
}

#privacy li {
    font-size: 14px;
    list-style-type: decimal;
    padding: 0 0 10px 10px
}

#privacy li ul {
    padding-top: 10px
}

#privacy li li {
    font-size: 13px;
    padding: 0 0 10px 0;
    margin: 0;
    list-style-type: none
}

#privacy li li p {
    font-size: 13px
}

#login .loginTitle {
    color: #ccc;
    font-size: 24px;
    font-weight: bold
}

#login .labelMail {
    color: #fff
}

#login .labelPasswd {
    color: #fff
}

#login .msgBlock {
    position: relative
}

#login .errMsg {
    right: 100%;
    position: absolute;
    text-align: right;
    white-space: nowrap;
    background-color: rgba(255,182,193,0.8);
    margin: 0px 10px 0 0;
    padding: 2px 5px 0 5px;
    font-size: 16px;
    height: 26px
}

#user-nav {
    background-color: #fff;
    display: none;
    position: absolute;
    width: 236px;
    margin: 20px 0px 0 -70px;
    padding-bottom: 12px;
    z-index: 1;
    border: 1px solid gray;
    border-radius: 3px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2),0 0 0 #000
}

#user-nav ul {
    padding: 20px 0 0 0
}

#user-nav li {
    list-style-type: none;
    padding-left: 15px;
    margin: 0
}

#user-nav .logout a {
    text-decoration: none;
    color: #555
}

#user-nav .logout a:hover {
    color: red;
    text-decoration: none;
    transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s
}

.cMenu .bgLayer {
    position: absolute;
    top: 0;
    background-color: #000;
    opacity: 0.4;
    height: 500px
}

.cMenu .round-box,.cMenu .round-box-s {
    width: 220px;
    height: 140px;
    background: #eee;
    border: 2px solid #eee;
    color: #111;
    border-radius: 10px
}

.cMenu .round-box:hover,.cMenu .round-box-s:hover {
    background: #efefef;
    border: 2px solid #aaa;
    text-decoration: none
}

.cMenu .round-box-s {
    width: 140px;
    height: 100px
}

#menuHamburger ul {
    margin-top: 0px
}

#menuHamburger li {
    width: 400px;
    margin: 0;
    padding-left: 0px
}

#menuHamburger a {
    font-size: 16px;
    color: #444
}

#menuHamburger .caption {
    text-align: top;
    color: #aaa;
    font-size: 12px;
    padding-left: 20px;
    padding-bottom: 10px
}

#footer .footerForVs a {
    text-decoration: none;
    color: #999
}

#footer .footerForVs a:hover {
    text-decoration: none
}

#dataBrowser .notSelected,#dataBrowser .selected {
    background-color: #fefefe;
    margin-top: 5px;
    margin-bottom: 5px
}

#dataBrowser .selected {
    border: 2px solid #6dd0f7;
    background-color: #fff
}

#dataBrowser .imgLandscape {
    max-width: 95%;
    max-height: 95%
}

#dataBrowser .imgPortrait {
    max-height: 95%;
    max-width: 95%
}

#dataBrowser #leftBlock {
    background-color: #fff;
    float: left;
    width: 400px;
    overflow-y: scroll;
    margin: 5px
}

#dataBrowser #scroller {
    overflow-y: scroll;
    height: 980px
}

#dataBrowser #rightBlock {
    float: left;
    margin: 5px
}

#dataBrowser #imgArea {
    background-image: url("/img/a4vertical-bg.png");
    background-repeat: repeat;
    position: relative;
    background-color: green;
    width: 850px;
    height: 980px
}

#dataBrowser #imgArea img {
    max-width: 807.5px;
    max-height: 931px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#dataBrowser #downloadLinkArea {
    margin: 5px
}

#dataBrowser #metadataArea {
    margin: 5px
}

#dataBrowser #ocrScaruArea {
    margin: 5px
}

#dataBrowser #ocrMdArea {
    margin: 5px;
    width: 100%
}

.metadataEntry .title {
    width: 200px
}

#searchUi .logo {
    width: 217px;
    height: 56px;
    background: url("/img/logo-search-3.png") no-repeat;
    background-size: contain;
    overflow: hidden
}

#searchUi img .logo {
    height: 56px
}

#searchUi img .center {
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto
}

#searchUi .centerxy {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.elementBlk .imgDiv {
    float: left;
    width: 140px
}

.elementBlk .imgContainer {
    height: 112px;
    width: 112px;
    background-color: #999;
    position: relative
}

.elementBlk .imgContainer img {
    max-width: 95%;
    max-height: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.elementBlk .unfixed {
    background-color: #fff;
    border: dashed 1px #ccc
}

.elementBlk .metaDiv {
    width: 790px;
    margin-left: 10px;
    float: left
}

.elementBlk .warn {
    font-weight: bold;
    background-color: #FCF8E3;
    color: #8A6D3B;
    border-color: #FAEBCC
}

.elementBlk .warn2 {
    font-weight: bold;
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1
}

.elementBlk .hl {
    background-color: #ff0
}

.jsPaginationBlk {
    text-align: center;
    margin: 0;
    padding: 0
}

.paginationBlk .paginationNav {
    width: 960px;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#contentsRegistrationBlock {
    min-height: 400px
}

#contentsRegistrationBlock .left .image {
    margin: 0 0 0 -46px
}

#contentsRegistrationBlock .right {
    margin: 50px 0 0 0
}

#contentsRegistrationBlock .right .title {
    margin: 0 0 0px 0
}

#contentsRegistrationBlock .right .title .text {
    font-size: 24px;
    font-weight: bold
}

#contentsRegistrationBlock .right .title .alttext {
    font-size: 14px;
    margin: 0 0 0 30px
}

#contentsRegistrationBlock .right .body {
    clear: both
}

#contentsRegistrationBlock .right .body .labelMail {
    font-size: 12px
}

#contentsRegistrationBlock .right .body .textMail {
    font-size: 16px;
    width: 300px;
    margin: 0 0 5px 0
}

#contentsRegistrationBlock .right .body .labelPasswd {
    font-size: 12px;
    margin: 5px 0 0 0
}

#contentsRegistrationBlock .right .body .textPasswd {
    font-size: 16px;
    width: 300px
}

#contentsRegistrationBlock .msgBlock {
    width: 300px;
    position: relative
}

#contentsRegistrationBlock .msgBlock span {
    color: gray
}

#contentsRegistrationBlock .msgBlock .errMsg {
    right: 100%;
    position: absolute;
    text-align: right;
    white-space: nowrap;
    background-color: rgba(255,182,193,0.8);
    margin: 0px 10px 0 0;
    padding: 2px 5px 0 5px;
    font-size: 16px;
    height: 26px
}

#contentsRegistrationBlock .right .footer {
    margin: 20px 0 0 0;
    width: 300px
}

#contentsRegistrationBlock .right .footer .text {
    width: 200px;
    float: left;
    font-size: 12px;
    width: 50%
}

#contentsRegistrationBlock .right .footer .registerButton {
    margin: 5px -5px 0 0;
    padding: 5px 10px;
    float: right;
    border-style: solid;
    border-color: #2DC7F2;
    background-color: #2DC7F2;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer
}

#contentsRegistrationBlock .loginLink {
    text-decoration: none;
    padding: 8px 15px;
    border-style: solid;
    border-color: #2DC7F2;
    background-color: #2DC7F2;
    color: #fff;
    font-weight: bold;
    font-size: 12px
}

#contentsRegistrationBlock .loginLink:hover {
    text-decoration: none
}

#contentsRegistrationBlock .test {
    border-color: transparent transparent transparent #D58A8A;
    border-style: solid;
    border-width: 6px;
    display: block;
    height: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 0
}

#contentsRegistrationBlock .infoText {
    font-size: 14px;
    margin: 0 0 20px 0
}

#contentsRegistrationBlock a {
    color: #2DC7F2;
    color: #00bfff;
    text-decoration: none
}

#contentsRegistrationBlock a:hover {
    text-decoration: underline
}

#contentsRegistrationBlock .secure {
    padding: 0 0 20px 0
}

.companyInfoBlock .firstColumn {
    width: 380px
}

.companyInfoBlock .secondColumn {
    width: 380px;
    padding-left: 15px
}

.companyInfoBlock .logo {
    float: left;
    width: 140px
}

.companyInfoBlock .logo .imgContainer {
    position: relative;
    width: 100px;
    height: 100px;
    border: 1px solid #cacaca
}

.companyInfoBlock .logo .imgContainer img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.companyInfoBlock dt {
    float: left;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    width: 100px
}

.companyInfoBlock .company {
    color: #23527C
}

#userEdit .header {
    width: 180px
}

#userEdit ul {
    margin: 0px;
    padding: 0px;
    clear: both
}

#userEdit li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    float: left
}


.maru_half {
    border-radius: 50%;
    /*font-size: 6em;*/
    line-height: 2em;
    padding-top: 0.1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.maru_em {
    border-radius: 50%;
    /*font-size: 6em;*/
    line-height: 2em;
    padding-top: 0.1em;
    padding-left: 0.35em;
    padding-right: 0.35em;
}
.pink1 {
    color: pink;
    border: 4px solid pink;
}
.pink2 {
    color: #fff;
    border: 4px solid pink;
    background: pink;
}
.sky1 {
    color: skyblue;
    border: 4px solid skyblue;
}
.sky2 {
    color: #fff;
    border: 4px solid skyblue;
    background: skyblue;
}
.gray1 {
    color: gray;
    border: 4px solid gray;
}
.gray2 {
    color: #fff;
    border: 4px solid gray;
    background: gray;
}

.border {
    border: 1px solid black;
}

.button {
    cursor: pointer;
    font-size: 14px;
    color: gray;
}
.button:hover {
    color: #337ab7;
}

.loader {
 border-top: 3px solid blue;
 border-bottom: 3px solid blue;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.non-selectable {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/*--------------------------------------------------------
ショートカットキーヘルプ
--------------------------------------------------------*/

#sc-help-btn {
    text-align: right;
}

#sc-help-btn a {
	color: #0a4998;
}
#sc-help-btn #shortcut-help {
    display: none;
}

#shortcut-help .modal-dialog .modal-header .modal-title{
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    color: #838a93;
}

.keyboard {
  margin: 0 3px;
  padding: 1px 6px;
  border-radius: 3px;
  border: 1px solid #E0E0E0;
  border-bottom-width: 2px;
  background: #F0F0F0;
  background: -ms-linear-gradient(top, #F0F0F0, #FCFCFC);
  background: -moz-linear-gradient(top, #F0F0F0, #FCFCFC);
  background: -webkit-gradient(linear, center top, center bottom, from(#F0F0F0), to(#FCFCFC));
  background: linear-gradient(top, #F0F0F0, #FCFCFC);
  font-family: Arial
}

/*--------------------------------------------------------
モーダル画面
--------------------------------------------------------*/
.modal-wrap {
    padding: 50px;
    color: #25292e;
}

.modal-wrap .tit {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    color: #838a93;
}

.modal-wrap .alignC {
    text-align: center !important;
}

.modal-wrap .btn-area button.red, .modal-wrap .btn-area a.btn.red {
    background: #c0000b;
    filter: drop-shadow(0px 3px 10px rgba(245,39,51,0.3));
}

.modal-wrap .btn-area.alignC button {
    margin-left: 20px;
    margin-right: 20px;
    outline: none;
}

.modal-wrap .btn-area.alignC button:hover {
    opacity: 0.7;
}

.modal-wrap .btn-area button, .modal-wrap .btn-area a.btn {
    width: 300px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    border-radius: 30px;
    border: none;
    background: #606873;
    color: #fff;
    text-align: center;
    cursor: pointer;
    filter: drop-shadow(0px 3px 10px rgba(96, 104, 115, 0.3));
}

.modaal-close {
    right: 40px;
    top: 40px;
    background: #c0000b !important;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.5));
    outline: none;
}

.modaal-close:hover {
    opacity: 0.8;
}

.modaal-content-container {
    padding: 0px !important;
}

#upload-failed-files {
	overflow-y: auto;
	max-height: 250px;
	width: 500px;
	margin: auto;
	margin-bottom: 30px;
    padding: 0px 30px;
}
#upload-failed-files li {
	color: #838a93;
	border-left: solid 6px #838a93;
	background: #f1f8ff;
	margin-bottom: 3px;
	line-height: 1.5;
	padding: 0.5em;
	list-style-type: none!important;
	word-break: break-all;
}
/*--------------------------------------------------------
ツールチップ
--------------------------------------------------------*/
.copy-clipboard {
    cursor: pointer;
    position: relative;
}
.copied-msg-tooltip::after {
    content: 'クリップボードにコピーしました';
    /* coloer & shape */
    background: rgba(85,85,85,0.7);
    display: inline-block;
    color: #fff;
    border-radius: .4rem;
    padding: 4px 10px 6px 10px;
    /* position */
    position: absolute;
    left: 150px;
    bottom: -3px;
    /* animation */
    animation: copied-msg-tooltip .4s .5s 1 forwards;
}
@keyframes copied-msg-tooltip {
    to { opacity: 0; }
}
