@charset "utf-8";
/*
=========================================
 single page
=========================================
*/
#postArea{
	max-width: 960px;
	padding: 70px 0 0 0;
	margin: 0 auto 60px;
}
@media screen and (max-width: 960px) {
#postArea{
	width: 96%;
	padding: 70px 0 0 0;
	margin: 0 auto 60px;
}
}
#postArea h4{
	width: 100%;
	margin: 0 0 30px;
	padding: 14px 10px 11px;
	background-color: #85b250;
	box-sizing: border-box;
	font-size: 2.4rem;
	text-align: center;
	color: #ffffff;
	letter-spacing: 1px;
}
@media screen and (max-width: 670px) {
#postArea h4{
	font-size: 1.8rem;
}
}
#postArea .date {
	color: #85b250;
	width: 100%;
	margin: 0 0 30px 0;
	font-size: 1.6rem;
	line-height: 1;
}
#postArea .post {
	max-width: 650px;
	padding: 0;
	margin: 0 auto 0;
	font-size: 1.6rem;
}
.postThumb{
	text-align: center;
	padding: 0;
	margin: 0 auto 20px;
}
/* page navigation postpage
---------------------------------*/
.pagenavPost {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  clear: both;
  text-align: center;
  border-top: 1px dotted #333333;
  font-size: 1.4rem;
}
.pagenavPost .prev {
	float: left
}
.pagenavPost .next {
	float: right;
}
.pagenavPost .center {
	padding: 10px 0 0;
	margin: 0;
	display: inline-block;
}
.pagenavPost .center a:hover {
  transition-duration: 0ms;
  transition-property: all;
  transition-timing-function: ease;
}
.pagenavPost .button a {
  display: block;
  padding: 6px 3px;
  text-decoration: none;
}
.pagenavPost .button a:hover {
  transition-duration: 0ms;
  transition-property: all;
  transition-timing-function: ease;
}
.pagenavPost .prev .fa.fa-caret-left,
.pagenavPost .next .fa.fa-caret-right {
    margin: 0 0 0 0;
    font-size: 150.00%;
    color: #85b250;
    position: relative;
    top: 3px;
}
/*
=========================================
 Post Utilities
=========================================
*/
.post strong{
	font-weight: bold;
}
.post em{
	font-style: italic;
}
.post p {
	margin-bottom: 30px;
}
.post ul {
	margin: 0 0 10px 10px;
}
.post ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	list-style: disc;
}
.post ol {
	margin: 0 0 10px 30px;
}
.post ol li {
	list-style: decimal;
}
.post blockquote {
	clear: both;
	padding: 10px 0 10px 15px;
	margin: 10px 0 25px 30px;
	border-left: 5px solid #ccc;
}
.post blockquote p {
	padding: 5px 0;
}
.post dt {
	font-weight: bold;
}
.post dd {
	padding-bottom: 10px;
}
img.aligncenter {
	margin: 10px auto;
	display: block;
	max-width: 100%;
	height: auto;
}
img.alignright {
	margin: 0 0 10px 20px;
	display: block;
	max-width: 100%;
	height: auto;
}
img.alignleft {
	margin: 0 20px 10px 0;
	display: block;
	max-width: 100%;
	height: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/*
=========================================
 triviaArea
=========================================
*/
#postArea .postAreaTrivia{
	width: 100%;
	margin: 0 0 40px 0;
	padding: 2%;
	background-color: #006b3e;
	border: 10px solid #004524;
	box-sizing: border-box;
}
#postArea .postAreaTrivia .number{
	background-color: #f15a24;
	margin: 0 0 14px;
	padding: 6px 20px 3px;
	font-size: 1.8rem;
	color: #ffffff;
	display: inline-block;
	border-radius: 20px;
	line-height: 1;
}
#postArea .postAreaTrivia .title{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	font-size: 3.0rem;
	text-align: center;
	color: #ffffff;
	border-bottom: 6px solid #cae2d6;
}
#postArea .postAreaTrivia .subTitle{
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: right;
	font-size: 1.8rem;
	color: #ffffff;
}
@media screen and (max-width:600px) {
#postArea .postAreaTrivia .number{
	font-size: 1.4rem;
}
#postArea .postAreaTrivia .title{
	font-size: 2.3rem;
	border-bottom: 3px solid #cae2d6;
}
#postArea .postAreaTrivia .subTitle{
	font-size: 1.4rem;
}
}
#postArea .postAreaTrivia .txt{
	color: #ffffff;
	line-height: 1.8;
	margin: 0 0 30px 0;
}
#postArea .postAreaTrivia .txt p{
	font-size: 2.0rem;
}
#postArea .postAreaTrivia .colArea{
	width: 100%;
	margin: 0;
	padding: 0;
}
#postArea .postAreaTrivia .colArea .imgArea{
	width: 18%;
	padding: 0;
	margin: 0;
	float: left;
}



#postArea .postAreaTrivia .colArea .summaryArea{
	width: 78%;
	padding: 2%;
	margin: 0;
	float: right;
	background-color: #ffffff;
	border-radius: 10px;
	box-sizing: border-box;
	color: #006b3e;
	position:relative;
}
#postArea .postAreaTrivia .colArea .summaryArea:after {
	border:10px solid transparent;
	border-right-color:#ffffff;
	border-left-width:0;
	left:-10px;
	content:"";
	display:block;
	top:30px;
	position:absolute;
	width:0;
}
@media screen and (max-width:600px) {
#postArea .postAreaTrivia .colArea .summaryArea:after {
	display: none;
}
}
#postArea .postAreaTrivia .colArea .summaryArea .ttl{
	font-size: 1.8rem;
	font-weight: bold;
	color: #006b3e;
	margin: 0 0 10px;
}
#postArea .postAreaTrivia .colArea .summaryArea .txt{
	font-size: 1.6rem;
	line-height: 1.6;
	color: #006b3e;
	margin-bottom: 0;
}
@media screen and (max-width:600px) {
#postArea .postAreaTrivia .colArea .imgArea{
	display: none;
}
#postArea .postAreaTrivia .colArea .summaryArea{
	width: 100%;
	padding: 2%;
	margin: 0;
	float: none;
}
}
