@charset "utf-8";
/*
Theme Name: blanc note
Theme URI: https://luelue.com/wordpress-theme/
Author: るこ
Author URI: https://luelue.com/
Description: ブログを書くためのシンプルなテーマ
Version: 1.2.8
*/

/*=====================================================================
 Contents
 00 : Common Settings
 01 : header
 02 : footer
 03 : sidebar
 04 : contents
 05 : entry
 98 : plugin
 99 : Smart Phone Size
 100: Short Code
===================================================================== */

/* memo
-----------------------------------------------------*/
/* 
全体幅（PC）：1160px
コンテンツ幅：780px
サイドバー：300px;
余白など：4の倍数で設定
*/

/*
使っている色：
キーカラー：#000
薄いキーカラー：#f593af
*/

/* reset
-----------------------------------------------------*/
/* 
	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN
*/

/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, 
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, 
fieldset, figcaption, figure, form, footer, 
header, hgroup, h1, h2, h3, h4, h5, h6, html, 
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby, 
s, samp, section, main, small, span, strike, strong, sub, summary, sup, 
tt, table, tbody, tfoot, thead, time, tr, th, td,
u, ul, var, video { 
	font-family: inherit; 
	font-size: 100%; 
	font-weight: inherit; 
	font-style: inherit; 
	vertical-align: baseline; 
	white-space: normal;
	text-align: left; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;
	background: transparent; 
}

textarea .wpcf7-textarea {
white-space:pre;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main { 
	display: block; 
}
								  
ol, ul { 
	list-style: none; 
}
blockquote, q {
	quotes: none; 
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}


/*	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */

/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(js/boxsizing.htc); 
	/*	If you need support for IE7 and lower make 
		sure the boxsizing.htc file is linked properly.
		More info here:  https://github.com/Schepp/box-sizing-polyfill */
}


/*	MAIN CONTAINER 
	Set the width to whatever you want the width of your site to be. */
.container { 
	margin: 0 auto; 
}

.wrap {
	max-width:1040px;
}

/*	SELF CLEARING FLOATS - cf METHOD */
.container:after,
.wrap:after,
.row:after, 
.col:after, 
.clr:after, 
.group:after { 
	content: ""; 
	display: table; 
	clear: both; 
}

/* 	DEFAULT ROW STYLES 
	Set bottom padding according to preference */
.row { padding-bottom: 0em;}
			
								  
/* DEFAULT COLUMN STYLES */
.col { 
	display: block;
	float: left;
	width: 100%;
}

.narrow {
	width:80%;
	margin:0 auto;
}
@media ( min-width : 768px ) {
	.gutters .col {
		margin-left: 2%;
	}
	
	.gutters .col:first-child { 
		margin-left: 0; 
	}
}

/*	COLUMN WIDTH ON DISPLAYS +768px 
	You might need to play with media queries here to suite your design. */
@media ( min-width : 768px ) {
	.span_1 { width: 8.33333333333%; }
	.span_2 { width: 16.6666666667%; }
	.span_3 { width: 25%; }
	.span_4 { width: 33.3333333333%; }
	.span_5 { width: 41.6666666667%; }
	.span_6 { width: 50%; }
	.span_7 { width: 58.3333333333%; }
	.span_8 { width: 66.6666666667%; }
	.span_9 { width: 75%; }
	.span_10 { width: 83.3333333333%; }
	.span_11 { width: 91.6666666667%; }
	.span_12 { width: 100%; }
	
	.gutters .span_1 { width: 6.5%; }
	.gutters .span_2 { width: 15.0%; }
	.gutters .span_3 { width: 23.5%; }
	.gutters .span_4 { width: 32.0%; }
	.gutters .span_5 { width: 40.5%; }
	.gutters .span_6 { width: 49.0%; }
	.gutters .span_7 { width: 57.5%; }
	.gutters .span_8 { width: 66.0%; }
	.gutters .span_9 { width: 74.5%; }
	.gutters .span_10 { width: 83.0%; }
	.gutters .span_11 { width: 91.5%; }
	.gutters .span_12 { width: 100%; }
}


/* 00 : Common Settings 
-----------------------------------------------------*/
/*----- 表示・非表示切り替え -----*/
.pc {
		display: block;
	}
.smp {
		display: none;
	}



/*----- 基本設定 -----*/
html {
	font-size: 16px;
	*font-size:small;
	*font:x-small;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, serif;
}
textarea, input, select {
	font: 99%
}
table {
	font-size: inherit;
	font: 100%
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size:100%;
	font: 115% monospace;
	line-height: 100%;
}

html {
	color: #000;
	background: #FFF
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}
li {
	list-style: none
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
q:before, q:after {
	content: ''
}
abbr, acronym {
	border: 0;
	font-variant: normal
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}
input, textarea, select {
*font-size:100%
}
legend {
	color: #000
}
hr {
	display: none
}
span.spacer {
	height: 1px;
	width: 1px;
	font-size: 1px
}
.clear {
	clear: both
}

/*----- micro cf -----*/
/* For modern browser */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


.imgfix {
	font-size: 1px;
	line-height: 1px
}

/*----- clear -----*/
.clear{
  clear:both;
}


/* ----------------------------------
tools
------------------------------------- */
.w10 {width:10%;}
.w20 {width:20%;}
.w30 {width:30%;}
.w40 {width:40%;}
.w50 {width:50%;}
.w60 {width:60%;}
.w70 {width:70%;}
.w80 {width:80%;}
.w90 {width:90%;}

/* 下線を引く */
.bdb1 {
    border-bottom: 1px solid #efefef;
}

/* 色 */
.white { color:#fff; }
.red {
    color:#d16e7d;
}
.pink {
    color:#f7ccd2;
}
.bgred {
    background-color: #d16e7d;
}
.bgpink {
    background-color: #f7ccd2;
}

/* 文字サイズ */
.fszll {
    font-size: 200%;
}
.fszl {
    font-size: 180%;
}
.fszm {
    font-size: 140%;
}
.fszs {
    font-size: 114%;
}
.fszss {
    font-size: 92%;
}

/*----- margin -----*/
.mt00 {
	margin-top: 0;
}
.mt10 {
	margin-top: 10px
}
.mt15 {
	margin-top: 15px
}
.mt20 {
	margin-top: 20px!important
}
.mt25 {
	margin-top: 25px
}
.mt30 {
	margin-top: 30px
}
.mt35 {
	margin-top: 35px
}
.mt40 {
	margin-top: 40px
}
.mt45 {
	margin-top: 45px
}
.mt50 {
	margin-top: 50px
}
.mt55 {
	margin-top: 55px
}
.mt60 {
	margin-top: 60px
}
.mt65 {
	margin-top: 65px
}
.mt70 {
	margin-top: 70px
}
.mt75 {
	margin-top: 75px
}
.mt80 {
	margin-top: 80px
}
.mt85 {
	margin-top: 85px
}
.mt90 {
	margin-top: 90px
}
.mt95 {
	margin-top: 95px
}
.mt100 {
	margin-top: 100px
}
.mb {
	margin: 0 0 10px 0
}
.mb00 {
	margin-bottom: 0;
}
.mgb20 {
	margin: 0 0 20px 0
}

.mgr40 {
    margin-right: 40px !important;
}
.mgt40 {
    margin-top: 40px;
}
.mgb40 {
    margin-bottom: 40px;
}

/* padding */
.pd20 {
    padding: 20px;
}
.pd40 {
    padding: 40px;
}
.pd60 {
    padding: 60px;
}


/*----- link color -----*/
a {
	color: #111;
	text-decoration: none
}
a:hover {
	text-decoration: underline;
	color:#999;
}
a.noLine {
	text-decoration: none;
	color: #5d8d56
}
a:hover.noLine {
	text-decoration: underline
}

/*----- background -----*/
html, body {
	color: #444;
	margin: 0;
	padding: 0
}


/*----- layout -----*/
.container {
	width: 1120px;
	margin: 0 auto;
	position: relative
}
.container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
nav ul {
	zoom: 1;
	display: inline;
}

#contents {
	display: block;
	float: left;
	width: 780px
}

#contents.oneColumn {
	width: 100%!important;
	float: none!important;
	padding: 0
}

