
a:link,
a:visited,
a:hover{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:underline;
}



/*NEWS一覧画面--------------------------------*/
.newsTop .bobyBox {
    margin-bottom: 30px;
    padding: 48px 55px;
    background: #fcfaf4;
}
/**/
.newsTop .bobyBox{
	margin-bottom:30px;
	padding:48px 55px;
	background: #fcfaf4;
}
.newsTop .bobyBox .left{
	width:210px;
	float:left;
}
.newsTop .bobyBox .left img{
	width:180px;
	height:auto;
}
.newsTop .bobyBox .right{
	width:820px;
	float:left;
}
.newsTop .bobyBox .right.full{
	width:1030px;
	float:none;
}
.newsTop .bobyBox .right .date{
	margin-bottom:8px;
	padding-bottom:8px;
	font-size:13px;
	font-weight:bold;
	color:#9d8f5c;
}
.newsTop .bobyBox .right .date span{
	margin-right:8px;
	padding:4px 10px;
	font-size:13px;
	font-weight:normal;
	color:#fff;
	background:#b5a97e;
	border-radius:3px;
}
.newsTop .bobyBox .right .newsname{
	margin-bottom:6px;
	padding-bottom:10px;
	font-size:18px;
	font-weight:bold;
}
.newsTop .bobyBox .center .fairname span{
	display:block;
	font-size:14px;
	font-weight:normal;
}
.newsTop .bobyBox .right .setumeiTxt{

}
.newsTop .bobyBox:hover{
	text-decoration:none;
}

