@charset "UTF-8";
/*
Theme Name: basic3
Theme URI: https://www.marble-lab.com/
Author: boff
Author URI: https://www.marble-lab.com/
Description: basic3,2017
Version: 1.4
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1.5;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/****************************************
	General Setting
*****************************************/
html {
	background: url(./img/bg36.png) repeat fixed;
	/*background-size: cover;*/
	/*background: #FCF9F9;*/
}

body {
	font-family: "segoe ui",meiryo,"yu gothic","hiragino kaku gothic pron",sans-serif;
	/*font-family: "Gen Shin Gothic P", ArialMT,Hiragino Kaku Gothic ProN,\\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3,sans-serif;*/
	/*font-family:ArialMT,Hiragino Kaku Gothic ProN,\\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3,sans-serif;*/
	/*font-family: Helvetica, 'メイリオ',Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,Sans-Serif;*/
}

/* magic awesome iframe fix */
iframe[index-sync="0"] {
	display: none;
}

/****************************************
	Typography
*****************************************/
h3 {
	font-size: 120%;
	margin-bottom: 5px;
	letter-spacing: -1px;
	text-shadow : 0px 1px 0px rgba(0, 0, 0, 0.1);
}

h4 {
	font-size: 110%;
	margin-bottom: 10px;
	letter-spacing: -1px;
	text-shadow:
		1px 1px 1px #eee,
		2px 2px 2px #d7d7d7;
}

h5 {
	font-size: 110%;
	font-weight: bold;
	position: relative;
	padding: 0px 0 0 25px;
	margin: 10px 0 10px 0;
	line-height: 1.2;
	text-shadow : 0px 1px 0px rgba(0, 0, 0, 0.1);
}
h5:before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 10px;
	height: 10px;
	border: 2px solid #6C848D;
	content: "";
}
h5:after {
	position: absolute;
	top: -2px;
	left: 7px;
	width: 8px;
	height: 8px;
	border: 2px solid #DB4D37;
	content: "";
}

.clear {
	clear: both;
}

blockquote {
	font-size: 90%;
	margin: 0px 5px;
	padding: 10px 20px 10px 45px;
 	line-height: 2;
	color: #511918;
	background: #F8F5ED /*#E8E5C8*/ url(./img/quote.png) no-repeat 10px 10px;
	border:1px solid #E8E5C8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*behavior: url(/skins/PIE-1.0.0/PIE.htc);*/
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;	
}

/****************************************
	Link
*****************************************/
a {
	transition: 0.3s ;
	text-decoration: none;
	outline: none;
}

a:link {
	color: #2A5E87;
	text-decoration: none;
}

a:visited {
	color: #2A5E87;
	text-decoration: none;
}
a:active {
	color: #296ddd;
	text-decoration: none;
}
a:hover {
	color: #339f9f;
	text-decoration: none;
}

a[href $='.pdf']:before {
	content: "\f1c1";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding:0 5px 0 0;
	color: #FF0000;
}

a img {
	transition: 0.3s ;
}

a:hover img{
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity = 60);
}

/****************************************
	Layout
*****************************************/
p {
	padding: 0;
	margin: 0;
}

.container {
	width:800px;
	margin: 0 auto;
	border: 0px solid red;
	overflow: hidden;
}

.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail {
	max-width: 99%;
	height: auto;
}

/* header ------------------- */
#header {
	color: #555;
	padding: 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
	height: 110px;
	background: #fdfdfd url(./img/820main_img.png) 0 0 no-repeat;
	/*behavior: url(/skins/PIE-1.0.0/PIE.htc);*/
}

#header h1 {
	color: #2A5E87;
	margin: 0 0 0 15px;
	font: normal 350% "Trebuchet MS";
	text-shadow : 1px 1px 0px rgba(0, 0, 0, 0.2);
}

#header a {
	color: #2A5E87;
	font-weight: normal;
	text-decoration: none;
}

#header a:hover {
	color: #BC8F8F;
	font-weight: normal;
	text-decoration: none;
}

#description {
	color: #2A5E87;
	margin: 0 0 0 15px;
	font: normal 120% "Trebuchet MS";
	text-shadow : 1px 1px 0px rgba(0, 0, 0, 0.1);
}

/* menu ------------------- */
#menu {
	color: #555;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #F58E7E;
	display: flex;
}

#menu .menu {
	font-family: "Century Gothic","Trebuchet MS";
	width: 500px;
	list-style-type: none;
}

#menu .menu li {
	display: inline-block;
}

#menu .menu li a {
	position: relative;
	 transition: .3s;
  color: #fff;
  font-weight:bold;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
}