#sidebar {
	float: right;
	width: 300px
}
#sidebar.oneColumn {
	display: none
}

footer {
	clear: both;
	width: 100%;
	font-size: 0.9rem;
}
header {
	position: relative;
	padding: 1em 0;
	z-index:2;
}


/* 01 : header
-----------------------------------------------------*/
/*----- front-page -----*/
header p {
	font-size: 0.8rem;
	margin-bottom:10px;
	text-align: center;
}
#logo {
	text-align: center
}
#logo a {
	vertical-align: bottom;
	color:#111;
	font-size: 200%;
}
#logo a img {
	vertical-align: bottom;
	max-width: 240px;
}
header nav#mainmenu {
	margin-top:1em;
	font-size:0.9rem;
}

header nav#mainmenu ul li {
	display: inline-block;
	padding: 1em 0 1em 2em;
	
}
header nav#mainmenu ul li:first-child {
padding-left:0px;
}
header nav#mainmenu ul li img {
	vertical-align: bottom;
	margin-right: 5px;
}
header nav#mainmenu ul li:last-child {
	padding-right: 0!important
}


header ul li a {
	color: #372f2c
}
nav#topmenu{
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	font-size: 0.8rem;
	padding: 5px;
	background-color: #fff;
}
nav#topmenu ul {
	display: table
}
nav#topmenu ul li {
	display: table-cell;
	padding-right: 0;
	padding-left: 2em;
	text-align: center;
}

nav#mainmenu {
	text-align: center;
}

/*-----  -----*/
ul#breadcrumbs {
	display: block;
	clear: both;
	margin: 0 0 20px 0;
	padding: 10px 0;
	font-size: 85%;
	border-top: 1px dotted #aaa;
	border-bottom: 1px solid #efefef;
}
ul#breadcrumbs li {
	display: inline;
	padding-right: 5px
}
ul#breadcrumbs li a {
	color: #333;
}

/*=====================================================
 mv
=====================================================*/
#mv {
	margin: 0 auto 40px 0;
}

#mv img {
	width:100%;
	height:auto;
}

/* 02 : footer
-----------------------------------------------------*/

.pagetop {
	position: absolute;
	right: 0;
	top: -90px
}

.pagetop span {
	display: inline-block;
	width:50px;
	height:50px;
	padding-top: 12px;
	vertical-align: middle;
	line-height: 120%;
	background-color: #000;
	color:#fff;
	font-size: 12px;
	text-align: center;
}

/*-----  -----*/
footer {
	background: #fafafa;
	margin: 64px 0 0 0;
	padding: 40px 0;
	clear: both;
	width: 100%
}
footer .copyright {
	text-align: center;
	font-size: 10px;
	clear: both;
	padding: 16px 0 0 0
}
footer .description {
	text-align: center;
	clear: both;
	padding: 2em 0 0 0
}
footer dt label {
	text-decoration: none
}

footer #footermenu {
	clear:both;
	margin-top: 2em;
	padding-top: 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
footer #footermenu:after {
	content: " ";
	height:10px;
	width:100%;
}
footer #footermenu {display:table; width:100%;}

footer #footermenu ul li {
	display: table-cell;
	text-align: center !important;
}


footer #footermenu ul li:after {content:" ";}

footer .container div.widget {
	width:33%;
	float:left;
}

footer .container div.widget .textwidget {
	padding-right: 10%;
}

/**/
footer .container .widget h3 {
	margin-bottom:1em;
}

/* 03 : sidebar
-----------------------------------------------------*/
#sidebar div {
	margin-bottom: 2em;
	font-size: 0.8rem;
}

#sidebar section {
	margin-top: 0;
	padding-top: 0;
}
#sidebar div:after {
    content:" ";
    display:block;
    clear:both;
}

#sidebar h3 {
	margin: 1em 0;
	padding-bottom: 0.4em;
	border-bottom: 2px solid #000;
	font-weight: bold;
	color:#000;
	clear:both;
}

/*----- 検索枠 -----*/
#sidebar div .screen-reader-text {
	display: none;
}
#sidebar div #searchform {
	margin-bottom:2em;
}
#sidebar div #s {
	color:#473e3a;
	padding: 4px 8px;
	border: 1px solid #ccc;
	border-radius: 5px;
	float:left;
	width:70%;
}
#sidebar div #searchsubmit {
	border-radius: 4px;
	background-color: #000;
	color:#fff;
	border: none;
	padding: 4px 16px;
	float:left;
}

/*----- what's new -----*/
#sidebar dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
#sidebar dl {
	zoom: 1
}

#sidebar #news {
	margin: 25px 0;
	background: #fff9e9;
}
#sidebar #news h3 {
	border:none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#sidebar #news dl.list {
	padding: 10px 12px 15px 12px;
	font-size: 92%
}


#sidebar div.child-page-box,
#sidebar div.child-page-box-title,
#sidebar div.child-page-excerpt {
	max-width:100%;
	margin-bottom: 0;
}
#sidebar div.child-page-box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #555;
}
#sidebar div.child-page-box:first-child {
	padding-top: 10px;
	border-top: 1px dotted #555;
}
#sidebar .child-page-box img {
	max-width: 100px;
	border-radius: 5px;
	margin-bottom: 0;
}
/*----- 日付+タイトルをリスト表示するとき -----*/

#sidebar dl.list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sidebar dl.list {
	zoom: 1
}
#sidebar dl.list dt {
	float: left;
	clear: left;
	width: 28%;
	margin-right: 2%;
	line-height: 170%;
	font-size: 0.8rem;
}
#sidebar dl.list dd {
	float: left;
	width: 70%;
	line-height: 170%
}

/*----- Profile -----*/
#sidebar .profile {
	border: 1px solid #efefef;
	padding: 1em;
	margin-bottom: 20px;
	clear: both
}

#sidebar .profile .sholder {
display: block;
}

#sidebar .profile strong {
	font-weight: bold;
	font-size: 1.2rem;
}

#sidebar .profile p {
	clear:both;
	font-size: 0.8rem;
}

#sidebar #profileIcon {
	margin-bottom: 0;
}

#sidebar #profileIcon img {
	border-radius: 50%;
}


/*----- calendar -----*/
#sidebar #calendar_wrap table {
	width:100%;
}

#calendar_wrap table th,
#calendar_wrap table td {
	padding:5px;
	text-align:center;
}


/* tag icon */
main .cat-item {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #000;
    border-radius: 2px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 0.8rem;
}

.tagcloud a {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #000;
    border-radius: 2px;
    margin-right: 6px;
    margin-bottom: 6px;
    line-height: 100%;
    font-size: 0.7rem !important;
}



/* 04 : contents
-----------------------------------------------------*/
.under .archiveTitle {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #625551;
}

.under #contents h1 {
	font-size: 1.5rem;
	font-weight: bold;
	color:#000;
	line-height: 110%;
	margin-top: 25px;
	vertical-align: middle;
}

.under #contents h1 {
	margin-top: 0;
}

.under #contents.oneColumn h1 {
	text-align: center;
}

#contents h2 p {
	font-size: 0.8rem;
	margin-bottom: 25px
}

#contents .category-description,
#contents .tag-description {
	margin-top: 20px;
	margin-bottom: 10px;
}

#contents .tag-description p {
	margin-bottom: 1em;
}

/*----- card - 1Column -----*/
.card {
	width: 250px;
	padding:0 0 30px 0;
	margin-right: 40px;
	margin-bottom: 40px;
	float: left;
	position: relative
}

/* 1カラム一覧用 */
.oneColumn .card:nth-of-type(4n) {
	margin-right: 0;
}

/*----- card - sidebar -----*/

.list .card {
	width: 233px;
}
.list .card .eyecatch {
	max-width: 233px;
	max-height: 233px;
}

.list .card:nth-of-type(3n+1) {
	margin-right: 0;
}

