@charset "utf-8";

/* top elements */

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

img {
    border: 0;
}

main {
    color: #343e5e;
    font: normal .8em Verdana, Sans-serif;
    background: #fff;
    line-height: 1.4;
}

/* #container {
    width: 100%;
    margin: 0 auto;
}

#content {
    width: 960px;
    text-align: left;
    margin: 0 auto;
} */


/* links */

a:link {
    color: #4a947b;
    text-decoration: none;
}

a:visited {
    color: #4a947b;
    text-decoration: none;
}

a:hover {
    color: #ff9000;
    text-decoration: underline;
}

a:active {
    color: #ff9000;
    text-decoration: none;
}






/* left content */

#mainBox {
    width: 100%;
    /* margin-top: 20px; */
}

.post01 {
    width: 630px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.post01 div {
    float: left;
    padding-right: 10px;
    font-size: 190%;
    font-weight: normal;
    color: #ff6060;
}

.post01 p {
    font-weight: normal;
    margin: 0;
}

.post02 {
    width: 630px;
}

.post03 {
    margin: 5px 14px 5px 14px;
    line-height: 1.8em;
    padding: 14px;
    background-color: #e3e6e9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


/* form */

.formBox label {
    padding-left: 10px;
}

.formBox ul {
    list-style: none;
    margin: 0 0 10px 0;
}

.formBox ul li {
    padding-top: 10px;
    padding-top: 10px;
}

.formBox ul li:first-child {
    border: none;
}

.formBox ul li span {
    float: left;
    display: block;
    width: 160px;
    text-align: left;
    margin-right: 10px;
}

.formBox p {
    display: block;
    overflow: hidden;
    padding-top: 3px;
    zoom: 1;
}

.openBtn {
    display: inline;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 6px 10px;
    border: none;
    border-bottom: solid 2px #747e89;
    background: #828e9a;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 auto;
    margin-left: 10px;
}

.openBtn:hover {
    color: #fff;
    text-decoration: none;
    border: none;
    border-bottom: solid 2px #747e89;
    background: #747e89;
}

.formBtn {
    margin-left: 10px;
}


/* launcher search */

.formsearch01 {
    width: 100%;
    margin-top: 10px;
    height: 28px;
    text-align: center;
}

.formsearch01 input.editbox_search {
    height: 28px;
    width: 280px;
    color: #333333;
    background: #FAFAFA;
    outline: none;
    border: 1px solid #acacac;
    padding-left: 4px;
    margin: 0 auto;
}

.searchBtn {
    width: 90px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 110%;
    padding: 6px 0;
    color: #fff;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 10px;
    margin-left: 4px;
    margin-right: 4px;
}

.searchBtnColor01 {
    border-bottom: solid 2px #c4641b;
    background: #ff8223;
}

.searchBtnColor02 {
    border-bottom: solid 2px #149078;
    background: #1abc9c;
}

.searchBtnColor03 {
    border-bottom: solid 2px #646d76;
    background: #828e9a;
}

.searchBtnColor01:hover {
    border-bottom: solid 2px #f37719;
    background: #f37719;
}

.searchBtnColor02:hover {
    border-bottom: solid 2px #0bad8d;
    background: #0bad8d;
}

.searchBtnColor03:hover {
    border-bottom: solid 2px #646d76;
    background: #646d76;
}


.hidden {
    display: none;
}

.inactive_link {
    color: #8b8b8b;
}

.footer_menu span {
    margin-top: 0px;
}