﻿/*
Theme name: スペシャルオリンピックス日本・鳥取
Author: Nobody
Author URI: https://teamstudio-e.net
Version: 1.0
*/

@import url('./pdmenu/pdmenu.css');

/****  リセット  ****/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
h1,h2,h3,h4,h5,h6{
	clear: both;
}




/****  base  ****/
body{
	font-size: 17px;
	line-height: 1.7; 
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #333;
	min-width: 1024px;
} 
*{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
		box-sizing: border-box;
}

p, h1, h2, h3, h4, h5, h6{
	word-wrap:break-word;
	overflow-wrap:break-word;
}


/****  文字装飾  ****/

.red{color: red;}
.blue{color: blue;}
.green{color: green;}
.gray{color: gray;}

.b, strong{font-weight: bold;}

.ll{font-size: 1.6em; font-weight: bold;}
.l{font-size: 1.3em; font-weight: bold;}
.s{font-size: 0.85em;}
.ss{font-size: 0.65em;}

.back-red{background-color: #ffccff;}
.back-blue{background-color:#ccffff;}

.badge-red,
.badge-green{
	padding: 3px 8px 1px;
	margin-right: 5px;
	border-radius: 7px;
	color: #fff;
}
.badge-red{
	background-color: #e00;
}
.badge-green{
	background-color: #060;
}

.clear{
	clear: both;
	line-height: 0;
	overflow: hidden;
}
.space{
	clear: both;
	height: 2.5em;
}

table.hyou{
	border-collapse: collapse; 
	table-layout: fixed;
	margin: 20px auto 2.5em;
	border:1px solid #111;
}

table.hyou th, table.hyou td{
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #111;
}

table.hyou th{
	background-color: #bde;
}

.no-deco{text-decoration: none;}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


/****  ベーシックレイアウト  ****/
.main-side{
	width: 1024px;
	margin: 0 auto 30px;
}
.main{
	width: 694px;
	margin-right: 30px;
	float: left;
}
.side{
	width: 300px;
	float: left;
	margin-top: 2.8em; /* 20201111 */
}
.footer{
	clear: both;
	color: #333;
	overflow: hidden;
}





/****  ヘッダー  ****/
.header-inner{
	width: 1024px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0 auto;
}

.header-left {
	width: 65%;
	float: left;
}
.header-right {
	width: 35%;
	float: left;
}
.site-logo {
	font-size: 1.0em;
	line-height: 1.5;
}
.site-logo a{
	color: #333;
	text-decoration: none;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.03deg);
}
.site-title1 {
	font-size: 1.176em;
	font-weight: bold;
}
.site-title2 {
	font-size: 0.882em;
	font-weight: bold;
}
.site-title3 {
	font-size: 1.647em;
	font-weight: bold;
	color: #FF0000;
}
.header-menu-line {
	float: right;
}
ul.header-menu {
	list-style-type: none;
	overflow: hidden;
}
ul.header-menu li {
	float: left;
}
ul.header-menu li:nth-child(-n+2) {
	margin-right: 20px;
}
ul.header-menu li a {
	color: #333;
	font-size: 0.882em;
	text-decoration: none;
}
ul.header-menu li a:hover {
	color: #707070;
}
.logo {
width: 169px;
margin-right: 20px;
}

.header-logo {
float: left;
} 



/* スライドショーエリア */
.slider-container {
	width: 1000px;
	height: 563px;
	margin: 0 auto;
}





/* グローバルメニュー */
.menu-bar02 {
	width: 100%;
	height: 60px;
	margin-top: 50px;
}
#gmenu02 {
	width: 1024px;
	height: 40px;
	margin: 0 auto;
}
#gmenu02 ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: space-between;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#gmenu02 ul li {
	position: relative;
	width: 12.486%;
	border-top: 2px solid #007B29;
	border-bottom: 2px solid #007B29;
	border-right: 2px solid #007B29;
}
#gmenu02 ul li:first-child {
	border-left: 2px solid #007B29;
}
#gmenu02 ul li a {
	display: block;
	background-color: #fff;
	color: #007B29;
	font-size: 1.056em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 6px 0 5px;
}
#gmenu02 ul li a:hover {
	color: #FFF!important;
	background:-moz-linear-gradient( center top, #00ba3e 5%, #007B29 100% );
	background:-ms-linear-gradient( top, #00ba3e 5%, #007B29 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ba3e', endColorstr='#007B29');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #00ba3e), color-stop(100%, #007B29) );
	background-color:#00ba3e;
	border-color: #007B29;
	font-weight: bold;
}
/*.under-triangle::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #007B29 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
	z-index: 10;
}*/
#post-list-button {
    position:relative;
	width: 140px;
	height: 30px;
	background-color: #007B29;
	margin: 30px auto 60px;
	border-radius: 20px;
}
#post-list-button a:hover {
	opacity: 0.8;
}
#post-list-button .pl-Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	text-decoration: none;
	color: #fff;
	padding: 1px 0;
	font-size: 0.85em;
	text-align: center;
}