.card .new {
	color:#000;
}
.card .date {
	position: absolute;
	left: 18px;
	top: 14px;
	padding:0;
	margin-top: 0;
	z-index: 100
	color: #fff;
	text-shadow: 0 0 3px #000
}
.card .month {
	padding:0;
	font-size: 24px;
	font-family: serif;
	display: block
	margin-top: 4px;
	text-shadow: 0 0 6px #000
}
.card .noImage {
	padding:0;
	position: absolute;
	top: 68px;
	margin-top: 0;
	width: 100%;
	z-index: 100
	color: #fff;
	line-height: 130%;
	font-size: 44px;
	text-align: center
}
.card .noImageMonth {
	font-size: 60px;
	font-family: serif;
	display: block
	margin-top: 0;
	text-align: center;
}
.card .eyecatch {
	height: 250px;
	width: 250px;
	background: #efefef;
	margin-bottom: .8em
}

.card .eyecatch a {
	color:#fff;
}

.card .eyecatch img {
	max-width: 100%;
	max-height:100%;
}

.card h3 {
	font-weight: bold;
	font-size:0.9rem;
}
.card h3 a {
	color: #333
}

.card p {
	padding:0px 0 10px 0;
	font-size: 0.85rem;
	color: #999;
	line-height: 170%;
	margin-top:10px;
}

.card p.date  {
	color: #fff;
	font-family: serif;
}

.card .entry-footer {
	background: none;
	width:100%;
	padding: 5px 0 0 0;
	text-align: left!important;
	font-size: 0.75rem;
	line-height: 120%;
	border-top:1px solid #efefef;
	position: absolute;
	bottom:10px;
	left:0;
}
.card .entry-footer .date,
.entry .meta .date,
.entry .meta .tag,
.card .entry-footer .update,
.entry .entry-footer .update,
.card .entry-footer .categories,
.entry .entry-footer .categories,
.card .entry-footer .tags,
.entry .entry-footer .tags {
margin-right: 16px;
font-size: 0.75rem;
}

.card .entry-footer span:last-child {
margin-right: 0;
}

.card .entry-footer .date:before, .entry .meta .date:before {
	content: '';
	font-family: FontAwesome;
	position: relative;
	margin-right: 4px;
	font-size: 0.7rem;
}
.card .entry-footer .update:before, .entry .meta .update:before {
	content: '';
	font-family: FontAwesome;
	position: relative;
	margin-right: 4px;
	font-size: 0.7rem;
}
.card .entry-footer .categories, .entry .meta .categories {
	padding:5px;
	background-color: #000;
	color:#fff;
	text-align: center;
}
.card .entry-footer .categories a, .entry .meta .categories a {
	color:#fff;
	font-weight: bold;
	font-size: 0.7rem;
}
.card .entry-footer .tags:before, .entry .meta .tags:before {
	content: '';
	font-family: FontAwesome;
	position: relative;
	margin-right: 4px;
	font-size: 0.7rem;
}
.card .entry-footer .tags {
	display: block !important;
}


/*----- entry box - under  -----*/
.under .card h3 {
	margin-bottom: .5em;
	margin-top: 0;
	font-weight: bold;
	line-height: 140%;
	font-size: 1rem;
}


/*---- category list -----*/

.category-list {
    background: #f7f7f7 none repeat scroll 0 0;
    margin-bottom: 3em;
    margin-top: 1em;
    padding: 10px 15px 0;
}
.category-list h2 {
    border-bottom: 2px solid #000;
    color: #000;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0 10px;
}
.category-list ul {
    border-top: 1px dotted #ccc;
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 8px 0;
}
.category-list ul li {
    border-bottom: 1px dotted #ccc;
    padding: 8px 0;
}
.category-list ul li:first-child {
    padding-top: 0;
}
.category-list div.tar {
    margin-top: 0.5em;
    text-align: right;
}

/*----- social button -----*/
#socialbuttons {
	clear: both;
	margin-bottom: 20px
}
#socialbuttons div {
	float: left
}
#socialbuttons div.blogmura {
	line-height: 100%;
	margin-top: 0;
	padding-top: 0
}
.entry #socialbuttons img {
	padding-top: 0
}

.wp_social_bookmarking_light {
	float: left;
	margin-bottom: 30px
}



/* 05 : entry
-----------------------------------------------------*/
.entry {
	margin-bottom: 40px;
	padding:0;
	position: relative;
}
.entry:before {
	content: "";
	height:14px;
	width:100%;
	position:absolute;
	top:-14px;
	left:0;
}
.entry p {
	line-height: 180%;
	font-size: 1rem;
	margin: 0 0 1em 0;
}

.entry p iframe {
	margin-top: 1em;
}

/* hx */
.entry h1 {
	font-size: 1.5rem;
	text-align: left;
	color: #111;
	padding: 12px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px 0;
	line-height: 120%;
	clear:both;
}

.entry h1 a, .entry h2 a {
	color: #49382b;
	text-decoration: none
}

/* 左にラインがつく */
.entry h2.ll {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: left;
	color: #000;
	padding: 0 10px;
	margin: 2.5em 0 15px 0;
	line-height: 120%;
	border-left: 2px solid #000;
	border-bottom: none;
	border-top: none;
	clear:both;
}


/* */
.entry h2 {
	font-size: 1.3rem;
    font-weight: bold;
    line-height: 120%;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    clear: both;
    color: #000;
    margin: 2.5em 0 15px;
    padding: 15px 0;
    text-align: left;
}



.entry h3 {
	clear: both;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 47px;
	margin-top: 2em;
	margin-bottom: 12px;
	clear:both;
}

.entry h3:before {
	content: "■ ";
	color:#000;
}
.entry h4 {
	font-weight: bold;
	font-size: 1rem;
	margin-top: 1.5em;
}


/*注意書き*/
.notice {
    padding:20px;
    margin-bottom:2em;
    background:#ffe3e3;
    color:#a53248;
}

/* ul.circle */
.circle {
}
.circle li {
width:48%;
border-radius:50%;
text-align:center;vertical-align:middle;
}

