﻿@charset "UTF-8";
/* --------------------------------
	headerfooter.css
--------------------------------
PC版のヘッダーフッター用のcssです。
-------------------------------- */
/* --------------------------------
■ ヘッダー
--------------------------------*/
#Header {
    border-bottom: 1px solid #17557a!important;
    box-shadow: 0px 0px 5px #333;
    -webkit-box-shadow: 0px 0px 5px #333;
    -moz-box-shadow: 0px 0px 5px #333;
    margin-bottom: 20px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    padding-bottom: 0!important;
    background:none!important;
}
#Header a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
#HeaderMENU {
    margin: 0 auto;
    text-align: left;
    width: 960px;
    overflow: hidden;
}

#SiteNav {
    overflow: hidden;
    margin: 0!important;
}
#SiteNav ul {
    float: right;
    font-size: 1em;
}
#SiteNav li {
    float: left;
    padding: 7px 0 5px;
    border-left: dotted 1px #1E4775;
}
#SiteNav li a, #SiteNav li strong {
    padding: 10px;
    color: #4D4D4D;
    text-decoration: none;
}
#SiteNav li:last-child a {
    border-right: dotted 1px #1E4775;
    padding-bottom: 5px;
}
#SiteLogo {
    margin: 0;
    float: left;
    padding: 0!important;
}
#SiteLogo img {
    margin: 10px 0!important;
}

#Login_area {
    background-color: #f2f2f2;
    float: left;
    padding: 10px 20px;
    margin: 2px 10px 0 0;
    font-weight: bold;
}

#Login_area2 {
    float: right;
    margin: 10px 0px 0 0;
    font-weight: bold;
}

.login_btn{
    float: left;
}

.login_btn a{
    text-align: center;
    white-space: nowrap;
    background: linear-gradient(to bottom, #334d80, #18315e);
    margin: 5px 0 0;
    border: solid 1px #18315e;
    box-shadow: 0 2px 1px rgb(40 70 165) inset;
    font-size: 12px;
    text-decoration: none;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    display: block;
    font-weight: normal;
    padding: 5px 10px;
    color: #fff!important;
    box-sizing: border-box;
}

.login_btn:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.drawer-toggle, drawer-hamburger {
    display: none;
}

.br:before {
	content: "\A";
	white-space: pre;
}

.br2:before {
	content: "\A";
	white-space: pre;
}

.br2 {
	font-size: 1.0em!important;
}
/* --------------------------------
■ フッター
--------------------------------*/
#footerArea {
    border-top: 1px dotted;
    margin: 0 auto;
    text-align: center;
    height: 65px;
    padding: 20px 0px 20px 0px;
    margin-top: 30px;
}
.copyright {
    margin: 0px auto 5px 0px;
    font-size: 12px;
    color: #696969;
}
/* --------------------------------
■ ブロック
--------------------------------*/
.INFOblock {
    text-align: center;
	display: block;
    margin: 70px auto;
    font-size: 14px;
    line-height: 1.5;
}

.INFOblock h2{
   margin-bottom: 14px;
}

/* --------------------------------
	ページトップへ戻るボタン
-------------------------------- */

#pageTop {
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 120;
}
#pageTop a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* --------------------------------
	ご注意
-------------------------------- */

.Main_Contents_Box .themeA{
	text-align: left;
    padding: 10px 16px;
    width: 920px;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #f5f5f5;
}

.color_red {
    color: #be0101;
}

.Main_Contents_Box .themeA h1{
	font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid #17557a;
    background:url("../../images/notice_mark.svg") no-repeat;
    background-size: 24px, 24px;
    background-position: left bottom 1px;
    padding: 3px 0 1px 28px;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #be0101;
}

.Main_Contents_Box .themeA h1 img{
	width: 24px;
    height: 24px;
    vertical-align: bottom;
    margin-right: 5px;
}

.Main_Contents_Box .themeA p{
	font-size: 14px;
}