/* カテゴリーメニュー */
.cate-menu-bar {
	width: 100%;
	height: 60px;
	margin-top: 50px;
}
#cate-menu {
	width: 100%;
	height: 80px;
	margin: 0 auto 30px;
}
#cate-menu ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: space-between;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#cate-menu ul li {
	position: relative;
	width: 16.6666666667%;
	border-right: 1px solid #333;
}
#cate-menu ul li:last-child {
	border-right: none;
}
cate-menu ul li:last-child {
	border-right: none;
}
#cate-menu ul li a {
	display: block;
	font-size: 0.941em;
	text-align: center;
	text-decoration: none;
	padding: 6px 0 5px;
	color: #000 !important;
}
#cate-menu ul li a:hover {
	color: #FFF!important;
	background:-moz-linear-gradient( center top, #00ba3e 5%, #007B29 100% );
	background:-ms-linear-gradient( top, #00ba3e 5%, #007B29 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ba3e', endColorstr='#007B29');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #00ba3e), color-stop(100%, #007B29) );
	background-color:#00ba3e;
	border-color: #007B29;
	font-weight: bold;
}
#cate-menu ul li a.active {
	color: #FFF!important;
	background:-moz-linear-gradient( center top, #00ba3e 5%, #007B29 100% );
	background:-ms-linear-gradient( top, #00ba3e 5%, #007B29 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ba3e', endColorstr='#007B29');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #00ba3e), color-stop(100%, #007B29) );
	background-color:#00ba3e;
	border-color: #007B29;
	font-weight: bold;
}



/* トップページ画像 */
.top-header {
	width: 1024px;
}
.top-image {
	width: 1009px;
	height: 360px;
    margin: auto;
	margin-top: 2em;
}
.top-image img {
	width: 100%;
}
.top-side {
	float: left;
}


/****  パンくず  ****/
.bread{
	font-size: 0.84em;
	padding: 6px !important;
	color: #777;
	margin: 10px 0 20px;
}
.bread i{
	margin-right: 2px;
}
.bread ul li{
	display: inline;
}

.bread a{
	text-decoration: none;
	color: #777;
}




/****  big-box  ****/
.big-box{
	margin-bottom: 30px;
}
.big-box .box-header{
	font-size: 1.5em;
	padding: 0;
	margin: 0 0 10px 5px;
}

.hide{
	display: none;
}
.post{
	width: 32%;
	float: left;
	background-color: #fff;
	margin-right: 2%;
	margin-bottom: 30px;
	box-shadow: 0 2px 5px #999;
	overflow: hidden;
}

.col-3{
	margin-right: 0;
}
.thumb-box{
	overflow:hidden;
}

.thumb-box img{
	width:100%;
	height: auto;
	display: block;
}
.no-thumbnail{
	height: 120px;
	position: relative;
	overflow: hidden;
}
.no-thumbnail p{
	color: #fff;
	font-size: 1.1em;
	line-height: 1;
	position: absolute;
	right: 10px;
	bottom: 25px;
	text-align: right;
}

.post-info{
	padding: 10px;
}
.share-count-top{
	margin: 5px 10px 5px 0;
	font-size: 0.8em;
	line-height: 1;
	vertical-align: top;
	float: left;
}
.up-date{
	font-size: 0.89em;
	color: #333;
}
.post-title{
	color: #333;
	font-size: 1em;
	padding: 3px 0 0;
	line-height: 1.5;
	clear: both;
}
.post-title a{
	color: #333;
	text-decoration: none;
}

.cat-link{
	text-align: right;
	line-height: 1;
	clear: both;
}
.cat-folder{
	font-size: 1.3em;
	color: #808080;
	vertical-align: middle;
}
.cat-link a{
	display: inline-block;
	padding: 1px 5px 0px;
	background-color: #414852;
	line-height: 1.4;
	text-decoration: none;
	color: #fff;
	font-size: 0.7em;
}

.clear3{
	clear: both;
}
.more-link{
	width: 64px;
	height: 64px;
	line-height: 21px;
	padding-top: 18px;
	margin: -15px auto 55px;
	border-radius: 32px;
	font-size: 1.1em;
	color: #fff;
	text-align: center;
	box-shadow: 0 2px 5px #999;
}
.more-link:hover{
	cursor: pointer;
}
.more-link a:hover{
	color: #fff;
}



/****  min-box  ****/
.min-box{
	background-color: #ebebeb;
	width: 354px;
	margin-bottom: 30px;
	float: left;
	padding: 15px 10px 0;
	overflow: hidden;
	position: relative;
}
.min-box .box-header{
	font-size: 1.1em;
	line-height: 1.2;
	padding-right: 48px;
	margin: 5px 0 17px;
}
.left{
	margin-right: 20px;
}

.min-box .post{
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 20px;
	width:100%;
	box-shadow: 0 2px 5px #999;
	padding-bottom: 0;
}
.min-box .thumb-box{
	width: 23%;
	height: 77px;
	float: left;
	overflow: hidden;
}
.min-box .thumb-box img{
	width: auto;
	height: 100%;
	display: block;
}
.min-box .no-thumbnail{
	max-height: 77px;
}
.min-box .no-thumbnail p{
	font-size: 0.7em;
	line-height: 1.1;
	position: absolute;
	right: 3px;
	bottom: 15px;
padding-left: 10px;
}

.min-box .post-info{
	background-color: #fff;
	width: 77%;
	float: left;
	padding: 4px 3px 0 5px;
}
.min-box .up-date{
	font-size: 0.7em;
	margin-bottom: 4px;
}
.min-box .share-count-top{
	margin: 6px 0 4px 10px;
	font-size: 0.7em;
	line-height: 7px;
}
.min-box .post-title{
	color: #333;
	font-size: 0.9em;
	line-height: 1.2;
	padding: 0;
	margin-bottom: 0;
}
.min-more-link{
	color: #fff;
	font-size: 0.9em;
	text-align:center;
	width: 48px;
	line-height: 48px;
	height: 48px;
	border-radius: 24px;
	margin-top: -10px;
	margin-bottom: 10px;
	box-shadow: 0 2px 5px #999;
	position: absolute;
	right: 10px;
	top: 20px;
}





/****  ページネーション  ****/
.pagenavi {
	clear:both;
	text-align: center;
	margin: 10px 0 50px;
	
}
 
.pagenavi span,
.pagenavi a {
	margin: 0 4px;
	padding: 7px 8px 5px;
	text-decoration:none;
	color:#fff;
	background: #414852;
}
 
.pagenavi a:hover{
	color:#fff;
}
 
.pagenavi .current{
	color: #fff;
}




/****  カテゴリーページ  ****/
.cat-desc{
	margin: 0 0 20px;
	color: #555;
	font-size: 0.9em;
}





/****　　投稿・固定ページ  ****/
.content-box{
	background-color: #fff;
	padding: 0 10px 20px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.content-header{
	margin: 0 -10px 10px;
	padding: 10px 10px 10px;
}

h1.title{
	font-size: 1.59em;
	color: #333;
	line-height: 1.2;
	margin: 15px 0 10px;
	font-weight: bold;
	border-bottom: 2px solid #007B29;
	padding-bottom: 15px;
}

.content-header .up-date,
.content-header .cat-link{
	text-align: left;
	float: none;
}
.sns-counts .share-count-top{
	font-size: 1.1em;
}

.eye-catch{
	display: block;
	max-width: 100%;
	margin: 0 auto 30px;
	box-shadow: 0 2px 5px #999;
	clear: both;
}
.content{
	margin-bottom: 50px;
	clear: both;
}

.content h2{
	clear: both;
	font-size: 1.4em;
	color: #333;
	line-height: 1.2;
	margin: 45px 0 15px;
	font-weight: bold;
	border-bottom: 2px solid #007B29;
	padding-bottom: 10px;
}
.content h2:first-child{
	margin-top: 20px;
}

.schedule-subject {
	font-size: 1.059em;
	font-weight: bold;
	line-height: 1.2;
   text-align: left;  /* 文章を左寄せする(※) */
   float: left;     /* 左端に寄せて、後続を右側へ回り込ませる */
}
.schedule-date {
	color: #58595B;
	font-size: 0.941em;
	margin-top: 8px;
   text-align: right; /* 文章を右寄せする */
}
.category-schedule .content h2{
	font-size: 1.0em;
	clear: both;
	color: #333;
	margin: 45px 0 15px;
	border-bottom: 2px solid #007B29;
	padding-bottom: 10px;
}
.content h3{
	display: inline-block;
	clear: both;
	color: #333;
	font-size: 1.3em;
	line-height: 1.2;
	padding: 5px 15px;
	margin: 45px 0 15px;
	background-color: #BFE4FF;
}
.content h3:first-child{
	margin-top: 20px;
}

.content h4{
	clear: both;
	color: #333;
	font-size: 1.2em;
	line-height: 1.3;
	padding: 3px 0 0;
	margin: 30px 0 15px;
}

.content h5{
	clear: both;
	color: #111;
	font-size: 1.1em;
	line-height: 1.2;
	padding: 3px 17px 0;
	margin: 30px 0 10px;
}

.content h6{
	clear: both;
	color: #111;
	font-size: 1.05em;
	line-height: 1.2;
	padding: 0 20px 0;
	margin: 30px 0 10px;
}

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

.content img.alignnone{
	max-width: 100%;
	height: auto;
	margin: 10px 0;
	box-shadow: 0 2px 5px #999;
}


.content img.alignright {
	max-width: 50%;
	height: auto;
	display: block;
	float: right;
	margin: 0 0 10px 10px;
	box-shadow: 0 2px 5px #999;
}

.content img.alignleft {
	max-width: 50%;
	height: auto;
	display: block;
	float: left;
	margin: 0 15px 10px 0;
	box-shadow: 0 2px 5px #999;
}

.content img.aligncenter{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 10px auto;
	box-shadow: 0 2px 5px #999;
}
.content iframe{
	display: block;
	max-width: 100%;
	margin: 0 auto 2em;
}
.content blockquote{
	width: 90%;
	margin: 0 auto 2em;
	font-size: 0.9em;
	line-height:1.5;
	background-color: #eef;
	padding: 30px 20px 1px;
}
.content blockquote:before{
	content: "“";
	color: #999;
	display: block;
	font-size: 3em;
	line-height: 0.6;
}

.content ul,
.content ol
{
	padding-left: 6%;
	margin-bottom: 2em;
}
.content ul li,
.content ol li{
	margin-bottom: 15px;
}

.content dl{
	padding: 0 4%;
	margin-bottom: 2.5em;
}
.content dl dt{
	font-size:1.2em;
	padding-left: 10px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 5px;
}
.content dl dd{
	margin-bottom: 1.5em;
}
.content .wp-caption{
	text-align: center;
	max-width: 100% !important;
}

.post-list-box {
	padding: 10px;
	border-bottom: 1px solid #C1C1C2;
}
.post-date {
	color: #58595B;
	font-size: 0.95em;
	margin-top: 8px;
  text-align: left;
  padding-bottom: 5px;
  margin-right: 20px;
}
.post-list-title {
	font-size: 1.059em;
    text-align: left;
    margin-top: -6px;
    margin-bottom: 5px;
}
.post-list-title a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.post-list-title a:hover {
	color: #58595B;
	text-decoration: none;
}
.post-excerpt {
	color: #58595B;
	font-size: 0.941em;
	margin: .7em 0;
}
/* H1見出し */
.cp_h1title {
	font-size: 1.353em;
	font-weight: bold;
	position: relative;
	padding: 0.1em 0.5em 0.1em;
	text-indent: 1.5em;
	background: #B7FFCF;
	color: #333;
}
.cp_h1title:before{
	position: absolute;
	content: url(./images/h1_image.png);
	top: 0.18em;
    left: -0.8em;
}
/* H2特別見出し */
.cp_h2title {
	font-size: 1.353em !important;
	font-weight: bold !important;
	position: relative !important;
	background-color: #fff !important;
	padding: 0.2em 0.5em 0.25em !important;
	border: 2px solid #007B29 !important;
	text-indent: 1.3em !important;
	color: #333 !important;
}
.cp_h2title:before{
	position: absolute;
	content: url(./images/h2_image.png);
	top: 0.25em;
    left: -0.8em;
}

.top-page-notice-box {
	padding: 30px;
}
.top-page-notice-box p {
	margin-bottom: 1.0em;
}
.top-page-notice {
	clear: both;
	font-size: 1.235em;
	font-weight: bold;
	text-align: center;
	color: #C30000;
	padding: 0;
}




/****  サイドバー  ****/
.side .box{
	background-color: #fff;
	overflow: hidden;
	padding: 0 15px 10px;
	margin-bottom: 30px;
	box-shadow: 0 2px 5px #999;
}
.side .box-header{
	font-size: 1.2em;
	padding: 15px 0 5px;
	margin: 0 0 5px;
}

.side ul li{
	list-style: none;
	line-height: 1.3;
	margin-bottom: 15px;
	font-size: 0.95em;
	clear:both;
	overflow: hidden;
}
.side .box a{
	color: #fff;
	text-decoration: none;
}
.side .box a:hover{
	color: #EA3382;
}

.side ul.children{
	margin: 8px 0 0 25px;
	font-size: 0.95em;
}
.search-box{
	height: 35px;
	box-shadow: 0 2px 5px #999;
	margin-bottom: 30px;
}
.search-text{
	width: 80%;
	height: 100%;
	font-size: 1em;
	float: left;
	padding: 5px 10px;
	margin: 0;
	border: none;
}
.search-submit{
	font-size: 1.2em;
	width:20%;
	height: 100%;
	display: inline;
	padding: 0;
	margin: 0;
	border: none;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}
.search-submit:hover{
	background-color: #EA3382;
}

.side-share{
	font-size: 1.2em;
	padding: 0 15px;
	margin: 0 0 5px;
}


/* サイドメニュー一段目の部品 */
.side-box1 {
	width: 324px;
	height: 470px;
	background-color: #007B29;
	padding: 30px 0;
}
.home .side-box1 {
	width: 324px;
	height: 470px;
	background-color: #007B29;
	padding: 30px 0;
}

.open-close-box {
	width: 292px;
	height: 40px;
	color: #007B29;
	background-color: #fff;
	font-size: 1.24em;
	margin: 10px auto;
	padding: 2px 10px;
}
.open-close-box:first-child {
	margin-top: 0;
}
.open-time {
	color: #fff;
	font-size: 1.47em;
	text-align: center;
}
.side1-button {
    position:relative;
	width: 292px;
	height: 40px;
	background-color: #FFF100;
	border-radius: 20px;
	margin: 10px auto;
	text-align: center;
}
.side1-button a:hover {
	border-radius: 20px;
	background-color: #fff;
}
.side1-button .sb-Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	text-decoration: none;
	color: #007B29;
	padding: 5px 0;
	/* text-shadow: 1px 1px 3px #333; */
	font-size: 1.06em;
}
.side1-button:last-child {
	margin-bottom: 0;
}
.kyukan-text {
	color: #fff;
	font-size: 0.73em;
	padding: 20px 20px 0;
	margin-top: -20px;
	line-height: 1.4;
}
.side-novaria {
	color: #fff;
	font-size: 0.785em;
	padding: 10px 20px 0;
}
.side-novaria-addr-tel {
	color: #fff;
	font-size: 0.73em;
	padding: 0 20px;
	line-height: 1.4;
}
.side-space {
	margin-bottom: 30px;
	overflow: hidden;
}
.side-top-space {
	margin-bottom: 76px;
}

.home .facebook-box {
	width: 500px;
	margin: 0 auto 100px;
}
.home .youtube-banner {
	width: 300px;
	margin: auto 25px 50px;
}
.home .youtube-banner img {
	width: 100%;
}
.side .facebook-box {
	width: 300px;
	margin: 0 auto 50px;
}
.side .youtube-banner {
	width: 300px;
	margin: 0 auto 20px;
}
.side .youtube-banner img {
	width: 100%;
}
.side-link-button {
    position:relative;
	width: 300px;
	height: 43px;
	background-color: #007B29;
	margin: 0 auto 28px;
	text-align: left;
}
.side-link-button a:hover {
	opacity: 0.8;
}
.side-link-button .sl-Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	text-decoration: none;
	color: #fff;
	padding: 6px 10px;
	font-size: 1.06em;
	font-weight: bold;
}

/* トップページバナー */
.top-page-banner-box {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
	background: #fff;
	padding: 23px 0 13px;
}
.top-banner-button {
    position:relative;
	width: 220px;
	height: 80px;
	background-color: #FFF100;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	border: 2px solid #000;
}
.top-banner-button a:hover {
	background-color: #FFF;
}
.top-banner-button .tb-Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding: 21px 0;
	font-size: 1.12em;
}
.top-banner-button:nth-child(3) .tb-Link{
	padding: 16px 0;
	line-height: 1.2;
}

