body {
	font-size: 10pt;
	color: #000;
}
body:before {
	content: '';
	display: block;
	position: fixed;
	top: 0; right: 0; left: 0;
	height: 80px;
	background-color: #000;
}
a {
	color: #000;
}
#Outline {
	max-width: 1400px;
	padding-top: 80px;
	box-sizing: border-box;
}
#Outline > *{
	box-sizing: border-box;
}
#Header {
	position: fixed;
	top: 0; right: 0; left: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1400px;
	height: 80px;
	background-color: #FFAE00;
	/*background-color: #000;*/
	z-index: 10;
}
/*#Header:before {
	content: '';
	position: absolute;
	top: 0; bottom: 0; left: 0;
	width: 20px;
	background-color: #FFAE00;
}*/

#Header .head_area {
	position: absolute;
	top: 50%; left: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 210px;
	height: 57px;
	background: url(../../../../../file/image/logo_kenchikufurima.png) no-repeat;
	/*top: 22px; bottom: 22px; left: 40px;
	width: 180px;
	height: 36px;
	background: url(../../../../../file/image/logo_kenchikustore.png) no-repeat;*/
	background-size: contain;
	background-position: center left;
}
#Header .head_area a {
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}
#Header ul.menu_area {
	position: absolute;
	top: 0; right: 130px; bottom: 0;
	/*top: 0; right: 170px; bottom: 0;*/
}
#Header ul.menu_area:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	font-size: 0;
	vertical-align: middle;
}
#Header ul.menu_area li {
	display: inline-block;
	margin: 0 20px 0 0;
}
#Header ul.menu_area li:last-child {
	margin: 0;
}
#Header ul.menu_area li a {
	font-family: sans-serif;
	font-size: 1rem;
	font-weight: bold;
	/*font-size: .8rem;
	color: #FFAE00;*/
}
#Header .user_area {
	position: absolute;
	top: 25px; right: 100px; bottom: 25px;
	/*top: 25px; right: 140px; bottom: 25px;*/
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
#Header .user_area a {
	display: block;
	position: absolute;
	top: 0; right: 0; left: 0; bottom: 0;
	background-image: url(../../../../../file/image/icon_user_login.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#Header .user_area a.logined {
	background-image: url(../../../../../file/image/icon_user_logined.png);
}
#Header .button_area {
	position: absolute;
	top: 0; right: 0; bottom: 0;
	background-color: #FFAE00;
	width: 80px;
}
#Header .button_area a.switch {
	display: none;
	position: absolute;
	top: 20px; right: 20px; left: 20px; bottom: 20px;
	background: url(../../../../../file/image/buttonNav.png);
	background-size: 100%;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
#Header .communications {
	position: absolute;
	top: 5px; right: 85px;
	vertical-align: middle;
}
#Header .communications span {
	display: block;
	border-radius: 10px;
	padding: 0 5px;
	width: auto;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	background-color: red;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

#Header .notice {
	display: none;
	position: absolute;
	top: 30px; right: 80px;
	background-color: #666;
	list-style: none;
	z-index: 10;
}
#Header .notice li {
	margin: 0 1px 1px;
	background-color: #FFF;
}
#Header .notice li a {
	display: block;
	position: relative;
	padding: 5px 10px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
#Header .notice li a:hover {
	background-color: #FFAE00;
}
#Header .notice li.category {
	color: #FFF;
	background-color: transparent;
}
#Header .notice li.category span {
	display: block;
	position: relative;
	padding: 5px 10px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

#Nav {
	/*position: absolute;
	top: 80px; bottom: 200px; left: 0;*/
	float: left;
	margin: 10px 0;
	width: 250px;
	overflow-y: auto;
	z-index: 5;
}
#Nav ul {
	position: relative;
	width: 100%;
	font-size: 1rem;
	list-style: none;
}
#Nav ul li {
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	color: #FFF;
	user-select: none;
}
#Nav ul li a {
	display: block;
	position: relative;
	top: 0; right: 0;
	padding: 0 10px;
	margin: 0;
	background-color: #000;
	color: #FFF;
}
#Nav ul.main {
}
#Nav ul.main li {
	margin-bottom: 1px;
}

