@charset "UTF-8";

.voice_ttl {
	background-color: #F5F5F5;
	padding: 13px 0 10px 10px;
	margin-bottom: 30px;
}
.voice_ttl > span {
	display: block;
	width: 1130px;
    margin: 0 auto;
    font-size: 17px;
    font-weight: bold;
    border-left: 6px solid #FF5E00;
    padding: 6px 0 6px 10px;
    line-height: 1.1;
}

/* CSS Document */
.intro {
	margin: 0 0 25px;
}

.intro p {
	font-size: 14px;
	line-height: 1.4;
}

.intro .left-col {
	width: 640px;
}

.intro .right-col {
	width: 280px;
	text-align: right;
}

/* ページ */
nav.page {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	clear: both;
	text-align: center;
	font-size: 14px;
	padding: 15px 0 25px;
	margin: 0 0 50px;
}

nav.page li {
	display: inline;
}

nav.page span {
	padding: 0 5px;
}

nav.page a {
	padding: 0 5px;
	text-decoration: underline;
}

nav.page a:hover {
	text-decoration: none;
}

.container {
	padding: 20px 0 40px;
}

.post {
	margin-top: 20px;
}

.post_wrap {
	background: #F5F5F5;
	border-radius: 5px;
	transition: background .3s;
}

.post_wrap.-open {
	background: #fff0cf;
}

.post_head {
	padding: 15px;
	position: relative;
	cursor: pointer;
}

.post_head:after {
	font-family: icomoon;
	content: "\e60b";
	position: absolute;
	right: 30px;
	top: 50%;
	font-size: 24px;
	font-weight: bold;
	color: #C3C3C3;
	line-height: 1;
	margin-top: -0.5em;
	transition: transform .3s;
}

.post_head.-open:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.post.-single .post_head {
	cursor: auto;
}

.post.-single .post_head:after {
	display: none;
}

.post_age {
	position: absolute;
	top: 50%;
	left: 14px;
	margin-top: -14px;
	line-height: 28px;
	background: #7793F0;
	color: #fff;
	padding: 0px 10px;
	border-radius: 6px;
}

.post_age.-two {
	background: #EB92D0;
}

.post_age.-three {
	background: #FFB100;
}

.post_age.-four {
	background: #7793F0;
}

.post_age.-five {
	background: #2FC6D1;
}

.post_age.-other {
	display: none;
}

.post_type {
	position: absolute;
	top: 50%;
	left: 74px;
	margin-top: -14px;
	line-height: 28px;
	background: #7793F0;
	color: #fff;
	padding: 0px 10px;
	border-radius: 6px;
	text-align: center;
}

.post_type.-family {
	background: #6bbd6f;
}

.post_type.-male {
	background: #69bdf3;
}

.post_type.-female {
	background: #f98497;
}

.post_type.-other {
	display: none;
}

.post_ttl {
	padding-left: 140px;
	padding-right: 50px;
	font-size: 16px;
	line-height: 1.3;
}

.post_body {
	padding: 0 20px 20px 20px;
	display: none;
}

.post.-single .post_body {
	display: block;
}

.post_body_wrap {
	background: #FFF;
	padding: 20px;
	display: table;
	width: 100%;
	box-sizing: border-box;
}

.post_fig {
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	padding: 0 2%;
	box-sizing: border-box;
}

.post_fig img {
	max-width: 100%;
	height: auto;
}

.post_contents {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}

.post_contents_txt {
	font-size: 13px;
}

.post_contents_store {
	margin-top: 10px;
}

.post_contents_store > a,
.post_contents_store > span {
	display: inline-block;
	background: #E8423D;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	padding: 5px 10px;
	transition: background .3s;
}

.post_contents_store > a:hover {
	text-decoration: none;
	background: #d63430;
}

/* All SP & Tablet */
@media screen and (max-width:999px) {
	.intro .left-col {
		width: auto;
		margin-bottom: 20px;
	}

}

/* All SP */
@media screen and (max-width:639px) {
	.container {
		padding: 0 0 10px;
	}

	.post {
	}

	.post_wrap {
	}

	.post_wrap.-open {
	}

	.post_head {
	}

	.post_head:after {
	}

	.post_head.-open:after {
	}

	.post_age {
		position: static;
		display: inline-block;
	}

	.post_type {
		position: static;
		display: inline-block;
	}

	.post_ttl {
		font-size: 14px;
		padding-left: 0;
		margin-top: 5px;
	}

	.post_body {
	}

	.post_body_wrap {
		display: block;
	}

	.post_fig {
		display: block;
		max-width: 200px;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}

	.post_fig img {
	}

	.post_contents {
		display: block;
		margin-top: 20px;
		padding-left: 0;
	}

	.post_contents_txt {
	}

	.post_contents_store {
	}

	.post_contents_store > a {
	}

	.post_contents_store > a:hover {
	}

}

/* Portrait */
@media screen and (max-width:479px) {
	.intro .left-col {
		width: auto;
	}

	.wp-pagenavi span,
	.wp-pagenavi .larger {
		display: none;
	}

	.nextpostslink {
		width: 40%;
		float: right;
		display: block;
	}

	.previouspostslink {
		width: 120px;
		float: none;
		display: block;
	}

	.wp-pagenavi {
		overflow: auto;
	}

	.wp-pagenavi a {
		display: inline-block;
		border: 1px solid #DDD;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #DDD));
		background: -webkit-linear-gradient(#fff, #DDD);
		background: -moz-linear-gradient(#fff, #DDD);
		background: -o-linear-gradient(#fff, #DDD);
		background: -ms-linear-gradient(#fff, #DDD);
		background: linear-gradient(#fff, #DDD);
		border-radius: 5px;
		line-height: 36px;
		font-weight: bold;
		margin-bottom: 5px;
		color: #333;
		text-decoration: none;
		margin: 3px;
	}

}

/* Landscape*/
@media screen and (min-width:480px) and (max-width:639px) {
}

/* Tablet */
@media screen and (min-width:640px) and (max-width:999px) {
	article.entry .right-col {

		/* width:470px; */
	}

}
