@charset "euc-jp";

/*

    基本のレイアウトとスタイル
   
*/

/* ----------------------------------------------------------
    ベース / 汎用
------------------------------------------------------------- */
.contents_ttl {
    width: 960px;
    height: 30px;
    margin-bottom: 25px;
    padding-bottom: 18px;
    background: url(../img/common/bg_contents_ttl_line.png) 100% 100% no-repeat;
    color: #4c4c4c;
    font-size: 215%;
    line-height: 1;
    text-align: center;
}

/* ----------------------------------------------------------
    ヘッダー / #header
------------------------------------------------------------- */
#header {
    width: 100%;
    height: 100px;
}

.header_main {
    width: 960px;
    height: 80px;
    margin: 0 auto;
    padding-top: 20px;
}

.header_logo {
    float: left;
    padding-top: 6px;
}

.header_siteseal {
    float: right;
    width: 270px;
    height: 60px;
    padding-left: 30px;
    border-left: 1px solid #d8d8d8;
}

.siteseal_txt {
    float: left;
    width: 124px;
    padding-top: 17px;
    font-size: 77%;
    font-weight: bold;
    line-height: 1.2;
}

.siteseal_img {
    float: right;
    padding-top: 5px;
}

/* ----------------------------------------------------------
    グローバルナビ / #gnav
------------------------------------------------------------- */
#gnav {
    width: 100%;
    height: 59px;
    border-top: 1px solid #d8d8d8;
}

.gnav_main {
    width: 960px;
    height: 59px;
    margin: 0 auto;
    list-style: none;
}

.gnav_main li { float: left; }

.gnav_main li a , .gnav_main li a:link {
    display: block;
    width: 192px;
    height: 56px;
    border-top: 3px solid  #ececec;
    color: #4c4c4c;
    font-size: 105%;
    font-weight: bold;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
}

.gnav_main li a.is-current , .gnav_main li a:hover {
    border-top: 3px solid  #0a84c8;
    color: #0a84c8;
    text-decoration: none;
}

/* ----------------------------------------------------------
    サブナビ / #gnav
------------------------------------------------------------- */
.subnav {
    width: 100%;
    height: 26px;
    padding: 12px 0;
    background-color: #424242;
    text-align: center;
    word-spacing: 15px;
}

.ie7 .subnav {
    word-spacing: 15px;
	zoom: 1;
}

.subnav-main li {
    display: inline-block;
    list-style: none;
}

.ie7 .subnav-main li {
    display: inline;
    list-style: none;
	margin: 0 7px;
	zoom: 1;
}

.subnav-main li a {
    display: block;
    padding: 6px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 98%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.subnav-main li a.is-current , .subnav-main li a:hover {
    background-color: #0a84c8;
    text-decoration: none;
}

.subnav-main li a:link { text-decoration: none; }


/* ----------------------------------------------------------
    ページタイトル
------------------------------------------------------------- */
.page_ttl {
    position: relative;
    width: 100%;
    height: 130px;
    background-color: #0a84c8;
    color: #fff;
}

.ttl-main {
    width: 960px;
    height: 130px;
    margin: 0 auto;
}

.ttl-name {
    position: absolute;
    top: 45px;
    width: 960px;
    color: #fff;
    font-size: 330%;
    line-height: 1;
    text-align: center;
}

/* ----------------------------------------------------------
    パンクズ
------------------------------------------------------------- */
.pankuzu {
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 80%;
}

.pankuzu a { color: #fff; }

/* ----------------------------------------------------------
    コンテンツ
------------------------------------------------------------- */
.page-main {
    width: 960px;
    min-height: 540px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.page_contents {
    width: 960px;
    padding: 50px 0 70px;
}

.policy_area .ul{
    list-style: disc;
}

.policy_area ul{
    margin: 0 0 15px 30px;
}

.ie7 .page_contents {
    width: 960px;
    padding: 50px 0 0;
}

.page_sub_ttl { padding-bottom: 25px; }

.contents_txt { padding-left: 20px; }

/* ----------------------------------------------------------
    ページトップ / #footer
------------------------------------------------------------- */
.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-attachment: fixed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* ----------------------------------------------------------
    フッター / #footer
------------------------------------------------------------- */
#footer {
    width: 100%;
    border-top: 1px solid #efefef;
    font-size: 90%;
    text-align: center;
}

.footer_main {
    width: 960px;
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    margin:0 auto;
    text-align: left;
}

.footer_left {
    width: 450px;
    word-spacing: 10px;
    line-height: 2;
    padding-top: 5px;
}

.footer_right{
    display: flex;
    padding-left: 30px;
    border-left: 1px solid #d8d8d8;
}

.antiphishing_txt{
    padding-top: 17px;
    font-size: 77%;
    font-weight: bold;
    line-height: 1.2;
    width: 125px;
    margin-right: 15px;
}

address {
    width: 100%;
    padding: 15px 0;
    background-color: #0a84c8;
    color: #fff;
}

.measure_list { margin-left: 30px; }