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


#main-contents {
	margin-top: 30px;
}

#main-contents .article-wrap {
	width: 590px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 25px;
	line-height: 2.5rem;
	float: right;
}

#main-contents a {
	text-decoration: underline;

}

/*=================================================
sidebar
=================================================*/

#main-contents .sidebar .side-nav li a {
	display: block;
}

/*=================================================
article
=================================================*/

.entry {
	margin-bottom: 20px;
	border-top: 6px solid rgba(250,156,2,0.7);
	border-radius: 5px;

}

/*
.sticky {
	margin-bottom: 40px;
}

.sticky .article-header {
	display: none;
}
*/

.entry strong {
	font-weight: 600;
}

/*#main-contents .article .entry .more-area {
	width: 285px;
	clear: both;
	display: inline-block;
	margin-left: 0;
	padding-left: 0;
}
*/

#main-contents .article .entry .more-link {
	display: inline-block;
	margin-top: 15px;
	clear: both;
	padding: 13px;
	border-radius: 5px;
	text-decoration: none;
	border: solid 1px rgba(52,52,52,0.4);
	background-color: #fff;
	line-height: 1;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #333;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
	width: 100%;
	text-align: right;
}

#main-contents .article .entry .more-link:hover {
	background-color: rgba(250,156,2,0.06);
	border: solid 1px rgba(255,138,0,0.3);
	color: #ff8a00;
}

#main-contents .article .entry .more-link:hover {
	opacity: 0.8;
}

#main-contents .article .entry img {
	max-width: 590px;
	height: auto;
}

#main-contents .article-wrap .office-header {
	margin: 0;
	text-align: left;
}

#main-contents .article-wrap .office-header h1 {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 32px;
	line-height: 3.2rem;
	margin: 0 0 20px 0;
	font-weight: 600;
}

#main-contents .article-wrap .office-header p {
	margin-bottom: 40px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 25px;
	line-height: 2.5rem;
	width: 100%;
	overflow: hidden;
	/*padding: 20px 0 0 0;*/
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
}

#main-contents .article .entry .article-header .office-category dt {
	display: none;
}

#main-contents .article .entry .article-header h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 28px;
	line-height: 2.8rem;
	padding: 3px 0 0 0 ;
	margin: 0; 
	color: #fa9c02;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	clear: both;
}

#main-contents .article .entry .article-header h2 a {
	color: #fa9c02;
	text-decoration: underline;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#main-contents .article .entry .article-header h2:before {
	display: none;
}

#main-contents .article .entry .article-header h2 a:hover {
	opacity: 0.8;
}

#main-contents .article .entry .article-contents {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 23px;
	line-height: 2.3rem;
	width: 100%;
	overflow: hidden;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	        border: 1px solid rgba(52,52,52,0.2);
	        border-top: none;
	        border-radius: 0 0 10px 10px;

}

#main-contents .article .entry .office-contents {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 26px;
	line-height: 2.6rem;
	overflow: hidden;
	/*padding: 20px 0 0 0;*/
	box-sizing: border-box;
}

#main-contents .article .entry .office-contents:before {
	content: "";
	font-weight: 600;
	color: rgba(0,0,0,0.1);
	font-size: 1.8rem;
	margin: 0 auto;
	background-color: rgba(108,83,43,0.05);
	display: flex;
	align-items: center;
	border-radius: 5px;
	float: right;
	width: 230px;
	height: 230px;
	text-align: center;
	justify-content: center;
}

#main-contents .article .entry .office-contents.no-before:before {
	display: none;
}

#main-contents .article .entry .office-no-img {
}

#main-contents .article .entry .office-contents .office-text {
	width: 300px;
	height: auto;
	float: left;
	margin-right: 0;
}

#main-contents .article .entry .office-contents .office-text .office-about {
	padding-bottom: 5px;
	border-bottom: 1px dotted rgba(0,0,0,0.2);
}

#main-contents .article .entry .office-contents .office-img {
	margin-right: 0;
	width: 230px;
	height: auto;
	float: right;
	box-sizing: border-box;
}

#main-contents .article .entry .office-contents .office-img img {
	margin: 0 auto 10px;
	width: 100%;
	height: 100%;
	display: block;
	padding: 0;
	border-radius: 5px;
}

/*#main-contents .article .entry .office-contents .office-img:empty {
	background-color: rgba(250,156,2,0.05);
	border: 1px solid rgba(204,204,204,0.6);
	height: 230px;
	display: flex;
	align-items: center;
	border-radius: 5px;
}

#main-contents .article .entry .office-contents .office-img:empty:before {
	content: "no image";
	font-weight: 600;
	color: #333;
	font-size: 1.8rem;
	margin: 0 auto;
}
*/


#main-contents .article .entry .office-contents strong {
	width: 100%;
	padding: 5px 0 0 0;
	margin-top: 5px;
	border-top: 1px dotted #ccc;
	display: block;
}

#main-contents .article .entry .office-contents .chara strong {
	border: 0;
}

#main-contents .article .entry .office-contents .office-text strong:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

#main-contents .article .entry .office-contents .office-text dd:nth-child(2) {
	line-height: 23px;
	line-height: 2.3rem;
}

#main-contents .article .entry .office-contents .chara {
	width: 100%;
	clear: both;
}

#main-contents .article .entry .office-contents .other-img {
	margin: 10px auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}

#main-contents .article .entry .office-contents .other-img br {
	display: none;
}

#main-contents .article .entry .office-contents .other-img img {
	width: 175px;
	height: auto;
	float: left;
	display: inline-block;
	margin: 10px 10px 0 0;

}

#main-contents .article .entry .office-contents .other-img p:first-child img  {
}

#main-contents .article .entry .office-contents .other-img img:last-child  {
	margin-right: 0;
}



/*=================================================
pager
=================================================*/

#main-contents .pager .wp-pagenavi {
	margin-right: 20px;
	font-size: 14px;
	font-size: 1.4rem;
}

#main-contents .pager .wp-pagenavi span {
	border: none;
    margin: 0 10px 0 0;
    padding: 0;
}

#main-contents .pager .wp-pagenavi .current {
	font-weight: normal;
	margin: 0 10px 0 5px;
}

#main-contents .pager .wp-pagenavi a {
	padding: 0 10px 0 5px;
	display: inline-block;
	border: none;
    margin: 0;
}

#main-contents .pager .wp-pagenavi a.previouspostslink {
	padding: 0 10px;
}

#main-contents .pager .wp-pagenavi .extend {
	padding: 0 10px 0 5px;
}




#main-contents .top {
	clear: both;
}
