@charset "utf-8";
/*
Theme Name: Lightning Pro Child Sample
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 0.0.0
*/

.postNextPrev {display: none}
footer .copySection p:nth-child(2) {
    display:none !important;
    }

/* ログインページ */
.page-id-0 header {
   display:none;
}
.page-id-0 footer {
   display:none;
}
.page-id-0 .section.breadSection{
   display:none;
}
.page-id-0	.drawer-menu{
		display:none;
	}
.page-id-0	.menu-btn {
		display:none;
	}
.page-id-0	.bar {
		display:none;
	}
.page-id-0	.bar .middle{
		display:none;
	}
.page-id-0	.bar .bottom{
		display:none;
	}
/* ログインページここまで */

a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width:992px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/* ハンバーガーメニューを右に */
.vk-mobile-nav-menu-btn{ 
right: 25px;
left: inherit;
}

.vk-mobile-nav {
    background-color: rgba(25,47,96,0.98);
	}

/*ドロワーメニュー*/
.drawer-menu {
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    right: 0;
	width: 100%;/*横幅*/
	height: 100%;/*縦幅*/
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .0s;
    transition-duration: .0s;
    -webkit-transition-delay: .0s;
    transition-delay: .0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(90deg);
    transform: perspective(500px) rotateY(90deg);
    opacity: 0;
    background: rgba(25,47,96,0.98);
}

/*ボタンを押したときの左側の黒い部分*/
.close-menu {
    position: fixed;
    top: 0;
    right: 100%;	
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .0s;
    transition-duration: .0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}
.bar {
    position: absolute;
    top: 25px;
    left: -20px;
    display: block;
	width: 40px;/*横線の幅*/
	height: 4px;/*横線の太さ*/
	background:#FFF;/*ボタンの色*/
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
	
}

.bar.middle {
    top:40px;
    opacity: 1;
}

.bar.bottom {
    top: 55px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.menu-btn {
    position: fixed;
    display: block;
	top: 0px;
    right: 0px;
	width: 40px;
	height: 40px;
    font-size: 10px;
	  font-weight: bold;
    text-align: center;
    cursor: pointer;
			 color: #0000;
    z-index: 2147483647;/*重なり順を一番上に*/	
}

.bar.back {
	top:0px;
	left:-40px;
	padding-top: 87px;
	padding-bottom: 3px;
	padding-left: 80px;	
	background-color: #003980;	
	cursor: pointer;
	 z-index: -2147483647;
}

.check:checked ~ .drawer-menu {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2147483646;
}

.check:checked ~ .contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
}

.check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
	   width: 55px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
    width: 55px;
    top: 60px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.check:checked ~ .close-menu {
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    background: rgba(0,0,0,.5);
    visibility: visible;
    opacity: 1;
	z-index: 2147483647;/*重なり順を一番上に*/
}

.menu-btn:hover .bar {
    background:#FFF;
}

.menu-btn:hover .bar.back {
    background:#003980;
}

.menu-btn:hover .menu-btn__text {
    color: #FFF;
}

.menu-btn__text {
    position: absolute;
    bottom: -42px;
    left: -40px;
    right: 0;
    margin: auto;
    color: #FFF;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
	font-size:12px;
}

.check {
    display: none;
}

.drawer-menu ul {
	 top:1px;
  position:relative;
	width:100%;
	list-style: none;
	color:#fff;
}

.drawer-menu a {
	color:#fff;
}

.btn-square {
  display: inline-block;
  padding: 5px 45px;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 3px #627295;
  border-radius: 3px;
}
.btn-square:hover{
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
/*ドロワーメニューここまで*/

/*スマホでデフォルトのフッター、ドロワーメニュー非表示*/
@media (max-width: 990px) {
  .footerWidget {
    display: none;
  }
	.drawer-menu{
		display:none;
	}
	.menu-btn {
		display:none;
	}
	.bar {
		display:none;
	}
	.bar .middle{
		display:none;
	}
	.bar .bottom{
		display:none;
	}
}

/*
Recent Posts
*/
dl.recent-posts {
	margin: .1rem 0;
	padding: 0;
	display: block;
}
dl.recent-posts dd,
dl.recent-posts dt {
	font-weight: normal;
	padding: 0;
	border-left: none;
}
dl.recent-posts dt { 
	 float: left;
  clear: both;
  width: 10em;
  padding-left: 5px;
	 color: #fff;
}
dl.recent-posts dd {
	overflow: hidden;
	
}
dl.recent-posts span.recent-posts-new {
	margin-right: 2px;
	vertical-align: middle;
	font-size: .6rem;
	color: #ffff00;
	font-weight: bold;
	border-radius: 3px;
}