/*NEWS詳細画面--------------------------------*/
.newsDetail .bobyBox {
    margin-bottom: 30px;
    padding: 48px 55px;
    background: #fcfaf4;
}
/**/
.newsDetail .bobyBox{
	margin-bottom:30px;
	padding:48px 55px;
	background: #fcfaf4;
}
.newsDetail .bobyBox .left{
	width:360px;
	float:left;
}
.newsDetail .bobyBox .left img{
	width:320px;
	height:auto;
}
.newsDetail .bobyBox .right{
	width:660px;
	float:left;
}
.newsDetail .bobyBox .right.full{
	width:100%;
	float:none;
}
.newsDetail .bobyBox .right .date{
	margin-bottom:8px;
	padding-bottom:8px;
	font-size:13px;
	font-weight:bold;
	color:#9d8f5c;
}
.newsDetail .bobyBox .right .date span{
	margin-right:8px;
	padding:4px 10px;
	font-size:13px;
	font-weight:normal;
	color:#fff;
	background:#b5a97e;
	border-radius:3px;
}
.newsDetail .bobyBox .right .newsname{
	margin-bottom:20px;
	padding:14px 0;
	font-size:18px;
	font-weight:bold;
	border:dashed 1px #ccc;
	border-width:1px 0;
}
.newsDetail .bobyBox .center .fairname span{
	display:block;
	font-size:14px;
	font-weight:normal;
}
.newsDetail .bobyBox .right .setumeiTxt{

}
.newsDetail .bobyBox .right .setumeiTxt a:link,
.newsDetail .bobyBox .right .setumeiTxt a:visited,
.newsDetail .bobyBox .right .setumeiTxt a:hover{
	color:#5f7bd7;
	text-decoration:underline;
}
.newsDetail .bobyBox .right .setumeiTxt a:hover{
	color:#cf719d;
	text-decoration:underline;
}
.newsDetail .bobyBox .right .setumeiTxt img{
	max-width:660px!important;
	height:auto;
}
/*●ぼたん*/
.newsDetail .calendarBtn,
.newsDetail .searchBtn{
	top:-25px;
}
.calendarBtn,
.searchBtn{
	position:absolute;
	display:block;
	width:128px;
	height:72px;
	padding:56px 0 0 0;
	letter-spacing:-0.05em;
	text-align:center;
	font-weight:bold;
	background:#fff;
	border:solid 1px #e7e7e7;
	border-radius:65px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.calendarBtn{
	right:150px;
}
.searchBtn{
	right:0px;
}
.calendarBtn.current,
.searchBtn.current{
	width:130px;
	height:73px;
	background:#dbd1b3;
	border:none;
}
.calendarBtn:link,
.calendarBtn:visited,
.calendarBtn:hover,
.searchBtn:link,
.searchBtn:visited,
.searchBtn:hover{
	text-decoration:none;
}
.calendarBtn:hover,
.searchBtn:hover{
	background: #dbd1b3;
}
.calendarBtn.current::before,
.searchBtn.current::before{
	position: absolute;
	bottom: -26px;
	left: 0;
	right:0;
	margin:0 auto;
	content: "";
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-left: 10px solid #dbd1b3;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
/**/
.historyBackBtn{
	position:absolute;
	padding-left:25px;
	top:20px;
	left:0px;
}
.historyBackBtn:link,
.historyBackBtn:visited,
.historyBackBtn:hover{
	text-decoration:none;
}
.historyBackBtn::before{
	position: absolute;
	top: 0px;
	left: 0;
	content: "";
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
















/*responsive--------------------------------*/
.img100per{
	width:100%;
	height: auto;
}
.img-sp100per{
}
.img-max100per{
	display: block;
	max-width: 100%;
	height: auto;
}
/*############################################*/
/*  */
/*############################################*/
.sp{
	display:none;
}
@media (max-width: 992px) {

}
@media only screen and (max-width: 767px) {
	body{
		font-size:14px;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.img100per{
		width:100%;
		height: auto;
	}
	.img-sp100per{
		width:100%;
		height: auto;
	}
	.img-max100per{
		display: block;
		max-width: 100%;
		height: auto;
	}

	/*news詳細画面--------------------------------*/
	.newsDetail .calendarBtn,
	.newsDetail .searchBtn{
		top:auto;
	}
	.searchBtn{
		margin-top:20px;
	}
	.calendarBtn,
	.searchBtn{
		position:static;
		display:block;
		width:100%;
		height:auto;
		padding:12px 0;
		letter-spacing:-0em;
		text-align:center;
		font-weight:bold;
		background:#f6f6f6;
		border:solid 1px #e7e7e7;
		border-width:1px 0 0 0;
		border-radius:0px;
	}
	.calendarBtn{
		right:auto;
	}
	.searchBtn{
		right:auto;
	}
	.calendarBtn.current,
	.searchBtn.current{
		width:100%;
		height:auto;
		background:#dbd1b3;
		border:none;
	}
	.calendarBtn:hover,
	.searchBtn:hover{
		background: #dbd1b3;
	}
	.calendarBtn.current::before,
	.searchBtn.current::before{
		display:none;
	}
	/**/
	.historyBackBtn{
		position:static;
		display:block;
		width:100%;
		height:auto;
		padding:12px 0;
		letter-spacing:-0em;
		text-align:center;
		font-weight:bold;
		background:#f6f6f6;
		border:solid 1px #e7e7e7;
		border-width:1px 0 ;
		border-radius:0px;
		top:auto;
		left:auto;
	}
	.historyBackBtn::before{
		display:none;
	}
	/**/
	.newsDetail .bodyWrapper {
		width: 100%;
		margin: 20px auto 0;
		text-align: left;
	}
	.newsDetail .bobyBox{
		width:90%;
		margin-bottom:30px;
		padding:20px 5%;
	}
	.newsDetail .bobyBox .left{
		width:100%;
		float:none;
	}
	.newsDetail .bobyBox .left img{
		width:100%;
		height:auto;
		margin-bottom:14px;
	}
	.newsDetail .bobyBox .right{
		width:100%;
		float:none;
	}
	.newsDetail .bobyBox .right .setumeiTxt img{
		max-width:100%!important;
		height:auto;
	}

	/*newsTOP画面--------------------------------*/
	.newsTop .readWrapper{
		position:relative;
		width:94%;
		margin:0px auto 0;
		text-align:center;
	}
	/**/
	.newsTop .bobyBox{
		width:90%;
		margin-bottom:30px;
		padding:20px 5%;
	}
	.newsTop .bobyBox .left{
		width:100%;
		float:none;
	}
	.newsTop .bobyBox .left img{
		width:100%;
		height:auto;
		margin-bottom:14px;
	}
	.newsTop .bobyBox .right{
		width:100%;
		margin-top:20px;
		float:none;
	}
	.newsTop .bobyBox .right.full{
		width:100%;
		margin-top:0px;
		float:none;
	}











}/*@*/

