/* トップページバナー2 */
.top-page-banner2-box {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	width: 100%;
	background: #fff;
	padding: 23px 0 13px;
	margin-bottom: 40px;
}
.top-banner2-button {
    position:relative;
	width: 220px;
	height: 80px;
	background-color: #FFF100;
	margin-bottom: 10px;
	text-align: center;
	border: 2px solid #007B29;
}
.top-banner2-button a:hover {
	background-color: #FFF;
}
.top-banner2-button .tb2-Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	text-decoration: none;
	color: #007B29;
	font-weight: bold;
	padding: 21px 0;
	font-size: 1.12em;
}



/* ▼タブの中身 */
#post-list-body div {
   background-color: white; /* 背景色：白色 */
   position: relative;      /* z-indexを調整するために必要 */
   z-index: 0;              /* 重なり順序を「最も背面」にするため */
}


/****  フッター  ****/
.footer {
	color: #fff;
	background-color: #007B29;
}
.footer-inner {
	width: 1024px;
	margin: 0 auto;
}
.footer-left {	/* 20200720 */
	width: 600px;
	float: left;
	margin-top: 30px;
	margin-right: 24px;
}
.footer-right {	/* 20200720 */
	width: 400px;
	float: left;
	margin-top: 30px;
}
.footer-right-left {
	width: 45%;
	float: left;
}
.footer-right-right {
	width: 55%;
	float: left;
	margin-top: 30px;
}
.footer-logo {
	font-size: 1.0em;
	line-height: 1.3;	/* 20200720 */
	padding-left: 10px;
}
.footer-ippan {
	font-size: 0.94em;
}
.footer-title {
	font-size: 1.18em;
}
.footer-addr-tel {
	font-size: 0.94em;
	margin-top: 30px;
	line-height: 1.8em;
}
.footer-addr-hogo {
	font-size: 0.85em;
	margin-top: 40px;
}
.footer-addr-hogo a:hover {
  color: #AFAFAF;
}
.footer-addr-hogo a {
  color: #d7d7d7;
  text-decoration: none;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 58%;	/* 20200720 */
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.gmap-DivLink{
    position:relative;
    width:300px;
    height:40px;
	margin-top: 218px;
    border:1px solid #007B29;
	background-color: #fff;
}
.gmap-DivLink a{
	color: #007B29;
	text-decoration: none;
	text-align: center;
	padding: 4px 0;
}
.gmap-DivLink a:hover{
	color: #009531;
}
.gmap-DivLink .gmap-Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
span.test:after {
	content:'\025b6';
	margin-left: 5px;
}
.footer-name {
	font-size: 0.8em;
	text-align: center;
	margin: 10px 0;
}
.footer-name a {
	color: #fff;
	text-decoration: none;
}
.footer-name a:hover{
	color: #d7d7d7;
}
.footer-about {
	font-size: 0.765em;
	text-align: right;
	padding-right: 0.5em;
}
.footer-about a {
	color: #fff;
	text-decoration: none;
}
.footer-about a:hover {
	color: #d7d7d7;
}


/****  MENUバー、ガクッとなる対策  ****/
.add-margin{
	margin-bottom: 45px;
}





@media screen and (max-width: 1024px) {
body{
	min-width: 0; 
	width: 100%;
}

.header-inner{
	width: 100%;
	padding: 10px 10px;
}

	.header-right {
		padding-right: 60px;
	}
	.menu-bar {
		display: none;
	}
	.navToggle01 {
		display: block;
	}
	nav.globalMenuSp01 {
		display: block;
	}
	.top-header {
		width: 100%;
	}
.top-image {
	float: none;
	margin: 0 auto;
	
}
	.top-side{
		float: none;
		width: 100%;
	}
.home .side-box1 {
	width: 324px;
	height: 470px;
	background-color: #007B29;
	padding: 30px 0;
	margin: 0 auto 30px;
}
.side .side-box1 {
	margin: 0 auto;
}
	/*
	.menu-bar02 {
		display: none;
	}
	.navToggle02 {
		display: block;
	}
	nav.globalMenuSp02 {
		display: block;
	}
*/
	#gmenu02 {
		width: 100%;
	}
.main-side{
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
}
.main{
	width: 100%;
	margin-right: 0;
	float: none;
}

.content-box{
	width: 100%;
	margin: -30px 0 30px;
	padding: 0 6% 30px;
	overflow: hidden;
	box-shadow: none;
}
.content-header{
	margin-left: -7%;
	margin-right: -7%;
	padding-left: 6%;
	padding-right: 6%;
}
.content-header .bread{
	margin-left: 0;
}
.content h2{
	margin-left: 0;
	padding-left: 0;
}
.bread{
	margin-top: 20px;
}

.big-box{
	width: 100%;
	padding: 20px 6% 30px;
}
.post{
	width: 30%;
	margin-right: 5%;
}
.col-3{
	margin-right: 0;
}

.min-box{
	width: 47%;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 1.0em;
}
.right{
	margin-left: 0;
}
.min-box .thumb-box{
	height: 80px;
}
.min-box .no-thumbnail{
	max-height: 80px;
}
.min-box .share-count-top{
	margin-top: 5px;
}

.main .prof-box{
	font-size: 1.176em;
}

.side{
	width: 100%;
}
.side-left{
	width: 47%;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}
.side-right{
	width: 47%;
	float: left;
	margin-left: 0;
	margin-right: 2%;
}
.footer-inner {
	width: 100%;
}
.footer-left {	/* 20200720 */
	width: 100%;
	float: none;
	margin-right: 0;
}
.footer-right {	/* 20200720 */
	width: 100%;
	padding: 0 10px;
}
.footer-right-left {
	float: none;
}
	.footer-right-right {
		width: 95%;
	}
.gmap-DivLink{
	margin-top: 30px;
}
span.test:after {
	content:'\025bc';
}
.side .facebook-box {
	width: 500px;
	margin: 0 auto 50px;
}

/****  MENUバー、ガクッとなる対策  ****/
.add-margin{
	margin-bottom: 0;
}


}



