@charset "UTF-8";




/*PCとスマホ表示分岐
****************************************************** */

.Box-pc{display:block !important;}
.Box-sp{display:none !important;} 



/*IE6,7の警告
****************************************************** */

#IE6Att{
	width:1000px;
	margin:10px auto;
	padding:10px;
	font-size:0.82em;
	border:2px solid #F00;
	background:#FFC;
	clear:both;
}

#wrap {}

/* ヘッダー
****************************************************** */

header {
	border-bottom:5px solid #F0F0F0;
	min-width:1120px;
}
#headinfo {
	height: 70px;
	margin: 0 auto;
	padding: 20px 0 0;
	position: relative;
	width: 1020px;
}
#headinfo h1 {
	position: absolute;
	top:20px;
	left:0;
}

/*---------------------------------------------------------
グローバルメニュー 基本レイアウト 始め
---------------------------------------------------------*/
#menu-hnav {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	/*width: 470px;*/
	width: 535px;
}
#menu-hnav ul{
	margin: 0 auto;
}	
#menu-hnav ul li{
	/* display: table; */
	float: left;
}

#menu-hnav ul li a {  
	border-bottom: 5px solid #f0f0f0;
	color: #333;
	display: table-cell;
	font-size: 1.06em;
	font-weight: 400;
	padding: 30px 0 36px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 87px;
}
#menu-hnav ul li.list04 a {
	width:120px;
}
#menu-hnav ul li.list05 a,
#menu-hnav ul li.list06 a {
	width:77px;
}
#menu-hnav ul li a:hover,
.category-pickup #menu-hnav ul li#menu1 a,
.category-daily #menu-hnav ul li#menu2 a,
.category-culture  #menu-hnav ul li#menu3 a,
.category-study #menu-hnav ul li#menu4 a,
.blogs #menu-hnav ul li#menu5 a {  
	border-bottom:5px solid #A5B931;
	transition: all 0.3s ease 0s;
}

/* ２階層以降 滞在 */
#menu-hnav ul li.last a{}

/*---------------------------------------------------------
グローバルメニュー 基本レイアウト 終わり
---------------------------------------------------------*/


/*---------------------------------------------------------
レスポンシブ&２階層目表示 始め
---------------------------------------------------------*/
ul#menu-headnav{
	position:relative;
}
ul.menu li{
	float:left;
	position:relative;
	}
ul.menu li a{
	color: #fff;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
ul.menu li:first-child a {
}
/*サブメニュー*/
ul#menu-headnav ul{
	position:absolute;
	background:#A5B931;
	z-index:99999;
	zoom:100%;
	top:90px;
	/* display:none; */ /* ドロップダウン復帰の時は消す */
}
ul#menu-headnav ul>li{
	color:#fff;
	line-height:1.5;
	float:none;
	text-align:center !important; 
}
ul#menu-headnav ul>li a{
	color:#fff;
	border:none !important; 
	display:block;
	padding:10px 70px 10px 10px;
	text-align:left;
	width:120px;
	height:auto !important; 
	font-weight:400;
	}
ul#menu-headnav ul>li a:hover{
	background-color: #0269d8;
}
ul#menu-headnav{
	zoom: 100%;	
	}
ul#menu-headnav:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
#menu-headnav ul.sub-menu li{
	position:relative;	
	}
#menu-headnav ul.sub-menu li ul.sub-menu{
	position:absolute;
	background:#6F0019;
	z-index:99999;
	zoom:100%;
	left:200px;
	top:0;
	}
#menu-headnav ul.sub-menu  ul>li{
	color:#fff;
	line-height:1.5;
	float:none;
	text-align:center !important; 
}
#menu-headnav ul.sub-menu  ul>li a{
	border:none !important; 
	display:block;
	padding:10px 70px 10px 10px;
	 height:auto !important; 
	}
.mobile-nav{
	display:none;
}
/*---------------------------------------------------------
レスポンシブ&２階層目表示 終わり
---------------------------------------------------------*/

