@charset "UTF-8";


/*
Template:apollo-v2
Theme Name:apollo-v2_child
Author: sanographix
		http://www.sanographix.net
		(c) 2014 Showkaku Sano
		MIT License
*/
/*update 2016-09-27*/
@import url("../apollo-v2/style.css");

.pc_top #sidebar {

	margin-top: -40px !important;
}


.pc_top #main {
	/* margin-top: -93px !important; */
	width: 758px;
	overflow: hidden;
	zoom: 1;
	margin-left: -10px;
}

.pc_top .entry-content {
	margin-bottom: 0em;
}

.pc_top .post{
	width: 357px;
	height: 405px;
	float: left;
	margin-right: 20px;
}

.pc_top .post_pc_inner {
	width: 100%;
	min-height: 380px;
	border: 1px solid #E6E6E6;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:rgba(230, 230, 230, 1.0) 0px 4px 0px 0px;
	-moz-box-shadow:rgba(230, 230, 230, 1.0) 0px 4px 0px 0px;
	box-shadow: rgba(230, 230, 230, 1.0) 0px 4px 0px 0px;
	overflow:hidden;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin: 0;
}

.pc_top .post_pc_inner:hover {
	margin:3px 0 -3px 0;
}
.pc_top .post_pc_inner:hover {
  cursor: pointer;
  -webkit-box-shadow:rgba(230, 230, 230, 1.0) 0px 1px 0px 0px;
	 -moz-box-shadow:rgba(230, 230, 230, 1.0) 0px 1px 0px 0px;
		  box-shadow:rgba(230, 230, 230, 1.0) 0px 1px 0px 0px;
}

.pc_top .post_pc_inner a{color: #333;display:block;}

.pc_top .post_pc_inner .thumbnail{overflow: hidden;height: 184px;}

.pc_top .post_li_info {
	padding: 10px 24px 20px;
	position: relative;
}



.pc_top .post_pc_inner .entry-title {
	font-size: 100%;
	margin: 0;
	line-height: 1.4;
	margin-bottom: 10px;
}

.pc_top .entry-meta-header .date {
	font-weight: 700;
	font-size: 80%;
	font-weight: normal;
	color: #666;
	margin-bottom: 0;
}

.pc_top .caption{
	font-size: 65%;
	line-height: 1.5;
	margin-bottom: 0;
	min-height: 60px;
	overflow: hidden;
}


.pc_top .cat_pc{
	background: #00aff0;
	color: #fff;
	position: absolute;
	top: 0;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 0 7px;
	min-width: 7.5em;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	opacity: .9;
}







.cf:before, .cf:after {
	content: " ";
	display: table;
}




@media (max-width: 767px){

.pc_top #main {
	/* margin-top: -93px !important; */
	width: 100%;
	overflow: inherit;zoom:inherit;
	margin-left: inherit;
}


.pc_top .post{
	width: inherit;
	height: inherit;
	float: inherit;
	margin-right: inherit;
}

.pc_top .post_pc_inner {
	width: inherit;
		min-height: inherit;
	border: inherit;
	position: inherit;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	background: inherit;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-webkit-box-shadow:inherit;
	-moz-box-shadow:inherit;
	box-shadow: inherit;
	overflow:inherit;
	-webkit-transition: inherit;
	transition: inherit;
	margin: inherit;
}

.pc_top .post_pc_inner:hover {
	margin: inherit;
}
.pc_top .post_pc_inner:hover {
  cursor: pointer;
  -webkit-box-shadow:inherit;
	 -moz-box-shadow:inherit;
		  box-shadow:inherit;
}


.pc_top #sidebar {margin-top: 30px;}


.entry-meta-header .date {
	font-weight: 700 !important;
	font-size: 120% !important;
}

/* 人気記事ナンバリング */
ul.wpp-list {
	counter-reset: wpp-ranking;
}

ul.wpp-list li {
	position: relative;
}

ul.wpp-list li:before {
	color: #FFF;
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
	text-align: center;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 25px;
	width: 25px;
	height: 25px;
	background-color: #00aff0;
}



/* テーブルを横スクロール */
.scroll{
overflow: auto;
white-space:nowrap;
}

.scroll::-webkit-scrollbar{
height:10px;
}

.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

}
/*---------- add by codeDrive ----------*/
.scroll{
	overflow:hidden!important;
	white-space: normal!important;
}
table{
	width:100%!important;
	height:auto!important;
	box-sizing:border-box;
}
table th,
table td{
	border: 2px solid #ddd;
	box-sizing:border-box;
	padding:5px 10px;
	background:#ffffff;
}

