@charset "UTF-8";
/*
Theme Name: BlankBlanc Child
Template: blankblanc
Author: Naoki Yamamoto
Author URI: http://www.sapphirus.biz/
Version: 1.1.0
*/
/*--------------------------------------------------------------------
	全体
--------------------------------------------------------------------*/
body {
	color: #464646;
	background-color: #fff;
}

a {
	color: #e6467e;
}

a:hover {
	color: #f03;
}

#main-screen {
	min-width: 1000px;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 100%;
	background-attachment: fixed;
}

.wrap {
	position: relative;
	width: 980px;
	padding: 0;
}

/*--------------------------------------------------------------------
	レイアウト
--------------------------------------------------------------------*/
/**
 * global-header
 */
#global-header {
	height: 90px;
}

#global-header .logo {
	left: 0;
	right: 0;
	width: 148px;
	margin: 0 auto;
}

#global-header .logo img {
	height: 50px;
	opacity: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#global-header .logo img:hover {
	opacity: 0.8;
}

#global-header .copy {
	position: absolute;
	top: 28px;
	left: 0;
	right: auto;
	font-weight: normal;
	line-height: 1.4;
}

#global-header #search-header {
	position: absolute;
	top: 28px;
	right: 0;
	width: 220px;
}

/**
 * global-nav
 */
#global-nav {
	background-color: rgba(230, 70, 126, 0.1);
}

#global-nav ul.menu > li {
	position: relative;
	float: left;
	border-right: 2px solid rgba(255, 255, 255, 0.25);
}

#global-nav ul.menu > li > a {
	padding: 0 30px;
}

#global-nav ul.menu > li:first-child {
	border-left: 2px solid rgba(255, 255, 255, 0.25);
}

#global-nav ul.menu > li a {
	color: #e6467e;
	background-color: rgba(230, 70, 126, 0.1);
}

#global-nav ul.menu > li a:hover {
	color: #fff;
	background-color: #e6467e;
}

/**
 * bread-crumb
 */
#bread-crumb {
	padding: 6px 0 11px;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.8);
}

/**
 * contents
 */
#contents {
	background-color: transparent;
}

#contents .source-page::before {
	content: "出典: ";
}

#first-column {
	width: 660px;
}

#second-column {
	width: 300px;
}

#second-column .banner-block {
	line-height: 0;
	margin-bottom: 10px;
}

/**
 * gotop
 */
#gotop {
	bottom: 15px;
	right: 15px;
}

#gotop p > span {
	color: #fff;
	background-color: rgba(230, 70, 126, 0.4);
	border-radius: 50%;
}

#gotop p > span:hover {
	background-color: #e6467e;
}

/**
 * global-footer
 */
#global-footer .wrap {
	min-height: 50px;
}

#global-footer .copyright {
	color: #f193b6;
}

/*--------------------------------------------------------------------
	ウィジェット
--------------------------------------------------------------------*/
/**
 * common
 */
#global-widget .widgettitle {
	color: #777;
	font-size: 15px;
	line-height: 1.2;
	padding: 7px;
	margin-bottom: 0;
	background-color: #f4f4f4;
}

#global-widget .tagcloud {
	margin-top: 15px;
}

#global-widget .tagcloud .wp-tag-cloud > li {
	margin: 0;
}

#global-widget .widget_archive .widgettitle {
	margin-bottom: 5px;
}

#global-widget > ul > li {
	padding: 15px;
	margin-bottom: 10px;
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #f9e8ee;
}

#global-widget > ul > li ul > li {
	list-style: none;
	margin: 15px 0 0 0;
}

#global-widget > ul > li.widget_text {
	padding: 0;
	background-color: transparent;
	border: none;
}

#global-widget > ul > li .banner-box {
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #f9e8ee;
}

#global-widget > ul > li .banner-box a {
	display: inline-block;
}

/**
 * beads-banner-block
 */
#beads-banner-block {
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #f9e8ee;
}

#beads-banner-block .descr {
	font-size: 12px;
	margin: 15px 15px 5px;
}

#beads-banner-block .btn {
	text-align: right;
	margin: 0 15px 15px;
}

#beads-banner-block .btn > a {
	display: inline-block;
}

#beads-banner-block .btn > a::before {
	display: inline-block;
	font-family: "Material Icons";
	content: "\E5CC\0020";
	vertical-align: -3px;
}