#menu .menu li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1.5px;
  background-color: #fff;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#menu .menu li a:hover::after {
  width: 80%;
}

/* breadcrumbs -------------------- */
#breadcrumbs {
	padding:10px 10px 0px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #FeFeFe;
}
.breadBox {
	font-size:75%;
	margin:0 10px;
}

/* main -------------------- */
#main {
	display: flex;
	justify-content: space-between;
	color: #333;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 10px 0px;
	width: 800px;
	background: #FeFeFe;
	/*position:relative;*/
	/*z-index:0;*/
}

/*  Search Results Title -------------*/
.sTitle {
	font-size:100%;
	margin:0 0 5px 2px;
}

/* Sticky -------------------- */
.sticky {
}

/* posts ------------------- */
#posts {
	width: 540px;
	margin: 10px 0 0 10px;
}

.post {
	font-size: 95%;
	width: 100%;
	background: #fff;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.item-header {
	/*width: 510px;*/
	margin: 15px;
	margin-bottom: 0px;
	position:relative;
	z-index:1;
}

.item-header h2 {
	color: #2A5E87;
	margin: 0px 0px 0px 0px;
	padding: 0 0 15px 0;
	font-size: 145%;
	font-weight: bold;
	line-height:1.2;
	letter-spacing: -0.5px;
	text-shadow : 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.item-header h2 a:link {
	color: #2A5E87;
	text-decoration: none;
}
.item-header h2 a:visited {
	color: #2A5E87;
	text-decoration: none;
}
.item-header h2 a:active {
	color: #296ddd;
	text-decoration: none;
}
.item-header h2 a:hover {
	color: #339f9f;
	text-decoration: none;
}

.item-meta {
	font-size: 75%;
	width: 95%;
	margin: 0px 15px 0px -20px;
	padding: 5px 5px 5px 20px;
	background:#F0E19E;
	border: 1px solid #F0E19E;
	-webkit-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
	box-shadow: 2px 2px 1px 0px #ddd;
}

.item-meta .item-date,.cateGory,.comment-num,.item-author {
	margin:0 10px 0 0;
}

.item-meta .item-date:before {
	content: "\f133";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #007a7c;
	padding:0 5px 0 0;
}

.item-meta .cateGory:before {
	content: "\f0e8";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #007a7c;
	padding:0 5px 0 0;
}

.item-meta .comment-num:before {
	content: "\f075";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #007a7c;
	padding:0 5px 0 0;
}

.item-meta .item-author:before {
	content: "\f007";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #007a7c;
	padding:0 5px 0 0;
}

.item-meta .item-views:before {
	content: "\f06e";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #007a7c;
	padding:0 3px 0 0;
}


.item-content {
	/*width: 510px;*/
	overflow: hidden;
	margin: 15px;
	line-height: 1.8;
	letter-spacing: 0.5px;
	text-align: justify;
	text-justify: inter-ideograph;
	position:relative;
	z-index:0;
}

.item-content ul {
	list-style: disc outside;
	margin: 10px 20px;
}

/*.item-content ol {
	list-style: decimal outside;
	margin: 10px 20px 10px 25px;
}*/

/*.item-content li {
	line-height: 1.5;
	padding: 2px 0;
}*/

.item-content ol:not([class]) {
	counter-reset: item;
	margin-left: 30px;
}
.item-content ol>li:not([class]) {
	text-indent: -1.7em;
	/*padding-left: 0em;*/
}
.item-content ol>li:not([class]):before {
	counter-increment: item;
	content: counter(item);
	text-indent: 0;
	/* 以下は自由に装飾... */
	margin-right: 0.5em;
	font-size: 75%;
	display: inline-block;
	color: #fff;
	background: #f3243e;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align:center;
	width: 18px;
	height: 18px;
	line-height:18px;
}

.eyecatch-image {
	float: left;
	width: 150px;
	height: 100px;
	margin: 5px 0 0 0;
	overflow: hidden;
}

.item-content .eyecatch-image img {
	margin: 0;
	padding: 0;
	border:0 none;
}

.item-body {
	margin-left: 160px;
	line-height: 1.8;
	letter-spacing: 0.5px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.readmore {
	font-size: 90%;
	text-align: right;
	font-weight:bold;
	letter-spacing: -1px;
	margin:10px 0 5px;
}

.readmore a {
	padding: 3px 20px;
	color: #2A5E87;
	border: 2px solid #2A5E87;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	/*behavior: url(/skins/PIE-1.0.0/PIE.htc);*/
}

.readmore a:hover {
	background:#2A5E87;
	color: #FFF;
	border: 2px solid #DDD;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	/*behavior: url(/skins/PIE-1.0.0/PIE.htc);*/
}

.footer-item-meta{
	font-size:12px;
	text-align: right;
}

.infin {
	font-size: 180%;
	text-align: right;
	clear: both;
}

/* footnones */
.simple-footnotes {
	border-top:1px dotted #ccc;
	margin: 30px 0 30px 0;
	padding: 5px 10px 0 10px;
	font-size:85%;
}
.notes {
	border:0px solid #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	background: #D65C5C;
	padding: 3px 6px;
	display: inline;
}
.simple-footnotes ol {
	border:0px solid;
	margin: 5px 0 0 30px;
}

/* video ------------------- */
.video {
	height: 0;
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
}
.video iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

/* .gmap GoogleMap用 ------------------- */
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
/* ------------------- .gmap GoogleMap用 */

/* navigation ------------------- */
.navigation {
	font-size: 12px;
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.newer {
  width: 40%;
  display: flex;
	font-size:120%;
}
.navigation .n_mark {
	width: 10%;
	text-decoration: none;
}
.n_tittle {
}

.older {
	font-size:120%;
	width: 40%;
	display: flex;
	justify-content: flex-end;
}
.o_tittle {
	text-align: right;
}
.navigation .o_mark {
	width: 10%;
	text-decoration: none;
	text-align: center;
}

/* sidebar ------------------- */
#sidebar {
	align-self: flex-start;
	font-size: 100%;
	color: #555;
	float: right;
	width: 220px;
	border: 1px solid #ccc;
	margin: 10px 10px 10px 0;
	padding: 0px;
	background: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.widget {
	margin-bottom: 0px;
	padding: 15px;
}

.widget h3 {
	padding-bottom: 5px;
}

.widget ul {
	font-size: 80%;
	list-style: disc outside;
	margin: 0 0 0 20px;
}

.widget li {
	list-style: url(./img/icon/li_mark1.png);
	line-height: 1.5;
	padding: 0 0 10px 0;
}
.widget .textwidget .addthis_toolbox {
}

.widget .cat-item{
	padding: 0 0 5px 0;
}

.sBlock {
	margin: 5px 0 0 2px;
}

/* footer ------------------- */
#footer {
	color: #F5F5F5;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #F58E7E;
	margin: 0 auto 0;
	padding: 10px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
	behavior: url(/skins/PIE-1.0.0/PIE.htc);
}

.copyright {
	font-family: "Century Gothic","Trebuchet MS";
	font-size: 75%;
	text-align: center;
	/*font-style: italic;*/
}

.footer-navi {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 300%;
}

.footer-navi a {
	color: #ddd;
	text-align: center;
	opacity: 0.8;
}

.footer-navi a:hover {
	color: #339f9f;
}

/* footer menu ------------------- */
.footer-menu {
	margin-bottom: 5px;
}

.footer-menu a, .footer-menu a:link, .footer-menu a:visited, #contact a:active {
	position: relative;
	 transition: .3s;	
	color: #fff;
	text-decoration: none;
}

.footer-menu li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1.5px;
  background-color: #fff;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer-menu a:hover::after {
  width: 100%;
}