@media screen and (max-width: 920px) {
	.header-left,
	.header-right {
		float: none;
		width: 100%
	}
	.header-right {
		padding-right: 10px;
	}
ul.header-menu {
    margin-right: 40px;
}
}




@media screen and (max-width: 850px) {
body{
/*	font-size: 19px; */
}
.header-inner{
/*	padding-top: 0;
	padding-bottom: 0; */
}
.site-title{
	padding-top: 50px;
	padding-bottom: 30px;
}
.site-desc{
	//padding-top: 0;
	padding-bottom: 30px;
}

.big-box{
	padding: 0 3% 0;
}
.post{
	width: 32%;
	margin-right: 2%;
}
.col-3{
	margin-right: 0;
}

.min-box{
	width: 48%;
	margin-left: 1%;
	margin-right: 2%;
}
.right{
	margin-left: 0;
	margin-right: 1%;
}

.min-more-link{
	right: 5%;
}

.main .prof-box{
	font-size: 1.06em;
}

.side-left{
	width: 48%;
	float: left;
	margin-left: 1%;
	margin-right: 2%;
}
.side-right{
	width: 48%;
	float: left;
	margin-left: 0;
	margin-right: 1%;
}

.content-box{
	padding: 0 5% 30px;
}
.content-header{
	margin-left: -6%;
	margin-right: -6%;
	padding-left: 5%;
	padding-right: 5%;
}
h1.title{
	font-size: 1.7em;
	margin: 30px 2% 20px;
}
.content h2{
	margin-left: 0;
	padding-left: 0;
}

/****  MENUバー、ガクッとなる対策  ****/
.add-margin{
	margin-bottom: 0;
}
}