/* ライナー */
.yellowLiner {
background: linear-gradient(transparent 70%, #fcf8d0 70%);
}
.pinkLiner {
background: linear-gradient(transparent 70%, #ffd7cf 70%);
}
.greenLiner {
background: linear-gradient(transparent 70%, #c2e5a1 70%);
}

.notes {
    font-size: 80%;
    margin-bottom: 0;
    background: #fafafa;
    padding: 0.5em;
    border-radius: 0.5em;
}
.notes:before {
    content:"\f071";
    font-family: "FontAwesome";
    font-size: 114%;
    color:#e9709c;
    margin-left: 4px;
    margin-right: 4px;
}

/* adsense */
.ads {
text-align:center;
padding:2em 0;
clear:both;
}

.ads span {
display:block;
text-align:center;
}

.entry strong {
	font-weight: bold;
}
.entry .red {
	font-weight: bold;
	color:#ed4444;
}
.entry .yellowLiner {
	font-weight: bold;
	background: linear-gradient(transparent 40%, rgb(255, 255, 217) 40%);
}
.entry .fa:before {
	margin-right: 0.3em !important;
}
.entry ul.toc_list {
border:none;
}

.entry ul {
	font-size:1rem;
}

.entry .more-link {
	margin: 5px 0;
	padding: 3px;
	background: #decaaa;
	color: #58514a;
	font-size: 0.7rem;
	font-weight: bold;
	text-decoration: none
}

/* 通常リスト */
.entry ul {
	padding:1em 0;
	margin-bottom: 1em;
	display: block;
	position:relative;
}
.entry ul:after {
    content:"";
    display:block;
    clear:both;
}
.entry ul li:before {
	position:relative;
    padding:0;
	line-height:170%;
	color:#f593af;
	font-family: FontAwesome;
	content: '\f0da';
	margin-right: 4px;
}
.entry ul li {
	margin-left: .5em;
	list-style: none;
}
.entry ul li ul {
	border:none;
	background-color:transparent;
	margin:auto;
	padding:auto;
	font-size:1rem;
}

/* マークなし */
.entry ul.none li:before {
    position:relative;
    padding:auto;
	content: '';
	margin-right:auto;
}

/* check付きリスト */
.entry ul.check li:before {
    position:relative;
    padding:0;
	line-height:170%;
	color:#f593af;
	font-family: FontAwesome;
	content: '\f058';
	margin-right: 4px;
}

/* heart付きリスト */
.entry ul.heart li:before {
    position:relative;
    padding:0;
	line-height:170%;
	color:#f593af;
	font-family: FontAwesome;
	content: '\f004';
	margin-right: 4px;
}

/* star付きリスト */
.entry ul.star li:before {
    position:relative;
    padding:0;
	line-height:170%;
	color:#f593af;
	font-family: FontAwesome;
	content: '\f005';
	margin-right: 4px;
}

/* タイトル付き星リスト */
.entry ul.title-check:before {
	content: "＼Check it／";
	position:absolute;
	left:15px;
	top:-15px;
	font-weight:bold;
	color:#f593af;
	background:#fff;
	font-size:1rem;
	padding:0 5px;
}
.entry ul.title-point:before {
	content: "＼POINT／";
	position:absolute;
	left:15px;
	top:-15px;
	font-weight:bold;
	color:#f593af;
	background:#fff;
	font-size:1rem;
	padding:0 5px;
}
.entry ul.title-matome:before {
	content: "＼まとめ／";
	position:absolute;
	left:15px;
	top:-15px;
	font-weight:bold;
	color:#f593af;
	background:#fff;
	font-size:1rem;
	padding:0 5px;
}
/* box入りリスト */
.entry ul.box {
	display:block;
	background:#fafafa;
	padding: 1em;
}

/* 枠付きリスト */
.entry ul.bd {
	border:3px solid #efefef;
	padding: 1em;
}

.entry ul.bd li {
	border-bottom: 1px dotted #ddd;
	padding:0.5em 0;
}
.entry ul.bd li:first-child {
	padding-top: 0;
}
.entry ul.bd li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

/* 左だけ枠がついたリスト */
.entry ul.bdl {
	border-left: 5px solid #fafafa;
	padding: 0 .5em;
}


/* 角丸の枠を使ったリスト */
.entry ul.bdr {
	border: 3px solid #efefef;
	padding:1em;
	border-radius: 15px;
}

.entry ul.bdr li {
	border-bottom: 1px dotted #efefef;
	padding:0.5em 0;
}
.entry ul.bdr li:first-child {
	padding-top: 0;
}
.entry ul.bdr li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}


/* 数字リスト */
.entry ol {
margin-bottom:1em;
counter-reset:li; /*カウントリセット*/
}
.entry ol li {
	list-style:none; /*デフォルトナンバリングを消す*/
	position:relative;
	padding:0;
	margin-left:25px;
	line-height:170%;
}
.entry ol li ul li  {
	font-size:0.9rem;
}

.entry ol li:before {
    content:counter(li); /*カウンターのインデックスを挿入*/
    counter-increment:li; /*ナンバリングを生成*/
    /* ここから番号のスタイル */
    position:absolute;
    left:-25px;
    width:25px; /*幅*/
    color:#f1836b; /*文字色*/
    font-family: cursive;
    font-size:121%; /*フォントサイズ*/
    padding-left:5px;
}
.entry blockquote {
	padding: 2em;
	margin: 2em 0;
	background: #fafafa;
	font-style: italic;
	font-size: 92%;
	line-height: 180%;
}
.entry blockquote p {
	margin-bottom: 2em;
}
.entry blockquote p:last-child {
	margin-bottom: 0;
}
.entry img {
	max-width:100%;
	height:auto;
}
.entry .gallery img {
	padding: 0
}


/*----- form -----*/
.entry input,
.entry textarea {
	border: 1px solid #efefef;
	padding: 5px;
}

.entry input.wpcf7-submit {
	padding: 5px 10px;
	border: none;
}


/*----- child-page -----*/

.child-page-box {
	width:94%;
	margin:0 auto 1em auto;
}

.child-page-box img {
	max-width: 100%;
}

.child-page-box-title {
	text-align: center;
	font-weight: bold;
}

/* pc */
@media ( min-width : 768px ) {
	.child-page-box {
	width:32%;
	margin-right: 1.5%;
	margin-bottom: 0;
	float:left;
	}

	.child-page-box:nth-child(3n+1) {
		margin-right: 0;
	}
}


/*----- table -----*/
table {
	margin:1em auto;
	font-size: 1rem;
	width:100%;
	border-top:1px solid #efefef;
	border-left:1px solid #efefef;
}
table td, table th {
	text-align: left;
	padding: 15px 10px;
	border-bottom: 1px solid #efefef;border-right: 1px solid #efefef;
}
table tr td.style1, table tr th.style1 {
	vertical-align: top;
	background: #fff
}
table th {
	background-color: #efefef
}


/*----- align -----*/
.aligncenter,
.flc {
	display: block;
	margin: auto
}
.alignleft,
.fll {
	float: left;
	margin-right: 1em;
	margin-bottom: 2em;
}
.alignright,
.flr {
	float: right;
	margin-left: 1em;
	margin-bottom: 2em;
}

.tac {
	text-align:center;
}
.tal {
	text-align:left;
}
.tar {
	text-align:right;
}
.entry p.wp-caption-text {
	text-align: center;
	font-size: 0.8rem;
	margin-top: 5px
}


/*フロートする箱*/
.entry div.rows {
display:table;
}

.entry div.rows .cols4 {
display:table-cell;
width:30%;
padding-right:3.3%;
}

.entry div.rows .cols3 {
display:table-cell;
width:22%;
padding-right:3%;
}

.entry div.rows .cols6 {
display:table-cell;
width:47%;
padding-right:3%;
}


/*----- meta -----*/
.entry-header {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	font-size: 0.8rem;
}

.entry .entry-header .meta {
	float:right;
	width:49%;
	padding-left: 1%;
}

.entry .entry-header .author {
	float:left;
	width:49%;
	padding-right: 1%;
	border-right:1px dotted #ccc;
}
.entry .entry-header .alignleft {
	float:left;
}
.entry .entry-header .author a {
	color:#000;
}
.entry .entry-header .author strong {
	background:none;
}
.entry .meta {
	text-align: left;
	margin-bottom: 10px;
	margin-right: 0;
	font-size: 0.8rem;
}

.entry .entry-header .meta .tags {
	display: block;
	margin-top: 15px;
}
p.meta span.date, p.meta span.edit, p.meta span.author, p.meta span.tag, p.meta span.tags, p.meta span.categories, p.meta span.update {
	font-size: 0.8rem;
	line-height: 120%
}

/* pc */
@media ( min-width : 768px ) {
	.entry .entry-header .meta {
		float:right;
		width:49%;
		padding-left: 1%;
	}

	.entry .entry-header .author {
		float:left;
		width:49%;
		padding-right: 1%;
		border-right:1px dotted #ccc;
	}
}


/* comment
------------------------------*/
.commentlist li .comment-body {
	border-bottom: 1px dotted #decaaa
}

.comment-author {
	width: 70%;
	float: left;
	font-size:0.8rem;
}
.commentmetadata {
	width: 30%;
	float: right;
	text-align: right;
	font-size:0.8rem;
}

.entry .commentlist li .comment-body p {
	margin-bottom: 0;
	clear: both
}
.entry .commentlist li p {
	font-size:0.8rem;
	line-height:180%;
margin-bottom:1em !important;
}

.entry .commentlist ul li {
list-style-type:none !important;
}

.reply .comment-reply-link:before {
	font-family: FontAwesome;
	position: relative;
	top: 5px;
	left: -5px;
	content: ''
}




/*----- kaereba -----*/
.booklink-box, .kaerebalink-box {
	margin: 3em auto 1em auto;
	padding: 12px 0;
	border-top: dotted 2px #efe6ca;
	border-bottom: dotted 2px #efe6ca;
	background-color: transparent;
	font-size: small;
	position: relative;
	z-index: 1
}
.booklink-box:before,.kaerebalink-box:before {
	display: block;
	position: absolute;
	/* top: -22px; */
	left: 40%;
	z-index: 100
}
.booklink-box a, .kaerebalink-box a {
	text-decoration: none;
	color: #91aa86
}
.booklink-box a:hover, .kaerebalink-box a:hover {
	text-decoration: none;
	color: #7d9b70
}
.booklink-image, .kaerebalink-image {
	margin: 0 15px 0 0
}
.booklink-image img, .kaerebalink-image img {
	margin: 0 2em 0 0;
	text-align: center;
	float: left;
	max-width:200px;
	max-height:200px;
}
.booklink-info, .kaerebalink-info {
	text-align: center;
	line-height: 120%;
	overflow: hidden
}
.booklink-name, .kaerebalink-name {
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: 1.2em;
	line-height: 1.2em;
	text-align:left;
}
.booklink-name a, .kaerebalink-name a {
	font-weight: bold;
}
.booklink-powered-date, .kaerebalink-powered-date {
	font-size: 8pt;
	margin-top: 10px;
	font-family: verdana;
	line-height: 120%;
}
.booklink-powered-date, .kaerebalink-detail {
	margin-bottom: 15px
}
.booklink-link2, .kaerebalink-link1 {
	margin-top: 20px
}
.shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkyahoo, .shoplinkkakakucom, .shoplinkseven, .shoplinkrakukobo, .shoplinktoshokan {
	width: 90%;
	background: #c9dac7;
	border: #c9dac7 1px solid;
	box-shadow: 0 0 0 1px #fff6e2 inset;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	cursor: pointer;
	margin: 0 auto 5px auto;
	padding: 10px 2px;
	text-align: center
}
.shoplinkamazon:hover, .shoplinkrakuten:hover, .shoplinkkindle:hover, .shoplinkyahoo:hover, .shoplinkkakakucom:hover, .shoplinkseven:hover,.shoplinkrakukobo:hover, .shoplinktoshokan:hover {
	background: #f7c393;
	border: #f7c393 1px solid;
	box-shadow: 0 0 0 1px #fff6e2 inset
}
.shoplinkamazon:active, .shoplinkrakuten:active, .shoplinkkindle:active, .shoplinkyahoo:active .shoplinkkakakucom:active,.shoplinkrakukobo:active, .shoplinktoshokan:active {
	position: relative;
	top: 1px
}
.shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a, .shoplinkkindle a, .shoplinkkakakucom a, .shoplinkseven a,.shoplinkrakukobo a, .shoplinktoshokan a {
	text-decoration: none;
	font-weight: 800;
	font-size: 12px
}
.shoplinkamazon a {
}
.shoplinkrakuten a {
}
.shoplinkkindle a {
}
.shoplinkkakakucom a {
}
.shoplinkseven a {
}
.shoplinkyahoo a {
}
.shoplinkrakukobo a {

}

.shoplinktoshokan a {

}
.shoplinkyahoo img {
	display: none
}
.booklink-footer {
	clear: left
}

.child,
.entry ul.child {
	margin-bottom: 1em;
}

.child li,
.entry ul.child li {
	margin-left: 0em;
	display: inline-block;
	padding: 3px 8px;
	border-radius: 4px;
	border: 1px solid #5d8d56;
	font-size: 0.8rem;
	margin-right: 3px
}

.child li:before,
.entry ul.child li:before {
    position:relative;
    padding:0;
	font-size:100%;
	content: '';
}
.child li:hover,
.entry ul.child li:hover {
background-color: #5d8d56;
}

.child li:hover a,
.entry ul.child li:hover a {
color:#fff;
text-decoration: none;
}

/* entry Single After*/
.after {
	clear: both;
	margin-bottom: 40px;
}
.after .textwidget {text-align:center; }


/*----- eyecatch -----*/
.entry img.attachment-mainvisual {
	max-width:100%;
	width: 100%;
	height:100%;
	margin-bottom:10px;
}


/* ======================================================================================== */

/* 98 : plugin

/* ======================================================================================== */

/*----- 人気記事WPP -----*/
.wpp-list li {
    clear: both;
    float: none;
    overflow: hidden;
}

.wpp-thumbnail {
	border-radius: 50%;
	margin: 0 8px 8px 0  !important;
}
.wpp-thumbnail {
    border: medium none;
    display: inline;
    float: left;
    margin: 0 5px 0 0;
}

/* Page navi
------------------*/
.pageNavi {
	border-top: 1px solid #b4a895;
	border-bottom: 1px solid #b4a895;
	padding: 5px 0;
	margin: 15px 0;
	clear: both
}
.entry p.nextArticle, .entry p.previousArticle {
	margin: 0;
	padding: 0;
}
.entry p.previousArticle {
	margin-top: 8px
}
.entry .pageNavi a {
	display: block;
	padding: 8px
}
.entry p.nextArticle:after, .entry p.previousArticle:after, .pageNavi:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

/*----- pagenavi -----*/
.pageNavi span {
	color: #58514a;
	background: #decaaa;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	margin-right: 8px;
	display: block;
	width: 10%;
	float: left
}
.nextArticle span:before {
	content: "";
	font-family: FontAwesome;
	position: relative;
	top: 1px;
	font-size: 0.8rem;
}
.previousArticle span:before {
	content: "";
	font-family: FontAwesome;
	position: relative;
	top: 1px;
	left: -7px;
	font-size: 0.8rem
}
div.wp-pagenavi {
clear:both;
	text-align: center;
	padding: 10px;
	margin: 0;
	color: #edd9e1
}
div.wp-pagenavi span.pages {
	padding: 10px !important;
	border: 0;
	border-radius:4px;
	display: block;
	margin:0 auto;
}
div.wp-pagenavi span.current {
	padding: 8px 10px;
	margin: 5px 5px 0 0;
	background: #edd9e1;
	color: #fff;
	border: 0;
border-radius:4px;
}
div.wp-pagenavi a {
	padding: 8px 10px;
	margin: 5px 5px 0 0;
	background: #fafafa;
	color: #000;
	text-decoration: none;
	border: 0
}
div.wp-pagenavi span.page {
	padding: 8px 10px;
	margin: 5px 5px 0 0;
	background: #fafafa;
	color: #000;
	text-decoration: none;
	border: 0;
border-radius:4px;
}
div.wp-pagenavi a:hover.page {
	padding: 8px 10px;
	margin: 5px 5px 0 0;
	background: #e789e1;
	color: #fff;
	text-decoration: none
}
div.wp-pagenavi span.extend {
	padding: 8px 3px;
	margin: 5px 5px 0 0;
	color: #d2e1cf;
	border: 0;
	text-decoration: none
}
div.wp-pagenavi a.last {
	padding: 8px 10px;
	margin: 5px 5px 0 0;
	background: #d2e1cf;
	color: #edd9e1;
	border: 0;
	text-decoration: none
}
div.wp-pagenavi a.prev {
	padding: 8px 10px;
	margin: 5px 5px 0 0;
	background: #d2e1cf;
	color: #edd9e1;
	text-decoration: none;
	border: 0;
border-radius:4px;
}
div.wp-pagenavi span.pages {
	border: 0;
	padding: 0
}

/* -----------------------


-------------------------- */

.pageNavi {
	clear: both;
	margin:0 auto;
}


span.prev a {
	height: 25px;
	line-height: 150%;
	margin: 5px 0 0 20px;
	padding: 0 0 0 110px;
	display: block;
	border: 0
}
span.next a {
	height: 25px;
	line-height: 150%;
	margin: 5px 0 0 20px;
	padding: 0 0 0 110px;
	display: block;
	border: 0;
border-radius:4px;
}
span.prev a, span.next a {
	color: #600
}
span.prev a, span.next a:hover {
	color: #900
}

.entry ul#sitemap_list li{list-style-type: none !important;}
#sitemap_list {list-style-type: none;}
#sitemap_list li { font-size: 14px;}
#sitemap_list li a {}
#sitemap_list li ul li{}
#sitemap_list li ul li a{}
#sitemap_list li ul li ul {}
#sitemap_list li ul li ul li a {}

/************************************
** ブログカードのスタイル
************************************/
.blog-card{
  padding:12px;
  margin:10px 0;
  border:1px solid #ddd;
  word-wrap:break-word;
  max-width:100%;
  width:90%;
  border-radius:5px;
  background-color: #fff9e9;
}

.blog-card-thumbnail{
  float:left;
}

.blog-card-content{
  margin-left:110px;
  line-height:120%;
}
.blog-card-title{
  margin-bottom:5px;
}

.blog-card-title a{
  font-weight:bold;
  text-decoration:none;
  color:#111;
}

.blog-card-excerpt{
  color:#333;
  font-size:90%;
}

.blog-card-footer{
  font-size:70%;
  color:#777;
  margin-top:5px;
}


/*記事がよかったら、いいねPC*/
.p-entry__push {
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #2b2b2b;
    color: #fff;
}
.p-entry__pushThumb {
    display: table-cell;
    min-width: 240px;
    background-position: center;
background-size:cover;
}
.p-entry__pushLike {
    display: table-cell;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 20px;
}
.p-entry__pushButton {
    margin-top: 15px;
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.p-entry__pushButtonLike {
    line-height: 1
}
.p-entry__note {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
}
.p-entry__tw-follow {
    margin-bottom: 10px;
    background: #f4f4f4;
    width: 100%;
    padding: 15px 0
}
.p-entry__tw-follow__cont {
    text-align: center;
    font-size: 15px;
    color: #252525
}
.p-entry__tw-follow__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px
}



/*--------------------------------------
  780px SNS
--------------------------------------*/
.entry .share {
	padding-bottom:20px;
	font-size: 0.9rem;
}

.entry .share ul {
	margin:0 auto;
	padding: 0;
	border:none;
	list-style:none;
	display: table;
	width:100%;
}

.entry .share ul li {
	display: table-cell;
	width:17%;
	padding-right: 1%
}
.entry .share ul li:before {
	content:"";
	line-height: 100%;
	margin: 0;
}
.entry .share ul li:last-child {
	padding-right:0;
}
.entry .share ul li a {
	font-size:75%;
	padding:2% 2px;
}
	.entry .share ul>li a {
		font-size:80%;
		position:relative;
		display:block;
		padding: 3px;
		color:#fff;
		text-align:center;
		text-decoration: none;
	}
	.entry .share li a:hover {
		-webkit-transform: translate3d(0px, 2px, 1px);
		-moz-transform: translate3d(0px, 2px, 1px);
		transform: translate3d(0px, 2px, 1px);
		box-shadow:none;
	}

	/* ツイッター */
	.entry .share .twitter a {
		background:#00acee;
	}
	.entry .share .twitter a:hover {
		background:#0092ca;
	}

	/* Facebook */
	.entry .share .facebook a {
		background:#3b5998;
	}
	.entry .share .facebook a:hover {
		background:#2c4373;
	}

	/* グーグル */
	.entry .share .googleplus a {
		background:#db4a39;
	}
	.entry .share .googleplus a:hover {
		background:#ad3a2d;
	}

	/* はてぶ */
	.entry .share .hatebu a {
		background:#5d8ac1;
	}
	.entry .share .hatebu a:hover {
		background:#43638b;
	}

	/* LINE */
	.entry .share .line a {
		background:#25af00;
	}
	.entry .share .line a:hover {
		background:#219900;
	}

	/* Pocket */
	.entry .share .pocket a {
		background:#f03e51;
	}
	.entry .share .pocket a:hover {
		background:#c0392b;
	}

	/* RSS */
	.entry .share .rss a {
		background:#ffb53c;
	}
	.entry .share .rss a:hover {
		background:#e09900;
	}

	/* Feedly */
	.entry .share .feedly a {
		background:#87c040;
	}
	.entry .share .feedly a:hover {
		background:#74a436;
	}


/* 著者 */
.profile {
	border: 1px solid #efefef;
	padding: 1em;
	font-size: 85%;
	margin-top: 2em;
	margin-bottom: 20px;
	clear: both
}

.entry .sholder {
	font-size:85%;
	font-weight: bold;
	color:#999;
}

.entry h1 .sholder {
	display: block;
	font-size:50%;
	font-weight: bold;
	color:#777;
}

.entry #profileIcon img {
	padding: 0;margin-bottom: 0;
	border-radius: 50%;
	margin-right: 15px;
}
.entry #profileIcon {
	margin-bottom: 0;
}
.entry .furigana {
	color:#888;
	font-size: 77%;
	margin-left: 1em;
}
.entry .furigana:before {
	content:"(";
}
.entry .furigana:after {
	content:")";
}
.entry .profile h3 {
	margin-top: 0;
	font-size: 18px;
	background: none;
	padding-left: 0;
	line-height: 100%
}
.entry .profile p {
	margin-bottom: 0;
	font-size: 0.8rem;
}