.footer-menu ul {
	display: flex;
	display: -webkit-flex; /* Safari */
	justify-content: center;
}
.footer-menu li {
	font-size: 13px;
	padding:0 15px;
}
.footer-menu li+ li {
	border-left: 1px dotted #fff;
}

.footer-menu ul li.menu-item-2211:before {
	content: "\f015";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	padding:0 5px 0 0;
}

.footer-menu ul li.menu-item-3223:before {
	content: "\f553";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	padding:0 5px 0 0;
}

.footer-menu ul li.menu-item-2213:before {
	content: "\f059";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	padding:0 5px 0 0;
}

.footer-menu ul li.menu-item-2212:before {
	content: "\f1d8";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	padding:0 5px 0 0;
}


/* Kaereba ------------------- */
.kaerebalink-box {
 	box-sizing: border-box;
	text-align:left;
	border:1px solid #ddd ;
	width:100%;
	padding: 10px 15px;
	margin:0 auto 20px;
	background: url(./img/2amz_Logo_200.png) no-repeat 10px bottom;
	line-height: 1.5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: flex;
	justify-content: space-between;
}
.kaerebalink-image {
	order: 1;
}

.kaerebalink-box .kaerebalink-image img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.kaerebalink-info {
	padding:5px ;
	width:60%;
	order:0;
}
.kaerebalink-name {
	margin:0px 0 5px 0px;
	font-size:85%;
	font-weight:bold;
	letter-spacing: 0.5px;
}
.kaerebalink-powered-date {
	font-size:80%;
	text-align:right;
	margin: 0 0px 0 0;
	letter-spacing: 1px;
	font-weight:normal;
}
.kaerebalink-detail {
	padding:0px 0 10px 0px;
	font-size:80%;
}
.kaerebalink-sub-info {
	margin:0px 0px 0px 0;
}
.kaerebalink-link {
	text-align:center;
	font-size:80%;
}
.shoplinkamazon {
    margin:10px 0 0 0 ;	
}
.shoplinkamazon a {
	background-color:#ffa723;
	display:inline-block;
	cursor:pointer;
	color:#fafafa;
	padding:5px 30px;
	text-decoration:none;
}
.shoplinkamazon a:hover {
	background-color:#fcce8d;
}

