@charset "utf-8";
/*----------------------------------------------------
    login
----------------------------------------------------*/
#loginContainer{
    position:relative; /* フッターを位置指定（底辺に）する時に使う基準設定 */
    min-height:100%; /* 全部囲ってるdiv#containerの高さもブラウザ画面いっぱいにする */
                    /* （min-heightは最小の高さを指定するプロパティ） */
}

#mobileLoginContainer{
    min-height:90%;
}

#loginMain {
    text-align: center;
    padding: 0;
    height: auto;
    /* IE6 */
    width: 100%;
    padding-bottom:100px;
}

#inputArea {
  margin: auto;
  width: 690px;
}
#inputArea td {
  text-align:left;
}

#errorArea {
  width: 220px;
  vertical-align:top;
  padding-top: 218px;

}

#mobileErrorArea {
  margin-bottom: 20px;
  margin: auto;
  width:375px;

}

#loginContents {
    margin: 0 auto;
    padding-top: 50px;
}

#loginContents span {
    margin: 0 auto;
    display: none;
}

#loginContents ul {
    /*_margin-bottom: 50px;*/
}

#loginContents li {
    margin: 0 auto;
    /*_margin-bottom: 10px;*/
}

#loginContents input[type="text"] {
    border: #DFDFDF 3px solid;
    width: 220px;
    height: 25px;
    margin-bottom: 10px;
}

#loginContents input[type="password"] {
    border: #DFDFDF 3px solid;
    width: 220px;
    height: 25px;
    margin-bottom: 10px;
}

#loginContents input[type="checkbox"] {
    margin: 0 5px 0 10px;
}

#loginContents li {
    text-align: left;
}

#loginContents h1 {
    margin-bottom: 24px;
}
#loginContents h1 img{
    width: 228px;
    height: 173px;
}

#loginVerification{

}

#spPreview {
  width: 30%;
  margin: 0 auto;
}

#spPreview td{
  height:40px;
}
/*----------------------------------------------------
    余白
----------------------------------------------------*/
#loginSpace {
    width: 97px;
    height: 110px;
}
/*----------------------------------------------------
    お知らせエリア
----------------------------------------------------*/
#loginInfoArea {
  border: 1px solid #dfdfdf;
  margin: auto;
  width: 690px;
  line-height: 1.5em;
  margin-bottom: 40px;
  position: relative;
}

#loginInfoArea p {
    padding-left: 10px;
    font-size: 100%;
    text-align: left;
    word-wrap: break-word;
}

#loginInfoArea h3 {
    padding-left: 10px;
    border-bottom: 0px;
    font-size: 102%;
    text-align: left;
    word-wrap: break-word;
}
#loginInfoArea  #articleDate {
    text-align: right;
}

.link {
    background: url(../images/icon/icon_newWindow.png) left center no-repeat;
    padding-left: 23px;
    margin-left: 5px;
    color: #666666;
    /* IE6、7 */
    display: inline-block;
    width: 18px;
    height: 15px;
}

.pdf {
    background: url(../images/icon/icon_pdf.png) left center no-repeat;
    padding-left: 23px;
    margin-left: 5px;
    color: #666666;
    /* IE6、7 */
    display: inline-block;
    width: 17px;
    height: 16px;
}

.file {
    background: url(../images/icon/icon_file.png) left center no-repeat;
    padding-left: 23px;
    margin-left: 5px;
    color: #666666;
    /* IE6、7 */
    display: inline-block;
    width: 16px;
    height: 16px;
}

.xls {
    background: url(../images/icon/icon_xls.png) left center no-repeat;
    padding-left: 23px;
    margin-left: 5px;
    color: #666666;
    /* IE6、7 */
    display: inline-block;
    width: 16px;
    height: 16px;
}

.doc {
    background: url(../images/icon/icon_doc.png) left center no-repeat;
    padding-left: 23px;
    margin-left: 5px;
    color: #666666;
    /* IE6、7 */
    display: inline-block;
    width: 16px;
    height: 16px;
}

.ppt {
    background: url(../images/icon/icon_pps.png) left center no-repeat;
    padding-left: 23px;
    margin-left: 5px;
    color: #666666;
    /* IE6、7 */
    display: inline-block;
    width: 16px;
    height: 16px;
}

.zip {
    background: url(../images/icon/icon_archive.png) left center no-repeat;
    padding-left: 23px;
    margin-left: 5px;
    color: #666666;
    /* IE6、7 */
    display: inline-block;
    width: 16px;
    height: 16px;
}

/* IE9 */
:root #loginInfoArea {
   /* top: -80px \0;*/
}

/* スマートフォン用ログイン画面 */
.mobileHeaderTableTop {
  height: 54px;
  width: 100%;
  white-space: nowrap;
  font-family: Meiryo, 'メイリオ', 'MS PGothic', arial, sans-serif;
  background-color: #7fbfff;
}

