/*
	Theme Name: JPAC BLOG
	Description: JPAC BLOG専用テーマ
	Version: 1.0
	Author:JPAC
	Author URI:
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


@charset "UTF-8";
/************************************************
																	
JPAC #9bc551											

************************************************/
::selection {
    background: #9bc551;
	color: #fff;
}
.txt-ttl h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
}
.txt-ttl h3 {
    border-left: 4px solid #9bc551;
}
.btn-d:hover{
	background: #9bc551;
	opacity: 1;
}
#page-navi {
    background: #9bc551;
}
.sec-ttl .cont{
	background: #9bc551;
}
.home .txt-ttl h2{
	font-size: 22px;
}
a:hover, a:hover p{
	color: #9bc551;
}
/*////////////////////////////////////////////
																	
color
																		
////////////////////////////////////////////*/
.j {
	color: #90bd3f;
}
.k{
	color: #5d626b;
}
.r{
	color: #e2524b;
}
.g{
	color: #79ba4f;
}
.b{
	color: #2e6fbc;
}
.o{
	color: #F99615;
}
.w{
	color: #fff;
}
h3.r, h3.r:before{
	color: #353b47;
	border-color: #e2524b;
}
h3.g, h3.g:before{
	color: #353b47;
	border-color: #79ba4f;
}
h3.b, h3.b:before{
	color: #353b47;
	border-color: #2e6fbc;
}
h3.o, h3.o:before{
	color: #353b47;
	border-color: #F99615;
}
/*////////////////////////////////////////////
																	
mv
																		
////////////////////////////////////////////*/
section#mv{
	padding-top: 40px;
	background: #f5f5f5;
	height: auto;
}
#mv .wrap {
	height: auto;
	padding: 60px 0;
	margin-top: 0;
	margin-bottom: 0;
	
}
#mv img {
	height:100px;
	width: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
#mv h3{
	margin-top: 18px;
	font-size: 28px;
	font-style: italic;
}
#mv p{
	font-size: 22px;
	margin-top: 5px;
	font-style: italic;
}
#mv .sec-ttl{
	max-width: 720px;
	margin: 0px auto;
}
#mv .mv-left, #mv .mv-right{
	float: none;
	text-align: center;
	margin: 20px 0;
}
#mv .wrap {
	background: url(../../img/mv-bg-ptn.png) repeat;
}
.info .bg-img{
	background-image: url(../../img/mv-bg-ptn.png);
}
/*////////////////////////////////////////////
																	
blog
																		
////////////////////////////////////////////*/
section#blog {
	padding-top: 40px;
	background: #fff;
}
#blog .sec-cont .cont {
	border: none;
}
#blog .sec-cont .inner {
	padding: 0 10px;
}
#blog .txt-ttl p{
	margin-left: 15px;
	color: #858990;
}
#blog li.left {
	width: 70%;
}
#blog li.right {
	width: 26%;
}
#blog .left-box .txt p a{
	color: #9bc551;
	text-decoration: underline;
}
div.addthis_native_toolbox a.addthis_button_facebook_like:hover div{
	opacity: 1 !important;
}
/*////////////////////////////////////////////
																	
blog-left
																		
////////////////////////////////////////////*/
.left-box {
	margin-bottom: 40px;
}
.blog-footer {
	text-align: left;
	border-top: 1px solid #c2c4c7;
	padding: 10px 0;
}
.blog-footer p{
	color: #858990;
	display: inline-block;
	margin-right: 10px;
}
.arrow:before{
	content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0px 5px 2px 0px;
    border-right: 2px solid #9bc551;
    border-top: 2px solid #9bc551;
    transform: rotate(45deg);
}
/*////////////////////////////////////////////
																	
blog-right
																		
////////////////////////////////////////////*/
.right-box {
	display: block;
	margin-bottom: 40px;
}
.right-box .txt-ttl{
	padding: 5px 0;
	border-bottom: 2px solid #9bc551;
}
.right-box .txt-ttl h5{
	line-height: 160%;
	font-weight: 700;
}
.info .bg-img{
	padding: 20px 0;
	margin-bottom: 10px;
}
.info img{
	width: 80%;	
	height: auto;
}
.info h4{
	font-size: 14px;
}

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

pagination

////////////////////////////////////////////*/
.screen-reader-text {
	display: none;
}

.nav-links .nav-previous, .nav-links .nav-next {
	display: inline-block;
	margin-right: 20px;
}

.nav-links .nav-previous:last-child, .nav-links .nav-next:last-child {
	margin-right: 0px;
}



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

一覧ページ（カテゴリ、月別、検索結果）

////////////////////////////////////////////*/
.archive-post {
	border-bottom: 1px solid #eee;
	padding: 15px 5px;
}

.archive-post dl {
	overflow: hidden;
}

.archive-post dt {
	width: 110px;
	border: 0;
	float: left;

}

.archive-post dd {
	margin-left: 120px;
}

.archive-post dd .title a {
	font-weight: normal;
	text-decoration: underline;
}
.archive-post dd .title a:hover {
    color: #353b47;
}
.archive-post dd .category {
	text-align: right;
}

.page-numbers {
	padding: 3px 9px;
	color: #9bc551;
	border: 1px solid #9bc551;
}

.page-numbers.current {
	color: #999;
	border: 1px solid #999;
}

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

検索フォーム

////////////////////////////////////////////*/
#searchform input[type=text]{
	height: 20px;
	padding: 2px;
	border: 1px solid #ccc;
	display: inline-block;
	vertical-align: middle;
}


#searchform input[type=submit]{
	color: #333;
	background-color: transparent;
	border: 1px solid #333;
	font-size: 12px;
	height: 20px;
	padding: 2px 8px;
	border: 1px solid #ccc;
	box-sizing: content-box;
	display: inline-block;
	vertical-align: middle;
}
/*////////////////////////////////////////////////////////

2019/9/6 住所変更告知

////////////////////////////////////////////////////////*/
#footer dl span {
	font-size: 12px;
}
img {
	height:auto;
}