@charset "utf-8";
#article.memberinput{
    background: #fff;
    padding: 10px 0 0;
}
#article table {
    width: 680px;
    margin: auto;
    background: #f7f7f7;
    border: 1px solid #999;
    box-shadow: 0 1px 3px #ddd;
    border-radius: 5px;
}
#article tr#nameKanjiGroup th {
    border-radius: 5px 0 0 0;
}
#article tr#nameKanjiGroup td {
    border-radius: 0 5px 0 0;
}
#article tr#message th {
    border-radius: 0 0 0 5px;
}
#article tr#message td {
    border-radius: 0 0 5px 0;
}
#article th,
#article td.need {
    background: #eee;
    padding: 0;
    text-align: center;
}
#article th {
    font-weight: normal;
    text-align: right;
    width: 224px;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    height: 40px;
}
#article th img {
    vertical-align: -3px;
    margin: 0 0 0 5px;
}
#article tr#howToReturn th,
#article tr#receiveTime th,
#article tr#requestGroup th {
    height: 50px;
}
#article tr#message p {
    margin: 3px 0 5px;
}
#article td {
   padding: 5px 5px 5px 20px;
   border-bottom: 1px solid #ccc;
   background: #fff;
   vertical-align: middle;
}
#article td.need {
    border-right: 1px dotted #ccc!important;
    width: 20px;
}
#article td span {
    color: #ff0000;
    display: block;
    font-size: 80%;
    display: none;
}
#article td span.required {
    display: block;
}


#article #requestGroup th,
#article td.hissu {
    vertical-align: top;
}
#article td.hissu {
    padding: 8px 5px 0;
}
#message th,
#message td {
    border-bottom: none;

}
#message td {
    padding: 5px 5px 10px 20px;
}

#article #memberRegistPoint{
    margin-bottom: 6px;
}

#article p.center{
    margin: 15px 0;
    text-align: center;
    color:#FFFFFF;
    font-size:135%;
    font-weight:bold;
    margin:25px auto;
    padding:21px 0;
    text-align:center;
    width: 316px;
}

#article p.txt{
    clear: both;
    font-size: 100%;
    line-height: 130%;
    margin: 0 auto 5px;
    width: 660px;
    color : #333333;
}

#article p.ttlP {
    border-left: 4px solid #3C79CC;
    color: #333333;
    font-size: 115%;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0 0 0 5px;
    width: 400px;
}
#article .agreement{
    text-align: center;
    margin-top: 10px;
}

ul.notice {
    margin-bottom: 50px;
    margin-top: 20px;
}

ul.notice li.title {
    color: #000000;
    margin-bottom: 10px;
}

ul.notice li.list {
    margin-left: 20px;
}

#article p.submit_btn{
    margin-top: 10px;
    text-align: center;
}
input::-webkit-input-placeholder{
    color:#909090;
}
*::-moz-placeholder{
    color:#909090;
}
::-ms-input-placeholder{
    color:#909090;
}

#remain,
#fixed{
    background-color: #555555;
    border-radius: 5px;
    height: 90px;
    opacity: 0.9;
    position: absolute;
    right: 66px;
    text-align: center;
    width: 100px;
}

#fixed{
    position:fixed;
    top:70px;
}

#remain p,
#fixed p{
 color: #fff;
}
#remain p.submit_ok,
#fixed p.submit_ok{
    display: none;
    height: 90px;
    vertical-align: middle;
    width: 100px;
}
#remain .emphasis,
#fixed .emphasis{
    font-size: 40px;
    font-weight: bold;
}