@charset "UTF-8";

/* header
-------------------------------------------------- */
#header_block {
    width: 100%;
    height: 80px;
    border-bottom: 3px solid rgb(231, 233, 234);
    margin: 0px;
    padding: 0px;
	background: #fff;
}
#header_contents {
    width: 980px;
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
}
#logo {
    width: 201px;
    margin: 0px;
    padding: 18px 0px 0px;
    float: left;
}
#logo_copy {
    width: 165px;
    padding: 30px 0px 0px 25px;
    margin: 0px;
    font-size: 10px;
    line-height: 1.3em;
    color: rgb(102, 100, 100);
    float: left;
}
#header_sbnav1 {
    width: 175px;
    padding: 30px 0px 0px;
    margin: 0px;
    float: left;
}
#header_sbnav1 ul {
    padding: 0px;
    margin: 0px;
    list-style: none outside none;
}
#header_sbnav1 ul li {
    float: left;
    padding: 0px 0px 0px 17px;
    margin: 0px 12px 0px 0px;
    list-style: none outside none;
    background-image: url("../images/header-arrow1.gif");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 12px;
}
#header_sbnav1 ul li a:link {
    display: block;
    color: rgb(100, 100, 100);
    text-decoration: none;
}
#header_sbnav2 {
    width: 244px;
    float: left;
    font-size: 11px;
    padding: 0px;
    margin: 26px 0px 0px;
}
#header_sbnav2 ul {
    list-style: none outside none;
    padding: 0px;
    margin: 0px;
}
#header_sbnav2 ul li {
    list-style: none outside none;
    float: left;
    padding: 0px;
    margin: 0px 10px 0px 0px;
}
#header_sbnav2 ul li a:link {
    display: block;
    padding: 0px 10px 0px 28px;
    margin: 0px;
    height: 28px;
    line-height: 28px;
    border: 1px solid rgb(199, 204, 210);
    color: rgb(102, 100, 100);
    background-image: url("../images/header-arrow2.gif");
    background-repeat: no-repeat;
    background-position: 10px center;
    text-decoration: none;
}
.nav_rps {
    display: none;
}
#registration {
    width: 170px;
    padding: 10px 0px 0px;
    margin: 0px;
    float: left;
}
a:link {
    color: rgb(0, 112, 192);
    text-decoration: underline;
}
img {
    overflow: hidden;
    vertical-align: bottom;
    margin: 0px;
    padding: 0px;
    border: medium none;
    max-width: 100%;
    height: auto;
}
#registration_sp {
    display: none;
}

/* btn_scroll
-------------------------------------------------- */
#btn_scroll {
    width: 80px;
    position: fixed;
    /*padding: 7px;*/
    bottom: 73px;
    right: 20px;
	z-index: 10000;
    /*background-color: rgba(255, 255, 255, .5);*/
    /*border-radius: 4px 4px 4px 4px;*/
}
.btn_sc_reg {
    padding: 0px 0px 7px;
    margin: 0px;
}
.btn_sc_totop {
    padding: 0px;
    margin: 0px;
}
.btn_sc_reg a,
.btn_sc_totop a {
	opacity: .85 !important;
	-moz-opacity: .85 !important;
	filter: alpha(opacity=85) !important;
}

/* footer
-------------------------------------------------- */
footer {
    width: 100%;
    height: 53px;
    background-color: rgb(67, 174, 218);
}
.footer_box {
    width: 980px;
    margin: 0px auto;
    padding: 12px 0px 0px;
    overflow: hidden;
}
.footer_logo {
    float: left;
    width: 81px;
}
.footer_logo img {
    overflow: hidden;
    vertical-align: bottom;
    margin: 0px;
    padding: 0px;
    border: medium none;
    max-width: 100%;
    height: auto;
}
.footer_copy {
    float: left;
    width: 846px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    padding: 2px 0px 0px;
}


@media screen and (max-width: 1000px) {

/* header
-------------------------------------------------- */
#header_contents {
    width: 100%;
    height: 75px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    position: relative;
}
#logo {
    padding: 18px 0px 0px 10px;
}
#logo_copy {
    width: 17%;
    padding: 30px 10px 0px 15px;
    margin: 0px;
    font-size: 10px;
    line-height: 1.3em;
    color: rgb(102, 100, 100);
    float: left;
}
#header_sbnav1 {
    width: 11%;
    padding: 0px;
    margin: 0px;
    float: none;
    position: absolute;
    top: 23px;
    right: 420px;
}
#header_sbnav1 ul li {
    float: none;
}
#header_sbnav2 {
    width: 26%;
    position: absolute;
    right: 180px;
    float: none;
}
#header_sbnav2 ul li {
    margin: 0px 5px 0px 0px;
}
#registration {
    width: 170px;
    padding: 0px;
    margin: 0px;
    float: none;
    position: absolute;
    top: 10px;
    right: 20px;
}

/* footer
-------------------------------------------------- */
.footer_box {
    width: auto;
    margin: 0px auto;
    height: 30px;
    padding: 15px 20px 0px;
    position: relative;
}
.footer_logo {
    float: left;
    width: 81px;
}
img {
    max-width: 100%;
}
.footer_copy {
    width: 72%;
}

}

@media screen and (max-width: 900px) {

/* header
-------------------------------------------------- */
#logo {
    width: 170px;
}
#logo_copy {
    width: 19%;
    padding: 30px 4px 0px 10px;
}
#header_sbnav1 {
    width: 13%;
    padding: 0px;
    margin: 0px;
    float: none;
    position: absolute;
    top: 25px;
    right: 315px;
}
#header_sbnav1 ul li {
    float: none;
}
#header_sbnav2 {
    margin: 0px;
    width: 17%;
    position: absolute;
    top: 11px;
    right: 195px;
    float: none;
}
#header_sbnav2 ul li {
    float: none;
    margin: 0px 5px 2px 0px;
}
#registration {
    width: 170px;
    padding: 0px;
    margin: 0px;
    float: none;
    position: absolute;
    top: 10px;
    right: 20px;
}

}

@media screen and (max-width: 750px) {

/* header
-------------------------------------------------- */
#header_block {
    height: 60px;
}
#header_contents {
    position: relative;
    overflow: visible;
}
#logo {
    width: 140px;
    margin: 0px;
    padding: 0px;
    float: none;
    position: absolute;
    top: 13px;
    left: 10px;
}
#logo_copy {
    display: none;
}
#header_sbnav1 {
    display: none;
}
#header_sbnav2 {
    display: none;
}
.nav_rps {
    width: 35px;
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
}
#registration {
    display: none;
}
#registration_sp {
    width: 85px;
    display: block;
    position: absolute;
    top: 15px;
    right: 50px;
}
}