#beads-banner-block ul > li {
	margin: 10px 25px;
}

#beads-banner-block ul.more {
	display: none;
}

#beads-banner-block ul.more > li:first-of-type {
	margin-top: 0;
}

#beads-banner-block ul.more > li:last-of-type {
	margin-bottom: 15px;
}

/*--------------------------------------------------------------------
	ブログページ
--------------------------------------------------------------------*/
/**
 * list
 */
#contents.archive .archive-list {
	border: 1px solid #efe3dc;
	background-color: #fff;
}

#contents.archive .archive-header {
	padding: 20px 20px 0;
	margin-bottom: 0;
}

#contents.archive .archive-header .page-title {
	font-size: 2.4em;
}

#contents.archive .entry-article {
	padding: 20px !important;
	border-bottom: 1px dotted #efe3dc;
}

#contents.archive .entry-article:last-of-type {
	border-bottom: none;
}

#contents.archive .entry-header .title {
	font-size: 1.25em;
}

#contents.archive .entry-header ul li {
	color: #aaa;
}

#contents.archive .entry-body {
	overflow: hidden;
}

#contents.archive .banner-block {
	text-align: center;
	padding: 15px 20px !important;
	border-bottom: 1px dotted #efe3dc;
}

#contents.archive .thumbnail {
	width: 120px;
	height: 120px;
}

/**
 * article
 */
#contents.article section {
	padding: 20px 20px 0 !important;
	border: 1px solid #efe3dc;
	background-color: #fff;
}

#contents.article section .banner-block {
	text-align: center;
	padding: 0 0 20px !important;
}

#contents.article .entry-header {
	margin-bottom: 0;
	padding: 20px 20px 0 !important;
	border: 1px solid #efe3dc;
	background-color: #fff;
	border-bottom: none;
}

#contents.article .entry-header .page-title {
	font-size: 2.4em;
	margin-bottom: 15px;
}

#contents.article .entry-header .meta {
	height: 30px;
}

#contents.article .entry-header .meta .date {
	margin-top: 2px;
}

#contents.article .entry-content {
	padding-top: 15px !important;
	border-top: none;
}

#contents.article .entry-content h2 {
	font-weight: normal;
	padding: 2px 0 0 8px;
	border-left: 4px solid #D780C4;
}

#contents.article .entry-body {
	margin-bottom: 20px;
}

#contents.article .entry-body table {
	width: auto;
}

#contents.article .page-navigation {
	margin-top: 10px;
	border-top: 0;
}

#contents.article .page-navigation ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row;
	padding-top: 0;
}

#contents.article .page-navigation ul li {
	padding: 0 !important;
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #f9e8ee;
}

#contents.article .page-navigation ul li a {
	text-justify: inter-ideograph;
	text-align: justify;
}

#contents.article .page-navigation ul li.prev {
	margin-right: 5px;
}

#contents.article .page-navigation ul li.next {
	margin-left: 5px;
}

#contents.article .page-navigation ul li .box {
	display: block;
	padding: 15px !important;
}

#contents.article .ext-banner {
	margin-bottom: 30px;
	overflow: hidden;
}

#contents.article .ext-banner .banner-box {
	display: inline-block;
}

/**
 * comments
 */
#contents #comments {
	margin-top: 10px;
	padding-bottom: 20px !important;
}

#contents #comments #comments-title, #contents #comments #reply-title {
	font-size: 1.3em;
}

#contents #comments #respond input[type="submit"] {
	background-color: #e6467e;
}

#contents #comments #respond input[type="submit"]:hover {
	background-color: #d72e69;
}

/**
 * sns-button-block
 */
#contents .meta .sns {
	position: relative;
	float: right;
	margin: 0 !important;
}

#contents .sns-button-block {
	position: relative;
	right: 0;
}

#contents .sns-button-block ul {
	font-size: 0;
	min-height: 20px;
	overflow: hidden;
}

#contents .sns-button-block ul > li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 8px;
}

#contents .sns-button-block ul > li:last-of-type {
	margin-right: 0;
}

#contents .sns-button-block ul .pocket-btn iframe {
	width: 60px;
	height: 20px;
	overflow: hidden;
}

/**
 * Facebookの吹き出しを非表示
 */
.fb_iframe_widget {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
