@charset 'utf-8';
@import 'reset.css';

/* ------------------------------
 * reset
 ------------------------------ */


/* ------------------------------
 * general & layout
 ------------------------------ */
body{
    color:#000;
    font-size:12px;
    background:#fff;
    font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
}
img{vertical-align:bottom;}

a{
    color:#0000ff;
    text-decoration: underline;
}
    a:hover{
    }
strong{
    font-weight: bold;
}

th{
    font-weight: normal;
}

header{
    margin-bottom:15px;
}
*+html header { /*IE7*/
    margin-bottom:0;
}

    header .brand a {
        display: block;
        width: 94px;
        height: 50px;
    }
    header .user{
        
    }
        header .user .name{
            height:23px;
            line-height: 23px;
            margin-right:10px;
            font-size: 13px;
        }

.container{
    width:980px;
    margin:0 auto;
}
@media (max-width: 1070px) {
    .container{
        margin:0 45px;
    }
    .helpContainer{
        margin:0 45px !important;
    }
    .w570 .container{
        margin:0 45px;
    }
}

footer{
    min-width: 100%;
    background-color: #666;
    height:25px;
    line-height: 25px;
    color:white;
    text-align: right;
}
    @media (max-width: 1070px) {
        footer{
            min-width: 1070px;
        }
    }
    footer.affix{
        bottom:0;
        left:0;
    }

footer .privacypolicy{
    float: left;
    width: 200px;
    text-align: left;
}

footer .privacypolicy a{
    color: #fff;
    text-decoration: none;
}

footer .privacypolicy a:hover{
    text-decoration: underline;
}

footer .copyright{
    float: right;
    width: 200px;
    text-align: right;
}


.breadcrumb a{
    color:#000;
}
.breadcrumb li{
    display: block;
    float:left;
}
    .breadcrumb li.divider{
        padding:0 5px;
    }

#outer{
    position: relative;
    border:1px solid #cfcfcf;
    /*margin-bottom: 20px;*/
}
#TOP{
    margin-bottom: 0;
}
#TOP.mb20{
    margin-bottom: 0;
}

.sidebar{
    position: absolute;
    left:0;
    top:0;
    width:198px;
    background-color: #f6f6f6;
}
.content-inner{
    border-left:1px solid #cfcfcf;
    /*min-height: 600px;*/
    line-height: 0px;
    overflow: hidden;
    margin-left: 198px;
}
.content-inner h1{
    background: url(../img/bg_h1.png) repeat-x left center #000;
    height:44px;
    border-bottom:1px solid  #cfcfcf;
    font-size:20px;
    line-height: 44px;
    padding-left:60px;
    color:#fff;
    margin-bottom:20px;
    position: relative;
}
.content-inner .body{
    margin:0 20px 20px 20px;
    line-height: normal;
}

/* ------------------------------
 * multi purpose
 ------------------------------ */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.mb0{
    margin-bottom: 0px;
}
.mb5{
    margin-bottom:5px;
}
.mb10{
    margin-bottom:10px;
}
.mb15{
    margin-bottom:15px;
}
.mb20{
    margin-bottom:20px;
}
.mt20{
    margin-top:20px;
}
.mb30{
    margin-bottom:30px;
}
.mb40{
    margin-bottom:40px;
}
.mr0{
    margin-right: 0px;
}
.mr5{
    margin-right:5px;
}
.mr10{
    margin-right:10px;
}
.mr15{
    margin-right:15px;
}
.mr20{
    margin-right:20px;
}
.ml10{
    margin-left: 10px;
}

.red{
    color: #ff0000;
}

.underline{
    text-decoration: underline;
}

.imeOn{
    ime-mode: active;
}

.imeOff{
    ime-mode: disabled;
}

.center{
    text-align: center;
}

.left{
	text-align: left;
}

.border-dot {
	border-bottom: 1px dotted #7F7F7F;
}


/* ------------------------------
 * common parts
 ------------------------------ */

 /* ページトップ */
.toPageTop{
    text-align: right;
    min-width: 100%;
    margin: 20px 0;
}
    .toPageTop a{
        color: #000;
    }

    .toPageTop.affix{
    bottom: 25px;
    left: 0;
    }

/* ------------------------------
 * icon & button
 ------------------------------ */
.btn{
    display: inline-block;
    border:none;
    cursor: pointer;
}
    .btn:hover{
        filter: alpha(opacity=75);
        -moz-opacity:0.75;
        opacity:0.75;
    }

    .btn-dark:hover{
        filter: alpha(opacity=50);
        -moz-opacity:0.5;
        opacity:0.5;
    }
	
button.btn-back,
input[type=submit].btn-back,
input[type=button].btn-back{
    width:101px;
    height:32px;
    background: url(../img/btn_back.png);
}


/* ------------------------------
    error page
------------------------------ */

