@charset "utf-8";
/*==========================================
 ブログ
===========================================*/
#blog #contents {
	min-width: 1100px;
	background: #f8f8f8;
}
.blog-area {
	width: 100%;
	padding: 60px 0;
}
.blog-inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.blog-container {
	overflow: hidden;
	letter-spacing: 1px;
}
.blog-main {
	float: left;
	width: 760px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
#blog #contents {
	min-width: 100%;
}
.blog-area {
	padding: 30px 0;
}
.blog-inner {
	width: 95%;
	max-width: 100%;
	margin: 0 auto;
}
.blog-main {
	float: none;
	width: 100%;
	margin: 0 auto;
}
}

/*ブログ用見出し
----------------------------------------------------------*/
/*===h1===*/
#blog h1 {
	color: #fff;
}

/*===h2===*/
#blog h2 {
	background:#0c2d5d;
	margin: 0;
}
#blog .blog_h2txt {
	display: block;
	width:1100px;
	color:rgba(255,255,255,0.5);
	font-size:12px;
	text-align: left;
	background:#0c2d5d;
	padding: 3px 0;
	margin:0 auto;
}
@media screen and (min-width: 0px) and (max-width:768px) {
#blog h1{
	margin: 0 0 0 2%;
}
#blog .blog_h2txt {
	width: 100%;
	font-size: 10px;
	padding-left: 2%;
}
}

/*===h3===*/
#blog h3{
	margin-bottom:0;
}
#blog h3::after{
	content:none;
}

/*===h4===*/
#blog h4{
	border:none;
}

/*ブログ用ヘッダー
----------------------------------------------------------*/
#blog header {
	background:
	url(../img/blog/blog_header_pattern.png) repeat center top,
	url(../img/blog/blog_header_bg.jpg) no-repeat center top;
	background-size:2px 2px,cover;
}
#blog header .inner {
	position: relative;
	width: 1100px;
	min-width:1100px;
	height:300px;
	margin: 0 auto;
}
.blog-title a {
	position: absolute;
	top:100px;
	left:0;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	line-height: 1.4;
}
@media screen and (min-width: 0px) and (max-width:768px) {
#blog .wrap{
	margin:0;
}
#blog header{
	display: block !important;
	min-width:100%;
}
#blog header .inner{
	width:100%;
	min-width:100%;
	height: auto;
	padding-bottom: 30%;
}
.blog-title a {
	top:20%;
	left:2%;
	font-size: 18px;
}
}

/*記事エリア
----------------------------------------------------------*/
.entry-area {
	background: #fff;
	border: 1px solid #e8e8e8;
	padding: 60px 40px;
	margin-bottom: 60px;
	overflow:hidden;
}
.entry-area a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/*タイトル*/
.entry-title,
.entry-title a {
	display: block;
	color: #333;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	border: none;
	padding: 0;
}
/*日付*/
.entry-date {
	display: inline-block;
	color: #666;
	font-size: 13px;
	text-align: left;
	margin: 20px 20px 0 0;
}
.entry-date i{
	color:#666;
	font-size: 14px;
	margin-right: 3px;
}
/*カテゴリ*/
.entry-category,
.entry-category a {
	display: inline-block;
	color: #666;
	font-size: 13px;
	padding-top: 5px;
}
.entry-category i{
	color:#666;
	font-size: 14px;
	margin-right: 2px;
}
/*本文*/
.entry-text {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	border-top: 1px solid #e8e8e8;
	padding-top: 40px;
	margin-top: 20px;
}
.entry-text a {
	color: #333;
	text-decoration: underline;
}
.entry-title p,
.entry-date p {
	margin-bottom: 0 !important;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.entry-area {
	padding: 8% 4%;
	margin-bottom: 30px;
}
.entry-title,
.entry-title a {
	font-size: 18px;
}
/*日付*/
.entry-date {
	font-size: 12px;
	margin: 20px 2% 0 0;
}
.entry-date i{
	font-size: 12px;
}
/*カテゴリ*/
.entry-category,
.entry-category a,
.entry-category i {
	font-size: 12px;
}
}

/*サイドバー
----------------------------------------------------------*/
.side_blog {
	float: right;
	width: 280px;
	font-size: 13px;
	margin: 0 15px 0 0;
}
.side_blog a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
@media screen and (min-width: 0px) and (max-width:768px) {
.side_blog {
	float: none;
	width: 100%;
	padding: 40px 1% 1% 1%;
}
}

/*===ウィジェット===*/
.widget{
	margin-bottom: 40px;
}
.widget li {
	border-bottom: 1px dotted #bbb;
	padding: 12px 10px 12px 0;
	overflow: hidden;
}
.widget li,
.widget li a {
	display: block;
	color: #3e220b;
	font-size: 13px;
	line-height: 1.4;
	text-decoration: none;
}
.widget li a:before {
	font-family:"fontAwesome";
	content:"\f0da";
	margin: 0 5px 0 15px;
}
.widgettitle {
	position: relative;
	width:100%;
	color: #333;
	font-size:14px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 12px 0;
	margin-bottom: 10px;
}
.widgettitle::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 1px;
	border-top: 1px solid #0c2d5d;
	border-bottom: 2px solid #0c2d5d;
}

/*===最新記事===*/
.widget_recent_entries li {
	position: relative;
}
.widget_recent_entries li .post-date {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #000;
	font-size: 12px;
	line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.widget_recent_entries {
	padding: 2%;
}
}

/*===月別アーカイブ===*/
label.screen-reader-text{
	display: none;
	border: 1px solid #e8e8e8;
}
.widget_archive select {
	width: 100%;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #e8e8e8;
}

/*===プロフィール===*/
@media screen and (min-width: 0px) and (max-width:768px) {
.profile_img{
	display:block;
	width:50%;
	margin:0 auto 10px;
}
}

