﻿@charset "UTF-8";
/* --------------------------------
	headerfooter.css
--------------------------------
PC版のヘッダーフッター用のcssです。
-------------------------------- */
/* --------------------------------
■ ヘッダー
--------------------------------*/
#Header {
	border-bottom: 3px solid #f0d66a!important; /*真ん中：黄色*/
	position: relative;
	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;
	background: none!important;
	padding-bottom: 0px!important;
}
#Header:before {
	content: '';
	position: absolute!important;
	bottom: -3px;
	width: 33.3%!important;
	height: 3px;
	background: #d681b2!important; /*左：ピンク*/
	left: 0;
}
#Header:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -3px;
	width: 33.3%!important;
	height: 3px;
	background: #84cbc5; /*右：緑*/
}
#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;
}
#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;
}
.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;
}
/* --------------------------------
■ ページトップ
--------------------------------*/
#pageTop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 120;
}
