@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	color: #000000;
	text-decoration: none;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}

main {
	overflow: hidden;
	display: table;
	width: 100%;
	padding-top: 110px;
}
@media screen and (max-width: 999px) {
	main {
		padding-top: 48px;
	}
}
@media print {
	main {
		padding-top: 0;
	}
}

main .p-breadcrumb {
	display: table;
	width: 100%;
	min-height: 30px;
	background-color: #E0C18C;
}
main .p-breadcrumb > span {
	display: inline-block;
	height: 30px;
}
main .p-breadcrumb span a.home {
	display: block;
	height: 30px;
	text-decoration: none;
}
main .p-breadcrumb span a.home span {
	position: relative;
	display: block;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 3.4rem;
	text-decoration: none;
	padding: 0 10px;
	background-color: #8DC21F;
}
main .p-breadcrumb span a.home span:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: -30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px;
	border-color: #8DC21F transparent transparent #8DC21F;
}
main .p-breadcrumb span a.home span:hover {
	color: #994C00;
}
main .p-breadcrumb span a.post,
main .p-breadcrumb span a.archive {
	display: block;
	height: 30px;
	text-decoration: none;
}
main .p-breadcrumb span a.post span,
main .p-breadcrumb span a.archive span {
	position: relative;
	display: block;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 3.4rem;
	text-decoration: none;
	padding: 0 10px 0 5px;
	margin-left: 30px;
	background-color: #8DC21F;
	background-color: #FF9933;
}
main .p-breadcrumb span a.post span:before,
main .p-breadcrumb span a.archive span:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: -30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px;
	border-color:transparent #FF9933 #FF9933 transparent;
}
main .p-breadcrumb span a.post span:after,
main .p-breadcrumb span a.archive span:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: -30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px;
	border-color: #FF9933 transparent transparent #FF9933;
}
main .p-breadcrumb span a.post span:hover,
main .p-breadcrumb span a.archive span:hover {
	color: #994C00;
}
main .p-breadcrumb span span {
	display: inline-block;
	height: 30px;
	color: #994C00;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 3.4rem;
	text-decoration: none;
	padding: 0 15px 0 35px;
}
main .p-mainTitle {
	width: 100%;
	height: 90px;
	padding: 40px 0;
}
@media screen and (max-width: 999px) {
	main .p-mainTitle {
		height: 45px;
		padding: 20px 0;
	}
}





