@charset "UTF-8";
/* CSS Document */
/* common */

.error-message {
    color: red;
}
.message {
    color: red;
}
.req {
    color: red;
    font-weight: bold;
}
.btn_back {
    display:inline-block;
    width: 8em;
    margin-right: 10px;
    border:0;
    color: #ffffff;
    background: #666666;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 18px 0;
    font-weight: bold;
    font-size: 130%;
}
.btn_submit {
    display:inline-block;
    width: 343px;
    border:0;
    color: #ffffff;
    background: #ff7f00;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 18px 0;
    font-weight: bold;
    font-size: 130%;
}
.btn_back:hover, .btn_submit:hover{
    opacity: 0.70;
    filter: alpha(opacity=70);
}
.cbox {
    margin: 0 auto;
    text-align: center;
    width: 80%;
}
input[type="button"]:disabled {
    background-color: gray;
    cursor: not-allowed;
}

.about-course h3{
    color: #1493d3;
}
.about-img-graph{
    text-align: center;
    margin: 45px auto 60px;
}
.about-border-flow{
    background: #53b1ed;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.about-border-flow1{
    background: #53b1ed;
}
.about-border-flow2{
    background: #70b50d;
}
.about-border-flow3{
    background:#ff7f00;
    width: 764px;
    margin: 0 auto;
}
#contents_area .about-border-flow h3{
    margin-top:0;
}
.about-flow-arrow{
    text-align: center;
    margin-bottom: 10px;
}

h2.lb{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    padding: 0.5em;
    border-left: 5px solid #7dcbf1
}
.sl_indent {
    padding-left: 1em;
    text-indent: -1em;
}

.lbox_partner {
    border: 3px solid #4eb3e5;
    background: #ffffff none repeat scroll 0 0;
    padding: 55px 0 50px;
    width: 775px;
    border-radius: 8px;
    display: none;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 2000;
}
#close_x {
    background-position: -387px -102px;
    display: block;
    height: 23px;
    line-height: 1000px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 24px;
}
.sprited {
    background: rgba(0, 0, 0, 0) url("/partner/img/download_sprite.png") no-repeat scroll 0 0;
    display: block;
    line-height: 1000px;
    overflow: hidden;
}