@media screen and (max-width: 780px) {
.top-image {
	width: 100%;
	height: auto;
	line-height: 0;
}

.big-box{
	padding-left: 5%;
	padding-right: 5%;
}
.post{
	width: 47%;
	float: left;
	margin-right: 6%;
}
.col-3{
	margin-right: 6%;
}
.col-2{
	margin-right: 0;
}
.clear3{
	clear: none;
}
.clear2{
	clear: both;
}

.min-box{
	width: 100%;
	float: none;
	margin: 0 auto 30px;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 1.06em;
}
.min-box .box-header{
	font-size: 1.3em;
}
.min-box .thumb-box{
	height: 90px;
}
.min-box .no-thumbnail{
	max-height: 90px;
}
.min-box .post-info{
	padding: 8px 10px 1px;
}

.main .prof-box{
	font-size: 0.94em;
}

.kanren-post-name{
	font-size: 1.1em;
}

.side{
	font-size: 0.94em;
}
#gmenu02 ul li {
	width: 33.333333%;
}
	#gmenu02 ul li:last-child {
		border-top: none;
		border-left: 2px solid #007B29;
	}
.menu-bar02 {
	height: 165px;
}
}



@media screen and (max-width: 650px) {
.site-logo {
	font-size: 0.882em;
	line-height: 1.2;
}
#cate-menu {
	height: 110px;
}
#cate-menu ul li {
	width: 25%;
}
}