#outer-w739 {
/*    width: 739px;*/
    width: 90%;
    margin: 40px auto;
}
.content-w739 h1 {
    padding: 0 15px;
    margin-bottom: 25px;
    line-height: 44px;
    background: url(../img/bg_h1.png) repeat-x left center #000;
    font-size: 18px;
    color: white;
}
.container-liquid {
    width: auto;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
}
.toPageTop-liquid {
    width: auto;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
}
.footer-liquid {
    width: auto;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-bottom: env(safe-area-inset-bottom);
/*   margin: 0 0 20px; / iPhoneX以外で確認する際に設定 */
}
.header_liquid,
.container-liquid-inner {
    width: 95%;
    margin: 0 auto;
}
.header_liquid .brand {
    background: url(../img/tablet/header_bg.png) repeat-x top left;
    margin-bottom: 7px;
    padding: 0;
}
.header_liquid .brand a {
    display: block;
    float: left;
    width: 98px;
    height: 66px;
}
/*.help-manual*/
.content-w739 .help-manual {
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 40px;
}
.content-w739 .help-manual h3 {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-bottom: 1px solid #ccc;
    background-color: #f6f6f6;
}
.content-w739 .help-manual h3 img {
   margin: 7px 0;
 }
.content-w739 .help-manual ul {
    padding: 15px 0;
}
.content-w739 .help-manual li {
    /*height: 30px;*/
    line-height: 30px;
    padding-left: 15px;
    margin-bottom: 5px;
}
.content-w739 .help-manual li a {
    display: block;
    margin-right: 10px;
    float: left;
    color: black;
}
.content-w739 .help-manual li img {
    margin: 6px 0;
}

/*
Adobe Reader Download
2013/12/24 Update
*/

#adobe-reader {
	margin: 50px 20px 20px 20px;
}

.adobe-reader-icon {
	float: left;
}

.adobe-reader-mess1 {
	float: left;
	margin: 0 0 30px 20px;
}

.adobe-reader-mess2 {
	clear: both;
	font-size: 12px;
}

/*.error-page, maintenance-page*/
.content-w739 .error-page,
.content-w739 .maintenance-page {
    font-size: 14px;
    margin-bottom: 40px;
    padding: 0 15px;
    line-height: 22px;
}
.content-w739 .maintenance-content {
    font-weight: bold;
    margin: 16px 0;
}
/*.batch-edit*/
.content-w739 .actions {
    clear: both;
    text-align: center;
}
.content-w739 .batch-edit {
    margin-bottom: 40px;
}
.content-w739 .batch-edit h3 {
    height: 25px;
    line-height: 25px;
    padding-left: 15px;
    margin: 15px 0 10px;
    background-color: rgb(166,166,166);
    color: white;
    font-weight: bold;
}
.content-w739 .batch-edit p {
    line-height: 16px;
}
.content-w739 .batch-edit .help-capture {
    margin: 5px 0 15px;
}
.content-w739 .batch-edit .help-sample {
    width: 721px;
    margin: 5px 0 15px;
    padding: 8px;
    line-height: 16px;
    border: 1px solid rgb(166,166,166);
}
.content-w739 .batch-edit .help-notes {
    margin-top: 5px;
    color: red;
}
.content-w739 .batch-edit table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: separate;
    border-spacing: 1px;
    line-height: 16px;
}
.content-w739 .batch-edit th {
    background-color: #f6f6f6;
}
.content-w739 .batch-edit th,
.content-w739 .batch-edit td {
    text-align: center;
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.content-w739 .batch-edit .td-last {
    border-right: none;
}
.content-w739 .batch-edit .td-sentence {
    text-align: left;
}
.content-w739 .batch-edit .tr-last td {
    border-bottom: none;
}
.content-w739 .batch-edit .w25 {
    width: 25px;
}
.content-w739 .batch-edit .w40 {
    width: 40px;
}
.content-w739 .batch-edit .w60 {
    width: 60px;
}
.content-w739 .batch-edit .w200 {
    width: 200px;
}
.content-w739 .batch-edit-user .help-sample {
    width: 721px;
}

@media screen and (min-width: 0px) and (max-width: 979px) {
    .footer-liquid {
        min-width: 100%;
    }
    .header_liquid,
    .container-liquid-inner {
        width: 100%;
        margin: 0 auto;
    }
    .container-liquid #outer-w739 {
        width: 98%;
        margin: 40px auto;
    }
    .content-w739 .batch-edit .help-sample {
        width: 97.5%;
    }
    .content-w739 .batch-edit-user .help-capture img {
        width: 100%;
    }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .container-liquid,
    .toPageTop-liquid,
    .footer-liquid {
        width: 420px;
    }
    .header_liquid,
    .container-liquid-inner {
        /* width: 95%; */
        width: 400px;
        margin: 0 10px;
    }
    .container-liquid #outer-w739 {
        width: 400px;
        margin: 40px 10px;
    }
    .container {
        margin: 0 auto;
    }
}