/*
 * sm 	@media screen and (min-width: 35.5em) 	≥ 568px 	.pure-u-sm-*
 * md 	@media screen and (min-width: 48em) 	≥ 768px 	.pure-u-md-*
 * lg 	@media screen and (min-width: 64em) 	≥ 1024px 	.pure-u-lg-*
 * xl 	@media screen and (min-width: 80em) 	≥ 1280px 	.pure-u-xl-*
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka,
	 'MS PGothic', 'Open Sans', FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
}
html,body {
	height: 100%;
}
body {
	background-color: rgba(251,251,251,.5);
	line-height: 1.7em;
	font-size: 13px;
	color: #222222;
}
body.nav-open {
	overflow: hidden;
}
a {
	color: #525252;
	text-decoration: none;
}

.under {
	border-bottom: solid;
}
.right {
	float: right;
}
.left {
	float: left;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.img-center, .block-center {
	margin: 0 auto;
}
.bold {
	font-weight: bold !important;
}
.large {
	font-size: large !important;
}
.small {
	font-size: small !important;
}
.text-under {
	text-decoration: underline;
}
.text-under:hover {
	text-decoration: none;
}
.black {
	color: #000 !important;
}
.white {
	color: #fff !important;
}
.primary {
	color: #0078e7 !important;  /* this is a blue */
}
.success {
	color: rgb(28, 184, 65) !important; /* this is a green */
}
.error {
	color: rgb(202, 60, 60) !important; /* this is a maroon */
}
.warning {
	color: rgb(223, 117, 20) !important; /* this is an orange */
}
.secondary {
	color: rgb(66, 184, 221) !important; /* this is a light blue */
}
.pure-button {
	padding: 0.5em 2em;
	border-radius: 5px;
}
.button-success,
.button-error,
.button-warning,
.button-secondary {
	color: white;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button-blue {
	background: #e1f2fa;
	color: #5992aa;
}
.button-green {
	background: #d3eda3;
	color: #72962e;
}
.button-success {
	background: rgb(28, 184, 65); /* this is a green */
}
.button-error {
	background: rgb(202, 60, 60); /* this is a maroon */
}
.button-warning {
	background: rgb(223, 117, 20); /* this is an orange */
}
.button-secondary {
	background: rgb(66, 184, 221); /* this is a light blue */
}
.button-brown {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #341a20), color-stop(0.00, #4e343a));
	background: -webkit-linear-gradient(#4e343a,#341a20);
	background: -moz-linear-gradient(#4e343a,#341a20);
	background: -ms-linear-gradient(#4e343a,#341a20);
	background: linear-gradient(#4e343a,#341a20);
	color: #fff;
	transition: opacity .2s;
}
.button-yellow {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffa220), color-stop(0.00, #EECE48));
	background: -webkit-linear-gradient(#EECE48, #ffa220);
	background: -moz-linear-gradient(#EECE48, #ffa220);
	background: -ms-linear-gradient(#EECE48, #ffa220);
	background: linear-gradient(#EECE48, #ffa220);
	color: #330000;
	transition: opacity .2s;
}
.button-brown:hover, .button-yellow:hover {
	opacity: .7;
}
.button-xsmall {
	font-size: 70%;
}
.button-small {
	font-size: 85%;
}
.button-large {
	font-size: 110%;
}
.button-xlarge {
	font-size: 125%;
}
.no-margin {
	margin: 0;
}

.pure-g [class*="pure-u"],.pure-g {
	letter-spacing: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
label {
	color: #525252;
}

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

.l-box {
	padding: 1em;
}

.content-wrapper {
	background: white;
}

.content {

}

.white-border {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 5px solid #fff;
	background: #fff;
}

.flex {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

hr {
	color: rgba(0,0,0,.5);
}

ul.breadcrumb {
	margin-top: 0;
}
ul.breadcrumb a {
	color: #525252;
	text-decoration: underline;
}
ul.breadcrumb a:hover {
	text-decoration: none;
}
ul.breadcrumb li {
	display: inline-block;
}
ul.breadcrumb li:before {
	content: ">";
	margin: 0 5px;
}
ul.breadcrumb li:first-child:before {
	content: none;
}
.breadcrumb {
	font-size: 12px;
	padding: 0;
}

.footer {
	background: #E0E0E0;
	color: #525252;;
	bottom: 0;
	width: 100%;
	padding-top: 2em;
}
.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}
.footer div.pure-u-1 {
	padding: 1em;
}
.footer h2 {
	padding: 0em 0em 1.0125em 0em;
	margin: 0em;
	text-transform: none;
	color: #3F3F3F;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	/* text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1); */
	font-weight: normal;
	font-size: 15px;
}
.footer ul.footer-web {
	margin: 0em;
	padding: 0em;
	list-style: none;
}
.footer ul.footer-web li {
	margin: 0 0 0 1.5em;
	padding: 0;
	line-height: 150%;
	display: inline-block;

}
.footer ul.footer-web li a {
	font-size: 12px;
}
.footer a img {
	box-shadow: 2px 5px 8px rgba(0,0,0,0.1);
	transition: box-shadow .2s;
}
.footer a img:hover {
	box-shadow: none;
}
.footer a.link {
	text-decoration: underline;
}
.footer a.link:hover {
	text-decoration: none;
}
.footer #copyright {
	font-size: 10pt;
	overflow: hidden;
	padding: 1.875em 0em 6em 0;
	border-top: 1px solid #CCCCCC;
	text-shadow: 1px 1px 0px #FFFFFF;
}
.footer #copyright a {
	color: #232323;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 60%;
	z-index: 999;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 25px 0;
	text-align: center;
	display: block;
	border-radius: 20px;
}

/*
 * -- MEDIA QUERIES --
 */
@media (min-width: 48em) {
	body {
		font-size: 16px;
	}
}
@media (min-width: 65em) {
}
@media (max-width: 1280px) {
}
@media (max-width: 1024px) {
}
@media (min-width: 769px) {
	.below-768 {
		display: none;
	}
}
@media (max-width: 768px) {
	.above-768 {
		display: none;
	}
	.small {
		font-size: 12px;
	}
	.footer ul.footer-siteMap li ul li {
		font-size: 13px;
	}
	.footer ul.footer-siteMap li.kqo {
		line-height: 1.7em;
	}
}
@media (max-width: 599px) {

}
@media (max-width: 568px) {
	.content-wrapper2 .column-breadcrumb {
		font-size: 10px;
	}
}