@media screen and (max-width: 600px) {
.side{
	/* font-size: 18px; */
	padding-left: 6%;
	padding-right: 6%;
}
.side .box,
.side-left,
.side-right{
	width: 100%;
	float: none;
	margin-right: 0;
	margin-left: 0;
}
.side .box{
	padding-left: 5%;
	padding-right: 5%;
}
.affi-banner .box-header{
	margin-left: 5%;
}
.prof-name{
	font-size: 1.1em;
}
.prof-text{
	font-size: 0.9em;
}
.follow-underContent{
	margin-bottom: 45px;
}
.main .prof-box{
	width: 100%;
	float: none;
	padding: 0;
	font-size: 1.176em;
}
.main .follow-box{
	width: 100%;
	float: none;
	padding-left: 0;
}
.main .follow-box .box-header{
	padding-top: 5px;
}

.kanren .thumb-box{
	width: 23%;
	height: 77px;
}
.kanren-post-name{
	font-size: 1em;
}

.follow-icon{
	font-size: 2.4em;
}
.line{
	font-size: 2.6em;
}
}

@media screen and (max-width: 550px) {
.site-logo {
	font-size: 0.782em;
	line-height: 1.2;
}
#cate-menu ul li {
	width: 33.333333%;
}
	#cate-menu ul li:nth-child(3){
		border-right: none;
	}
}

@media screen and (max-width: 500px) {
.site-logo {
	font-size: 0.7em;
	line-height: 1.2;
}
.home .facebook-box {
	width: 100%;
	padding-left: 6%;
	padding-right: 6%;
}
.side .facebook-box {
	width: 100%;
}
}