.entry .profile ul li:before {
	content: "";
}

.entry .profile .sholder {
	display: block;
}

.entry .profile .sns {
	clear:both;
	padding-top: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}


/*----- social button -----*/
.entry .social,
.profile .social {
    clear: both;
    display: table;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

#sidebar .social {
	padding-top: 1em;
}
.entry .social li,
.profile .social li {
    display: table-cell;
    vertical-align: middle;
}

.entry .social li:before {
    content:"";
}

.entry .social li i.fa-stack-2x,
#sidebar .social li i.fa-stack-2x {
    color: #f1c2ba;
}

.entry .social li i.fa-stack-1x,
#sidebar .social li i.fa-stack-1x {
    color: #fff9e9;
}

.entry .social li.twitter,
.profile .social li.twitter,
.entry .social li.facebook,
.profile .social li.facebook,
.entry .social li.homepage,
.profile .social li.homepage {
	padding-bottom: 0;
	margin: 0;
	display: table-cell;
    vertical-align: middle;
}

/* ======================================================================================== */

/* 99 : Smart Phone Size

/* ======================================================================================== */
@media screen and (max-width:680px) {
	.pc {
		display: none;
	}
	.smp {
		display: block;
	}
	body {
		-webkit-text-size-adjust: 100%
	}
	.container, #contents, #sidebar, footer {
		width: 100%!important;
		float: none;
		overflow: hidden
	}
	#home header {
		margin-bottom: 3%;
	}
	header p {
		font-size: 0.8rem;
		display: none;
	}
	#logo {
		text-align: center;
		margin: 0 auto
	}
	#logo img {
		max-height: 70px;
		max-width:100%;
	}
	header nav#mainmenu ul li {
		display: inline-block;
		padding: .5em 0 0 1em
	}
	header nav#mainmenu ul li:last-child {
		padding-right: 0!important
	}
	header nav#topmenuul {
		display: table
	}
	header nav#topmenuul li {
		display: table-cell;
		padding-right: 0;
		padding-left: 1em;
		padding-bottom: 1.5em;
		display: none;
	}
	header ul li a {
		color: #372f2c
	}
	nav#topmenu{
		position: relative;
		font-size: 0.8rem
	}
	nav#mainmenu {
		text-align: center;
		font-size: 100%
	}
	ul#breadcrumbs {
		clear: both;
		display: block;
		margin: 10px
	}
	footer {
		margin: 25px 0 0 0;
		padding-top: 25px;
		width: 94%;
		overflow: hidden;
	}
	
	footer #footermenu,
	footer #submenu {
		margin-top: 0;
		padding-top: 8px;
		width:94%;
		margin-left:auto;
		margin-right:auto;
	}

	footer #footermenu:after {
		content: "";
		height:auto;
		width:94%;
		background:none;
	}
	/* submenuの下だけ線が入る */
	footer #submenu:after {
		content: "";
		height:10px;
		width:100%;
		border-bottom: 1px solid #efefef;
		margin-bottom: 1em;
	}

	footer #footermenu {display: block;width:94%;float:none; }

	footer #footermenu ul li {
		display: block;
		float:none;
		width:100%;
		padding: 5px 0;
		border-bottom: 1px dotted #c5b3a1;
	}
	footer #submenu ul li:last-child,
	footer #footermenu ul li:last-child{
		border-bottom: none;
	}

	footer #submenu ul li:nth-child(2n),
	footer #footermenu ul li:nth-child(2n) {
		float:none;
		padding: 5px 0;
	}

	footer #submenu ul li:after {content:"";}
	footer #footermenu ul li:after {content:"";}

	footer #submenu a,footer #footermenu a {
		color:#444;
		font-size: 0.8rem;
	}
	footer .description {
		text-align:left;
		font-size: 92%;
		padding:0 5%;
	}

	footer .container div.widget {
		float:none;
		margin: 0 auto  25px auto;
		width: 90%;
		padding-bottom: 25px;
		border-bottom: 1px solid #efefef;
	}
	
	#sidebar {
		padding: 3%;
		width: 94%;
	}

	#sidebar div {
		width:94%;
	}
	.under .archiveTitle {
		padding: 0 10px 10px 10px;
		margin-bottom: 10px;
	}

	#contents .category-description, #contents .tag-description { 
		margin-top: 0;}

	.child {margin: 0 5%;}
	.child li {margin-bottom: 10px;}
	.under #contents h1 {
		font-size: 1.5rem;
		padding-bottom: 10px;
	}
	.under #contents h2 {
		margin-top: 1em;
		margin-bottom: 1em;
		border-bottom: 1px solid #625551;
		padding-left:3%;
	}
	.under #contents h2 p {
		font-size: 14px;
		margin-top: 5px;
		margin-bottom: 15px;
		line-height: 140%;
		font-size: 12px
	}

	#contents01,#mame {
		width:94%;
		margin: 3%;
	}

	#contents01 dl.left,
	#contents01 dl.right {
		float:none;
	}
	
	/*----- entry box -----*/

	.card,.list .card {
		width: 90%;
		height: 110px;
		overflow: hidden;
		margin: 0 5% 10px 5%;
		padding-bottom: 20px;
		float: none;
		border-bottom: 1px solid #f0e7cb;
		background: transparent;
	}
	.card:nth-of-type(4n),.list .card:nth-of-type(4n) {
		margin-right: 0
	}
	.card p {
		margin-bottom: 0;
	}
	.card .date {
		position: absolute;
		left: 8px;
		top: 4px;
		z-index: 100;
		color: #fff;
		text-shadow: 0 0 3px #000
	}
	.card .month {
		font-size: 24px;
		font-family: serif;
		display: block;
		margin-top: 4px;
		text-shadow: 0 0 6px #000
	}
	.card .noImage {
		position: absolute;
		top: 17px;
		width: 100%;
		z-index: 100;
		color: #fef4db;
		line-height: 130%;
		font-size: 24px;
		text-align: center
	}
	.card .noImageMonth {
		font-size: 30px
	}
	.card .eyecatch {
		float: left;
		width: 100px;
		height: 100px;
		margin-right: 10px;
		position: relative
	}
	.card .eyecatch img {
		width: 100%;
		height: 100%;
	}

	.card .entry-footer {
	padding-left: 0;
	border-top: none;
	bottom:10px;
	}

	.entry {
		padding: 0 10px;
		background: transparent;
	}
	.entry img, .entry img {
		max-width: 100%;
		height: auto;
		float: none;
		margin: 0;
		padding: 0
	}
	.entry h3 {
		font-size: 114%;
		line-height: 1.2em!important;
		padding-bottom: .52m;
		padding-top: .5em
	}

	.aligncenter {
		display: block;
		margin: auto
	}
	.alignleft {
		float: none;
		display: block;
		margin-right: 0
	}
	.alignright {
		float: none;
		display: block;
		margin-left: 0
	}


	/*関連記事*/
	.entry .relation h3 {
		margin-top: 0;
	}

	.entry .relation ul {
		padding:0;
		margin:auto;
		border:none;
		background-color: transparent;
		width:100%;
	}

	.entry .relation ul li {
		line-height: 1.6;
		clear: both;
		min-height:100px;
	}
	.entry .relation ul li:before {
		content:'';
	}

	.entry .relation ul li img {width:90px;height:auto;float:left; margin-right: 10px;display: block ;}


	/*記事がよかったら、いいねスマホ*/
	.p-shareButton-bottom {
	    padding-bottom: 15px;
	    overflow: hidden
	}
	.p-shareButton__buttons {
	    font-weight: 700;
	    color: #fff;
	    font-size: 13px;
	    text-align: center
	}
	.p-shareButton__buttons>li {
	    padding-left: 3px;
	    padding-right: 4px
	}
	.p-shareButton__buttons .c-btn {
	    padding: 5px 0;
	    border-radius: 2px
	}
	.p-shareButton__buttons .c-ico {
	    display: block;
	    margin: auto auto 5px
	}
	.p-shareButton__fb {
	    -webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	    transform: scale(1.2);
	    width: 115px
	}
	.p-shareButton__fb-cont {
	    position: relative;
	    width: 108px;
	    margin: 0 auto
	}
	.p-shareButton__fb-unable {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 20px;
	    height: 20px
	}
	.p-shareButton__cont {
	    margin: 15px 0 0
	}
	.p-shareButton__a-cont {
	    background: #2e2e2e;
	    display: table;
	    width: 100%
	}
	.p-shareButton__a-cont__img {
	    display: table-cell;
	    min-width: 130px;
	    -webkit-background-size: cover;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center
	}
	.p-shareButton__a-cont__btn {
	    display: table-cell;
	    padding: 12px;
	    text-align: center
	}
	.p-shareButton__a-cont__btn p {
	    font-size: 12px;
	    color: #fff;
	    font-weight: 700;
	    padding: 5px 0 15px;
	    line-height: 1.4;
	    margin-bottom: 0px;
	}
	.p-asideFollowUs__twitter {
	    border: 2px solid #e6e6e6;
	    margin-top: 15px;
	    padding: 12px 0
	}
	.p-asideFollowUs__twitter__cont {
	    text-align: center;
	    font-size: 13px;
	    color: #252525;
	    font-weight: 700
	}
	.p-asideFollowUs__twitter__item {
	    display: inline-block;
	    vertical-align: middle;
	    margin: 0 2px
	}

	.entry .share h4{
		font-size:120%; 
		text-align:center;
	}

	.entry .share {
		margin:0 auto;
		text-align:center;
		
	}
	.entry .share ul {
		list-style:none;
		display: block;
		width:100%;
		margin-left: 0;
	}
	.entry .share ul>li {
		display: block;
		width:33.3%;
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;
		float:left;
	}


	/* flow */
	.flow {
		width:94%;
		margin:auto;
	}
	.flow dt {background-color: #fff;}
	
	/*----- kaereba -----*/
	.booklink-box, .kaerebalink-box {
		margin: 2em auto 1em auto;
		padding: 24px 0 0 0;
		border-top: dotted 2px #efe6ca;
		border-bottom: dotted 2px #efe6ca;
		background-color: transparent;
		font-size: small;
		position: relative;
		z-index: 1;
		width:100%;
	}
	.booklink-box:before, .kaerebalink-box:before {
		display: block;
		position: absolute;
		top: -22px;
		left: 25%;
		z-index: 100;
		width:100%;
	}
	.booklink-box a, .kaerebalink-box a {
		text-decoration: none;
		color: #91aa86
	}
	.booklink-box a:hover, .kaerebalink-box a:hover {
		text-decoration: none;
		color: #7d9b70
	}
	.booklink-image, .kaerebalink-image {
		margin: 0 15px 0 0;
		float: left;
		width:30%;
	}
	.booklink-image img, .kaerebalink-image img {
		margin: 0 auto;
		text-align: center;
	}
	.booklink-info, .kaerebalink-info {
		text-align: center;
		line-height: 120%;
		overflow: hidden;
	}
	.booklink-name, .kaerebalink-name {
	}
	.booklink-name, .kaerebalink-name p {
			margin-bottom: 0;
			line-height: 1.5em;
	}
	.booklink-powered-date, .kaerebalink-powered-date {
		font-size: 8pt;
		margin-top: 10px;
		font-family: verdana;
		line-height: 120%;
		display: none;
	}
	.booklink-powered-date, .kaerebalink-detail {
		display: none;
	}
	.booklink-link2, .kaerebalink-link1 {
		margin-top: 20px
	}
}