/*---------------------------------------------------------
SlickNav 始め
---------------------------------------------------------*/
/*SlickNav*/
.slicknav_menu {
	display:none;
}


/*Media Queries*/
/* (width)1060-(logo)280 */
@media screen and (max-width: 740px) 

{

	/*.js #menu-headnav {display:none;}
	.js .slicknav_menu {display:block;}*/
    
    #menu-headnav {display:none;}
	.slicknav_menu {display:block;}

.mobile-nav{
	display:block;
}

	#mobile-menu {
		/*float:right;*/
		float:left;
		margin: 10px 0 0;
	}
	#mobile-menu .slicknav_menu{
		background: inherit;
		line-height:2;
		border-radius:3px;
		padding:0 3px 3px !important;
	}
	
	.slicknav_btn {
		background-color: #fff !important;
		padding: 0.438em 0.5em !important;
	}
	.slicknav_menu .slicknav_icon-bar {
		/* background-color: #A5B931 !important; */
		background-color: #222 !important;
	}
	
	
	#mobile-menu .slicknav_nav {
		width: 104%;
		position: absolute;
		top: 110px;
		left: -2%;
		padding-top: 5px;
		background: rgba(0,0,0, 0.80);
		z-index: 99999;
		max-height:500px; 
		height:auto;
	}
	#mobile-menu .slicknav_nav.open {
		opacity: 1;
		display: block;
		 position:fixed !important; 
		overflow-y: scroll !important;
		 -webkit-overflow-scrolling:touch !important;
	}
	
	#mobile-menu .slicknav_nav a {
		margin: 5px 7px;
	}
	#mobile-menu .slicknav_nav a.sublink {
		margin: 5px 0;
	}
	#mobile-menu .slicknav_nav .slicknav_row:hover {
		background:#fff;
		color:#222;
		text-decoration:none;
	}
	
	#mobile-menu .slicknav_nav .slicknav_row:hover a {
		color:#222;
		text-decoration:none;
	}
	#mobile-menu .slicknav_nav a:hover{
		background:#fff;
		color:#222;
		text-decoration:none;
	}
	.slicknav_nav .slicknav_arrow {
		font-size:1.13em !important;
	}
	.slicknav_nav .slicknav_collapsed .slicknav_arrow:after {
		content: "\f055";
		font-family: FontAwesome;
		vertical-align:middle;
	}
	.slicknav_nav .slicknav_open .slicknav_arrow:after {
		content: "\f056";
		font-family: FontAwesome;
		vertical-align:middle;
	}
	.slicknav_nav .slicknav_open .slicknav_collapsed .slicknav_arrow:after {
		content: "\f055";
		font-family: FontAwesome;
		vertical-align:middle;
	}
	
	.slicknav_btn,
	.slicknav_btn span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.slicknav_btn {
		position: relative;
		height: 26px;
		width: 32px;
	}
	.slicknav_btn .slicknav_icon span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #fff;
		border-radius: 4px;
	}
	.slicknav_btn .slicknav_icon span:nth-of-type(1) {top: 0;}
	.slicknav_btn .slicknav_icon span:nth-of-type(2) {top: 8px;}
	.slicknav_btn .slicknav_icon span:nth-of-type(3) {bottom: 0;}
	.slicknav_btn:after {
		position: absolute;
		left: -1px;
		bottom: -18px;
		content: 'メニュー';
		display: block;
		width: 100%;
		color: #222;
		/* color: #fff */;
		font-size: 11px;
		text-decoration: none;
		text-align: center;
		transition: all .4s;
		letter-spacing:-3px;
		font-weight: 500;
	}
	.slicknav_btn.active:after {
		content: 'CLOSE';
		bottom: -17px;
		letter-spacing:0;
	}
	.slicknav_btn.active .slicknav_icon span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(-45deg);
		transform: translateY(11px) rotate(-45deg);
	}
	.slicknav_btn.active .slicknav_icon span:nth-of-type(2) {
		opacity: 0;
	}
	.slicknav_btn.active .slicknav_icon span:nth-of-type(3) {
		-webkit-transform: translateY(-11px) rotate(45deg);
		transform: translateY(-11px) rotate(45deg);
	}

}  
/*---------------------------------------------------------
SlickNav 終わり
---------------------------------------------------------*/