.booklink-footer {
	display: none;
}

/* Amachazl ------------------- */
.amachazl-box {
 	box-sizing: border-box;
	text-align:left;
	border:1px solid #ddd ;
	width:100%;
	padding: 10px 15px;
	margin:0 auto 20px;
	background: url(./img/2amz_Logo_200.png) no-repeat 10px bottom;
	line-height: 1.5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: flex;
	justify-content: space-between;
}
.amachazl-image {
	order: 1;
}

.amachazl-box .amachazl-image img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.amachazl-info {
	padding:5px ;
	width:70%;
	order:0;
}
.amachazl-name {
	margin:0px 0 5px 0px;
	font-size:85%;
	font-weight:bold;
	letter-spacing: 0.5px;
}
.amachazl-powered-date {
	font-size:80%;
	text-align:right;
	margin: 0 0px 0 0;
	letter-spacing: 1px;
	font-weight:normal;
}
.amachazl-detail {
	padding:0px 0 10px 0px;
	font-size:80%;
}
.amachazl-sub-info {
	margin:0px 0 0px 0;
}
.amachazl-link {
	text-align:center;
	font-size:80%;
}
.amachazl-footer {
	display: none;
}

/* Amazlet ------------------- */
.amazlet-box {
 	box-sizing: border-box;
	text-align:left;
	border:1px solid #ddd ;
	width:100%;
	padding: 10px 15px;
	margin:0 auto 20px;
	background: url(./img/2amz_Logo_200.png) no-repeat 10px bottom;
	line-height: 1.5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: flex;
	justify-content: space-between;
}
.amazlet-image {
	order: 1;
}

.amazlet-box .amazlet-image img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.amazlet-info {
	padding:5px ;
	width:70%;
	order:0;
}
.amazlet-name {
	margin:0px 0 5px 0px;
	font-size:85%;
	font-weight:bold;
	letter-spacing: 0.5px;
}
.amazlet-powered-date {
	font-size:80%;
	text-align:right;
	margin: 0 0px 0 0;
	letter-spacing: 1px;
	font-weight:normal;
}
.amazlet-detail {
	padding:0px 0 10px 0px;
	font-size:80%;
}
.amazlet-sub-info {
	margin:0px 0 0px 0;
}
.amazlet-link {
	text-align:center;
	font-size:80%;
}
.amazlet-footer {
	display: none;
}
.list_amz li {
	line-height: 1.5;
}

/* Amz2024 ------------------- */
.amz2024 {
	display: grid;
	grid-template-columns: 30% 70% ;
	border: 1px solid #ccc;
	padding:10px 40px 5px 10px;
	gap: 20px;
	background: url(./img/2amz_Logo_200.png) no-repeat 100% bottom;
}
.amz2024 p {
}
.amz2024 img {
 	width: 100%;
}

/* IE6 hack START */
* html, * html body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow-y: hidden;
}
 * html #wrapper {
	height: 100%;
	overflow-y: scroll;
}
 * html .footer-navi {
	position: absolute;
	right: 30px;
}
/* IE6 hack END */

/* Relational ------------------- */
.relational-area {
	font-size: 90%;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.relational-title {
	margin: 15px;
	font-size: 150%;
}
.wp_rp_wrap {
	margin: 15px;
}

/* Comment ------------------- */
.comments-area {
	font-size: 90%;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.comments-title {
	margin: 15px 15px 0;
	font-size: 150%;
}

.required{
	color: #ED1C24;
}

.comment-list,
.trackback-list{
	overflow: hidden;
	margin: 0 15px 40px ;
	margin-bottom: 40px;
}
	.comment-list li,
	.trackback-list li{
		overflow: hidden;
		margin-top: -1px;
		padding: 20px 0 0;
		width: 100%;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid transparent;
	}
		.comment-list .avatar{
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
		}

		.comment-meta,
		.reply,
		.comment-notes,
		.form-allowed-tags,
		span.small{
			font-size: 90%;
		}

		.comment-body p{
			line-height: 1.5;
			clear: both;
		}
		.reply{
			text-align: right;
			margin: 0 0 5px 0;
		}

a.comment-reply-link,
a.comment-edit-link {
	font-size: 100%;
}

a.comment-reply-link {
	background: url(./img/icon/res1.png) center left no-repeat;
	padding: 10px 0px 10px 15px;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	/*color: #21759b;*/
}

.bypostauthor{
	/* 記事投稿者のコメントのスタイル */
}

.children{
	padding-left: 10px;
	margin-left: 10px;
	border:0px solid;
}

.comments-area cite b {
	font-weight: normal;
}

.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}

.comments-area .bypostauthor cite b {
	font-weight: bold;
}

/* Comment form ------------------- */
#respond {
	margin: 15px;
}

