﻿@charset "UTF-8";
/* --------------------------------
	headerfooter.css
--------------------------------
スマホ版のヘッダーフッター用のcssです。
-------------------------------- */
/* --------------------------------
■ ヘッダー
--------------------------------*/
#Header {
    border-bottom: 1px solid #17557a;
    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;
    color: #4d4d4d;
}
#Header a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
#HeaderMENU {
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}
#SiteNav ul {
    font-size: 1.2rem;
    margin: 60px 20px;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    text-align: left;
}
#SiteNav li {
    border-top: dotted 1px #1E4775;
    padding: 12px 0;
}
#SiteNav li a, #SiteNav li strong {
    color: #4D4D4D;
    text-decoration: none;
}
#SiteNav li:last-child {
    border-bottom: dotted 1px #1E4775;
}
#SiteLogo {
    margin: 0;
    float: left;
}
#SiteLogo img {
    margin: 10px 0 4px 10px;
    width: 150px;
}
#Login_area {
    padding: 5px 0px;
    margin: 0;
    font-weight: bold;
    text-align: left;
    font-size: 1.0rem;
    width: auto;
    box-sizing:
    border-box;
    float: left;
    line-height: 1;
}

#Login_area2 {
    background-color: #f2f2f2;
    padding: 5px 10px;
    margin: 0;
    font-weight: bold;
    text-align: right;
    font-size: 1.0rem;
    overflow: hidden;
    width: 100%;
    box-sizing:border-box;
}

#Header .login_btn a{
    float: right;
    text-align: center;
    white-space: nowrap;
    background: linear-gradient(to bottom, #334d80, #18315e);
    margin: 0;
    border: solid 1px #18315e;
    box-shadow: 0 2px 1px rgb(40 70 165) inset;
    font-size: 1.0rem;
    text-decoration: none;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    display: block;
    font-weight: normal;
    padding: 2px 8px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 0;
    width: auto;
    letter-spacing: inherit;
    line-height: 1.5;
}

.login_btn:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.br_sp:before {
	content: "\A";
	white-space: pre;
}
/* --------------------------------
■ フッター
--------------------------------*/
#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: 1.4rem;
    line-height: 1.5;
    padding: 0 20px;
    box-sizing: border-box;
    color: #4d4d4d;
}

.INFOblock h2{
   margin-bottom: 14px;
     font-size: 1.4rem;
}

.INFOblock p{
   text-align: left;
}

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

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

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

.Main_Contents_Box .themeA{
	text-align: left;
    padding: 10px;
    width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
    box-sizing: border-box;
    margin: 0 10px;
    background-color: #f5f5f5;
}

.color_red {
    color: #be0101;
}

.Main_Contents_Box .themeA h1{
	font-size: 1.6rem;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;
    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: 1.4rem;
    color: #4d4d4d!important;
}

