html, body, div, span, object, iframe, a, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	background: initial;
	font-weight: initial;
}
body {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	min-width: auto;
    min-height: auto;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", YuGothic, Arial, メイリオ, Meiryo, sans-serif;
	font-size: 14px;
    line-height: normal;
	background: #e5e5e6;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
	opacity: .5;
}
img {
	display: block;
	width: 100%;
}

/******************************************************************
				            header
******************************************************************/

#Outline > header {
	position: relative;
	margin: 0 0 8px;
	height: 80px;
	background: white;
}
.logo {
	position: absolute;
	top: 25px; left: 50px;
	box-sizing: border-box;
}
.logo img {
	width: auto;
	height: 31px;
}
#Outline > header p {
	position: absolute;
	top: 28px; left: 343px;
	font-size: 11px;
	line-height: 15px;
}
#Outline > header nav {
	float: right;
	margin: 18px 10px 0 0;
	height: 52px;
}
#Outline > header nav ul {
	display: flex;
	height: 100%;
}
#Outline > header li {
	margin: 0 3px 0 7px;
	height: 100%;
}
#Outline > header nav img {
	width: auto;
	height: 100%;
}
#Outline > header .justSp {
	display: none;
}
#Outline > header .searchLayer {
	display: none;
}
/*****************************************************************
							#UserNav
*****************************************************************/

#UserNav {
	float: right;
    width: 214px;
}
.userMenu {
	margin-bottom: 8px;
	padding: .5em;
	background: white;
}
.userMenu li {
	padding: .5em 1em;
	font-weight: bold;
}

/*****************************************************************
							aside
*****************************************************************/

aside {
	clear: right;
	float: right;
	width: 214px;
}
.searchArea {
	position: relative;
	margin-bottom: 8px;
	padding: .5em;
	background: white;
	overflow: hidden;
}
.searchArea form {
	margin: 0;
	width: 100%;
}
.searchArea input {
	float: left;
	margin: 0;
	padding: 0;
	width: calc(100% - 25px);
	height: 25px;
	line-height: 25px;
	border: none;
}
.searchArea button {
	float: left;
	width: 25px;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}
.searchArea input:focus,
.searchArea button:focus {
	outline: 0;
}
aside nav {
	background: white;
}
aside li:first-child a {
	padding-top: 1.3em;
}
aside li {
	border-bottom: 1px dashed #e5e5e6;
	padding: 0;
	font-size: 13.5px;
	font-weight: bold;
}
aside li:last-child {
	border-bottom: none;
}
aside li.current,
aside li:hover {
	background-color: #e5e5e6;
}
aside li a {
	display: block;
	padding: 1em 0.5em 1em 1.4em;
	width: 100%
	height: 45px;
}

/********************************************************************
							article
********************************************************************/

#Contents {
}

article {
	width: calc(100% - 222px);
}
.topSlider {
	margin-bottom: 8px;
	padding: 15px 18px;
	background: white;
}

.details {
	display: block;
	margin-bottom: 2em;
	font-size: 11px;
	text-align: right;
}

/******************************************************************
							#Popup
******************************************************************/

#Popup {
	position: fixed;
	display: none;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1000;
}

#Popup .popup {
	display: none;
	position: relative;
	margin: 40px auto;
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	background-color: #FFF;
	box-shadow: 0 0 8px 10px #FFF;
	overflow: hidden;
}
#Popup .popup > .wrapper {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	overflow-y: auto;
}
#Popup .popup > .wrapper > * {
	width: 100%;
	height: 100%;
}

#Popup .popup > .wrapper.wbutton {
	margin: 0 0 60px;
}
#Popup .popup > .wrapper .contents {
	position: relative;
	padding: 10px;
	box-sizing: border-box;
}
#Popup .popup > .wrapper .contents h2 {
	position: relative;
	margin: 10px 0 20px;
}
#Popup .popup > .button {
	position: absolute;
	right: 0; bottom: 0; left: 0;
	padding: 0 5px;
	height: 50px;
}
#Popup .popup > .button > div {
	float: left;
	margin: 0 5px 10px;
	border: 1px solid #666;
	border-radius: 20px;
	width: calc(50% - 12px);
	height: 39px;
	line-height: 39px;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
}
#Popup .popup > .button > div.close {
}
#Popup .popup > .button > div.submit {
}
#Popup .popup > .button > div.close:hover,
#Popup .popup > .button > div.submit:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
#Popup > .close,
#Popup .popup > .close {
	position: absolute;
	top: 0; right: 0;
	border-radius: 15px;
	width: 30px;
	height: 30px;
	background-image: url(../../../../file/image/close.png);
	background-size: cover;
	cursor: pointer;
}
#Popup .popup > .close {
	background-position: 0 -30px;
}

#Popup .dialog {
	display: none;
	position: relative;
	margin: 20% auto auto;
	border-radius: 3px;
	padding: 10px 10px;
	max-width: 500px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
}
#Popup .dialog p {
	width: 100%;
	text-align: center;
	font-size: 1.1em;
}
#Popup .dialog form {
	overflow: hidden;
	text-align: center;
}
#Popup .dialog form div.inputs {
	min-height: 40px;
	text-align: left;
}
#Popup .dialog form>input[type=submit],
#Popup .dialog form>input[type=reset]{
	border-radius: 5px;
	border: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	-webkit-appearance: none;
}

#Popup .dialog form>input[type=submit]{
	background-color: #F33;
}
#Popup .dialog form>input[type=reset]{
	background-color: #69C;
}
#Popup .dialog form div.inputs dd>textarea {
	width: 100%;
	height: 80px;
	box-sizing: border-box;
}

/******************************************************************
							footer
******************************************************************/

footer {
    clear: both;
	width: 100%;
	/*
	background-color: #FFF;
	color: #FFF;
	*/
}
footer nav {
	padding: 2em;
}
footer ul {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
	width: 100%;
    height: 18em;
	font-weight: bold;
}
footer li {
	padding: .5em;
	font-size: 13px;
	line-height: 1.7em;
}
.loguinBtn {
    display: inline-block;
    margin-top: 1em;
    padding: .5em;
    font-size: 10px;
}
