@charset "UTF-8";
@import "../../include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document entry > entry_head
--------------------------------------------------------- */

#entry_head {
	margin-bottom: 50px;
	text-align: left;
}

#entry_head h2 {
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: solid 3px #aa9f8a;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 1.3;
}

#entry_head .date {
	display: inline-block;
	vertical-align: top;
	height: 32px;
	margin-right: 20px;
	font-family: Lora, serif;
	font-size: 16px;
	line-height: 32px;
	color: #d57d7a;
}

#entry_head .category {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 32px;
	border-radius: 5px;
	background: #f3f3f2;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	line-height: 32px;
	color: #2f2b29;
}

#entry_head .category:hover {
	opacity: 0.5;
}

#entry_head .f_right {
	font-size: 0;
}

/* ---------------------------------------------------------
	CSS Document entry > social
--------------------------------------------------------- */

.like {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.social {
	display: inline-block;
	vertical-align: middle;
}

.social li {
	display: inline-block;
	vertical-align: top;
	width: 123px;
	margin-right: 5px;
	text-align: center;
}

.social li:last-of-type {
	margin-right: 0;
}

.social li a {
	display: block;
	height: 30px;
	border-radius: 5px;
	background: #4167b2;
	text-decoration: none;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
}

.social li:nth-of-type(2) a {
	background: #1c95e0;
}

.social li:nth-of-type(3) a {
	background: #00c300;
}

.social li a:hover {
	opacity: 0.5;
}

.social li a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 20px;
	height: 30px;
	margin-right: 5px;
	background: url(../images/i_line.png) no-repeat left / 100% auto;
}

.social li:nth-of-type(1) a:before {
	background-image: url(../images/i_facebook.png);
}

.social li:nth-of-type(2) a:before {
	background-image: url(../images/i_twitter.png);
}

/* ---------------------------------------------------------
	CSS Document entry
--------------------------------------------------------- */

#entry {
	text-align: left;
}

#entry h3 {
	margin: 50px 0 15px;
	padding-left: 15px;
	border-left: solid 4px #d57d7a;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.5;
}

#entry .figure {
	margin: 30px 0;
	text-align: center;
}

#entry .figure figure {
	display: inline-block;
	vertical-align: top;
}

#entry figure figcaption {
	padding: 15px;
	background: #f3f3f2;
	line-height: 1.4;
}

#entry p {
	margin-bottom: 30px;
}

#entry ul {
	margin-bottom: 30px;
}

#entry ul li {
	margin-left: 1.2em;
	padding-left: 5px;
	list-style: disc;
}

#entry ol {
	margin-bottom: 30px;
}

#entry ol li {
	margin-left: 1.2em;
	padding-left: 5px;
	list-style: decimal;
}

#entry .pdf {
	margin: 40px 0;
	padding: 20px;
	background: #f4eeeb;
	text-align: center;
}

#entry .pdf a {
	display: inline-block;
	vertical-align: top;
	padding-left: 43px;
	background: url(../images/i_pdf.png) no-repeat left / 29px auto;
	line-height: 34px;
}

/* ---------------------------------------------------------
	CSS Document entry_foot
--------------------------------------------------------- */

#entry_foot {
	margin-bottom: 80px;
	font-size: 0;
}

#entry_foot .like dl {
	display: table;
	width: 100%;
}

#entry_foot .like dt {
	display: table-cell;
	vertical-align: top;
	width: 80px;
}

#entry_foot .like dd {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}

#entry_foot .like dd .fb {
	margin-top: 15px;
}

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline {
	margin-bottom: 50px;
	padding: 30px 30px;
	border: solid 1px #d6d6d5;
	background: #f3f3f2;
	text-align: left;
	line-height: 30px;
}

#outline  dt {
	display: inline-block;
	vertical-align: top;
	width: 360px;
	font-size: 22px;
}

#outline dd {
	display: inline-block;
	vertical-align: top;
}

#outline dd a:hover {
	opacity: 0.5;
}

#outline dd .tel {
	text-decoration: none;
	font-size: 26px;
	color: #b92765;
	opacity: 1 !important;
}

#outline dd .journalists {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	padding: 0 20px;
	background: #d57d7a;
	text-decoration: none;
	line-height: 38px;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document back
--------------------------------------------------------- */

#back {
	text-align: center;
	font-size: 0;
	line-height: 32px;
}

#back li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

#back .back {
	width: 70px;
}

#back .back a {
	display: block;
	height: 32px;
	background: #aa9f8a;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
}