@media (max-width: 767px){

/*
	#main hr:last-of-type{
		display:none!important;
	}
*/
	#header{
		margin-bottom:0px!important;
	}

	.page-index #header{
		margin-bottom:20px!important;
	}
	.post{
		min-height:90px;
	}
	.page-index .pc_top .post .thumbnail{
		width:120px;
		height:80px;
	}
	.page-index .post .thumbnail img{
		width:100%;
		height:auto;
	}
	.page-index .entry-meta-header{
		padding-left:130px;
	}
	.page-index .entry-header{
		padding-left:130px;
	}
	.page-index .pc_top .entry-title{
		font-size:90%!important;
	}
	.page-index .pc_top .entry-meta-header .date{
		font-size:95%!important;
		font-weight:bold!important;
	}
}

@media (max-width: 480px){
	.page-index .post .thumbnail img {
		border-radius: 0;
	}
}
/*----------/add by codeDrive ----------*/


/*---------- add by codeDrive 20160921----------*/


#container{
	max-width:1078px;
	width:100%;
}
#header{
	margin:0;
}
.blog-title{
	display:block;
	width:100%!important;
	text-align:center;
	padding:35px 0;
	float:none;
	margin:0!important;
	box-sizing:border-box;
}
.blog-title a{
	display:block;
	margin:0 auto;
	max-width:215px;
	width:auto!important;
	left:auto!important
}
.blog-title a:hover{
	opacity:0.6;
}
.blog-title a img{
	width:100%!important;
	height:auto;
}

.nav{
	display:block;
	float:none;
	width:100%!important;
	height:auto!important;
	position:relative;
	text-align:center;
	margin:0 0 35px 0;
	top:auto;
	left:auto;
	background:none;

}
.nav ul{
	display:table;
	width:auto;
	margin:0 auto!important;
}

.nav ul li{
	display:table-cell;
	float:none;
	width:auto;
	padding:5px 15px;
}
.nav ul li a {
	background:none;
	width:auto;
	height:auto;
	border:none;
	color:#4f5759;
	text-align:center!important;
	white-space:nowrap;
	display:inline-block;
	padding:0;
}
.nav ul li a:hover {
	background:none;
	color:#009DD6;
}
.nav ul li a .fa{
	display:inline-block;
	margin-right:0.2em;
	padding:0;
}
.nav ul li a span{
	display:inline-block;
	font-size:16px;
	padding:0;
}

#main{
	margin:0!important;
	max-width:none!important;
}

.post{
	margin-bottom:25px;
	height:auto!important;
}

.post:after{
	content:"";
	width:0;
	height:0;
	display:block;
	clear:both;
}

.pc_top .post{
	width:47.1%;
	margin-right:2.63%;
}

.pc_top .post_pc_inner .entry-title{
	line-height:1.4em;
	height:4.2em;
	overflow:hidden;
}

.article-devider{
	width:100%;
	border-width:2px;
}

#sidebar{
	margin-top:0!important;
	width:27.83%;
}

.profileWidget{
	border:solid 5px #E6E6E6;
	background:#ffffff;
	padding:22px 22px 16px;
	text-align:center;
	margin:30px auto 20px;
	box-sizing:border-box;
	max-width:300px;

}
#sidebar>div:first-of-type>.profileWidget{
	margin-top:0;
}
.profileWidget h3{
	width:100%;
	text-align:center;
	margin:0;
}
.profileWidget .image{
	width:73%;
	height:0;
	padding:73% 0 0 0;
	border-radius:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	margin:0 auto 10px;
	display:block;
}
.profileWidget .profileName{
	font-size:24px;
	font-weight:bold;
	margin-bottom:8px;
}
.profileWidget .profileComment{
	font-size:12px;
	font-weight:normal;
	margin-bottom:24px;
}
.profileWidget .profileBtn{
	padding:0 0 3px 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin:0 0 10px;
}
.profileWidget .profileBtn:hover{
	padding:3px 0 0;
}
.profileWidget .profileBtn a{
	width: 100%;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	background: #ffffff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(230, 230, 230, 1.0) 0px 4px 0px 0px;
	-moz-box-shadow: rgba(230, 230, 230, 1.0) 0px 4px 0px 0px;
	box-shadow: rgba(230, 230, 230, 1.0) 0px 4px 0px 0px;
	overflow: hidden;
	-webkit-transition: all .4s;
	transition: all .4s;
	color:#333333;
	display:block;
	padding:5px;
	font-size:16px;
}

.profileWidget .profileBtn:hover a{
	-webkit-box-shadow: rgba(230, 230, 230, 1.0) 0px 1px 0px 0px;
	-moz-box-shadow: rgba(230, 230, 230, 1.0) 0px 1px 0px 0px;
	box-shadow: rgba(230, 230, 230, 1.0) 0px 1px 0px 0px;
}