@media screen and (max-width: 450px) {
body{
}
.site-logo {
	font-size: 0.58em;
	line-height: 1.2;
}
	.header-menu-line {
		float: left;
	}
.site-title{
	font-size: 1.4em;
	padding-top: 30px;
	padding-bottom: 15px;
}

.site-desc{
	font-size: 0.8em;
}

.bread ul li{
	margin: 0 3px;
}

.big-box{
	padding-left: 6%;
	padding-right: 6%;
}
.big-box .box-header{
	font-size: 1.3em;
}
.post{
	width: 100%;
	float: none;
	margin-right: 0;
}
.col-2,
.col-3{
	margin-right: 0;
}
.clear3,
.clear2{
	clear: both;
}
.post-title{
	font-size: 1.3em;
	line-height: 1.4;
}
.big-box .share-count-top{
	font-size: 1em;
}

.min-box{
	width: 100%;
	float: none;
	margin: 0 0 30px; 
	font-size: 1.0em;
}
.min-box .box-header{
	font-size: 1.1em;
}
.min-box .post{
	margin-left: 0;
	margin-right: 0;
}
.min-box .thumb-box{
	height: 75px;
}
.min-box .no-thumbnail{
	max-height: 75px;
}
.min-box .post-info{
	padding: 5px 0 0 10px;
}
.min-box .up-date,
.min-box .share-count-top{
	margin-bottom: 2px;
}
.min-box .share-count-top{
	margin-top: 6px;
}
.content-box{
	padding: 0 3% 30px;
}
.content-header{
	margin-left: -5%;
	margin-right: -5%;
	padding-left: 4%;
	padding-right: 4%;
}

h1.title{
	font-size: 1.5em;
	margin: 30px 2% 20px;
}

.content h2{
	padding-bottom: .3em;
	margin-left: 0;
}

.content h3{
	font-size: 1.3em;
	padding: 5px 0 0;
}

.content h4{
	color: #111;
	font-size: 1.3em;
	padding: 3px 0 0;
}

.content h5{
	font-size: 1.2em;
	padding: 3px 10px 0;
}
.content h6{
	font-size: 1.2em;
	padding: 0 13px 0;
}
.content ul,
.content ol{
	padding-left: 10%;
}

.kanren-post-name{
	font-size: 0.95em;
}

.main .prof-box{
	font-size: 1.059em;
}

.side{
	font-size: 1.0em;
}
.prof-name{
	font-size: 1em;
}
.prof-text{
	font-size: 0.8em;
}
/* 20200720
.footer p{
	font-size: 0.9em;
}
*/
.footer-logo {	/* 20200720 */
	font-size: 0.82em;
}
.move-button{
	font-size: 1.7em !important;
	width: 48px;
	line-height: 48px;
	bottom: 3px;
}
.to-top{
	right: 3px;
}
.to-home{
	right: 56px;
}

/****  MENUバー、ガクッとなる対策  ****/
.add-margin{
	margin-bottom: 0;
}
}


@media screen and (max-width: 400px) {
.menu-bar02 {
    height: 185px; 
}
#gmenu02 ul li {
	width: 50%;
}
	#gmenu02 ul li:last-child {
		border-left: none;
	}
	#gmenu02 ul li:nth-child(3) {
		border-top: none;
		border-left: 2px solid #007B29;
	}
#cate-menu {
	height: 140px;
}
#cate-menu ul li {
	width: 50%;
}
	#cate-menu ul li:nth-child(2){
		border-right: none;
	}
	#cate-menu ul li:nth-child(1),
	#cate-menu ul li:nth-child(2){
		border-bottom: 1px solid #333;
	}
	#cate-menu ul li:nth-child(3){
		border-right: 1px solid #333;
	}
	.home .youtube-banner {
		width: 98%;
	}
}



@media screen and (max-width: 350px) {
body{
	font-size: 15px;
}
.big-box{
	padding-left: 4%;
	padding-right: 4%;
}

.min-box{
	padding-left: 3%;
	padding-right: 3%;
}
.min-more-link{
	right: 3%;
}
.min-box .post-info{
	padding: 5px 0 0 5px;
}
.main .prof-box{
	font-size: 0.941em;
}

.kanren .thumb-box{
	height: 67px;
}

.side{
	font-size: 0.941em;
	padding-left: 3%;
	padding-right: 3%;
}

/****  MENUバー、ガクッとなる対策  ****/
.add-margin{
	margin-bottom: 0;
}
}

/*a[href$=".xls"], a[href$=".xlsx"] {
  display: inline-block;
  padding-right: 25px;
  background: url(./images/excel.png) no-repeat right center;
}

a[href$=".pdf"] {
  display: inline-block;
  padding-right: 25px;
  background: url(./images/pdf.png) no-repeat right center;
}

a[href$=".doc"], a[href$=".docx"] {
  display: inline-block;
  padding-right: 25px;
  background: url(./images/word-icon.png) no-repeat right center;
}*/

/*
a[target="_blank"]::after {
	font-family: "Font Awesome 5 Free";
  content: '\f35d';
	font-weight: 900;
  padding-left: 3px;
  padding-right: 5px;
}
*/

.shimekiri {
	display: inline-block;
	font-size: 0.9em;
	padding: 0 5px;
	color: #fff;
	background-color: #c30000;
	border-radius: 4px;
}

/* 四角囲い線 */
.line-square {
	display: block;
	border: 1px solid #333;
}

/* 四角囲い線（薄緑） */
.line-square-light-green {
	display: block;
	border: 1px solid #D3EDC7;
}

/* 社協概要メールアドレス行 */
.mail-line {
	margin-top: -1.5em;
}

/* 館内施設案内：黄色背景色下伸ばし */
.stretch-bg {
	height: 100%;
}
/* 館内施設案内：施設名囲い線 */
.line-square-r {
    position: relative;
	height: 40px;
	text-align: center;
	border: 1px solid #333;
	border-radius: 5px;
	margin-bottom: 10px !important;
}
.line-square-r a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
	color: #333;
	text-decoration: none;
	padding: 5px 0;
}
.line-square-r a:hover {
	color: #707070;
}
.line-square-r:first-child {
	margin-top: 15px;
}

/* ご利用案内：障がいのある方・一般の方ボタン */
.btn-riyo-annai {
    position: relative;
	height: 60px;
	text-align: center;
	border: 2px solid #007B29;
}
.btn-riyo-annai a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
	font-weight: bold;
	color: #007B29;
	background-color: #FFF100;
	text-decoration: none;
	padding: 13px 0;
}
.btn-riyo-annai a:hover {
	background-color: #fff;
}


