@charset "UTF-8";

html {
	overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px 0;
}

p {
	margin: 0 0 1em 0;
}

li {
	list-style-type: none;
}

img {
	border: 0;
}

address {
	font-style: normal;
}

.clear {
	clear: both;
}

a:hover {
	text-decoration: underline;
	opacity: 0.8;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
}

a img:hover {
	opacity: 0.8;
	text-decoration: none;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
}

.link a {
	text-decoration: none;
}

.link:hover {
	opacity: 0.8;
	text-decoration: none;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
}

.underline {
	color: #0693e3 !important;
	text-decoration: underline !important;
}

img {
	height: auto;
	max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: solid 1px #e6e6e6;

}

iframe {
	max-width: 95%;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clear {
	clear: both;
}

.floatLeft {
	float: left !important;
}

.floatRight {
	float: right !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

.scroll-prevent {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.mt--5 {
	margin-top: -5px !important;
}

.mt--15 {
	margin-top: -15px !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-45 {
	margin-top: 45px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.ml-0 {
	margin-left: 0px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
	background: #f4f4f4;
}

@media screen and (min-width:992px) {

	body.column2 aside.side-left .title,
	body.column3 aside.side-left .title {
		margin-left: 5px;
	}

	body.column2 aside.side-right .title,
	body.column3 aside.side-right .title {
		margin-right: 5px;
	}

	body.column1 .wrap {
		max-width: 780px;
	}

	body.column2 .side-left,
	body.column2 .side-right {
		width: 270px;
	}

	body.column3 .side-left,
	body.column3 .side-right {
		width: 250px
	}

	body.column2 .wrap>.content,
	body.column3 .wrap>.content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	body.column2 .side-left,
	body.column3 .side-left {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	body.column2 main,
	body.column3 main {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	body.column3 main {
		padding: 0 16px 0 16px;
	}

	body.column2 .side-left,
	body.column2 .side-right,
	body.column3 .side-left,
	body.column3 .side-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

}

.content main {
	margin-bottom: 64px;
	width: 100%;
}

article.top {
	background-color: #fff;
	box-shadow: 0px 0px 5px;
	margin-bottom: 16px;
}

article.top .category_link {
	background: #f8a900;
	color: #fff;
	padding: 6px;
}

article.top .entry-header .entry-title {
	font-size: 1.2em;
	padding: 16px 0 0 16px;
	margin: 0;
}

article.top a {
	color: #383838;
	text-decoration: none;
}

article.detail {
	background-color: #fff;
	box-shadow: 0px 0px 5px;
	margin-bottom: 16px;
	padding-bottom: 10px;
}

article.detail .entry-header {
	margin-bottom: 8px;
}

article.detail .entry-header a {
	text-decoration: none;
	color: #575757;
}

article.detail .entry-header .entry-title {
	font-size: 1.5em;
	padding: 16px 16px 0px 16px;
	margin-top: 0;
}

article.detail .entry-content {
	padding: 0 18px 18px 18px;
	font-size: em;
}

article.detail .entry-content a {
	color: #0693e3;
}

article.detail .entry-content h2 {
	font-size: 1.2em;
	margin: 32px 0 24px 0;
	clear: both;
}

article.detail .entry-content h2:after {
	margin-top: .3em;
	content: "";
	display: block;
	height: 4px;
	background: -moz-linear-gradient(to right, #ffba73, #ffb2b2);
	background: -webkit-linear-gradient(to right, #ffba73, #ffb2b2);
	background: linear-gradient(to right, #ffba73, #ffb2b2);
}

article.detail .entry-content h3 {
	font-size: 1.0em;
	margin: 24px 0 18px 0;
	padding: .5em 0 .5em .5em;
	border-left: 6px solid #fece78;
	background: -moz-linear-gradient(to right, #ffefd5, #fff);
	background: -webkit-linear-gradient(to right, #ffefd5, #fff);
	background: linear-gradient(to right, #ffefd5, #fff);
	clear: both;
}

article.detail .entry-content h4 {
	margin: 12px 0 12px 0;
	clear: both;
}

.side-menu .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	background: #575757;
	padding-top: 3px;
	font-weight: 400;
	text-align: center;
	border-radius: 2px;
}

.side-menu .title i {
	font-size: 1.5rem;
}

.content aside {
	min-width: 270px;
}

.sidebar-wrapper {
	background: #fff;
	line-height: 1.6;
	color: #555;
	font-size: 0.9em;
	box-shadow: 0px 0px 5px;
	border: 1px solid #f4f4f4;
	margin-bottom: 48px;
	padding: 10px;
	width: 270px;
}

.sidebar-title {
	font-size: 1em;
	letter-spacing: 0;
	margin-bottom: 16px;
	margin-top: 0;
	text-transform: uppercase;
}

.sidebar-wrapper ul {
	padding: 0px;
}

.sidebar-wrapper ul li:first-child {
	border-top: none;
	padding-top: 8px;
}

.sidebar-wrapper ul li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 12px;
	padding-top: 12px;
}

.footer {
	background: #000;
	text-align: center;
	color: #fff;
}

.footer .footer1 {
	background: #575757;
}

.footer .footer2 {
	font-size: .8rem;
}

.side-menu article {
	height: 300px;
}

#page-top {
	position: fixed;
	bottom: 32px;
	right: 16px;
	z-index: 100;
	transition: top .5s, bottom .5s;
}

#page-top a {
	background: #999;
	color: #fff;
	width: 50px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 25px;
}

#page-top.hide {
	bottom: -100px;
}

@media screen and (min-width:992px) {

	.header .logo {
		font-size: 1.8em;
	}

	.content main {
		max-width: 850px;
	}

	.side-left {
		margin-right: 32px;
	}

	article.detail {
		margin-bottom: 48px;
	}

	article.detail .entry-header .entry-title {
		font-size: 2em;
		padding: 32px 32px 0 32px;
	}

	article.detail .entry-header .entry-meta,
	article.detail .entry-header .entry-meta a {
		font-size: 0.9em;
		padding-right: 12px;
	}

	article.detail .entry-content {
		padding: 0 42px 42px 42px;
		font-size: 1em;
	}

	article.detail .entry-content h2 {
		font-size: 1.5em;
		margin: 36px 0 24px 0;
	}

	article.detail .entry-content h3 {
		font-size: 1.25em;
		margin: 30px 0 20px 0;
	}

	article.detail .entry-content h4 {
		margin: 25px 0 13px 0;
		font-size: 1.0em;
	}

}

#sticky-navigator {
	background: #fff;
	line-height: 1.6;
	color: #555;
	font-size: 0.9em;
	box-shadow: 0px 0px 5px;
	border: 1px solid #f4f4f4;
	margin-bottom: 48px;
	padding: 10px
}

#sticky-navigator ul {
	padding: 0px;
}

#sticky-navigator ul li:first-child {
	border-top: none;
	padding-top: 8px;
}

#sticky-navigator ul li {
	list-style: none;
	line-height: 1.4;
}

#sticky-navigator ul li.nav-h2 {
	padding-top: 6px;
	padding-bottom: 6px;
}

#sticky-navigator ul li.nav-h3 {
	margin-left: 10px;
}

#sticky-navigator ul li.current {
	background-color: #dadde1;
}

#sticky-navigator {
	position: -webkit-sticky;
	position: sticky;
	top: 5px;
}

.searchBoxElement {
	background-color: white;
	border: 1px solid #aaa;
	position: absolute;
	max-height: 114px;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	line-height: 23px;
	list-style: none;
	z-index: 1;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.searchBoxElement span {
	padding: 0 5px;
}

.searchBoxElement::-webkit-scrollbar {
	display: none;
}

.searchBoxElement li {
	background-color: white;
	color: black;
}

.searchBoxElement li:hover {
	background-color: #50a0ff;
	color: white;
}

.searchBoxElement li.selected {
	background-color: #50a0ff;
	color: white;
}