/* ----------------------------------------------
 basic
---------------------------------------------- */
#post img,
.wp-caption {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/* ----------------------------------------------
 list
---------------------------------------------- */
#post ul, #post ol {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 2rem;
}
#post ul {
  list-style-type: disc;
}
#post ol {
  list-style-type: decimal;
}

/* ----------------------------------------------
 table
---------------------------------------------- */
#post table {
	width: 100%;
	font-size: 1.0em;
	border: 1px solid #c5c5c5;
	border-collapse: collapse;
}
#post table th, #post table td {
	padding: 20px 10px;
	vertical-align: middle;
	border: 1px solid #c5c5c5;
}

/*Media Query   Phones to Tablets*/
@media screen and (max-width: 991px) {
#post table {
	border: none;
	border-bottom: 1px solid #c5c5c5;
}
#post table th,  #post table td {
	padding: 10px 5px;
	border-bottom: none;
}
}
/* Cell Text Align */
#post table.center, #post table .center {
	text-align: center;
}
#post table.left, #post table .left {
	text-align: left;
}
#post table.right, #post table .right {
	text-align: right;
}
/* Cell BG Color */
#post table th {
	background-color: #f5f5f5 !important;
}
#post table thead th {
	background-color: #d2d0cc !important;
	font-weight: bold;
	text-align: center;
}
/* ----------------------------------------------
 sidebar
---------------------------------------------- */
.widget {
	/*margin-bottom: 20px;*/
	word-wrap: break-word;
}
.widget .heading {
	padding: 5px 0;
    font-size: 20px;
    /*font-weight: bold;*/
    border-top: solid #000 2px;
    border-bottom: solid #000 2px;
    text-align: center;
    position: relative;
    font-family: 'Oswald', sans-serif;
}
.widget .heading .fa {
	font-size: 30px;
	font-size: 3.0rem;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -17px;
}
.widget li {
	/*list-style-type: disc;
	list-style-position: outside;
	padding: 10px 10px 10px 0;
	margin-left: 20px;*/
    border-top: solid #000 1px;
}
/*.widget li:last-child {
	border-bottom: solid #000 1px;
}*/
.cat-item a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000;
}
.cat-item a:hover{
	color: #fff;
   	background: #666666;
}
.cat-item.current-cat, .current-cat {
	color: #0064aa;
}
.current-cat a {
	font-weight: bold;
	color: #0064aa;
}
.acMenu{
	border-bottom: solid #000 1px;
	cursor: pointer;
    padding: 12px 0 12px 24px;
    font-weight:bold;
    position: relative;
}
.acMenu i{
	position: absolute;
	top: 35%;
	right: 10%;
}
.acMenu:hover,.acMenu.active{
	color: #fff;
   	background: #666666;
   	transition: all .3s ease;
}
.acMenu.active .fa-chevron-down:before{
	content: "\f077";
}
.acMenu-item{
   	display:none;
}
.acMenu-item li:first-child{
	border-top: none;
}
.acMenu-item li.current{
	background: rgba(239, 239, 239, 1);
}
.acMenu-item li.current:hover{
   	background: #666666;
   	transition: all .3s ease;
}
.acMenu-item li.current a{
	color: #000;
	text-decoration:none;
}
.acMenu-item li.current a:hover{
	color: #fff;
	text-decoration:none;
}
.acMenu-item a{
	display: block;
	padding: 12px 0 12px 24px;
	color: #000;
	text-decoration: none;
}
@media (max-width: 1023px){
	.acMenu i{
	right: 6%;
}
}
@media (max-width: 639px) {
.widgetArea {
	border-bottom: solid 1px #000;
	margin-bottom: 20px;
}
.widget {
	margin-bottom: 0;
}
.widget .heading {
	background: none;
	border-top: solid 2px #333;
	padding: 20px 10px;
}
.widget li {
	border-top: solid 1px #000;
	/*padding: 0 10px;*/
}
.acMenu-item li{
		padding: 0;
	}
.acMenu:hover{
	color: #000;
   	background: #fff;
}
.acMenu.active{
	color: #fff;
   	background: #666666;
   	transition: all .3s ease;
}
}
@media (min-width: 640px) {
.widget .heading .fa {
	display: none;
}
}
/* ----------------------------------------------
 search
---------------------------------------------- */
.widget.search input[type="text"] {
    width: 88%;
    height: 32px;
    margin: 0 2% 0 0;
    float: left;
}
.widget.search .btn {
    width: 10%;
    height: 32px;
    float: left;
    background: url(../../images/common/icon/icon_search.png) no-repeat center center;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.widget.search .btn:hover {
    background: url(../../images/common/icon/icon_search_on.png) no-repeat center center;
    -webkit-background-size: 100%;
    background-size: 100%;
}
@media (max-width: 739px) {
	.widget.search .btn {
    	background: url(../../images/common/icon/icon_search.png) no-repeat center center;
    	-webkit-background-size: 92%;
    	background-size: 92%;
	}
	.widget.search .btn:hover {
    	background: url(../../images/common/icon/icon_search_on.png) no-repeat center center;
    	-webkit-background-size: 92%;
    	background-size: 92%;
	}
}
/*.widget.search .searchTitle {
    padding: 0 5px;
    font-size: 20px;
    border-bottom: solid #000 1px;
}*/
/* ----------------------------------------------
 layout
---------------------------------------------- */
.postList01,
.postSingle {
	padding-bottom: 30px;
	border-bottom: solid 1px #ccc;
}
.postList01 {
	margin-top: 30px;
}
.postList01:first-child {
	margin-top: 0;
}
.postList02 {
	padding: 0 5px 10px;
}
@media (min-width: 640px) {
.postList01,
.postSingle {
	padding-bottom: 30px;
}
.postList02 {
	padding: 0 20px 40px;
}
}
/* ----------------------------------------------
 common parts
---------------------------------------------- */
@media (min-width: 640px) {
#post {
	padding-right: 20px;
}
}
@media (min-width: 1024px) {
#post {
	padding-right: 30px;
}
}
@media (max-width: 640px) {
	#post .postList01 .heading,
	#post .postSingle .heading {
		margin-bottom: 10px;
    		font-size: 14px;
    		font-size: 1.4rem;
    		font-weight: bold;
    		line-height: 1.4;
    		border-bottom: none !important;
	}
}
#post .postList01 .heading,
#post .postSingle .heading {
	margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: solid #000 1px;
}
#post .postSingle .heading {
	padding: 0 10px;
}
#post .postList02 .heading {
	margin-top: 10px;
	font-size: 13px;
    font-size: 1.3rem;
	font-weight: bold;
}
@media (min-width: 1024px) {
#post .postList01 .heading,
#post .postSingle .heading {
    font-size: 20px;
    font-size: 2.0rem;
}
#post .postList02 .heading {
	margin-top: 10px;
	font-size: 16px;
    font-size: 1.6rem;
	font-weight: bold;
}
}
#post .date {
	display: block;
	color: #999;
}
/*
#post .cat {
	display: block;
    float: left;
    margin-top: 5px;
    padding-left: 50px;
    width: 70%;
    background-image: url('../../images/common/icon/icon_cat.png');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 20px 3px;
}*/

