@charset "utf-8";

@font-face {
  font-family: "Noto Sans Japanese";
  src: url('assets/fonts/NotoSansCJKjp-Regular-Web.eot');
  src: url('assets/fonts/NotoSansCJKjp-Regular-Web.eot?#iefix') format('embedded-opentype'), url('assets/fonts/NotoSansCJKjp-Regular-Web.woff') format('woff'), url('assets/fonts/NotoSansCJKjp-Regular-Web.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans Japanese";
  src: url('assets/fonts/NotoSansCJKjp-Medium-Web.eot');
  src: url('assets/fonts/NotoSansCJKjp-Medium-Web.eot?#iefix') format('embedded-opentype'), url('assets/fonts/NotoSansCJKjp-Medium-Web.woff') format('woff'), url('assets/fonts/NotoSansCJKjp-Medium-Web.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans Japanese";
  src: url('assets/fonts/NotoSansCJKjp-Bold-Web.eot');
  src: url('assets/fonts/NotoSansCJKjp-Bold-Web.eot?#iefix') format('embedded-opentype'), url('assets/fonts/NotoSansCJKjp-Bold-Web.woff') format('woff'), url('assets/fonts/NotoSansCJKjp-Bold-Web.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

html{
  font-size: 62.5%;
  font-family: "Noto Sans Japanese", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo;
  line-height: 1.7;
  color: #333;
  height: 100%;
}
body{
  margin: 0;
  height: 100%;
  font-size: 1.6rem;
	font: 1.4rem/1.5 "Noto Sans Japanese", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo;
  font-weight: normal;
  font-weight: 400;
  color: #333;
  background-color: #fff;
  text-rendering: optimizeLegibility;
}
html, body{
    margin: 0;
    padding: 0;
    width:100%;
    height:100%;
}
a{
  color: #0FAAEB;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
img{
  border: 0;
  max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
figure,figure,figcaption{
	display: inline-block;
	text-align: center;
  margin: 0;
}
header,nav,fotter,
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* --------------------------------------------------- */
/* header
/* --------------------------------------------------- */
.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999999;
}
.header-description {
  color: #ffffff;
  padding: 5px 20px 5px 20px;
  margin: 0 0 10px;
  font-size: 1.2rem;
  background-color: #71c651;
}
.header-wrapper {
  display: table;
  width: 100%;
  min-width: 980px;
  background-color: #fff;
  padding-bottom: 10px;
}
.header-logo {
  display: table-cell;
  padding: 10px 0 0 20px;
}
.header-logo img {
	/*width: 90%;*/
	max-width: 100%;
}
.header-logo h1,
.header-logo p{
  margin: 0;
  line-height: 1;
}
.header-cta {
  display: table-cell;
  padding-right: 20px;
  vertical-align: top;
  text-align: right;
}
.header-cta .header-tel {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding-right: 5px;
}
.header-cta .header-tel p {
  margin: 0;
  font-size: 3.4rem;
  font-weight:600;
  line-height: 1.25;
  display: inline-block;
  vertical-align: middle;
}
.header-cta .header-tel p span {
  font-size: 1.2rem;
  display: block;
  font-weight: normal;
}
.header-cta .header-tel:before {
  content:url(assets/img/common/ico-tel.png);
  display: inline-block;
  background-color: #71c651;
  width: 51px;
  height: 51px;
  line-height: 63px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
}
.header-cta .header-tel a {
	color: #71c651;
}
.header-cta .header-reserve {
  display: inline-block;
  text-align: left;
}
.header-cta .header-reserve ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
}
.header-cta .header-reserve li a {
  background-color: #71c651;
  color: #fff;
  display: block;
  font-weight: bold;
  width: 162px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 10px;
  margin-bottom: 2px;
}
.header-cta .header-reserve li a:before {
  content:url(assets/img/common/ico-calendar.png);
  width: 30px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  margin-right: 5px;
  margin-top: -4px;
  vertical-align: middle;
}
.header-cta .header-reserve li a:hover,
.header-cta .line-reserve a:hover {
  opacity: .6;
  text-decoration: none;
}
.header-cta .header-reserve .header-reserve__net {
  font-size: 2rem;
}
.header-cta .header-reserve .header-reserve__net a {
  padding: 5px 10px;
}
.header-cta .header-reserve .header-reserve__net a:before {
  content:url(assets/img/common/ico-mail.png);
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.header-cta .line-reserve {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.header-cta .line-reserve a {
  display: block;
  width: 100px;
  min-height: 72px;
  padding: 4px 10px;
  margin-bottom: 2px;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: url("assets/img/common/ico-line.png");
  background-repeat: no-repeat;
  background-size: 44px 42px;
  background-position: center top 6px;
  background-color: #05c754;
}
.header-cta .line-reserve .txt-box {
  position: absolute;
  width: 100%;
  padding: 5px;
  bottom: 0px;
  left: 0px;
  text-align: center;
}

/* globalNavi =========== */
.globalNavi{
  position: relative;
  z-index: 55;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.globalNavi .globalNavi-wrapper{
  min-width: 1000px;
  margin: auto;
}
.globalNavi ul{
  display: table;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.globalNavi li{
  display: table-cell;
}
.globalNavi li a{
  width: 100%;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  color: #000;
  font-size: 1.5rem;
  padding: 0 10px;
  height: 57px;
  line-height: 57px;
  display: inline-block;
  margin-top: -1px;
  position: relative;
}
.globalNavi li.is-active a,
.globalNavi li a:hover{
  border-top: 1px solid #71c651;
  text-decoration: none;
}

.globalNavi .smp-navi{
	display: none;
}


/* --------------------------------------------------- */
/* footer
/* --------------------------------------------------- */
.footer{
  padding: 70px 0 30px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, sans-serif;
}
body.home .footer{
	background: #fff;
}
.footer-inner{
  width: 980px;
  margin: 0 auto;
  display: table;
}
.footer-link{
  list-style: none;
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: top;
  font-size: 1.4rem;
}
.footer-link li{
  display: inline-block;
  margin-right: 20px;
}

.pageup-block {
	padding: 0 100px;
}
.pageup-block p{
	padding: 0;
	margin: 0;
	line-height: 1;
}
.pageup-block a{
	display: block;
	padding: 0;
	margin: 0;
	width: 70px;
	line-height: 1;
	float: right;
}
.pageup-block img{
	vertical-align: bottom;
}
.footer .linksBlock{
	list-style: none;
	margin: 0;
	padding: 3rem 0;
	text-align: center;
	background: #f8f8f8;
	border-top: #cccccc solid 1px;
}
.footer .linksBlock li{
	margin: 5px;
	padding: 0;
	line-height: 1;
	display: inline-block;
}
.footer .linksBlock li img{
	vertical-align: bottom;
}
.footer .linksBlock li a:hover,
.footer .linksBlock li a:active {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.footer .footer-link{
	text-align: center;
	display: block;
	margin-top: 15px;
}
.footer .footer-link a{
	font-size: 1.2rem;
	color: #666666;
}
.footer-address{
  text-align: center;
  font-size: 1.3rem;
  font-style:normal;
  color: #666;
  margin-top: 30px;
}
.footer-address img{
  margin-right: 20px;
  vertical-align: middle;
}
.footer-copyright{
  text-align: center;
  color: #999;
  font-size: 1.2rem;
}

/*smp footer kotei*/
.ft_kotei {
	display:none;
	background:#333333;
	position: fixed !important;  
	position: absolute;  
	bottom: 0;  
	left: 0;  
	width: 100%;  
	/*height: 55px;*/
	z-index:99999;
}

.ft_koteiIn {
	margin:10px auto;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ft_koteiIn div {
  display: inline-block;
}

.ft_kotei div + div {
	margin-left: 4px;
}


/* --------------------------------------------------- */
/* 共通
/* --------------------------------------------------- */

main, #wrapper {
  padding-top: 190px;
}

#wrapper main {
  padding-top: 0px !important;
}

/* --------------------------------------------------- */
/* clearfix
/* --------------------------------------------------- */
.clearfix:after,.contents-wrapper:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}
.clearfix,.contents-wrapper {
	_display: inline-table;
	zoom: 1;
}


/* --------------------------------------------------- */
/* トップページ
/* --------------------------------------------------- */
.home-slider{
  line-height: 0;
  position: relative;
	overflow: hidden;
	max-height: 750px;
}

.home-slider img {
	width: 100%;
	height: auto;
	position: relative;
	top:-50%;
}
.home-slider ul{
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.home-slider li{
	overflow: hidden;
}
.home-slider .badge{
  position: absolute;
  left: 80px;
  top: 0;
	z-index: 5;
}
.home-slider .badge:hover{
  opacity: .8;
}
.home-slider .logo_100sen{
	position: absolute;
  left: 20px;
  top: 0px;
	max-width: 100%;
	z-index: 5;
}
.mainVisual {
	background: #cccccc;
}

.home .intro-box{
	position: absolute;
	width: 974px;
	background: #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: -50px 0 0 -487px;
	padding: 30px 70px;
	left: 50%;
	z-index: 9999;
}
.home .intro-box h2{
	text-align: center;
	font-weight: 400;
	font-size: 3.0rem;
	margin-bottom: 20px;
}
.home .intro-box p{
	line-height: 1.8;
}

.home .service-block{
	width: 100%;
	background: #f8f8f8;
	padding: 30px 10px 0;
	margin-top: 160px
}
.home .service-block .inner-block{
	width: 980px;
	margin: 0 auto;
}
.home .service-block .ttl-box{
	font-size: 2.8rem;
	color:#71c651;
	text-align: center;
	font-weight: 400;
	margin-bottom: 30px;
}

.home .service-block .menu-list{
	list-style: none;
	margin-left: -34px;
}
.home .service-block .menu-list li{
	width: 304px;
	display: block;
	text-align: center;
	float: left;
	margin-bottom: 50px;
	margin-left: 34px;
}
.home .service-block .menu-list figcaption{
	font-size: 2.0rem;
	padding: 20px 0 10px;
	line-height: 1.0;
}
.home .service-block .menu-list li img{
	width: 100%;
	height: auto;
}
.home .service-block .menu-list li a{
	text-decoration: none;
	color: #333333;
}
.home .service-block .menu-list li a:hover,
.home .service-block .menu-list li a:active {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.home .service-block .top-banner-block {
  padding-bottom: 60px;
}
.home .service-block .top-banner-block a {
  display: block;
  width: 600px;
  margin: 0 auto;
}
.home .banner-block{
	width: 100%;
	padding: 50px 10px 0;
}
.home .banner-block .inner-block{
	width: 100%;
	margin: 0 auto;
}
.home .banner-block .menu-list {
  text-align: center;
}
.home .banner-block .menu-list li img{
	max-widthh: 100%;
	height: auto;
}
.home .banner-block .menu-list li{
	width: 220px;
	display: inline-block;
	margin-left: 33px;
}
.home .banner-block .menu-list li:first-child{
	margin-left: 0;
}
.home .banner-block .menu-list li a:hover,
.home .banner-block .menu-list li a:active {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/* トピックス＆ニュース =========== */

.home .topics-block {
  margin-top: 50px;
}
.home .topics-block .ttl-box {
  font-size: 2.8rem;
  color: #71c651;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
}
.home .topics-block .inner-block {
  width: 980px;
  margin: 0 auto;
  border-bottom: 1px solid #cccccc;
  list-style: none;
}
.home .topics-block .topics-list {
  width: calc(100% - 20px);
  border-top: 1px solid #cccccc;
  padding: 16px 0 20px;
}
.home .topics-block .topics-list a {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .topics-block .topics-list .img-box {
  width: 60px;
  height: auto;
  border: #ccc solid 1px;
  margin-right: 20px;
}
.home .topics-block .topics-list .img-box img {
  width: 100%;
  height: auto;
}
.home .topics-block .topics-list .wrap-block {
  width: calc(100% - 60px);
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .topics-block .topics-list .date-box {
  font-size: 1.4rem;
  display: block;
  width: 116px;
  max-width: 116px;
  min-width: 116px;
  margin-right: 20px;
}
.home .topics-block .icon-box {
  display: block;
  width: 100px;
}
.home .topics-block .icon-box span {
  min-width: 100%;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 3px;
  vertical-align: middle;
  background-color: #81cc63;
}
.home .topics-block .topics-list .title-box {
  font-size: 1.4rem;
  line-height: 1.4;
  display: block;
  margin-left: 20px;
}
.home .topics-block .topics-list a {
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.home .topics-block .topics-list a:hover {
  text-decoration: underline;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.home .topics-block .top-banner-block {
  margin-top: 50px;
}
.home .topics-block .top-banner-block a {
  display: block;
  width: 600px;
  margin: 0 auto;
}


/* --------------------------------------------------- */
/* blog
/* --------------------------------------------------- */
.single-blog #wrapper,
.archive #wrapper{
  width: 100%;
}
.archive #content,
.single-blog #content{
  padding-top: 0;
}
.single-blog .pageTitle,
.archive .pageTitle {
  position: relative;
  z-index: 5;
  height: 200px;
  margin: 0 0 70px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  box-shadow:0px 2px 4px rgba(255,255,255,0.4);
}
.single-blog .pageTitle h1,
.archive .pageTitle h1{
  width: 980px;
  margin: auto;
  padding-top: 50px;
}
@media screen and (min-width:1300px) {
  .single-blog .pageTitle,
  .archive .pageTitle {
    height: 300px;
  }
  .single-blog .pageTitle h1,
  .archive .pageTitle h1{
    padding-top: 100px;
  }
}
.page-blog .pageTitle{
	background-image: url(assets/img/column/bg-pagetitle.jpg);
  background-size: cover;
}
.page-blog .page-title h1 {
	color:#ffffff;
}
.page-blog h2.blog-h2Ttl {
	margin:0 0 30px;
	padding-bottom:10px;
	border-bottom:#DDDDDD solid 4px;
}
/*.page-blog .titleH2 {
  font-size:2.2rem;
  font-weight: bold;
}*/
.page-blog h3.blog-h3Ttl {
  font-size: 2.2rem;
  font-weight: 600;
	margin: 0 0 30px;
	padding: 4px 10px;
	border: #99cc33 solid 1px;
  background-color: #ffffea;
}

.page-blog .news-list {
	margin: 0;
	padding: 0;
  list-style: none;
}
.page-blog .news-list li.newsBox {
	display:block;
	margin-bottom:30px;
}
.page-blog .news-list li.newsBox .news-wrap {
	margin: 0;
	padding: 0;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
}
.page-blog .news-list li.newsBox a {
	text-decoration:none;
	color:#666;
	display:block;
	width:100%;
	height:100%;
}
.page-blog .news-list li.newsBox a:hover {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
	box-sizing: border-box;
}
.page-blog .news-list li.newsBox .imgBox {
	display: block;
	width: 150px;
	height: auto;
	margin: 0;
	padding: 0;
  border: #cccccc solid 1px;
}
.page-blog .news-list li.newsBox .imgBox img {
	width: 100%;
	height: auto;
}
.page-blog .news-list li.newsBox .r-box {
  width : -webkit-calc(100% - 170px) ;
  width : calc(100% - 170px) ;
}
.page-blog .news-list li.newsBox .ttlBox {
	font-size: 1.6rem;
	font-weight: bold;
  margin-bottom: 10px;
}
.page-blog .news-list li.newsBox .dateBox {
	font-size: 1.3rem;
	color: #1F82B8;
	margin-bottom: 10px;
}
.page-blog .news-list li.newsBox .txtBox {
	font-size: 1.4rem;
	line-height: 1.6;
}
.page-blog .button-box {
  margin: 20px auto 50px;
}
.page-blog .button-box p{
	text-align: center;
	width:300px;
	margin: 40px auto 60px;
}
.page-blog .button-box a {
	display: block;
	color: #ffffff;
	text-align: center;
	width:300px;
	padding:8px;
	text-decoration: none;
	font-size: 1.5rem;
	background:#71c651 url(assets/img/common/icon_arrow_white.png) no-repeat center right 10px;
	background-size: auto 15px;
	z-index: 21;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.page-blog .button-box a:hover,
.page-blog .button-box a:active {
	background-color: #3399cc;
}

.page-blog .news-list li.newsBox .txtBox .nextPage{
	display: block;
	float: right;
	color: cornflowerblue;
	font-size: 2.0rem;
}
.single-blog .hdBox {
	border-bottom:#eeeeee solid 10px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.single-blog h2.titleH2 {
	font-size:2.9rem;
	font-weight:bold;
}
.single-blog .dateBox {
	font-size:1.4rem;
	color:#1F82B8;
	margin-left:0;
}
.single-blog .categoryTag {
	font-size:1.2rem;
	color:#1F82B8;
	margin-left:0;
  margin-bottom: 10px;
}
.single-blog .main_columns .contBlock {
	margin:30px 0 80px 0;
	font-size:1.5rem;
}
.single-blog .main_columns .contBlock p {
	padding: 4px 0;
	line-height: 1.8;
}
.page-blog .main_columns {
	width:1040px;
	margin: 50px auto 0 auto;
}
.page-blog .columns_block {
	float:left;
	width:730px;
	margin: 0 auto 50px;
}
.page-blog .pagerButton {
	margin-top: 20px;
  padding-top: 20px;
	border-top:#DDDDDD solid 4px;
}
.page-blog .pagerButton .wp-pagenavi {
  text-align: center;
}
.page-blog .pagerButton .pages {
  border: none;
}
.page-blog .pagerButton .wp-pagenavi a.page {
  border: #0faaeb solid 1px;
  background: #ffffff;
  border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.page-blog .pagerButton .wp-pagenavi span.current {
  border: #71c651 solid 1px;
  background: #71c651;
  color: #ffffff;
  border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.page-blog .pagerButton .wp-pagenavi .previouspostslink,
.page-blog .pagerButton .wp-pagenavi .nextpostslink {
  border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
/*.page-blog .pagerButton .alignleft {
	float:left;
	width:45%;
}
.page-blog .pagerButton .alignright {
	float:right;
	width:45%;
	text-align:right;
}
.page-blog .pagerButton .pagerLinks {
	float:right;
	text-align:right;
}
.page-blog .pagerButton .pagerLinks .page-numbers {
	margin-left:10px;
}*/

/*sidebar-staffblog*/
.blog-sidebar {
	float:right;
    width: 280px;
}
.blog-sidebar-innter {
	padding:20px 10px 300px;
}
.blog-side-widget {
	margin-bottom:30px;
}
.blog-side-widget h3 {
	font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 3px;
  margin-bottom: 6px;
  border-bottom: #cccccc solid 1px;
}
.blog-side-widget #s {
	width:100px;
}
.blog-side-widget ul {
	margin:0;
	padding:0;
}
.blog-side-widget .cat-item {
	list-style:none;
	margin: 4px 0;
}
.blog-side-widget .cat-item a {
  display: block;
  padding: 5px 10px;
  color: #ffffff;
  background-color: #00b229;
  background-image: url("assets/img/common/ico-arrow-01.png");
  background-position: center right 10px;
  background-size: 10px 16px;
  background-repeat: no-repeat;
  width: 100%;
	border-radius: 4px;  
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;
}
.blog-side-widget .cat-item a:hover {
  text-decoration: none;
	/*background: #0FAAEB;*/
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.blog-sidebar-post-link {
	margin-top: 40px;
  margin-bottom: 40px;
}
.blog-sidebar-post-link h3 {
	font-size:1.3rem;
  font-weight: bold;
  margin-bottom: 3px;
}
.blog-sidebar-post-link ul {
  list-style: none;
  padding: 0;
  margin: 0;
 }
.blog-sidebar-post-link .post-item {
  box-sizing: border-box;
  width: 100%;
  display: table;
  border-top: 1px solid #D8D8D8;
}
.blog-sidebar-post-link .post-item:last-child {
  border-bottom: 1px solid #D8D8D8;
}
.blog-sidebar-post-link .post-item p {
  display: table-cell;
  box-sizing: border-box;
  padding: 8px 2px;
}
.blog-sidebar-post-link .post-item .date {
  width: 85px;
  font-size: 1.3rem;
}
.blog-sidebar-banner {
  margin-top: 40px;
}
#wp-calendar {
  border-collapse: collapse;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #999;

  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #999;

  border-left: 1px #999 solid;

  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999;

  width: 100%;

  box-sizing: border-box;
}
#wp-calendar thead tr th {
  border-left-width: 1px;
  bborder-left-style: solid;
  border-left-color: #999;
	text-align:center;
	font-size:1.2rem;
	background:#DBDBDB;
}
#wp-calendar tbody{
  margin: 5px 0;
}

/*土曜日のヘッダーセル*/
/*#wp-calendar thead tr th:nth-child(6){
  background-color: #C0DDF9;
}*/

/*日曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(7){
  background-color: #F5D0D3;
}

#wp-calendar td {
  text-align: center;
  padding: 5px 0px;
  /*border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: dotted;
  border-left-style: solid;
  border-bottom-color: #999;
  border-left-color: #999;*/
	background:#ffffff;
}
#wp-calendar caption {
  font-weight: bold;
  text-align: center;
	font-size:1.4rem;
  padding-bottom: 5px;
}
#wp-calendar tbody tr #today {
    background-color: #DCE9ED;
}






