/*
 * Copyright © 2013 Keikyu Corporation All rights reserved.
 */

@charset "UTF-8";
html,body{
    height: 100%;
}

html {
    background-color: #EAEAEA;
}

#mainAreaWrapper {
    position: relative;
    width: 800px;
    height: 630px;
    margin: 0 auto;
}

#mainArea {
    position: relative;
    padding-bottom: 20px;
    background-color: #FFFFFF;
}

#kiyakuLogo {
    padding-top: 10px;
    margin: 0px 10px 4px 10px;
}

hr {
    border: 3px #000000 solid;
    margin: 0;
}

.boldLabel {
    font-weight: bold;
}

.borderLine {
    padding: 0;
    margin: 0;
    height: 3px;
    background-color: #555555;
    overflow:hidden;
}

.borderLineSolid {
    padding: 0;
    margin: 5px 0;
    height: 1px;
    background-color: #555555;
    overflow:hidden;
}

#mailInfoMessage {
    color: #FF0000;
}

.informationInterval {
    margin: 5px 0 5px 0;
}

#heading {
    height: 32px;
    background-color: #555555;
    padding: 5px 0 0 5px;
}

#heading div {
    font-size: 24px;
    color: #ffffff;
    border-left: 3px #ffffff solid;
    padding-left:7px;
    margin: 2px 7px;
    line-height: 100%;
}

.subHeadingWrapper {
    margin-bottom: 5px;
}

.subHeading {
    min-height: 23px;
    height: auto !important;
    height: 23px;
    border-bottom: 1px solid #BBBBBB;
    padding: 5px 0;
    font-weight: bold;
}

.subHeading div {
    font-size: 17px;
    color: #555555;
    margin: 2px 7px;
    line-height: 100%;
    *line-height: 23px;
}

.subInfo {
    padding: 15px;
}

#userIdInfo {
}


#passwordInfo {
}

#buttonArea {
    margin-top: 30px;
    text-align: center;
}

#buttonArea a {
    text-decoration: none;
}

#companyList {
    padding-left: 20px;
}
#companyList th {
    font-size: 18px;
    background-color: #DCDCDC;
    border: solid 1px #000;
}
#companyList td{
    padding-left: 20px;
    border: solid 1px #000;
}

#userIdList {
    padding-left: 20px;
}
#userIdList th {
    font-size: 18px;
    background-color: #DCDCDC;
    border: solid 1px #000;
}
#userIdList td{
    padding-left: 20px;
    border: solid 1px #000;
}
#userIdList td:nth-child(2){
    white-space: nowrap;
}
#userIdList td:nth-child(2) span{
    display: inline-block;
    width: 14px;
}

#faqCloseButton {
    background: url("/bundles/keikyunewsletter/images/close_btn.png");
    background-repeat: no-repeat;
    width: 253px;
    height: 37px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#faqCloseButton:hover{
    background: url("/bundles/keikyunewsletter/images/close_btn_over.png");
}

.companyGroupHeader {
    text-align: center;
    color: #FFF;
    font-size: 16px;
    padding: 0!important;
}

.openInsuranceButton {
    background: url("/bundles/keikyunewsletter/images/btn_hoken.png");
    background-repeat: no-repeat;
    width: 237px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.openInsuranceButton:hover{
    background-position: left bottom;
}