/* テーブルブロック（グーテンベルク）にcssを操作する */
.sports-table > table {
   border-collapse: collapse;
	border: none;
}

.sports-table > table > thead > tr > th {
	background-color: #BFE4FF;
	padding: 8px 10px;
}

.sports-table > table > thead > tr > th:nth-child(2) {
	background-color: #fff;
	border-bottom: 1px solid #007B29;
}

.sports-table > table > tbody > tr > td:nth-child(2) {
	background-color: #fff;
	border-bottom: 1px solid #007B29;
}

.sports-table > table > tbody > tr > td {
	padding: 8px 10px;
}

.sports-table > table > tbody > tr:nth-child(odd) {
	background-color: #fff;
}

.sports-table > table > tbody > tr:nth-child(even) {
	background-color: #BFE4FF;
}

.UD-taxi-table > table {
    border: 1px solid #007B29;
    border-collapse: collapse;
}

.UD-taxi-table > table > thead > tr > th {
    border-bottom: 1px solid #007B29;
    border-left: 1px solid #007B29;
	padding: 8px 10px;
}

.UD-taxi-table > table > tbody > tr > td {
    border-bottom: 1px solid #007B29;
    border-left: 1px solid #007B29;
	padding: 8px 10px;
}

.UD-taxi-table > table > thead > tr > th {
	font-size: 0.7em;
	padding: 20px 0 !important;
	background-color: #FFFF80 !important;
}

.UD-taxi-table > table > thead > tr > th:nth-child(5) {
	font-size: 0.7em;
	padding: 10px 0 !important;
    vertical-align: bottom;
}

@media screen and (max-width: 600px) {
  .UD-taxi-table > table {
    width: 100%;
  }
  .UD-taxi-table > table tr {
    display: block;
    float: left;
  }
  .UD-taxi-table > table tr td, .UD-taxi-table > table tr th {
    display: block;
    height: 60px;
  }
  .UD-taxi-table > table thead {
    display: block;
    float: left;
    width: 50%;
  }
  .UD-taxi-table > table thead tr {
    width: 100%;
  }
  .UD-taxi-table > table tbody {
    display: block;
    float: left;
    width: 50%;
  }
  .UD-taxi-table > table tbody tr {
    width: 100%;
  }
}

/* 新着情報テーブルの桁合わせ */
.news-table-td-width > table tbody tr td:first-child {
	width: 21%;
}

/* content p から下空白を取り除く */
.no-space-p {
	margin-bottom: 0 !important;
}

/* 施設利用状況テーブル：マウス操作抑制 */
table.daily_schedule > tbody > tr > td > a {
	cursor: default;
	text-decoration: none;
}

/*ダウンロードボタン修正*/
.wp-block-file:not(.wp-element-button) {
  font-size: inherit;
}
.wp-block-file * + .wp-block-file__button {
  color: #fff;
  background-color: #007B29;
  padding: .3em 1em;
  margin-bottom: .5em;
}

/*囲み枠―活動の紹介*/
.box-activities {
    position: relative;
    margin: 3em 0 1.5em;
    padding: 0.5em .8em .8em;
    border: solid 3px #329553;
}
.box-activities .box-title {
    position: absolute;
    display: inline-block;
    top: -37px;
    left: -3px;
    padding: 5px 5.5px;
    height: 35px;
    line-height: 25px;
    font-size: 1em;
    background: #329553;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box-activities p {
    margin: 0 0 .4em; 
    padding: 0;
	overflow:hidden;
}

/*囲み枠―スペシャルオリンピックスに参加したい方へ*/
.box-join_us {
    position: relative;
    margin: 2em 0 3em;
    padding: 0.5em 1em;
    border: solid 3px #329553;
    border-radius: 8px;
}
.box-join_us .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 1.2em;
    background: #FFF;
    color: #329553;
    font-weight: bold;
}
.box-join_us p {
    margin: .5em .2em; 
    padding: 0;
	overflow:hidden;
}

.slider-box {
  position:relative;
}
.slider {
	margin: 0 0 10px;
}
.slider img {
	width: 100%;
	height: auto;
}

.oshirase-wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.oshirase-left {
	width: 23%!important;
	margin-right: 20px;
}
.oshirase-right {
	width: 76%!important;
}
.oshirase-pict {
	display: block;
	margin-top: .5em;
}
@media screen and (max-width: 950px) {
	.oshirase-pict img {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.oshirase-wrap {
		flex-flow: row wrap;
	}
	.oshirase-right {
		width: 100%;
		margin-top: 10px;
	}
	.oshirase-pict img {
		min-width: 300px;
	}
}
.tuzuki {
background-color: #007B29;
color: #fff;
padding: 3px 10px;
border-radius: 4px;
font-size: 0.824em;
    }

.wp-pagenavi {
	clear: both;
	text-align:center;
	margin-top: 1.5em;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #777;
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
	background-color:#ededed;
	border:1px solid #dcdcdc;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
    color:#007B29; 
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background-color:#dfdfdf;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background:-moz-linear-gradient( center top, #00ba3e 5%, #007B29 100% );
	background:-ms-linear-gradient( top, #00ba3e 5%, #007B29 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ba3e', endColorstr='#007B29');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #00ba3e), color-stop(100%, #007B29) );
	background-color:#00ba3e;
	border-color: #007B29;
	font-weight: bold;
    }
@media screen and (max-width: 450px) {
.post-list-box {
	padding-left: 6%;
    padding-right: 6%;
	}
.oshirase-pict img {
	width: 100%;
	height: auto;
	}
.oshirase-right {
  width: 100%!important;
}
.oshirase-left {
  width: 100% !important;
  margin-right: 0;
}
}