
/*
	関連サイトナビゲーションバー
*/
#above_related_site {
	width: 100%;
}
#above_related_site ul {
	padding: 0;
	margin: 0;
}
#above_related_site ul,
#above_related_site li {
	list-style: none;
}
#above_related_site li {
/*	width: 20%;　*/
	width: 16.66%;
	float: left;
}
#above_related_site li a {
	color: #FFFFFF;
}
#above_related_site .related_site {
	text-align: center;
	font-weight: bold;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	padding-top: 8px;
	padding-bottom: 5px;
	background: #000000;
}
#above_related_site .related_site2 {
	text-align: center;
	font-weight: bold;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	padding-top: 8px;
	padding-bottom: 5px;
	background: #000000;
}
#above_related_site .this_site {
	text-align: center;
	font-weight: bold;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	padding-top: 8px;
	padding-bottom: 5px;
	background: #baea68;
	color: #726cf7;
}
/*
	パンくずリスト
*/
.breadcrumb ol {
	list-style: none;
	padding: 0;
	background: #F0F0F0;
	border: 1px solid #cccccc;
	border-radius: 5px;
	width: 100%;
}
.breadcrumb ol li {
	font-size: 12px;
	line-height: 18px;
	float: left;
}
.breadcrumb ol li a,
.breadcrumb ol li:last-child {
	position: relative;
	display: block;
	padding: 0.8em 0.5em 0.8em 2em;
	background: #F0F0F0;
	color: #666666;
}
.breadcrumb ol li a:before,
.breadcrumb ol li a:after {
	position: absolute;
	top: 0;
	right: -1em;
	content: '';
	display: block;
	border-left: 1em solid;
	border-top: 1.6em solid transparent;
	border-bottom: 1.6em solid transparent;
}
.breadcrumb ol li a:before {
	z-index: 2;
	border-left-color: #F0F0F0;
}
.breadcrumb ol li a:after {
	z-index: 1;
	margin-right: -1px;
	border-left-color: #CCCCCC;
}
.breadcrumb ol li:first-child a {
	padding-left: 1em;
	border-radius: 5px 0 0 5px;
}
.clearfix {
	zoom:1;
}
.clearfix:after {
	content: ""; display: block; clear: both;
}
/*
	ページ下部ナビゲーション
*/
.footerNavi {
	margin-top: 30px;
	margin-bottom: 15px;
}
.footerNavi .nextBtn ,
.footerNavi .backBtn {
	padding-top: 9px;
	padding-bottom: 9px;
	background-repeat: no-repeat;
	color: #666666;
	border: 1px solid #cccccc;
	border-radius : 5px;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);
}
.footerNavi .backBtn {
	padding-left: 30px;
	padding-right: 10px;
}
.footerNavi .nextBtn {
	text-align: right;
	padding-right: 30px;
	padding-left: 10px;
	background-position: right top;
}
/*
	受付からのお知らせ
*/
.info-nichigi {
	font-size: 10px;
}
.newsHeader {
	margin-left: 30px;
	font-size: 14px;
	line-height: 20px;
}
.news-header {
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
	padding-left: 5px;
}
.infobord_navi_button {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 1px solid #cccccc;
}