#Nav ul.parents {
	margin: 0;
	position: relative;
}
/*#Nav ul.parents:before {
	content: '';
	display: block;
	position: relative;
	height: 15px;
	background-image: url(../../../../../file/image/triangle.png);
}*/
#Nav ul.parents li a {
	background-color: #333;
	color: #FFAE00;
}
#Nav ul.parents li:last-child a {
	background-color: #000;
	color: #ff6c2e;
}
#Nav ul.parents li a:before {
	content: '▼ ';
	font-size: 0.5em;
	margin-right: 3px;
}
#Nav ul.categories li {
}
#Nav ul.categories li a {
	font-size: 0.9rem;
}

#Nav ul li:nth-child(n) a:hover,
#Nav ul li:nth-child(n) a.on {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-color: #FFAE00;
	color: #000;
}

#Aside {
	/*position: absolute;
	top: 80px; right: 0; bottom: 200px;*/
	float: left;
	margin: 10px 0 100px;
	width: 250px;
	overflow: hidden;
	z-index: 1;
}
#Aside .bannerArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc( 100% - 10px );
	max-width: 250px;
}
#Aside .bannerArea a {
	display: block;
	width: 100%;
}
#Aside .bannerArea a:not(:last-child) {
	margin-bottom: 10px;
}
#Aside .bannerArea img {
	display: block;
	width: 100%;
}
#Aside .bannerArea img.hide {
	display: none;
}
#Aside section {
	width: 100%;
	box-sizing: border-box;
}
#Aside section.info h2 {
	padding: 7px 10px;
	background-color: #000;
	color: #fff;
	font-size: 1.2rem;
	font-weight: normal;
	box-sizing: border-box;
}
#Aside section.info > ul {
	list-style: none;
}
#Aside section.info > ul > li {
	border-bottom: 1px dotted #999;
	padding: 5px 10px;
}
#Aside section.info > ul > li:last-child {
	border-bottom: none;
}
#Aside section.info ul li .date {
	line-height: 1.7em;
	color: #aaa;
}
#Aside section.info ul li .date .new {
	margin-left: .5em;
	font-weight: bold;
	color: #ffae00;
}
#Aside section.info ul li .headline {
	padding: 5px 0;
	font-family: sans-serif;
	font-weight: bold;
}
#Aside section.info ul li p strong {
	font-family: sans-serif;
	font-weight: bold;
}
#Aside section.info ul li .sns {
	display: flex;
	/*justify-content: flex-end;*/
	margin-top: 10px;
}
#Aside section.info ul li .sns a {
	display: block;
	width: 35px;
	margin-right: 1em;
}
#Aside section.info ul li .sns a img {
	display: block;
	width: 100%;
}
#Aside section.info ul li ul {
	list-style-type: square;
	padding-left: 1.5em;
}
#Aside section.info ul li ul li {
	text-decoration: underline;
	cursor: pointer;
}
#Aside section.info .more {
	margin: 20px 0;
	padding-right: 1em;
	text-align: right;
}
#Aside section.info .more a {
	padding: 5px 10px;
	background: #ffae00;
	cursor: pointer;
}
#Aside iframe {
	margin: -1px 0 30px;
}

#Footer {
	/*position: absolute;
	right: 0; bottom: 0; left: 0;*/
	clear: both;
	height: 200px;
	/*padding: 0 10px;*/
    padding: 20px calc((100% - 960px) / 2);
	line-height: 25px;
    background: black;
	box-sizing: border-box;
}
#Footer a {
    color: white;
}
#Footer ul {
	list-style: none;
	float: left;
    margin-right: 3em;
}
#Footer .sns {
   margin-right: 0;
}
#Footer .sns a {
	display: block;
	float: left;
	width: 35px;
	margin-right: 20px;
}
#Footer .sns li a img {
	display: block;
	width: 100%;
}
#Footer .copy {
	padding-top: 2em;
	clear: both;
	text-align: center;
	font-size: .8em;
	line-height: 1.3;
	color: white;
}


#Popup {
	display: none;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 100;
}
#Popup .pane {
	position: relative;
	margin: 20px auto;
	padding: 10px 20px;
	width: 80%;
	max-width: 600px;
	background-color: #FFF;
}


#Contents {
	position: relative;
	float: left;
	/*margin: 90px 260px 210px 260px;*/
	margin: 10px 10px 100px;
	padding: 0 9px;
	width: calc(100% - 520px);
	min-height: 800px;
	overflow: hidden;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}