.mobileHeaderTitleTop {
  width: 10%;
  height: 40px;
  color: #ffffff;
  text-align: center;
  vertical-align: bottom;
  font-size: 24px;
  font-weight: bold;
}

.mobileHeaderPresentedByTop {
  width: 10%;
  height: 14px;
  font-size: 10px;
  font-style: italic;
  text-align: center;
  vertical-align: top;
  color: #FFFFFF;
}

.mobileHeaderScreenTitleTop {
  width: 90%;
  padding-bottom: 5px;
  padding-left: 5px;
  color: #ffffff;
  text-align: left;
  vertical-align: bottom;
  font-size: 34px;
  font-weight: bold;
  white-space: nowrap;
  border-left: 1px dotted #ffffff;
}

/*----------------------------------------------------
    フッター
----------------------------------------------------*/
#loginFooter {
    background: #eeeeee url(../images/etc/bg_img_shadowFooter.png) left top
        repeat-x;
    text-align: center;
    padding: 20px 0 0 0px;
    margin: auto;
    line-height: 1.2em;
    position:absolute; /* フッターを絶対値↓のbottom：0に指定する設定 */
    bottom:0; /* フッターを一番下に置くぜ！ */
    height:100px;
}

#footerContents {
  overflow: hidden;
    min-height: 100px;
    width:100%;
}

#mobileLoginFooter {
    background: #eeeeee url(../images/etc/bg_img_shadowFooter.png) left top
        repeat-x;
    text-align: center;
    padding: 20px 0 0 0px;
    margin: auto;
    line-height: 1.2em;
    position:absolute; /* フッターを絶対値↓のbottom：0に指定する設定 */
    bottom:0; /* フッターを一番下に置くぜ！ */
    height:30px;
}

#mobileFooterContents {
  overflow: hidden;
    min-height: 10px;
    width:100%;
}

#footerContents #mobileFooterContents li {
    font-size: 93%;
    color: #8a8a8a;
    float: left; }

#footerContents #mobileFooterContents td {
    vertical-align:top;
    font-size: 93%;
    color: #8a8a8a;
 }

#footerContents #mobileFooterContents table {
    font-size: 93%;
    color: #8a8a8a;
    float: left;
    border:1px;
}

#footerLink{
  white-space:nowrap;
  width:45%;
  padding-left:20px;
}

#mobileFooterLink{
  white-space:nowrap;
  width:1%;
  padding-left:20px;
}

#footerContents #footerInformation{
    margin: 0 60px 0 0;
    padding: 0;
    font-size: 100%;
}

#footerContents #footerInformation li {
    float: none;
    background: url(../images/icon/icon_img_bulletLink.png) no-repeat left center;
    padding-left: 10px;
    margin-left: 0;
    text-align: left;
    line-height: 2em;
    font-size: 100%;
}

#mobileFooterContents #footerInformation{
    margin: 0 60px 0 0;
    padding: 0;
    font-size: 100%;
}

#mobileFooterContents #footerInformation li {
    float: none;
    background: url(../images/icon/icon_img_bulletLink.png) no-repeat left center;
    padding-left: 10px;
    margin-left: 0;
    text-align: left;
    line-height: 2em;
    font-size: 100%;
}

/* IE9 */
:root #footerContents {
    width: 960px \0;
}

#footerCenter {
  width:10%;
  text-align:center;
}

#callCenter {
    width: 300px;

    line-height: 1em;
}

#callCenter a {
    font-size:1.1em;
    color:#4682b4;
    font-weight:bold;
}

#footerRight {
  text-align:right;
  width:45%;
}

#securityMark {
    line-height: 1.2em;
    color: #8a8a8a;
    margin-right: 0;
    width: 300px;
    height: 77px;
    background-color:#FFFFFF;
    border:#bfbfbf solid 1px;
}

#securityMark p {
    padding-left: 10px;
    text-align: left;
    font-size: 10px;
    float: left;
    height: 65px;
    width: 140px;
}

#securityMark img {
    float: right;
}
/*----------------------------------------------------
    エラー
----------------------------------------------------*/
#error {
    color: #fff;
    background: #c11217;
    width: 180px;
    text-align: left;
    padding: 30px 10px 30px 10px;
    margin-top: 48px;
}

#mobileError {
    color: #c11217;
    margin: auto;
    text-align: left;
    padding-left:5px;
}

/* IE9 */
:root #error {
    top: -180px \0;
    left: 247px \0;
}

/* placeholderテキストカラーの上書き */
.jq-placeholder {
    color: #999999 !important;
}

.focus {
    color: #434343 !important;
}

.textBoxLarge {
    width: 220px;
    height: 20px;
    padding-top: 5px;
    padding-left: 3px;
}
.loginBtnActive {
    cursor:pointer;
}
.loginBtnInActive {
    cursor:default;
}