/* contact form 7 */
.wpcf7-form-control-wrap textarea {
	border: 1px solid #ccc;
	white-space: pre !important;
}


/* toc */
.entry #toc_container {
	box-sizing: border-box;
	font-size: 0.85rem;
}

.entry #toc_container ul {
    list-style: none;
    margin-bottom: 0;
}

.entry #toc_container ul li {
    margin: 0;
    padding-left: 0;
    text-indent: 0;
}

.entry #toc_container ul li:before {
	content:"";
}


/* toc+ */
#toc_container {
    width:94%;
    margin:1em auto;
    background-color: transparent;
    padding:15px;
}

.toc_title {
}

.toc_toggle {
}

.toc_list {
}

.toc_list > li {
    list-style-position: inside;
    padding: 0 0 0.2em 0;
    margin-bottom: 2em;
}
.toc_list > li:last-child {
    margin-bottom: 0;
}

.toc_list > li > ul {
    padding: 1em 0 1em 1em;
}

.toc_list > li > ul > li {
    border-bottom: 1px dotted #efefef;
    list-style-position: inside;
}


/* ======================================================================================== */

/* 100 : Short code

/* ======================================================================================== */

/* 枠付きボックス
----------------------------------------- */
div.box,.point {
border:2px solid #f593af;
padding:15px 20px 10px 20px;
border-radius:10px;
position:relative;
font-size:1rem;
margin-top: 2.2em;
margin-bottom:2.2em;
}

