@charset "utf-8";

/* コンテンツ
======================================= */
#blog{
	width:750px;
	float:left;
}
.entry{
	padding:30px 50px;
	background:#fff;
	margin-bottom:40px;
}
.entry .blogDate{
	font-size:16px;
	margin-bottom:5px;
}
.entry .blogTitle{
	font-size:24px;
	border-bottom:1px solid #d31319;
	color:#d31319;
	padding-bottom:15px;
	margin-bottom:15px;
}
.entry .blogDetail {
	font-size:16px;
	line-height:1.8;
}
.entry .blogDetail p{
	line-height:1.9;
}
.entry .blogDetail img{
	margin:10px auto;
	display:block;
	text-align:center;
	max-width: 100%;
}
.entry .entry-footer{
	border-top:1px solid #abb4c0;
	margin-top:15px;
	padding-top:15px;
}
.entry-footer .blogCategory{
	font-size:16px;
	display:inline-block;
	float:left;
	margin-right:1em;
}
.entry-footer .blogAccount{
	font-size:16px;
	display:inline-block;
	float:left;
	color:#abb4c0;
}
.entry-footer .blogAccount a{
	color:#abb4c0;
}

/*------------------------------------------------------------------------------
		WordPress required
-------------------------------------------------------------------------------*/

.alignnone { /*　指定なし　*/
	background-color: #FFF;
}

.alignnone { /*　指定なし キャプションあり　*/
	margin-bottom: 20px;
}

.alignright { /*　右寄せ　*/
	margin: 0 0 20px 20px;
	float: right;
}

.alignleft { /*　左寄せ　*/
	margin: 0 20px 20px 0;
	float: left;
}

.aligncenter { /*　中央配置　*/
	margin: 0px auto 20px;
/*	width:1000px;*/
	display: block;
	text-align:center;
}

.wp-caption { /*　位置指定した画像の枠　*/
	text-align: center;
}

.wp-caption-text,
.gallery-caption { /*　投稿内画像下のキャプション　*/
	font-size: 0.8em;
	line-height: 1.4;
	color: #666;
	margin: 5px 0 0;
}

.attachment-post-thumbnail { /*　アイキャッチ画像　*/
	margin-bottom: 10px;
}

/*------　ページ送りナビゲーション　------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* シングルページのナビゲーション */
#next {
	text-align: center;
}
.navigation {
		border-radius: 0;
	clear: both;
	font-weight: normal;
	margin: 40px 0 20px;
	overflow: hidden;
	font-size:16px;
	width:1000px;
}
.navigation .nav-previous a,
.navigation .nav-next a
{
	background-color: #ffffff;
	color: #ea730a;
	display: inline-block;
	list-style: outside none none;
	padding: 6px 15px;
	text-decoration: underline;
}
.navigation .nav-previous a:hover,
.navigation .nav-next a:hover
{
	display: inline-block;
	padding: 6px 15px;
	text-decoration: none;
}
.navigation .nav-previous {
		float: left;
}
.navigation .nav-next {
		float: right;
}

/* アーカイブページのページネーション */
.pagination {
	border-radius: 0;
	clear: both;
	font-weight: normal;
	margin: 40px 0 20px;
	overflow: hidden;
	font-size:16px;
	line-height:100%;
	text-align:center;
	width:1000px;
}
.pagination a.page-numbers {
	color: #000;
	background:#fff;
	height:31px;	
	display: inline-block;
	list-style: outside none none;
	padding: 7px 11px;
	text-decoration:underline;
	box-sizing:border-box;
}

.pagination span.current {
	color: #fff;
	background:#000;
	height:31px;
	display: inline-block;
	padding: 7px 11px;
	box-sizing:border-box;
}
.pagination a.page-numbers:hover {
	padding: 7px 11px;
	color: #000;
	background:#fff;
	text-decoration:none;
}

.pagelink {
	margin-bottom: 20px;
	overflow: hidden;
}
.prev {
	display:inline-block;
	border-right:1px solid #d3d4d4;
}
.next{
	display:inline-block;
	border-left:1px solid #d3d4d4;
}
.pageprev {
	float: left;
}
.pagenext {
	float: right;
}

/*------------------------------------------------------------------------------
		WordPress widget
-------------------------------------------------------------------------------*/
aside#secondary{
	width:220px;
	float:right;
	background:#fff;
	padding:20px;
	box-sizing:border-box;
}

.widget{
	margin-bottom:20px;
}
.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 19px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 10px;
	text-transform: uppercase;
	color:#d31319;
	border-bottom:1px solid #d31319;
	font-weight:bold;
}

.widget ul li{
	padding-bottom:15px;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

.search-submit:before {
	content: "検索";
	font-size: 12px;
	left: 2px;
	line-height: 20px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	width: 42px;
}