#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond .comment-notes {
	margin:0 0 10px 0;
}
#respond form {
	margin: 0px 0;
}
#respond form p {
	margin: 0px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 10px;
}
#respond form label {
	display: block;
	margin: 10px 0 0 0;
}

#main .form-submit input[type="submit"]{
	margin: 10px 0;
}
#main .comment-form-comment textarea{
	width:100%;
}
#respond form p.form-allowed-tags {
	margin: 10px 0;
	font-size: 10px;
	line-height: 1.5;
}

/****************************************
	main Form
*****************************************/
#main input[type="text"],
#main textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*! font-size: 92%; */
	padding: 6px;
	margin-left:0px;
	border: 2px solid #ccc;
}

#main input[type="text"]:focus,
#main textarea:focus,
.WP-Form input.mailsp:focus,
.WP-Form input.zipsp:focus,
.WP-Form input.telsp:focus {
	outline: none;
	border-width: 1px;
	border-style: solid;
	box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
	-webkit-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
	-moz-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
	-ms-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
	-o-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
	border-color: rgba(100, 200, 255, 0.75) !important;
}

#main input[type="radio"], input[type="checkbox"], label {
	cursor: pointer;
	margin:0 0 0 5px;
}

#main input[type="submit"]	{
	border: 1px solid #666;
	text-decoration: none;
	color: #555;
	padding: 10px 15px;
	margin: 10px;
	background: #fefefe;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#main input[type="submit"]:hover{
	border: 1px solid #555;
	color: #fefefe;
	background: #666;
}

#main input[type="submit"]:active {
	border: 1px solid #ccc;
	color: #555;
	background: #fff;
	-webkit-box-shadow:
		0 0 5px 6px #fff,
		0 0 10px 6px #666;
	-moz-box-shadow:
		0 0 5px 6px #fff,
		0 0 10px 6px #666;
	box-shadow:
		0 0 5px 6px #fff,
		0 0 10px 6px #666;
}

.error {
	color: #ED1C24;
}

#throwsSpamAway {
	margin:15px;
	color: #ED1C24;
}

/* trackback field -------------------- */
.TB-title {
	margin: 15px;
}
.TB-field {
	margin:15px;
}
.trackback_field {
	width:80%;
	cursor: pointer;
}

/*  searchform ------------------- */
#menu .search_form {
	border: 0px solid #222;
	width: 200px;
	margin-left: auto;
}

#searchform {
	display: block;
	height: 24px;
	position: relative;
}
#s {
	font-size: 80%;
	color: #999;
	width: 160px;
	/*width: 152px;*/
	height: 20px;
	background: #f6f6f6;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding: 2px 25px 2px 5px;
	margin: 0 0 0 0;
	cursor:text;
	vertical-align:0px;
	position: absolute;
}

#s:focus {
	background: #fff;
	color: #333;
	outline: none;
	border-width: 1px;
	border-style: solid;
	box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
	-webkit-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
	-moz-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
	-ms-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
	-o-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
	border-color: rgba(100, 200, 255, 0.75) !important;
}

#searchsubmit {
	background: url(./img/icon/search.png) no-repeat 2px center;
	border: none;
	width:22px;
	height: 26px;
	text-decoration: none;
	padding: 2px;
	cursor: pointer;
	vertical-align:1.5px;
	position: absolute;
	left: 170px;
}

span.search-excerpt {
	background: yellow;
} 

/* image ------------------- */
.item-content img {
	padding: 2px;
	border: 1px solid #ccc;
}

.item-content .aligncenter {
    display: block;
    margin: 5px auto;
}
.item-content .alignright { float: right; }
.item-content .alignleft { float: left; }

/* with caption */
.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	margin: 0 0 0 0;
	padding:5px 0 0 0; 
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-text {
	font-size: 70%;
	text-align: center;
	padding:0;
}

div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