div.point:before {
content:"POINT!";
position:absolute;
left:15px;
top:-15px;
font-weight:bold;
color:#f593af;
background:#fff;
font-size:16px;
padding:0 5px;
}

div.check:before {
content:"CHECK!";
position:absolute;
left:15px;
top:-15px;
font-weight:bold;
color:#f593af;
background:#fff;
font-size:16px;
padding:0 5px;
}


/* ex link
----------------------------------------- */
.ex:after {
	content:"\f08e";
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    padding-left: 5px;
}
 
/* flow
----------------------------------------- */
.flow {
	width:90%;
	margin:auto;
	background-color: #efefef;
	border-radius: 0.5em;
	padding: 1em 1em 0 1em;
	margin-bottom: 1em;
}
.flow.center {
	text-align: center;
}
.flow:after {
	position:relative;
    padding:0;
	color:#f593af;
	font-family: FontAwesome;
	content: '\f0d7';
	bottom:-20px;
	text-align: center;
	display: block;
}

.flow.last:after {
	content: '';
	padding-bottom: 1em;
}

/* voice
------------------------------- */
.voice {
	display: block;
	width:100%;
	margin-bottom: 1em;
}
/* For modern browser */
.voice:before,
.voice:after {
    content:"";
    display:table;
}

.voice:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.voice {
    zoom:1;
}