/* メイン
****************************************************** */
#contents {
	/* width:1020px; */
	min-width:1120px;
	margin:0 auto;
	padding-bottom:150px;
}
#wrap {
	width: 1020px;
	margin: 0 auto;
}
.t-wrap {
	width: 1020px;
	margin: 0 auto;
}
.c_wrap {
	padding:0 30px;
}
#main {
	width:760px;
	float:left;
}

/* 404 */
.wrap01 {
	width: 1020px;
	margin: 0 auto;
}

/* サイドバー
****************************************************** */
#sidebar {
	width:230px;
	float:right;
}
#sidebar h3 {
	font-family: "Pathway Gothic One";
	font-size: 2.5em;
	line-height: 1.1;
	margin: 0 0 0.25em;
	border-bottom: 2px solid #333;
	display: inline-block;
}
#sidebar .main_widget {
	margin-top: 1em;
}

/* 新着記事 plugin newpost catch */
#sidebar .main_widget ul#npcatch {
}
#sidebar .main_widget ul#npcatch li {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/* カテゴリー一覧 */
#sidebar #categories-2 ul {
}
#sidebar #categories-2 ul li {
	font-size: 0.88em;
	line-height: 1.4;
	margin-bottom: 5px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#sidebar #categories-2 ul li:before {
	content: "\f105";
	font-family: FontAwesome;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 50%;
	font-size: 0.88em;
	margin-right: 5px;
	padding: 0 4px 0 5px;
}

/* 月別アーカイブ */
#archives {
	padding: 0.5em;
	width: 100%;
}

/* 投稿者一覧 */
#sidebar ul#authorlist {
}
#sidebar ul#authorlist li {
	font-size: 0.88em;
	line-height: 1.4;
	margin-bottom: 3px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#sidebar ul#authorlist li:before {
	content: "\f040";
	font-family: FontAwesome;
	font-size: 1.19em;
	margin-right: 4px;
	vertical-align:top;
}

/* バナー一覧 */
#sidebar ul.ul_sidebn {
	background-color: #fafafa;
	padding: 20px;
}
#sidebar ul.ul_sidebn li {margin-top: 10px;}
#sidebar ul.ul_sidebn li:first-child {margin-top: 0;}


/* フッター
****************************************************** */
footer {
	background: url(../img/bg_foot.png) repeat;
	min-width:1120px;
}
footer #foot_wrap {
	width: 1020px;
	/* min-width:1120px; */
	margin: 0 auto;
	padding: 2em 0;
}
footer #foot_wrap {}
footer #foot_wrap ul.ul_footlist li h3 {
	font-family: "Pathway Gothic One";
	color: #829a19;
	float: left;
	font-size: 1.75em;
	line-height: 1.1;
	margin: 0 25px 0.31em 0;
	font-weight: normal;
	text-decoration: underline;
	text-align: right;
	width: 85px;
}
footer #foot_wrap ul.ul_footlist {margin-top: 20px;}
footer #foot_wrap ul.ul_footlist:first-child {margin-top: 0;}

footer #foot_wrap ul.ul_footlist li ul {
	float: left;
	margin: 5px 0 0;
	width: 910px;
}
footer #foot_wrap ul.ul_footlist li ul:before,
footer #foot_wrap ul.ul_footlist li ul:after {content:"";display:block;overflow:hidden;}
footer #foot_wrap ul.ul_footlist li ul:after {clear:both;}
footer #foot_wrap ul.ul_footlist li ul {zoom:1;}
footer #foot_wrap ul.ul_footlist li ul li a {
	background-color: #fff;
	color: #829a19;
	float: left;
	margin: 0px 8px 7px 0;
	padding: 0 10px 3px;
	text-decoration: none;
	font-size: 0.88em;
	border-radius: 7px;
}