#post .cat {
	display: block;
	margin: 10px 0 0 -20px;
	padding-left: 44px;
	background-image: url('../../images/common/icon/icon_cat.png');
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 20px 3px;
}
#post .cat .icon {
	margin: -4px 5px 0 0;
	width: 16px;
	vertical-align: middle;
}
#post .cat a {
	color: #999;
	word-wrap: break-word
}
/*@media (min-width: 1024px) {
#post .date {
	float: right;
}
}
@media (max-width: 639px) {
}*/
/* ----------------------------------------------
 List
---------------------------------------------- */
.postList .leftBox {
	float: left;
	width: 100px;
	text-align: center;
	margin-bottom: 20px;
}
.postList .box .img {
	width: 100% !important;
}
@media (min-width: 640px) {
.postList .leftBox {
	width: 200px;
	margin-bottom: 0;
}
.postList .leftBox .img {
	width: 70% !important;
}
}
.postList .rightBox {
	float: left;
    width: calc(100% - 100px);
    padding: 0 0 0 10px;
}
.postList .rightBox a {
	text-decoration: none;
	color: #1a1a1a;
}
.postList .leftBox a:hover {
	opacity: 0.7;
}
#post .text {
	margin-bottom: 5px;
}
.postList .heading {
	font-size: 16px;
	font-size: 1.6rem;
}
.postList .more {
	/*display: block;
	text-align: right;*/
	color: #0064AA;
	text-decoration: underline;
	/*margin-top: 5px;*/
	margin: 5px 0 0 10px;
}
.postList .cat {
	padding-left: 15%;
	background-position: 5% 3px;
}
@media (min-width: 640px) {
.postList .rightBox {
	width: 70%;
	width : -webkit-calc(100% - 200px) ;
	width : calc(100% - 200px) ;
	padding: 0 20px;
}
.postList .leftBox .img {
	width: 100% !important;
}
.postList .cat {
	padding-left: 22%;
    background-position: 20% 3px;
}
}
/* ----------------------------------------------
 single
---------------------------------------------- */
.postSingle .heading {
	font-size: 24px;
	font-size: 2.4rem;
}
.postSingle .cat {
	margin-bottom: 20px;
	padding-left: 5%;
	background-position: 0 3px;
}
@media (max-width: 639px) {
.postSingle .cat {
	padding-left: 7%;
}
}
/* 最新記事リスト */
.postLatest > .heading {
	margin-top: 40px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.postLatestList {
	margin: 15px 0 30px;
}
.postLatestList .leftBox {
	float: left;
	width: 15%;
}
.postLatestList .rightBox {
	float: left;
	width: 85%;
	padding: 0 20px;
}
.postLatestList .rightBox a {
	text-decoration: none;
	color: #1a1a1a;
}
.postLatestList .rightBox a:hover {
	text-decoration: underline;
}
.postLatestList .date {
	font-size: 11px;
	font-size: 1.1rem;
	color: #4c4540;
}
.postLatestList .heading {
	font-size: 12px;
	font-size: 1.2rem;
}
.postLatestList .more {
	display: block;
	color: #0064aa;
	text-decoration: underline;
	margin-top: 5px;
}
@media (max-width: 639px) {
.postLatestList .more {
	display: inline-block;
    margin-left: 10px;
}
}
/* ----------------------------------------------
 pagenation
---------------------------------------------- */
/* ページネーション */
.pagenation {
    margin: 20px 0;
	text-align: center;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation li {
	display: inline-block;
    list-style: none outside none;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active,
.pagenation .current {
    /*background-color: #999;*/
    background-color: #0064aa;
    color: #fff;
    /*padding: 10px 20px;*/
    padding: 15px 20px;
}
.pagenation .current {
	padding: 13px 20px;
}
.pagenation li a {
    /*background: none repeat scroll 0 0 #F3F3F3;
    color: #999;*/
    background: none repeat scroll 0 0 #333;
    color: #fff;
    display: block;
    /*padding: 10px 20px;*/
    padding: 15px 20px;
    text-decoration: none;
}
.pagenation li a:hover {
    background-color: #BDBCBC;
    color: #fff;
    opacity: 0.8;
}
@media (max-width: 639px) {
	.pagenation li a,
	.pagenation li.active {
		/*padding: 5px 10px;*/
		padding: 10px 15px;
	}
	.pagenation .current {
		padding: 7px 10px;
	}
}
/* 前後リンク */
.nav-below {
	margin: 0 0 20px;
	border-bottom: solid 1px #ccc;
	text-align: center;
}
.nav-below .btn, .nav-below .btn a {
	display: inline-block;
}
.nav-below .btn a {
	padding: 6px 25px 5px;
	text-decoration: none;
	color: #999;
    font-size: 30px;
}
.nav-below .btn a:hover {
	background: #F3F3F3;
}
.nav-below .nav-previous,
.nav-below .nav-next {
	width: 60px;
    height: 65px;
}
.nav-below .nav-previous {
	float: left;
}
.nav-below .nav-next {
	float: right;
}
.nav-below .nav-list {
	height: 65px;
	line-height: 65px;
}
.nav-below .nav-list a {
	font-size: 16px;
	padding: 0 20px;
	text-decoration: underline;
}
.nav-below .nav-list a:hover {
	text-decoration: none;
}
/* ----------------------------------------------
 SNS Todo: 要調整
---------------------------------------------- */
.collection_sns {
    padding: 20px 0;
    text-align: left;
}
.collection_sns li {
    display: inline-block;
}
.collection_sns .a2a_button_twitter span {
    display: none;
}
.collection_sns .a2a_button_facebook span {
    display: none;
}
.collection_sns .a2a_button_twitter {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    background: url(../../images/common/icon/icon_post_twitter.png) no-repeat center center;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.collection_sns .a2a_button_facebook {
    width: 40px;
    height: 40px;
    background: url(../../images/common/icon/icon_post_facebook.png) no-repeat center center;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.collection_sns .a2a_button_twitter:hover {
    background: url(../../images/common/icon/icon_post_twitter_on.png) no-repeat center center;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.collection_sns .a2a_button_facebook:hover {
    background: url(../../images/common/icon/icon_post_facebook_on.png) no-repeat center center;
    -webkit-background-size: 100%;
    background-size: 100%;
}