.voice dt img {
	max-width:100%;
	border-radius:50%;
}

.voice dt span.name {
	display: block;
	max-width:80%;
	text-align: center;
	font-size: 92%;
	color:#666;
}

/* 左寄せ */
.voice dt {
	display: block;
	float:left;
	width:20%;
	vertical-align: middle;
	text-align: center;
}

.voice dd {
	display: block;
	float:right;
	position: relative;
	background: #FFF3DB;
	vertical-align: middle;
	padding: 20px;
	border-radius: 10px;
	width:70%;
}
.voice dd:after, .voice dd:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.voice dd:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFF3DB;
	border-width: 10px;
	margin-top: -10px;
}
.voice dd:before {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFF3DB;
	border-width: 13px;
	margin-top: -13px;
}


/* pc */
@media ( min-width : 768px ) {
	.voice dd {
		width:80%;
	}

	/*----- relation -----*/
	.entry .relation {margin-bottom:20px;}
	.entry .relation ul {width: 100%;float;none;}
	.entry .relation ul li:before {
		content:'';
	}
	.entry .relation ul li {float:left !important;width:150px;margin-right:20px;}
	.entry .relation ul li:nth-child(4n) {
		margin-right:0px;
	}
	.entry .relation ul li {list-style:none !important;margin-left:0;font-size:92%;}
	.entry .relation ul li img {width:150px;height:150px;float:none;}


}

	.voice dt img {
		max-width:80%;
	}

	.voice dt img,
	.voice dt span.name {
		margin-right: 20%;
	}

	.voice.r dt img,
	.voice.r dt span.name {
		margin-left: 20%;
		margin-right: 0;
	}

/* 右寄せ */
.voice.r dt {
	display: block;
	float:right;
	width:20%;
}


.voice.r dd {
	display: block;
	float:left;
	position: relative;
	background: #FFF3DB;
	vertical-align: middle;
	padding: 20px;
	border-radius: 10px;
}
.voice.r dd:after, .voice.r dd:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.voice.r dd:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFF3DB;
	border-width: 10px;
	margin-top: -10px;
}
.voice.r dd:before {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFF3DB;
	border-width: 13px;
	margin-top: -13px;
}

/* linkbox
------------------------------- */
/* 参考リンクボックス */
.refBox {
background:#efefef;
border-radius:6px;
padding:1em;
}

.refBox:before {
content:"参考：";
}

/* 参考リンク */
a.ref {
display:block;
margin:1em 0;
}

a.ref:before {
content:"参考";
background:#666;
color:#fff;
border-radius:6px;
padding:5px 10px;
margin-right:8px;
display:inline-block;
vertical-align:middle;
line-height:100%;
font-size:92%;
}


/* hr
------------------------------- */
.entry hr {
	height: 1px;
	background-color: #ccc;
	border: none;
	color: #ccc;
	display: block;
}
.entry hr.line1 {
	height: 2px;
	background-color: #ccc;
	border: none;
	color: #ccc;
	display: block;
	width:80%;
	margin: auto;
}
.entry hr.line2 {
	height: 4px;
	background-color: #000;
	border: none;
	color: #000;
	display: block;
	width:10%;
	margin: 2em auto;
}
.entry hr.line3 {}
.entry hr.line4 {}


/* btn
------------------------------- */
/*
type = 形状など
color = ボタンの色
text = 文字の色
*/

/* default */
.btn {
	display: inline-block;
	background-color:#000;
	color:#fff;
	padding: 3px 12px;
	margin: 0 auto 8px auto;
}

.btn:before {
	position:relative;
    padding:0;
	line-height:170%;
	color:#fff;
	font-family: FontAwesome;
	content: '\f0da';
	margin-right: 4px;
}

/* type */
.btn.type1 {
	color:#91aa86;
	background: #c9dac7;
	border: #c9dac7 1px solid;
	box-shadow: 0 0 0 1px #fff6e2 inset;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	cursor: pointer;
	margin: 0 auto 5px auto;
	padding: 8px 15px;
	text-align: center
}
.btn.type1:hover {
	text-decoration:none;
}

/* color */
.btn.black {
	background-color:#000;
}
.btn.white {
	background-color:#fff;
}
.btn.green {
	background-color:#c9dac7;
}
.btn.type1black {
	border:1px solid #000;
	background-color:#000;
	color:#fff;
	box-shadow: 0 0 0 1px #fff inset;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	cursor: pointer;
	margin: 0 auto 5px auto;
	padding: 8px 15px;
	text-align: center
}
.btn.type1green {
	border:1px solid #8dcea6;
	background-color:#8dcea6;
	color:#fff6e2;
	box-shadow: 0 0 0 1px #fff6e2 inset;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	cursor: pointer;
	margin: 0 auto 5px auto;
	padding: 8px 15px;
	text-align: center
}

/* text */
.btn .white {
	color:#fff;
}
.btn .black {
	color:#000;
}