div.alignright {
	padding: 5px 0 0 0;
	margin: 6px 0 5px 15px;
	display: inline;
}

div.alignleft {
	padding: 5px 0 0 0;
	margin: 6px 15px 5px 0;
	display: inline;
}

/* no caption */
img.centered {
	display: block;
	margin: 0 auto;
}

img.alignright {
	padding: 4px;
	margin: 5px 0 5px 15px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 5px 15px 5px 0;
	display: inline;
}

.alignright {
	float: right;
	clear: both;
}

.alignleft {
	float: left;
	clear: both;
}

.leftbox {
	margin: 5px 15px 5px 0;
	float: left;
}
.rightbox {
	margin: 5px 0 5px 15px;
	float: right;
}

/* pagenavi -------------------- */
.wp-pagenavi {
  flex-grow: 1;
	flex-basis: auto;
  text-align: center;
}
.wp-pagenavi span.pages {
	border: 0 none;
}
.wp-pagenavi span.extend {
	border: 0 none;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #ddd;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #666;
}

.wp-pagenavi span.current {
	font-weight: bold;
	background: #2A5E87;
	color: #fff;
}

/* item-pager -------------------- */
.page-link {
	text-align: center;
	margin: 20px 0 10px 0;
		clear: both;
}

.page-link a {
	padding: 4px 10px;
	margin: 0 5px;
	border:2px solid #ddd /*#677BA2*/;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.page-link a:hover {
	color: #fff;
	background: #2A5E87;
}

.page-link span.page-num {
	font-weight: bold;
	padding: 4px 10px;
	margin:0 5px;
	color: #fff;
	border:2px solid #DDD;
	background: #2A5E87;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.page-link a span.page-num {
	font-weight: normal;
	padding: 0;
	margin:0 0px;
	color: #2A5E87;
	border:none;
	background: none;
}
.page-link a:hover span.page-num {
	color: #fff;
}

/* WP-PostRatings styles */
.wpp-rating { }

/* popular items -------------------- */
ul#wpp-list { /* UL element */
	border:1px solid #ddd;
	background:#fff;
	margin: 0;
	padding:0px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

#wpp-list li { /* LI - post container */
	overflow:auto;
	display:block;
	padding:12px 0 ;
	float:none;
	clear:both;
}

#wpp-list li+ li {
	border-top: 1px dotted #ddd;
}

/* title styles */
#wpp-list .title {
	width:60%;
	font-size:90%;
	float:left;
	display:block;
}

/* thumbnail styles */
#wpp-list img {
	display:inline;
	float:right;
	margin:0;
	border:2px solid #ddd;
	-webkit-border-radius:50px;
	border-radius:50px;
}

/* newpost catch -------------------- */
ul#npcatch  { /* UL element */
	border:1px solid #ddd;
	background:#fff;
	margin:0;
	padding:0px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
#npcatch li{
	overflow:auto;
	display:block;
	padding:12px 0;
	float:none;
	clear:both;
}
#npcatch li+ li {
	border-top: 1px dotted #ddd;
}
#npcatch img{
	display:inline;
	float:right;
	margin:0;
	border:2px solid #ddd;
	-webkit-border-radius:50px;
	border-radius:50px;
}
#npcatch .title{
	width:60%;
	font-size:90%;
	float:left;
	display:block;
}
#npcatch .date{
	width:60%;
	font-size:90%;
	float:left;
	display:block;
}
#npcatch li a{
    text-decoration:none;
}
#npcatch li:hover{}
#npcatch li:hover .title{}
#npcatch li:hover .title a{}
#npcatch li:hover .date{}


/* TOC -------------------- */
#toc_container {
	margin-bottom: 30px;
	border:1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:10px;
}

.toc_title {
	font-size: 115%;
	border-bottom:1px solid #ddd;
 	font-weight:bold;
	margin:0 8px 0 8px;
}
.toc_title:before {
	font-size: 115%;
	content: "\f1da";
	/*content: "\f01c";*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding:0 5px 0 3px;
}

#toc_container ul {
	margin: 10px 15px 0 30px;
	border:px solid;
}
#toc_container li {
	text-indent: 0px;
	line-height: 1.5;
	padding: 0 0 5px 0;
}
.toc_number {
	padding: 0 5px 0 0;
}

#toc_container a {
	text-decoration: none;
	outline: none;
}
#toc_container a:link {
	text-decoration: none;
}
#toc_container a:visited {
	color: #2A5E87;
	text-decoration: none;
}
#toc_container a:active {
	color: #296ddd;
	text-decoration: none;
}
#toc_container a:hover {
	color: #339f9f;
	text-decoration: none;
}

/* gallery ------------------- */
.gallery {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.gallery-item {
	/*float: left; */
	margin: 0 0px 0px 0;
	/*overflow: hidden;*/
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 14px);
	max-width:         calc(50% - 14px);
}
.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 14px);
	max-width:         calc(33.3% - 14px);
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 14px);
	max-width:         calc(25% - 14px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 14px);
	max-width:         calc(20% - 14px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 14px);
	max-width:         calc(16.7% - 14px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 14px);
	max-width:         calc(14.28% - 14px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 14px);
	max-width:         calc(12.5% - 14px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 14px);
	max-width:         calc(11.1% - 14px);
}
 
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	/* font-size: 12px; */
	font-size: 80%;
	line-height: 1.5;
	margin: 0;
	max-height: 60%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}
