@charset "UTF-8";

/*
active others
1. article
2. otherWrap
3. search
4. default

———————————————————- */

/* article */

.leftWrap ul {margin-bottom: 40px;}
.leftWrap ul li {width: 30%;}
.leftWrap ul li a {
	color: #dc700d;
	border: 1px solid #dc700d;
	border-radius: 7px;
	font-weight: 600;
	width: 100%;
	display: block;
	padding: 3px 0;
	text-align: center;
}

.leftWrap .blog {margin-bottom: 30px;}

.leftWrap h3 {
	font-size: 30px;
	font-weight: 600;
	color: #333;
	line-height: 1.2em;
}
.leftWrap .blog .time {
	font-weight: bold;
	color: #333;
	margin-bottom: 30px;
}

.leftWrap .blog .article {margin: 30px 0;}
.leftWrap .blog .article p {margin-bottom: 15px;}
.leftWrap .blog .article img {max-width: 100%;}
.leftWrap .blog p.category{margin-bottom: 20px;}
.leftWrap .blog a {width: 163px;display: block;color: #333;}



.leftWrap .kiji p.title {
	font-size: 28px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}

.leftWrap .kiji dl {margin-bottom: 13px;}
.leftWrap .kiji dt a {
	font-weight: bold;
	color: #333;
	line-height: 1.3em;
}
.leftWrap .kiji dd {font-size: 14px;}



/* other */

.otherWrap .leftWrap {margin: 10px 0;}

.otherWrap h3 {margin-bottom: 20px;}

.otherWrap h3 span {
	font-size: 16px;
	margin-left: 10px;
}

.otherWrap dl {margin-bottom: 30px;}

.otherWrap dd {
/*	overflow: hidden;*/
	width: 100%;
}
.otherWrap dd p.title {font-weight: bold;}
.otherWrap dd p.text {
	overflow: hidden;
	text-overflow: ellipsis;
	height: 3em;
	margin-bottom: 10px;
}

.otherWrap .leftWrap dt img {width: 100%;}
.otherWrap .leftWrap dd a {
	color: #dc700d;
	display: inline-block;
	border: 1px solid #dc700d;
	border-radius: 7px;
	font-size: 14px;
	padding: 3px 20px;
}



.otherWrap .pagenation li.prev,
.otherWrap .pagenation li.next {width: 50px;}
.otherWrap .pagenation li {width: 25px;margin: 0 5px;}

.otherWrap .pagenation .active a {
	background-color: #dc700d;
	color: #fffff4;
}


/* search */

.searchWrap .leftWrap h3 span {font-size: 30px;}

.searchWrap .leftWrap .none p {font-size: 14px;margin-bottom: 10px;}

.searchWrap .leftWrap .none p.title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}


/* default */

.rightWrap .box {
	border-top: 5px solid #deb23b;
	padding: 20px 0;
}
.rightWrap .box:last-child {border-bottom: 5px solid #deb23b;}

.searchForWrap input {padding: 6px;}

.searchForWrap .icon {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	background: url(../img/active/search.gif) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	padding: 5px 0;
	width: 10%;
	max-width: 27px;
}
.searchForWrap .icon:hover {cursor: pointer;}

.searchForWrap .text {
	width: 87%;
}

.rightWrap dt {
	font-weight: bold;
	margin-bottom: 10px;
}

.rightWrap dd {margin-bottom: 5px;}
.rightWrap dd a {color: #333;}

.rightWrap .latest dt {margin-bottom: 20px;}

.rightWrap .latest dd {
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 10px;
}
.rightWrap .latest dd a {color: #333;font-weight: bold;}
.rightWrap .latest dd span {
	font-weight: normal;
	font-size: 13px;
}

.rightWrap .calendar dd {
	border: 2px solid #b5b5b6;
	padding: 5px 0;
}

.rightWrap .calendar p {
	text-align: center;
	width: 14.28%;
}

.rightWrap .calendar .title {padding-bottom: 5px;}
.rightWrap .calendar .title .center {
	width: 50%;
	font-weight: bold;
}
.rightWrap .calendar .title p {width: 25%;}

.rightWrap .calendar .week {background-color: #b5b5b6;}
.rightWrap .calendar .week p {color: #fff;font-size: 14px;}

.rightWrap .calendar .day p {
	padding: 3px 0;
	transform: scale(0.8, 1);
}
.rightWrap .calendar .day p a {font-weight: bold;color: #00529b;}

.calendar .title a{
	cursor: pointer;
	display: block;
}


/*	pc	*/
@media screen and (min-width: 813px) {
	
	section {margin: 50px auto;}
	
	.rightWrap a:hover {text-decoration: underline;}
	
	.pageWrap {
		width: 95%;
		max-width: 1100px;
		margin: 40px auto;
	}
	.leftWrap {
		width: 65%;
		max-width: 730px;
	}
	.rightWrap {
		width: 30%;
		max-width: 330px;
	}


	.searchWrap .leftWrap .none form .text {width: 670px;}

	.rightWrap .searchForWrap .text {max-width: 292px;}


	.otherWrap .leftWrap dt {
		width: 30%;
		height: 140px;
		padding-right: 10px;
	}
	.otherWrap .leftWrap dt img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		margin: 0 auto;
	}

	.otherWrap .leftWrap dd {width: 70%;}

}

/*	sp	*/
@media screen and (max-width: 812px) {

	.pageWrap {margin: 30px 0;}
	
	
	.leftWrap,
	.rightWrap {
		width: 100%;
	}
	.leftWrap ul {margin-top: 20px;}
	.leftWrap .blog a img{
		width: 70%;}
	
	.rightWrap {margin-bottom: 30px;}
	/*	.burgerBtn {z-index: 0;position: absolute;top: 0;}*/
	
	.searchWrap .leftWrap .none form {display: none;}

}


/*	モバイル縦長	*/
@media screen and (max-width: 812px) and (orientation: portrait) {

	.otherWrap .leftWrap h3 span {
		display: inline-block;
		margin-left: 0;
	}

	.otherWrap .leftWrap dl {margin-bottom: 50px;}
	.otherWrap .leftWrap dt {
		width: 100%;
		margin-bottom: 10px;
	}
	.otherWrap .leftWrap dd {padding-bottom: 10px;}

	.otherWrap .leftWrap dd a {
		text-align: center;
		margin: 0 auto;
		display: block;
	}


}


/*	モバイル横長	*/
@media screen and (max-width: 812px) and (orientation: landscape) {

	.searchForWrap .text {width: 89%;}


	.otherWrap .leftWrap dt {width: 40%;padding-right: 10px;}
	.otherWrap .leftWrap dd {width: 60%;}


}