p.copyright {
	background-color:#A5B931;
	color:#fff;
	text-align:center;
	font-size:0.94em;
	padding:5px 0;
}
p.copyright a.notes {
	color:#fff;
}
p.copyright span a {
	color: #eee;
}

/* cv */

/* その他
****************************************************** */


/* パンくず */
#breadcrumb{
	/* min-width: 1020px; */
	min-width:1120px;
	margin:0 auto;
	font-size:0.88em;
	padding: 1.5em 0;
}
#breadcrumb .wrap{
	width: 1020px;
	margin: 0 auto;
}
.ul_breadcrumb {
	letter-spacing: 0.5px;
}


/* ページトップへ戻るボタン */
/* #topanchor a{
	background-color: #014F90;
	border-radius: 5px;
	bottom: 2%;
	opacity: 1;
	padding: 16px 13px;
	position: fixed;
	right: 2%;
	text-align: center;
}
#topanchor a:hover{
	background-color: #F9C204;
	border-radius: 5px;
	bottom: 2%;
	opacity: 1;
	padding: 16px 13px;
	position: fixed;
	right: 2%;
	text-align: center;
}
#topanchor img{
	width:80%;
	height:auto;
} */

/* 検索 */
/* #searchform input#s {
	padding: 0.6em;
	width: 65%;
	font-family: 'Noto Sans Japanese', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', sans-serif !important;
	font-weight:300;
	border: 1px solid #ccc;
	border-radius: 2px;	
}
#searchform input#searchsubmit {
	font-size: 1.06em;
	margin-left: 4%;
	padding: 0.2em;
	width: 20%;
	font-family: 'Noto Sans Japanese', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', sans-serif !important;
	font-weight:300;
} */


/* アーカイブページ */

/* アーカイブ補足文 */
.archive .cat_desc {
	margin-bottom: 1.5em;
}
.archive .cat_desc p {
	border-bottom: 1px dashed #aaa;
	display: inline;
	line-height: 2;
	padding-bottom: 4px;
}


/* 投稿者データ */
.authior_wrap {
	border: 8px solid #f9f9f9;
	padding: 15px;
	/* margin: 65px 0 0; */
	margin: 2em 0;
	clear:both;
}
.authior_wrap .authordata {
	float: right;
	width: 60%;
}
.authior_wrap .authordata h4 {
	color: #6b8609;
	font-size: 1.75em;
	margin-bottom: 0.25em;
	font-weight: 400;
	display: block;
}
.authior_wrap .author-introduction {
	margin-bottom: 0.5em;
}
.authior_wrap .authordata p.author-introduction {
	font-size: 0.94em;
	line-height: 1.7;
}
.authior_wrap .photo {
	float: left;
	width: 38%;
}
.authior_wrap .photo img {
	/* max-width:300px;
	float: left;
	width: 38%; */
	width: 100%;
	height: auto;
}

/* newpost */
#npcatch .title {
	/*line-height: 1.4;
	width: 140px;*/
}
#npcatch li {
	overflow: hidden;
	clear: both;
	margin: 0px 0px 0px;
}
#npcatch img {
	float: left;
	padding: 5px 10px;
}
#npcatch .title {
	width: 135px;
	float: left;
	padding: 5px 5px 5px 0px;
	overflow: inherit !important;
}

/* 各ページ用サイドバー */

/* 記事ページ */
.single .caption {
	color: #999;
	font-size: 0.81em;
}
.single ul.taglist {
	margin-bottom: 0.38em;
}
.single ul.taglist li a {
	background-color: #f0f0f0;
	border-radius: 5px;
	float: left;
	font-size: 0.75em;
	line-height: 1;
	margin: 0 0.38em 0.5em 0;
	padding: 0.31em 0.75em;
	text-decoration: none;
	border: 1px dashed #ccc;
}
.single ul.taglist li a:hover {
	background-color: #a5b931;
	color: #fff;
}
.single .postinfo {
	margin-bottom: 2em;
}
.single .bt_sns {
	float: left;
}
.single .bt_sns img {
	vertical-align:top;
}
.single p.subdata {
	text-align: right;
	font-size: 0.88em;
	color: #555;
	float: right;
}
.single .size-full {
  max-width: 100%;
  height: auto;
}