.ie7 .gallery-caption,
.ie8 .gallery-caption {
	background: #000;
	filter: alpha(opacity=0);
}
.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.ie7 .gallery-item:hover .gallery-caption,
.ie8 .gallery-item:hover .gallery-caption {
	filter: alpha(opacity=70);
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/****************************************
	News List
*****************************************/
ul.news_list {
	list-style: none outside;
	border:2px solid #ddd;
	padding:10px 10px 10px 110px;
	margin: 0;
}

ul.news_list li {
	line-height: 1.5;
 text-indent:-7.0em;
	margin:0 5px;
	padding: 5px 0;
}

ul.news_list li:before {
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #666;
	padding:0 5px 0 0;
}

ul.news_list li .news_date {
	padding: 0 0 0 0;
}

ul.news_list li .news_title {
	padding: 0 0 0 0;
}

ul.news_list li .cat {
	padding: 2px 6px;
	margin:0 5px;
	font-size:11px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

ul.news_list li .column {
	background:#0DAD67;
	color:#fff;
}

ul.news_list li .detox-relax {
	background:rgb(162, 205, 90);
	color:#333;
}

ul.news_list li .gadget {
	background:#FFD700;
	color:#333;
}

ul.news_list li .life-scenes {
	background:#1874CD;
	color:#fff;
}

ul.news_list li .idea-lab {
	background:#EEEE00;
	color:#333;
}

ul.news_list li .obs {
	background:#E6EE9C;
	color:#333;
}

ul.news_list li .edu-farm {
	background:#CD853F;
	color:#fff;
}

ul.news_list li .mall {
	background:#FFAEB9;
	color:#333;
}

ul.news_list li .pr {
	background:#eee;
	color:#333;
}

ul.news_list li .information {
	background:#ddd;
	color:#333;
}

ul.news_list li .selfish-study {
	background:#E8383D;
	color:#fff;
}

.add_New {
	background: #FBDADE;
	color: #E8383D;
	border:1px solid #E8383D;
  margin:0 0 0 5px;
  font-size:11px;
	padding: 0 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* Tagcloud*/
.tagcloud {
	display: inline-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: -5px;
}
.tagcloud a {
	background: #fbf8e5;
	white-space: nowrap;
	color: #a97837;
	line-height: 1.3;
	padding: 3px 8px;
	margin: 0 0 5px 5px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #D4CFC1;
}
 
.tagcloud a:hover {
	color: #b54f41;
	background: #fbf855;
}

/* MW WP Form ------------------- */
.WP-Form {
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
	width :100%;
}
.WP-Form .required,
.WP-Form .optional {
  font-size: 0.7rem;
  margin: 0 15px 0 0;
  padding: 5px 10px;
  /*vertical-align: top;*/
}
.WP-Form .required {
  background: #ed474a;
  color: #fff;

}
.WP-Form .optional {
  background: #fff;
  color: #838383;
  outline: 1px solid #e9e9e9;
}

.WP-Form th, .WP-Form td {
  display: block;
  padding: 10px;
  text-align: left;
  border-top: none;
/*   width: 100%; */
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.WP-Form tr:first-child th {
  border-top: 1px solid #e9e9e9;
}
.WP-Form th {
  font-size: 1rem;
  color: #666;
  background: #f8f9f9;
  border: 1px solid #e9e9e9;

}
.WP-Form td {
  font-size: 1rem;
  background: #fff;
  border: 1px solid #e9e9e9;
}
.WP-Form input.textsp,
.WP-Form input.mailsp,
.WP-Form input.zipsp,
.WP-Form input.telsp,
.WP-Form textarea {
  padding:8px;
	font-size: 100%;
  border:2px solid #ccc;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.WP-Form input.textsp,
.WP-Form input.mailsp,
.WP-Form textarea {
  width: 100%;
}
.WP-Form input.zipsp {
  width: 12rem;
}
.WP-Form input.telsp {
  width: 7rem;
}
.WP-Form select.drop {
  padding: 4px 5px;
  border: 2px solid #d2d2d2;
}

.WP-Form-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 0 0;
}
.WP-Form-btn input.submit-btn {
  width: 100%;
  padding: 10px;
  background-color: #02c4eb;
  color: #FFF;
  border: none;
  box-shadow: 0 2px 3px rgba(0,0,0,.15);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.WP-Form-btn input.submit-btn:hover {
  background-color: #80eaff;
  cursor: pointer;
}
.WP-Form-btn input.correction {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 10px;
  background-color: #657786;
  color: #FFF;
  border: none;
  box-shadow: 0 2px 3px rgba(0,0,0,.15);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.WP-Form-btn input.correction:hover {
  background-color: #889ba6;
  cursor: pointer;
}

label {
  cursor:pointer;
}
input[type="radio"], input[type="checkbox"] {
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
   margin-right: 10px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #383838 !important;
}
/* ------------------- MW WP Form */


/* Trust Form */
div#trust-form {
}
div#trust-form.contact-form div.form-block {
	margin: 0px 0 10px 0;
}
div#trust-form.contact-form div.error-block {
	margin: 0px 0 10px 0;
	padding:10px;
	border:1px dotted #ED1C24;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div#trust-form.contact-form-confirm div.subject {
	margin: 0px 0 0px 0;
	font-weight: bold;
}
div#trust-form.contact-form-confirm div.subject + div {
	margin: 0px 0 10px 0px;
	border:1px solid #ccc;
	background: #f9f9f9;
	padding:6px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div#trust-form.contact-form .subject .content {
	font-weight: bold;
}
div#trust-form .subject .require {
	font-size: 12px;
	padding-left:3px;
	color: #ED1C24;
}
div#trust-form.contact-form div.submessage {
	font-size: 80%;
	margin-left:0px;
}
div#trust-form.contact-form div.error {
	font-weight: bold;
	color: #ED1C24;
	font-size: 12px;
	margin-left:0px;
}