/*ページ遷移ボタン
----------------------------------------------------------*/
.wp-pagenavi {
	text-align: center;
	padding: 10px 10px 5px;
	margin: 70px 0 0 0;
}
.page-nav li {
	display: inline;
	font-size:14px;
	margin: 0 2px;
	padding: 0;
}
.wp-pagenavi .page {
	display: inline-block;
	color:#333;
	font-size:14px;
	border: 1px solid #9a9a9a;
	text-decoration: none;
	vertical-align: middle;
	background: #fff;
	padding: 1px 10px;
	margin: 0 2px;
}
.wp-pagenavi .current {
	display: inline-block;
	color:#fff;
	font-size:14px;
	border: 1px solid #9a9a9a;
	text-decoration: none;
	vertical-align: middle;
	background: #333;
	padding: 1px 10px;
	margin: 0 2px;
}
.wp-pagenavi a:hover {
	color:#fff;
	background: #333;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	color: #333;
	font-size: 16px;
	text-decoration: none;
}
.wp-pagenavi .nextpostslink {
	margin-left: 10px;
}
.wp-pagenavi .previouspostslink {
	margin-right: 10px;
}
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
	color: #999;
	background: none;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.wp-pagenavi {
	text-align: center;
	padding: 10px 10px 5px;
	margin: 0;
}
}

/*===前後記事へ遷移ボタン===*/
#prev_next{
	display: table;
	width:100%;
	padding:0;
	margin: 36px 0 24px;
}
#prev_next #prev,
#prev_next #next{
	display: table-cell;
	position:relative;
	width: 50%;
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	background: #fff;
	padding:30px 10px 10px;
}
#prev_next #prev{
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
}
#prev_next #next{
	border-right:#ccc 1px solid;
}
/*テキスト*/
#prev_next #prev_title,
#prev_next #next_title{
	position:absolute; 
	top:-1em;
	color:#fff;
	font-size:14px;
	text-align: center;
	background:#0c2d5d; 
	padding:3px 10px;
}
#prev_next #next_title{
	right:10px;
}
#prev_next #prev p,
#prev_next #next p{
	color:#999;
	font-size: 15px;
	line-height:1.5;
}
/*サムネイル*/
#prev_next #prev img,
#prev_next #next img{
	margin:0 auto;
}
#prev_next #prev img{
	float:left;
	margin-right:10px
}
#prev_next #next img{
	float:right;
	margin-left: 10px;
}
/*リンク*/
#prev_next a p{
	color:#666 !important;
	font-weight:bold;
}
#prev_next a:hover p{
	text-decoration: underline;
}
@media screen and (min-width: 0px) and (max-width:768px) {
#prev_next{
	display: block;
	margin: 36px 0 24px;
}
#prev_next #prev,
#prev_next #next{
	display: block;
	width: 100%;
	overflow:hidden;
	padding-top:40px;
}
#prev_next #prev{
	border-bottom:none;
}
#prev_next #next{
	border-left:#ccc 1px solid;
	padding-right:0;
}
/*テキスト*/
#prev_next #prev_title,
#prev_next #next_title{
	top:0;
}
#prev_next #prev_title{
	left:0;
}
#prev_next #next_title{
	right:0;
}
#prev_next #prev p,
#prev_next #next p{
	font-size: 15px;
	line-height:1.5;
}
}

/*ブログ用フッター
----------------------------------------------------------*/
#blog footer,
#blog .footer_copy {
	background: #222;
}

/*=== スマホ用フッター固定ボタン===*/
#blog .sp-bottom-menu {
	display: none;
}
@media screen and (min-width: 0px) and (max-width:768px) {
#blog .sp-bottom-menu {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #222;
	z-index: 999;
}
#blog .sp-bottom-menu li {
	float: left;
	width: 33%;
	text-align: center;
}
#blog .sp-bottom-menu li i {
	color: #fff;
}
#blog .sp-bottom-menu li a {
	display: block;
	color: #fff;
	font-size: 9px;
	text-decoration: none;
}
#blog .sp-bottom-menu li span {
	display: block;
	line-height:1.4;
}
/*ボタン（左）*/
#blog .sp-bottom-menu li:nth-child(1) {
	height: 40px;
	margin: 8px 0 0 0;
}
#blog .sp-bottom-menu li:nth-child(1) i {
	font-size: 20px;
}
#blog .sp-bottom-menu li:nth-child(1) span {
	margin: 8px 0 0 0;
}
/*ボタン（中央）*/
#blog .sp-bottom-menu li:nth-child(2) {
	height: 40px;
	margin: 5px 0 0 0;
}
#blog .sp-bottom-menu li:nth-child(2) i {
	font-size: 20px;
}
#blog .sp-bottom-menu li:nth-child(2) span {
	margin: 2px 0 0 0;
}
/*ボタン（右）*/
#blog .sp-bottom-menu li:nth-child(3) {
	height: 40px;
	margin: 8px 0 0 0;
}
#blog .sp-bottom-menu li:nth-child(3) i {
	font-size: 20px;
}
#blog .sp-bottom-menu li:nth-child(3) span {
	margin: 8px 0 0 0;
}
}

/*ページトップへ戻るボタン
----------------------------------------------------------*/
#blog #btn_pagetop {
	position: fixed;
	bottom: 25px;
	right: 20px;
}
#blog #btn_pagetop a {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 1.3;
	text-decoration: none;
	background: #222;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	transition: all .4s;
}
#blog #btn_pagetop a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#blog #btn_pagetop a i{
	margin-right: 0;
}
@media screen and (min-width: 0px) and (max-width:768px) {
#blog #btn_pagetop {
	display: none;
}
}