/* h3タイトル ※旧サイトの内容を踏襲 */
.single .s-wrap a {
	color: #A5B831;
}
.single .s-wrap h3 {
	color: #333;
	font-size: 1.31em;
	margin: 12px 0 0.5em;
	padding-left: 32px;
	position: relative;
	font-weight:500;
	line-height: 1.35;
}
.single .s-wrap h3:before {
	border: 3px solid #A5B831;
	content: "";
	height: 11px;
	left: 9px;
	position: absolute;
	top: 10px;
	width: 11px;
}
.single .s-wrap h3:after {
	border: 3px solid #6B8609;
	content: "";
	height: 14px;
	left: 0;
	position: absolute;
	top: 0;
	width: 14px;
}
.single .s-wrap .alignleft,
.single .s-wrap .alignright {
	max-width:365px;
}
.single .s-wrap .alignleft {float: left;margin-right: 2%;}
.single .s-wrap .alignright {float: right;margin-left: 2%;}
.single .s-wrap .aligncenter {text-align: center;max-width:760px;margin: 0 auto;}
.single .s-wrap .alignleft img,
.single .s-wrap .alignright img {
	max-width:365px;
	height: auto;
}
.single .s-wrap .caption,
.single .s-wrap .wp-caption-text {
	color: #999;
	font-size: 0.81em;
	margin-top: 3px;
	line-height: 1.4;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail, .yarpp-thumbnail-default, .yarpp-thumbnail-title {
	display: inline-block;
	*display: inline;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	border: 1px solid rgba(127,127,127,0.1);
	width: 130px;
	height: 170px;
	margin: 5px;
	margin-left: 0px;
	vertical-align: top;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
	width: 120px;
	height: 120px;
	margin: 5px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail > img, .yarpp-thumbnails-horizontal .yarpp-thumbnail-default {
	display: block;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	font-size: 1em;
	max-height: 2.8em;
	line-height: 1.4em;
	margin: 7px;
	margin-top: 0px;
	width: 120px;
	text-decoration: inherit;
	overflow: hidden;
}

.yarpp-thumbnail-default {
	overflow: hidden;
}
.yarpp-thumbnail-default > img {
	min-height: 120px;
	min-width: 120px;
}


/* 記事投稿内プロフィール */




/* ページ送り */

/* ページナビ */
.wp-pagenavi { text-align:center;margin-top:35px;}
.wp-pagenavi a,
.wp-pagenavi span,
.wp-pagenavi span.current {
	background-color: #F6F8EA;
	border:none;
	border-radius: 5px;
	color: #A5B931;
	font-size: 1.19em;
	padding:5px 13px;
	line-height: 1.19em;
	font-weight:bold;
	margin:2px 3px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background-color: #A5B931;
	color: #fff;
} 
.wp-pagenavi .previouspostslink {
	background: #A5B931 url("../img/img_arrow_left.png") no-repeat scroll center center;
	padding:5px 10px;
}
.wp-pagenavi .nextpostslink {
	background: #A5B931 url("../img/img_arrow_right.png") no-repeat scroll center center;
	padding:5px 10px;
}
/* .wp-pagenavi { text-align:center; padding-top:2.5em;}
.wp-pagenavi span.current {
	font-weight: bold;
	background-color: #A5B931;
	color: #fff;
	border: 1px solid #A5B931;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #bfbfbf;
	margin: 2px;
	padding: 6px 12px;
	text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border: 1px solid #A5B931;
} */

/* ブログ用アーカイブページ blogs.php */
 
/* 関連する記事 */


/* search.php */

