/* ///////////////////////////////////////////////////////////////////

common

/////////////////////////////////////////////////////////////////// */
.type-page .entry-content > .editor,
#page-staff .entry-content > *:not(.parts-item),
#page-faq .entry-content > *:not(.parts-item),
#page-voice .entry-content > *:not(.parts-item),
#page-contact .entry-content > *:not(.parts-item),
#page-blog-list .entry-content > *:not(.parts-item),
#page-sitemap .entry-content > *:not(.parts-item),
#page-404 .entry-content > *:not(.parts-item) {
	width: 94%;
	max-width: var(--parts-max-width);
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 30px;
}


/* ///////////////////////////////////////////////////////////////////

top

/////////////////////////////////////////////////////////////////// */
.page-top .entry-content > h2:first-child,
.page-top .entry-content > h3:first-child,
.page-top .entry-content > h4:first-child {
	margin-top: 0;
}

/* ///////////////////////////////////////////////////////////////////

staff

/////////////////////////////////////////////////////////////////// */
#page-staff .staffSect .staffBlock .left {
	text-align: center;
}
#page-staff .iview_photo {
	margin: 0 10px 10px 10px;
	float: right;
}
#page-staff .iview_photo.left {
	float: left;
}
#page-staff .iview_photo img {
	width: 200px;
}
#page-staff .right dt {
	background: #dddddd;
	padding: 0 5px;
}
#page-staff .right dd {
	margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
	#page-staff .iview_photo,
	#page-staff .iview_photo.left {
		float: none;
		text-align: center;
		margin-left: 0px;
	}
	#page-staff .iview_photo img {
		width: auto;
	}
}

/* ///////////////////////////////////////////////////////////////////

faq

/////////////////////////////////////////////////////////////////// */
#page-faq .more_photo {
	margin: 0 0 10px 10px;
	float: right;
}

/* ///////////////////////////////////////////////////////////////////

voice

/////////////////////////////////////////////////////////////////// */
.cat-sort {
  position: relative;
	margin: 15px 0;
	padding: 15px 3% 0;
	border: solid 1px #d5d3c5;
	background: #fffef7;
}
.cat-sort .voice-count {
  text-align: right;
  position: absolute;
  right: 3%;
}
.cat-sort p {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}
.cat-sort p:before {
	margin-right: 8px;
	content: "▼";
}
.cat-sort ul li {
	display: inline-block;
	padding-right: 10px;
	margin: 0 10px 5px 0;
	border-right: solid 1px #000;
	font-size: 14px;
	font-weight: bold;
}
.cat-sort ul li:last-child {
	margin-right: 0;
	padding: 0;
	border: none;
}
.cat-sort ul li a {
	color: #000;
}
.cat-sort ul li a:hover {
	text-decoration: none;
}
.cat-sort ul li.current a {
	color: #ed5300;
}

#page-voice .other-voice,
#page-voice .other-voice th,
#page-voice .other-voice td {
	margin: 0;
	background: none transparent;
	border: 0;
	border-bottom: 1px solid #cccccc;
	vertical-align: middle;
	padding: 15px 10px;
}
#page-voice .other-voice th {
	text-align: left;
}
#page-voice .other-voice td {
	width: 80px;
}

/* ///////////////////////////////////////////////////////////////////

time

/////////////////////////////////////////////////////////////////// */

#page-time p.announcement {
	margin-bottom: 30px;
	padding: 5px 3%;
	border: solid 1px #af779c;
	background-color: #fbe9f9;
	font-weight: bold;
	color: #bb0f0f;
}

/* ///////////////////////////////////////////////////////////////////

contact

/////////////////////////////////////////////////////////////////// */

#page-contact form input[type=text],
#page-contact form input[type=email],
#page-contact form textarea,
#page-contact form select {
	padding: 8px 2%;
	display: block;
	width: 95%;
	margin: 0 auto 16px;
	font-size: 100%;
}
#page-contact form input[type="submit"] {
	appearance: none;
  -webkit-appearance: none;
	color: #333;
	padding: 10px 1%;
	font-size: 100%;
	width: 45%;
	border: solid 1px #747474;
	box-shadow: 0px 2px 3px 0px #cbcbcb;
	border-radius: 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#d0d0d0 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		top,
		#ffffff 0%,
		#d0d0d0 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		#ffffff 0%,
		#d0d0d0 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d0d0d0',GradientType=0 ); /* IE6-9 */
}
@media screen and (max-width: 600px) {
	#page-contact form input[type="submit"] {
		width: 98%;
		box-sizing: content-box;
		appearance: button;
	}
}

/* ///////////////////////////////////////////////////////////////////

blog-list

/////////////////////////////////////////////////////////////////// */

#page-blog-list .blog-list li {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	border-bottom: dashed 1px #ccc;
}
#page-blog-list .blog-list li {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	border-bottom: dashed 1px #ccc;
}
#page-blog-list .blog-list li .date {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
}
#page-blog-list .blog-list li .title {
	display: inline-block;
}
#page-blog-list .blog-list li a {
	color: #000;
}
#page-blog-list .blog-list-2 .blog-list-item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: dashed 0.8px #666;
}
#page-blog-list .blog-list-2 .blog-list-item h2 {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 18px;
}
#page-blog-list .blog-list-2 .blog-list-item h2 a {
	color: #333;
}

#page-blog-list .blog-list-2 .blog-list-item .entry-content h2 {
	margin: 0px 0 15px;
}

#page-blog-list .blog-list-2 .blog-list-item .thumbnail {
	position: relative;
	overflow: hidden;
}
#page-blog-list .blog-list-2 .blog-list-item .thumbnail::before {
	display: block;
	content: "";
	padding: 100% 0 0 0;
}
#page-blog-list .blog-list-2 .blog-list-item .thumbnail img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#page-blog-list .blog-list-2 .blog-list-item .date {
	margin: 0;
	font-size: 14px;
}
#page-blog-list .blog-list-2 .blog-list-item .excerpt {
	margin: 0;
}

#page-blog-list .blog-list-2 .blog-list-item .summary {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
/* ///////////////////////////////////////////////////////////////////

password

/////////////////////////////////////////////////////////////////// */

.post-password-form p {
	margin-bottom: 30px;
}
.post-password-form input[type="password"] {
	padding: 8px 2%;
	margin: 0 auto;
	font-size: 18px;
}
.post-password-form input[type="submit"] {
	padding: 3px 5%;
	font-size: 15px;
	border: solid 1px #747474;
	box-shadow: 0px 2px 3px 0px #cbcbcb;
	border-radius: 5px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d0d0d0 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #d0d0d0 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #d0d0d0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d0d0d0',GradientType=0 );
}