.profileWidget .snsBox{
	width:100%;
	display:table;
}
.profileSns{
	display:inline-block;
	padding:14px 12px 0;
}
.profileSns:first-of-type{
	padding-left:0;
}
.profileSns:last-of-type{
	padding-right:0;
}
.profileSns a{
	width:36px;
	height:36px;
	text-align:center;
	line-height:36px;
	display:inline-block;
	border-radius:100%;
	color:#ffffff;
}

.profileSns a:hover{
	opacity:0.8;
}
.profileSns.sns_facebook a{
	background:#3b5998;
}
.profileSns.sns_twitter a{
	background:#55acee;
}
.profileSns.sns_google a{
	background:#e52d27;
}
.profileSns.sns_feedly a{
	background:#2bb24c;
}
.cover{
	display:none;
}

#page-nav{
	margin-bottom:32px;
}

@media (max-width: 1100px){
	#wrap{
		overflow:hidden;
		padding:0 3%;
	}
	#footer{
		padding:0 3%;
		box-sizing:border-box;
	}

}

@media (max-width: 767px){
	a:hover{
		opacity:1!important;
	}
	a.touchActive{
		opacity:0.6!important;
	}
	#main,
	#sidebar{
		width:100%!important;
		float:none;
	}
	
	.page-index #wrap{
		padding:0;
	}

	.page-index #sidebar{
		padding:0 3%;
		box-sizing:border-box;
	}

	.page-index #container{
		width:100%;
	}

	.page-index #header{
		margin-bottom:5px!important;
	}

	#header{
		margin:0;
		padding:0 3%;
	}

	.blog-title{
		padding:20px 0;
	}
	.blog-title a{
		max-width:180px;
	}

	.mobile-nav-panel{
		padding-left:3%;
	}
	.cover.act{
		display:block;
	}
	.nav {
		position: fixed;
		z-index: 1001!important;
		left: -303px;
		top: -10px;
		width: 280px!important;
		height: 1500px!important;
		margin: 0;
		background: #4f5759;
		-webkit-transition: all .34s ease-out;
		-moz-transition: all .34s ease-out;
		transition: all .34s ease-out;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-o-transform: translateZ(0);
		-ms-transform: translateZ(0);
		transform: translateZ(0);
	}
	.nav.active{
		left:0;
	}
	.nav ul,
	.nav ul li{
		display:block;
	}

	.nav ul li a {
		display: block;
		border: none;
		color: #fff;
		border-bottom: 1px solid #677174;
		text-align: left!important;
		padding:1em 0.5em;
	}

	.page-index .pc_top .post .thumbnail{
		width:100%;
		height:auto;
		display:block;
		position:relative;
	}

	.page-index .entry-meta-header,
	.page-index .entry-header{
		padding-left:0;
	}

	.pc_top .post{
		width:88%;
		float:none;
		margin:0 auto 32px!important;
	}
	.pc_top .post_pc_inner{
		min-height:0;
		width:100%;
		height:auto!important;
	}
	.pc_top .post_pc_inner a{
		display:block;
	}
	.pc_top .post_pc_inner a:hover{
		opacity:0.6;
	}
	.pc_top .post_li_info{
		padding:0;
	}
	.page-index .article-devider{
		margin-bottom:25px!important;
	}
	a.permalink_sp{
		position:absolute;
		display:block;
		z-index:99;
		top:0;
		right:0;
		bottom:0;
		left:0;
		width:100%;
		height:100%;
	}

	.page-index .post .thumbnail img{
		border-radius:4px 4px 0 0;
	}

	.page-index .post .thumbnail img{
		display:block!important;
	}
	.pc_top .cat_pc{
		border-radius:4px 0 0 0;
	}
	.pc_top .post_li_info{
		background:#ffffff;
		border: 1px solid #E6E6E6;
		border-top:0;
		border-radius:0 0 4px 4px;
		padding:12px 24px 20px;
		-webkit-box-shadow: rgba(230, 230, 230, 1.0) 0px 4px 0px 0px;
		-moz-box-shadow: rgba(230, 230, 230, 1.0) 0px 4px 0px 0px;
		box-shadow: rgba(230, 230, 230, 1.0) 0px 4px 0px 0px;
	}
	.pc_top .entry-meta-header .date{
		color: initial;
	}

	.pc_top .post_pc_inner .entry-title{
		font-size:16px!important;
		margin:0!important;
		line-height:1.4em;
		height:4.2em;
		overflow:hidden;
	}

}
/*---------- /add by codeDrive ----------*/

/* rinkerボタン調整 */
ul.yyi-rinker-links img {
    display: none !important;
}