#back .prev,
#back .next {
	width: 32px;
}

#back .prev a,
#back .next a {
	display: block;
	height: 32px;
	background: #f3f3f2;
	position: relative;
}

#back .prev a:after,
#back .next a:after {
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-width: 0;
	border-style: solid;
	border-color: #2f2b29;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
}

#back .prev a:after {
	border-bottom-width: 1px;
	border-left-width: 1px;
	right: 7px;
}

#back .next a:after {
	border-top-width: 1px;
	border-right-width: 1px;
	left: 7px;
}

#back a:hover {
	opacity: 0.5;
}

/* ---------------------------------------------------------
	CSS Document categories
--------------------------------------------------------- */

#categories {
	height: 70px;
	overflow: hidden;
	margin-bottom: 30px;
	padding-top: 13px;
	background: #f4eeeb;
	font-size: 0;
	line-height: 44px;
}

#categories li {
	display: inline-block;
	vertical-align: top;
}

#categories li:first-of-type:before,
#categories li:after {
	display: inline-block;
	vertical-align: 0;
	content: '|';
	font-size: 14px;
}

#categories li.this a:after {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	margin-bottom: -2px;
	background: #aa9f8a;
}

#categories li a {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	text-decoration: none;
	font-size: 16px;
	color: #2f2b29;
}

#categories li a:hover {
	text-decoration: underline;
	opacity: 0.5;
}

/* ---------------------------------------------------------
	CSS Document monthly
--------------------------------------------------------- */

#monthly {
	height: 46px;
	overflow: hidden;
	margin-bottom: 60px;
	font-size: 0;
	line-height: 44px;
}

#monthly li {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	margin: 0 10px;
}

#monthly li a {
	display: block;
	border-radius: 5px;
	border: solid 1px #d7d1c6;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 1px;
	color: #2f2b29;
}

#monthly li.this a {
	border: solid 1px #aa9f8a;
	background: #aa9f8a;
	color: #fff;
}

#monthly li a:hover {
	opacity: 0.5;
}

/* ---------------------------------------------------------
	CSS Document entries
--------------------------------------------------------- */

#entries {
	border-top: solid 1px #d6d6d5;
	text-align: left;
}

#entries dl {
	display: table;
	width: 100%;
	border-bottom: solid 1px #d6d6d5;
}

#entries dt {
	display: table-cell;
	vertical-align: middle;
	width: 305px;
	padding: 18px 0 18px 25px;
}

#entries .date {
	display: inline-block;
	vertical-align: top;
	height: 32px;
	margin-right: 25px;
	font-family: Lora, serif;
	font-size: 16px;
	line-height: 32px;
	color: #d57d7a;
}

#entries .category {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 32px;
	border-radius: 5px;
	background: #f3f3f2;
	text-align: center;
	font-size: 15px;
	line-height: 32px;
}

#entries dd {
	display: table-cell;
	vertical-align: middle;
	padding: 18px 25px 18px 0;
}

#entries a {
	display: block;
	text-decoration: none;
	color: #2f2b29;
}

#entries a:hover {
	text-decoration: underline;
	opacity: 0.5;
}

/* ---------------------------------------------------------
	CSS Document pager
--------------------------------------------------------- */

#pager {
	margin-top: 40px;
	text-align: center;
	font-size: 0;
	line-height: 32px;
}

#pager li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

#pager .number {
	width: 32px;
	line-height: 30px;
}

#pager .number span,
#pager .number a {
	display: block;
	height: 32px;
	border: solid 1px #fff;
	text-decoration: none;
	font-size: 15px;
	color: #2f2b29;
}

#pager .number a:hover {
	border: solid 1px #f3f3f2;
	background: #f3f3f2;
}

#pager .number span {
	border: solid 1px #aa9f8a;
	background: #aa9f8a;
	color: #fff;
}

#pager .prev,
#pager .next {
	width: 32px;
	margin: 0 30px;
}

#pager .prev a,
#pager .next a {
	display: block;
	height: 32px;
	background: #f3f3f2;
	position: relative;
}

#pager .prev a:after,
#pager .next a:after {
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-width: 0;
	border-style: solid;
	border-color: #2f2b29;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
}

#pager .prev a:after {
	border-bottom-width: 1px;
	border-left-width: 1px;
	right: 7px;
}

#pager .next a:after {
	border-top-width: 1px;
	border-right-width: 1px;
	left: 7px;
}

#pager .prev a:hover,
#pager .next a:hover {
	opacity: 0.5;
}