/* Trust Form */
div#trust-form {
}
#message-container-confirm {
	margin-bottom:10px;
	color: #ED1C24;
}
div#trust-form.contact-form div.form-block {
	margin: 0px 0 10px 0;
}
div#trust-form.contact-form div.error-block {
	margin: 0px 0 10px 0;
	padding:10px;
	border:1px dotted #ED1C24;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div#trust-form.contact-form-confirm div.subject {
	margin: 0px 0 0px 0;
	font-weight: bold;
}
div#trust-form.contact-form-confirm div.subject + div {
	margin: 0px 0 10px 0px;
	border:1px solid #ccc;
	background: #f9f9f9;
	padding:6px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div#trust-form.contact-form .subject .content {
	font-weight: bold;
}
div#trust-form .subject .require {
	font-size: 12px;
	padding-left:3px;
	color: #ED1C24;
}
div#trust-form.contact-form div.submessage {
	font-size: 80%;
	margin-left:0px;
}
div#trust-form.contact-form div.error {
	font-weight: bold;
	color: #ED1C24;
	font-size: 12px;
	margin-left:0px;
}
#main #trust-form .zip {
	width:20%;
}
#main #trust-form .addr {
	width:80%;
}
#main #trust-form .name,.e-mail {
	width:50%;
}
#main #trust-form .form-title,.form-message {
	width:100%;
}

/* Share BTN */
.SNS_BTN {
	display: -webkit-flex;
	display:         flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-top:30px;
}
.twitter-share-button {
	padding: 0 10px 0 0;
}
.FB-Share-button {
	padding: 0 10px 0 0;
}
#___plusone_0 {
	width:67px !important;
}

/* SNS follow */
.sns-follow{
	display: -webkit-flex;
	display:         flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-left: -5px;
}
/* SNS button */
.sns-follow a {
	font-size: 30px;
	text-align: center;
	width: 100%;
	color: #fff;
	margin-left: 5px;
	padding:0;
}

.sns-follow .googleplus-button {
	background: #DD4B39;
}
.sns-follow .twitter-button {
	background: #5db9ff;
}
.sns-follow .facebook-button {
	background: #395eaf;
}
.sns-follow .feedly-button { 
	background: #84c34c;
}

/* SNS button hover */
.sns-follow .googleplus-button:hover {
	color: #DD4B39;
	background:#fff;
}
.sns-follow .twitter-button:hover {
	color: #55acee;
	background:#fff;
}
.sns-follow .facebook-button:hover {
	color: #305097;
	background:#fff;
}
.sns-follow .feedly-button:hover {
	color: #75ad43;
	background:#fff;
}