@charset "utf-8";
/*
Theme Name: SAKISIRU Theme
Theme URI: http://wordpress.org/
Description: WordPress のテーマ
Version: 1.0
Author: SAKISIRU
Author URI: 
Tags: custom theme

*/

/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

/* ページ全体
------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
}
#wrapper {
/*	width: 1100px;*/
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
}


/* リンクテキストの装飾
------------------------------------------------------------ */

a:link,
a:hover,
a:active,
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* 全ての行間を詰める（行間リセット）
------------------------------------------------------------ */

h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
}

/* img装飾
------------------------------------------------------------ */

img {
	border: none;
}

/* cn-button
------------------------------------------------------------ */
.cn-button.bootstrap {
    color: #fff;
    background: #7D0864 !important;
}

/* ヘッダー装飾
------------------------------------------------------------ */
.headerWrapper {
	position: relative;
	width: 100%;
	margin: 0 0 30px 0;
	background: #fff;
}
.headerWrapper.home {
	margin: 0;
	box-shadow: 0 4px 4px rgb(0 0 0 / 5%);
    z-index: 1;
}
header {
	width: 1060px;
	height: 90px;
	margin: 0 auto;
	background: #fff;
	padding: 15px 20px 5px 20px;
}
header h1 {
	float: left;
}
header .logo {
	float: left;
	display: inline;
}

header nav {	
	float: left;
	margin: 20px 0 0 75px;
}
header nav ul {

}
header nav ul li {
	float: left;
	font-size:123.1%;
}
header nav ul li+ li {
      border-left: 1px solid #e0e0e0;
    }
header nav ul li a {
	display: block;
	padding: 0 15px;
}
header nav ul li a:after {
/*	position: absolute;
	height: 10px;
	margin: auto;
	border: 1px solid #e0e0e0;
	bottom: 0;
	content: "";
	right: 0;
	top: 0;*/
}

header nav div.btnNewsletter {
	position: absolute;
	top:32px;
	right:90px;
}
header nav div.btnNewsletter i {
	font-size: 182%;
	color: #999;
}
header nav div.btnNewsletter i:hover {
	color: #D40052;
}

/* search
------------------------------------------------------------ */

#search {
	float: left;
/*	margin: 5px 10px 0 0;*/
}
#search .text {
	width: 140px;
	padding: 2px;
	border:1px solid #e0e0e0;
}
#search .submit {
	padding: 2px 5px;
	border:1px solid #e0e0e0;
	color: #999;
	font-size: 93%;
    cursor: pointer;
}

/* パンくずリンク
------------------------------------------------------------ */

.breadcrumb {
	margin: 0 0 30px 0;
	font-size: 85%;
}


/* コンテンツ部分
------------------------------------------------------------ */

#content {
	width: 1100px;
	margin: 0 auto 20px auto;
	padding: 0 20px;
}

/* レイアウト
------------------------------------------------------------ */

#content #main {
	float: left;
	width: 720px;
	margin: 0 40px 0 0;
}
#content #sub {
	float: left;
	width: 300px;
	margin: 0;
}

/* 見出し装飾
------------------------------------------------------------ */

.mainHeader h2 {
	line-height: 30px;
	font-weight: 700;
}
.mainHeader a {
	color: #333;
}
.mainHeader span {
	color: #ccc;
	font-size: 77%;
}
.mainHeader .through {
	float: right;
	margin: -2em 10px 0 0;
	font-size: 77%;
}
.mainHeader .through a {
	color: #666;
}

#main .header {
	min-height: 20px;
	margin: 0 0 10px 0;
}
#main .header h1 {
	margin: 0 0 30px 0;
	font-size: 138.5%;
	font-weight: 700;
}
#main .header h2 {
	margin: 0 0 5px 0;
	font-size: 108%;
	font-weight: 700;
}
#main .header h2 span {
	font-weight: normal;
	font-size: 85%;
}


/* featureColumn
------------------------------------------------------------ */
.featureColumn {
	width: 100%;
	min-width: 1100px;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	background: linear-gradient(to right, #D40052, #7D0864);
/*	background: #7D0864;*/
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.featureColumn .box:first-child {
	position: relative;
	width: 100%;
}
.featureColumn .box:first-child .title h2 {
	margin: 0 0 .5em 0;
	font-size: 182%;
	line-height: 1.35em;
	font-weight: bold;
}
.featureColumn .box:first-child .subtitle {
	margin: 0 0 .5em 0;
	font-size: 116%;
	line-height: 1em;
	font-weight: bold;
}
.featureColumn .box:first-child .author {
	font-size: 100%;
	line-height: 1.3em;
	color: #999;
}
.featureColumn .box:first-child .image {
	flex-basis: 1100px;
	height: 420px;
	background: #fff;
}
.featureColumn .box:first-child .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.featureColumn .box:first-child .text {
	background: rgba(0, 0, 0, 0.7);
	outline: 5px solid rgba(255, 255, 255, 0.2);
    bottom: 65px;
    left: 0;
	width: 720px;
    margin: auto;
    padding: 20px;
    position: absolute;
    right: 0;
    word-break: break-all;
    z-index: 30;
	color: #fff;
	border-radius: 2px;		/* CSS3草案 */
	-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;	/* Firefox用 */
}
.featureColumn .box:first-child .text .title a {
	color: #fff;
}
.featureColumn .box:first-child .text .author {
	color: #fff;
}
.featureColumn .box:first-child .text .author a {
	color: #fff;
}


/* featureColumn .second
------------------------------------------------------------ */

.featureColumn .box:nth-child(n+2) {
/*	position: relative;*/
	width: 320px;
	margin: 30px 30px 0 0;
}
.featureColumn .box:last-child {
	width: 320px;
	margin: 30px 0 0 0;
}
.featureColumn .box:nth-child(n+2) .image {
	float: left;
	margin: 0 7px 0 0;
	background: #fff;
}
.featureColumn .box:nth-child(n+2) .image img {
	width: 120px;
	height: 100px;
	object-fit: cover;
}
.featureColumn .box:nth-child(n+2) .text {
	margin: 0 0 0 127px;
}
.featureColumn .box:nth-child(n+2) .text .title {
	margin: 0 0 .5em 0;
	font-size: 108%;
	font-weight: bold;
}
.featureColumn .box:nth-child(n+2) .text .title h2 {
	line-height: 1.3em;
	font-weight: bold;
}
.featureColumn .box:nth-child(n+2) .text .title a {
	color: #fff;
}
.featureColumn .box:nth-child(n+2) .text .subtitle {
	margin: 0 0 .5em 0;
	color: #fff;
}
.featureColumn .box:nth-child(n+2) .text .author {
/*	position: absolute;*/
	bottom: 0;
/*	margin: 0 0 0 127px;*/
	padding: 0;
	color: #fff;
}
.featureColumn .box:nth-child(n+2) .text .author a {
	color: #fff;
}
.featureColumn .box .pr {
	float: right;
	margin-top: -1.6em;
	padding: 1px 4px;
	background: #7D0864;
	color: #fff;
	font-size: 85%;
}

/* recommendColumn
------------------------------------------------------------ */

.recommendHeader h2 {
	padding: 10px 20px;
	background: #333;
	font-weight: 700;
	color: #fff;
}
.recommendFooter {
	padding: 10px 20px;
	background: #333;
	text-align: center;
}
.recommendFooter a {
	padding: 2px 10px;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
}

.recommendColumn {
	margin: 0 0 30px 0;
}
.recommendColumn .box {
	width: 100%;
	position: relative;
}
.recommendColumn .box .image {
	flex-basis: 720px;
	height: 320px;
	background: #fff;
}
.recommendColumn .box .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recommendColumn .box .text {
  position: absolute;
  /* other styles (left, top, right, and padding) */
  width: 100%;
  padding: 20px 30px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
  -webkit-backdrop-filter: blur(10px); /* ぼかしエフェクト */
  backdrop-filter: blur(10px);
}
.recommendColumn .box .title {
/*	min-height: 2.6em;*/
	margin: 0 0 .3em 0;
	font-size: 131%;
	line-height: 1.3em;
	font-weight: bold;
}
.recommendColumn .box .title h2 {
	line-height: 1.3em;
	font-weight: 700;
}
.recommendColumn .box .title a {
	color: #fff;
}
.recommendColumn .box .subtitle {
	color: #fff;
}
.recommendColumn .excerpt {
	font-size: 93%;
	line-height: 1.3em;
	color: #fff;
}
.recommendColumn .author {
/*	margin: 0 0 15px 0;*/
	font-size: 93%;
	line-height: 1.3em;
	color: #fff;
}
.recommendColumn .box .author a {
	color: #fff;
}
.recommendColumn .date {
	color: #fff;
}
.recommendColumn .box .pr {
	position: absolute;
	right: 30px;
	margin-top: -1.6em;
	padding: 1px 4px;
	background: #7D0864;
	color: #fff;
	font-size: 85%;
}

/* oneColumn
------------------------------------------------------------ */

.oneColumn {

}
.oneColumn .box {
/*	height:auto;*/
/*	float: left;*/
	display:inline-block;
	vertical-align:top;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #ccc;
}
.oneColumn .box .image {
	float: left;
	margin: 0 10px 0 0;
}
.oneColumn .box .image img {
	width: 160px;
	height: 100px;
	object-fit: cover;
}
.oneColumn .box .title {
	min-height: 1.3em;
	margin: 0 0 .2em 0;
	font-size: 123.1%;
	line-height: 1.3em;
}
.oneColumn .excerpt {
	font-size: 93%;
	line-height: 1.3em;
	color: #666;
}
.oneColumn .author {
	margin: 0 0 1em 0;
	font-size: 93%;
	line-height: 1.3em;
	color: #999;
}
.oneColumn .box .author a {
	color: #999;
}
.oneColumn .date {
	color: #999;
}
.oneColumn .box .pr {
	float: right;
	margin-top: -1.3em;
	padding: 1px 4px;
	background: #06c;
	color: #fff;
	font-size: 85%;
}

/* twoColumns box
------------------------------------------------------------ */

.twoColumns {
	margin: 0 0 10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.twoColumns .box {
/*	height:auto;*/
/*	float: left;*/
	display:inline-block;
	vertical-align:top;
	width: 345px;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	letter-spacing: normal;
}
.twoColumns .box:nth-child(even) {
/*	margin-left: 30px;*/
}
.twoColumns .box .image {
	margin: 0 0 5px 0;

}
.twoColumns .box .image img {
	width: 345px;
	height: 180px;
	object-fit: cover;
}

.twoColumns .box .text {

}
.twoColumns .box .subtitle {
	color: #888;
	font-size: 100%;
	line-height: 1.3em;
	margin: 0 0 .3em 0;
}

.twoColumns .box .title {
	min-height: 2.6em;
	margin: 0 0 .3em 0;
	font-size: 131%;
	line-height: 1.3em;
	font-weight: bold;
}
.twoColumns .box .title h2 {
	line-height: 1.3em;
	font-weight: bold;
}
.twoColumns .box .title h3 {
	line-height: 1.3em;
	font-weight: bold;
}

.twoColumns .box .author {
	font-size: 93%;
	line-height: 1.3em;
	color: #888;
}
.twoColumns .box .author a {
	color: #888;
}
.twoColumns .box .pr {
	float: right;
	margin-top: -1.6em;
	padding: 1px 4px;
	background: #7D0864;
	color: #fff;
	font-size: 85%;
}

/* threeColumns box
------------------------------------------------------------ */

.threeColumns,
.fourColumns {
	margin: 0 0 10px 0;
}
.threeColumns .box {
/*	height:auto;*/
/*	float: left;*/
  display:inline-block;
  vertical-align:top;
	width: 220px;
	margin: 0 20px 20px 0;
}
.threeColumns .box .title {
	min-height: 2.6em;
	margin: 0 0 .2em 0;
	font-size: 123.1%;
	line-height: 1.3em;
}
.threeColumns .box .category a,
.threeColumns .box .author a {
	font-size: 93%;
	line-height: 1.3em;
	color: #999;
}
.threeColumns .box .date {
	font-size: 77%;
	line-height: 1.3em;
	color: #999;
}
.threeColumns .box .pr {
	position: relative;
	float: right;
	margin-top: -1.2em;
	padding: 1px 4px;
	background: #06c;
	color: #fff;
	font-size: 100%;
	z-index: 1;
}

/* fourColumns box
------------------------------------------------------------ */

.fourColumns .box {
/*	height:auto;*/
/*	float: left;*/
	display:inline-block;
	vertical-align:top;
	width: 160px;
	margin: 0 20px 20px 0;
}
.fourColumns .box .title {
	min-height: 2.6em;
	margin: 0 0 .2em 0;
	font-size: 93%;
	line-height: 1.4em;
}
.fourColumns .box .date,
.fourColumns .box .author a {
	font-size: 85%;
	line-height: 1.4em;
	color: #999;
}
.fourColumns .box .pr {
	position: relative;
	float: right;
	margin-top: -1.5em;
	padding: 1px 4px;
	background: #06c;
	color: #fff;
	font-size: 85%;
	z-index: 1;
}

/* twoColumnsCategory
------------------------------------------------------------ */

.twoColumnsCategory {

}
.twoColumnsCategory .box {
/*	height:auto;*/
/*	float: left;*/
	display:inline-block;
	vertical-align:top;
	width: 318px;
	margin: 0 20px 20px 0;
	padding: 10px 10px 10px 10px;
	border: 1px solid #e0e0e0;
}
.twoColumnsCategory .boxHeader {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e0e0e0;
}
.twoColumnsCategory h3 {
}
.twoColumnsCategory .boxHeader span {
	display: block;
	text-align: right;
	margin-top: -1.2em;
	font-size: 85%;
}
.twoColumnsCategory ul {

}
.twoColumnsCategory ul li {
	margin: 0 0 10px 0;
}
.twoColumnsCategory .box .title {
	display: block;
	margin: 0 0 5px 0;
	line-height: 1.3;

}
.twoColumnsCategory .box .author {
	font-size: 93%;
}
.twoColumnsCategory .box .author a {
	color: #999;
}
.twoColumnsCategory .box .pr {
	position: relative;
	float: right;
	padding: 2px 3px;
	border: 1px solid #e0e0e0;
	font-size: 85%;
	color: #999;
}


/* recommendLink
------------------------------------------------------------ */

.recommendLink {
	margin: 0 0 20px 0;
}
.recommendLink .box {
/*	height:auto;*/
/*	float: left;*/
	display:inline-block;
	vertical-align:top;
	width: 100%;
	margin: 0 0 20px 0;
/*	padding: 0 0 15px 0;*/
}
.recommendLink .box .image {
	float: right;
	margin: 0 0 0 10px;
}
.recommendLink .box .image img {
	width: 100px;
	height: 60px;
	object-fit: cover;
}
.recommendLink .box .title {
	min-height: 1.3em;
	margin: 0 0 .2em 0;
	font-size: 108%;
	line-height: 1.3em;
}
.recommendLink .box .title h2 {
	line-height: 1.3em;
}
.recommendLink .excerpt {
	font-size: 93%;
	line-height: 1.3em;
	color: #666;
}
.recommendLink .author {
	margin: 0 0 1em 0;
	font-size: 85%;
	line-height: 1.3em;
	color: #999;
}
.recommendLink .box .author a {
	color: #999;
}
.recommendLink .date {
	color: #999;
}
.recommendLink .box .pr {
	float: right;
	margin-top: -1.3em;
	padding: 1px 4px;
	background: #06c;
	color: #fff;
	font-size: 85%;
}

/* archiveFeature
------------------------------------------------------------ */

.archiveFeature {
	margin: 0 0 20px 0;
}
.archiveFeature .box {
/*	height:auto;*/
/*	float: left;*/
	display:inline-block;
	vertical-align:top;
	width: 100%;
	margin: 0 0 20px 0;
/*	padding: 0 0 15px 0;*/
}
.archiveFeature .box .image {
/*	float: right;*/
	margin: 0 0 10px 0;
}
.archiveFeature .box .image img {
	width: 300px;
	height: 160px;
	object-fit: cover;
}
.archiveFeature .box .title {
	min-height: 1.3em;
	margin: 0 0 .2em 0;
	font-size: 108%;
	line-height: 1.3em;
}
.archiveFeature .box .title h2 {
	line-height: 1.3em;
}
.archiveFeature .excerpt {
	font-size: 93%;
	line-height: 1.3em;
	color: #666;
}
.archiveFeature .author {
	margin: 0 0 1em 0;
	font-size: 85%;
	line-height: 1.3em;
	color: #999;
}
.archiveFeature .box .author a {
	color: #999;
}
.archiveFeature .date {
	color: #999;
}
.archiveFeature .box .pr {
	float: right;
	margin-top: -1.3em;
	padding: 1px 4px;
	background: #06c;
	color: #fff;
	font-size: 85%;
}



/* #main banner
------------------------------------------------------------ */

#main .banner {
	margin: 0 0 40px 0;
	text-align: center;
}
.bannerFirst {
	float: left;
	margin: 0 40px 0 30px;
}
.bannerSecond {

}
.bannerAd {
	margin: 0 0 30px 0;
	text-align: center;
}

#main .bannerMainbottom {
	width: 700px;
}

/* archive
------------------------------------------------------------ */

#sub .archive .header {
	min-height: 20px;
	margin: 0 0 10px 0;
}
.archive .section {
	margin: 0 0 20px 0;
	padding: 10px 10px 0 10px;
/*	border: 1px solid #ccc;*/
}


/* link
------------------------------------------------------------ */
.link .section {
	margin: 0 0 20px 0;
	padding: 10px 10px 0 10px;
	border: 1px solid #ccc;
	background: #f0f0f0;
}
.link img {
/*	float: left;*/
	margin: 0 10px 10px 0;
}
.link .title {
	display: block;
	line-height: 1.4;
}
.link ul {

}
.link li {
	min-height: 70px;
	margin: 0 0 10px 0;
	border: none;
}


/* information
------------------------------------------------------------ */
#sub .information .header {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	border-left: 3px solid #666;
}
#sub .information .header h2 {
	font-size: 108%;
	font-weight: bold;
}
.information .section {
	margin: 0 0 20px 0;
	padding: 10px 10px 0 10px;
	border: 3px solid #ccc;
}
.information img {
	float: left;
	margin: 0 10px 10px 0;
}
.information .title {
	display: block;
	line-height: 1.4;
	font-size: 108%;
}
.information ul {

}
.information li {
	min-height: 60px;
	margin: 0 0 10px 0;
	border: none;
}


/* ranking
------------------------------------------------------------ */

#tab {
	background: #FF8484;
}
#tab {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
}

#tab li {
	width: 100%;
	padding: 10px 0;
	list-style: none;
	cursor: pointer;
	background: #7D0864;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
#tab li.select {
	background: #D40052;
}
#tab li.third {
  
}
.disnon {
  display: none;
}

.rankingWrapper .section {
	margin: 0 0 20px 0;
	padding: 20px 15px;
	background: #f0f0f0;
}
.ranking {
    counter-reset: ranking;
}
.rankingWrapper ul.ranking {
	list-style: none;
	padding-left: 1em;
}
.ranking li {
	position: relative;
	line-height: 1.4;
	margin-bottom: 15px;
	padding-left: 1.5em;
}
.ranking li:last-child {
	position: relative;
	line-height: 1.4;
	margin-bottom: 0;
	padding-left: 1.5em;
}
.ranking li:before {
	position: absolute;
    content: counter(ranking, decimal);
    counter-increment: ranking;
	font-size: 138.5%;
	padding: 2px 7px;
/*	background: #D40052;*/
	font-weight: bold;
	color: #D40052;
	left: -1em;
}
.ranking li:nth-child(n+4):before {
	color: #999;
}
.ranking li:nth-child(10):before {
	position: absolute;
    content: counter(ranking, decimal);
    counter-increment: ranking;
	padding: 2px 4px;
/*	background: #D40052;*/
	font-weight: bold;
	left: -1em;
}
.ranking .image {
	float: right;
}
.ranking .image img {
	width: 50px;
	height: 50px;
	margin: 0 0 0 5px;
	object-fit: cover;
}
.ranking .title {
	display: block;
	font-size: 108%;
/*	font-weight: 700;*/
}
.ranking .author a {
	color: #999;
	font-size: 85%;
}

/* sub装飾（サブカラム）
------------------------------------------------------------ */

#sub .header {
	min-height: 20px;
	margin: 0 0 10px 0;
}
#sub .header h2 {
	font-size: 138.5%;
	font-weight: 700;
}
#sub p {
	line-height: 1.5;
}
#sub .newsletter {
	margin: 0 0 20px 0;
	padding: 20px;
/*	border: 1px solid #f0f0f0;*/
	background: #f0f0f0;
}
#sub .newsletter h2 {
	margin: 0 0 1em 0;
	font-size: 138.5%;
	font-weight: 700;
}
#sub .newsletter p {
	margin: 0 0 1em 0;
	font-size: 123.1%;
}
#sub .newsletter a {
	margin: 0;
	font-size: 138.5%;
	color: #D40052;
}
#sub .newsletter i {
	margin: 0;
	font-size: 123.1%;
}


/* subSection装飾
------------------------------------------------------------ */
.subSection {
	width: 300px;
	margin: 0 0 20px 0;
}
#sub .banner {
	margin: 0 0 20px 0;
}

/* select装飾
------------------------------------------------------------ */
#sub select {
    position: relative;
    width: 100%;
    padding: 5px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e0e0e0;
    background: #eee;
    background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
    background: #f9f9f9;
}
#sub option {
    padding: 1px 10px;
}
#sub .archive .selectGroup  {
    position: relative;
}
#sub .archive .selectGroup:after {
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;

    width: 0;
    height: 0;
    margin: auto;

    content: '';

    border-top: 6px solid #999;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

/* フッター装飾
------------------------------------------------------------ */

#footerWrapper {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 30px 0 0 0;
	background: linear-gradient(to right, #D40052, #7D0864);
/*	background: #7D0864;*/
}
#footer {
	min-height: 240px;
	_height: 240px;
	margin: 0;
	padding: 0 0 0 0;

}
#footerInner {
	width: 1040px;
	margin: 0 auto;
	padding: 30px 10px 0 10px;
	color: #666;
	font-size: 93%;
}
#footer h2{
	color: #fff;
}
#footer p {
	margin-bottom: .5em;
	color: #fff;
	font-weight: bold;
	font-size: 116%;
}
#footer p.support {
	color: #f30000;
}
#footer ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#footer li {
	margin: 0 0 .3em 0;
	padding: 0;
	line-height: 1.5;
}
#footer li a {
	margin: 0;
	padding: 0;
	color: #fff;
}
.footerList {
	clear: both;
	width: 480px;
	margin: 0 auto;
}
.footerList .footerListInner {
	clear: both;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;	
}
.footerList ul.footerListInner li {
	display: inline-block;
}
.footerNewsletter {
	text-align: center;
}
.footerNewsletter i {
	font-size:35px;
}
#footer ul.footerNewsletterInner {
	margin: 0 0 30px 0;
}
.footerNewsletter ul.footerNewsletterInner li {
/*	display: inline-block;*/
}
.footerNewsletter .footerNewsletterInner {

}

#copyright {
	clear: both;
	padding: 30px 0 10px 0;
	text-align: center;
	color: #fff;
/*	position: absolute;
	bottom: 0;
	margin: 0 auto;
	width: 100%;*/
}
#copyright {
	font-size: 96%;
	font-weight: normal;
}
#copyright a {
	color: #fff;
}

.snsList {
	width:345px;
	margin: 0 auto;
}
/* ボタン全体 */
.flowbtn10{
display:inline-block;
font-size:35px;
text-decoration:none;
transition:.5s;
color:#fff;
}
a.flowbtn10 {
color:#fff;
}
/* インスタ・pocket・ラインだけ少し大きく */
.flowbtn10 .fa-instagram,.flowbtn10 .fa-get-pocket,.flowbtn10 .fa-get-pocket,.flowbtn10 .fa-line{
font-size:38px;
}
/* Twitterマウスホバー時 */
.flowbtn10 .fa-twitter:hover{
color:#55acee;
}
/* Instagramマウスホバー時 */
.flowbtn10 .fa-instagram:hover{
color:#c6529a;
}
/* Facebookマウスホバー時 */
.flowbtn10 .fa-facebook-f:hover{
color:#3b5998;
}
/* Feedlyマウスホバー時 */
.flowbtn10 .fa-rss:hover{
color:#6cc655;
}
/* Pocketマウスホバー時 */
.flowbtn10 .fa-get-pocket:hover{
color:#ef3f56;
}
/* はてブマウスホバー時 */
.flowbtn10 .fa-bold:hover{
color:#1ba5dc;	
}
/* YouTubeマウスホバー時 */
.flowbtn10 .fa-youtube:hover{
color:#fc0d1c;
}
/* LINEマウスホバー時 */
.flowbtn10 .fa-line:hover{
color:#00c300;
}
/* メールアイコンマウスホバー時 */
.flowbtn10 .fa-envelope:hover{
color:#f3981d;		
}
/* ulタグの内側余白を０にする */
ul.snsbtniti {
padding:0!important;
}
/* アイコン全体の位置 */
.snsbtniti {
clear:both;
display:flex;
flex-flow:row wrap;
justify-content:space-between;	
}
/* アイコン同士の余白 */
.snsbtniti li {
flex:0 0 33%;
text-align:center!important;
}






/* カテゴリー一覧
------------------------------------------------------------ */

.categoryHeader {
	width: 700px;
	margin: 0 0 20px 0;
	padding: 5px 0;
	border-bottom: 1px dotted #e0e0e0;
}
.categoryHeader h3 {
	font-weight: normal;
	font-size: 116%;
}
.categoryHeader a {
	color: #000;
}

.headerWrapper.nft {
	margin: 0;
	box-shadow: 0 4px 4px rgb(0 0 0 / 5%);
    z-index: 1;
}
.headerWrapper.categoryBanner {
	margin: 0;
	box-shadow: 0 4px 4px rgb(0 0 0 / 5%);
    z-index: 1;
}
.categoryVisual {
	display: block;
	width: 100%;
	height: 310px;
	margin: 0 0 30px 0;
}
.categoryVisual.neweconomy {
	min-width: 1060px;
	background: url(img/category_top_neweconomy_1200x310.png) center, linear-gradient(to right, #CDB7C0, #C4B8C1);
/*	background: linear-gradient(to right, #CDB7C0, #C4B8C1) url(img/category_top_neweconomy_1200x310.png) center;*/
}
.categoryVisual.nftanddigitaleconomy {
	min-width: 1060px;
	background: #999 url(img/category_top_nft_1200x310.png) center;
}
.categoryVisual.economicsecurity {
	min-width: 1060px;
	background: #999 url(img/category_top_economicsecurity_1200x310.png) center;
}


/* categoryPost装飾
------------------------------------------------------------ */

.categoryPostBox {
	min-height: 90px;
	_height: 90px;
	margin: 0 0 10px 0;
	padding: 0 10px 10px 10px;
/*	border-bottom: 1px dotted #f0f0f0; */
}
.categoryPostThumb {
	float: left;
}
.categoryPostThumb img {
	margin: 0 10px 10px 0;
	border: 3px solid #f0f0f0;
}
.categoryPostDate {
	color: #666;
	font-size: 85%;
}
.categoryPostTitle {
	font-size: 116%;
	line-height: 1.5;
}
.categoryPostContent p {
	color: #999;
	font-size: 85%;
	line-height: 1.5;
}
.categoryPostCategory {
	font-size: 85%;
}

/* タグ一覧
------------------------------------------------------------ */

.tagTop {
	margin: 0 0 20px 0;
}

/* postPage
------------------------------------------------------------ */
.postPage {
	width: 610px;
	margin: 0 0 0 10px;
	padding: 0 0 40px 0;
}
.postPage h3 {
	margin: 0 0 1em 0;
	line-height: 1.5;
	font-weight: bold;
	font-size: 182%;
}
.postPage h4 {
	margin: 0 0 1em 0;
	padding: 0 0 0 10px;
	border-left: 10px solid #f6a900;
	border-bottom: 1px dotted #f6a900;
	line-height: 1.5;
	font-weight: bold;
	font-size: 138.5%;
}
.postPage h5 {
	margin: 0 0 1em 0;
	line-height: 1.5;
	font-weight: bold;
	font-size: 116%;
}
.postPage p {
	margin: 0 10px 1.8em 20px;
	line-height: 1.8;
	font-size: 116%;
}
.postPage a {
	text-decoration: underline;
}
.postPage a:hover {
	text-decoration: none;
}
.postPage ul,
.postPage ol {
	margin: 0 0 1.5em 40px;
}
.postPage li {
	list-style: disc;
	line-height: 1.5;
}
.postPage blockquote {
	margin: 0 0 1.5em 20px;
	padding: 5px;
	border: 1px dotted #ccc;
}
.postPage dl {
}
.postPage dt {
	line-height: 1.5;
}
.postPage dd {
	line-height: 1.5;
}


/* article
------------------------------------------------------------ */

.article {
	width: 720px;
	margin: 0 0 0 0;
	padding: 0 0 30px 0;
}
.article .title {
	clear: both;
	margin: 0 0 30px 0;
}
.article .title h1 {
	margin: 0 0 .3em 0;
	line-height: 1.3;
	font-size: 1.8rem;
	font-weight: 700;
}
.page .article .title h1 {
	margin: 0 0 2em 0;
}
.article .subtitle {
	margin: 0 0 1em 0;
	line-height: 1.3;
	font-size: 138.5%;
	color: #888;
	font-weight: 700;
}
.article p {
	margin: 0 0 1.8em 0;
	line-height: 1.8;
}
.article .function {
	float: right;
}
.article hr {
    clear: both;
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.article .amazon {
    margin: 0 0 10px 0;
}
.article .amazon:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.function .date {
	text-align: right;
	margin: 0 0 5px 0;
	font-size: 108%;
}
.article .sns li {
	float: left;
	margin: 0 0 0 5px;
}

/* seriesNavi
------------------------------------------------------------ */

.article .seriesNavi {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px 0;
}
.article .seriesNavi li {
	flex-grow: 1;
	margin: 0 7px;
	padding: 0;
	font-size: 108%;
	text-align: center;
}
.article .seriesNavi li:first-child {
	margin: 0 7px 0 0;
}
.article .seriesNavi li:last-child {
	margin: 0 0 0 7px;
}
.article .seriesNavi li:after {
	margin: 5px 0 0;
	background-color: #c3c3c3;
	border-radius: 2px;
	content: "";
	display: block;
	height: 1px;
}
.article .seriesNavi li.current {
	flex-grow: 4;
	color: #7D0864;
	font-weight: 700;
}
.article .seriesNavi li.current a {
	color: #7D0864;
}

.article .seriesNavi li.current:after {
	background: linear-gradient(to right, #D40052, #7D0864);
	height: 2px;
}
.article .seriesNavi li a {
	display: block;
	color: #c3c3c3;
}
.article .seriesNavi li:hover a {
	text-decoration: none;
	color: #7D0864;
}
.article .seriesNavi li:hover:after {
	background: linear-gradient(to right, #D40052, #7D0864);
}

/* categoryList
------------------------------------------------------------ */

.article .categoryList {
	margin: 0 0 15px 0;
}
.article .categoryList li {
	float: left;
	margin: 0 5px 0 0;
}
.article .categoryList a {
	display: block;
	padding: .5em 1em;
	background: #7D0864;
	color: #fff;
	font-size: 85%;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}


.article .tag {
	margin: 0 0 20px 0;
}
.articleRecommend {
	width: 720px;
	margin: 0 0 30px 0;
}

.articleContent {
	clear: both;
	padding: 0 20px 0px 20px;
}
.articleContent {
	margin: 0 0 1.8em 0;
	line-height: 1.8;
	font-size: 123.1%;
}
.articleContent strong {
	font-weight: bold;
}
.articleContent a {
	color: #06c;
	text-decoration: underline;
}
.articleContent a:hover {
	text-decoration: none;
}
.articleContent h1 {
	margin: 0 0 1em 0;
	padding: 0 0 0 15px;
	border-left: 5px solid #7D0864;
	line-height: 1.3;
	font-size: 161.6%;
	font-weight: bold;
}
.articleContent h2 {
	margin: 1.5em 0 1em 0;
	padding: 0 0 0 15px;
	border-left: 5px solid #7D0864;
	line-height: 1.3;
	font-size: 153.9%;
	font-weight: bold;
}
.articleContent h3 {
	clear: both;
	margin: 1.5em 0 1em 0;
	padding: 0 0 0 15px;
	border-left: 5px solid #7D0864;
	line-height: 1.3;
	font-size: 138.5%;
	font-weight: bold;
}
.articleContent h4 {
	clear: both;
	margin: 0 0 1em 0;
	padding: 0 0 0 15px;
	border-left: 5px solid #7D0864;
	line-height: 1.3;
	font-size: 123.1%;
	font-weight: bold;
}
.articleContent h5 {
	clear: both;
	margin: 0 0 1em 0;
	padding: 0 0 0 15px;
	border-left: 5px solid #7D0864;
	line-height: 1.3;
	font-size: 116%;
	font-weight: bold;
}
.articleContent h6 {
	clear: both;
	margin: 0 0 1em 0;
	padding: 0 0 0 15px;
	border-left: 5px solid #7D0864;
	line-height: 1.3;
	font-size: 100%;
	font-weight: bold;
}
.articleContent ul,
.articleContent ol {
	margin: 0 0 1.5em 2em;
/*	font-size: 116%;*/
}
.articleContent ul li {
	margin: 0 0 1em 0;
	list-style: disc;
	line-height: 1.7;
}
.articleContent ol li {
	margin: 0 0 1em 0;
	list-style: decimal;
	line-height: 1.7;
}
.articleContent dl {
	margin: 0 0 1.5em 1em;
/*	font-size: 116%;*/
}
.articleContent dt {
	margin: 0 0 .5em 0;
	line-height: 1.5;
}
.articleContent dd {
	margin: 0 0 .5em 2em;
	line-height: 1.5;
}
.articleContent blockquote p{
	margin: 0 0 1.5em 0;
}
.articleContent blockquote{
	clear: both;
	background-color: #eee;
	margin: 0 20px 2em 20px;
	padding: 3em 2em 2em 2em;
	position: relative;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.articleContent blockquote:before{
	content: "“";
	font-size: 700%;
	line-height: 1em;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	color: #ccc;
	position: absolute;
	left: 5px;
	top: 5px;
}
.articleContent blockquote:after{
	content: "”";
	font-size: 700%;
	line-height: 0em;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	color: #ccc;
	position: absolute;
	right: 5px;
	bottom: 0;
}
.articleContent table {
	margin: 0 0 2em 0;
}
.articleContent table tr {
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}
.articleContent table td {
	padding: 5px;
	border-right:solid 1px #ddd;
	border-left:solid 1px #ddd;
}

.articleContent .ap_container {
	margin-bottom: 2.5em;
}

.articleSummaryWrapper {
	margin: 10px 10px 40px 10px;
	padding: 10px 20px;
	background: #f3f3f3;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.articleSummary {
position:relative;
margin:1em 0 2em;
padding:32px 0 0 0;
}
.articleSummary::before{
content:'サマリー';
position:absolute;
top:0;
left:0;
display:inline-block;
background:#7D0864;
color:#fff;
font-size:85%;
font-weight:bold;
line-height:20px;
padding:0 10px;
height:20px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.articleSummary::after{
content:'';
position:absolute;
top:20px;
left:42px;
border-top:10px solid #7D0864;
border-left:8px solid transparent;
}
.articleSummary ul{
list-style-type:none;
margin:0 0 0 1.5em;
padding:0 0 0 0;
}
.articleSummary li{
display:flex;
align-items:baseline;
margin:0.8em 0;
font-size: 123.1%;
}
.articleSummary li::before{
content:'\f00c';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
color:#7D0864;
margin-right:1em;
}
.articleSummary p:empty{
display:none;
}

.article .newsletter {
	margin: 0 0 20px 0;
	padding: 20px;
/*	border: 1px solid #f0f0f0;*/
	background: #f0f0f0;
}
.article .newsletter p {
	margin: 0 0 1em 0;
	font-size: 116%;
}
.article .newsletter a {
	margin: 0;
	font-size: 116%;
	color: #D40052;
}
.article .newsletter i {
	margin: 0;
	font-size: 116%;
}

.article input {
	display: inline-block;
}
.article .formText {
    height: 2.4em;
/*    width: 100%;*/
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.article .formText:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
.article .formSubmit {
    display: inline-block;
/*    width: 100%;*/
    padding: 3px 20px;
    border: none;
    border-radius: 4px;
    background-color: #D40052;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
}
.article .formSubmit:focus {
    outline: 0;
    background-color: #D40052;
    border: 2px solid rgb(33, 150, 243);
}

/* authorInfo
------------------------------------------------------------ */
.articleTop {

}
.articleTop .authorInfo {
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
}
.articleTop .authorAvatar {
	float: left;
}
.articleTop .authorAvatar img {
	width: 40px;
	height: 40px;
}
.articleTop .author {
	margin: 0 0 0 55px;
	line-height: 1.4;
	font-size: 116%;
}
.articleTop .profile {
	margin: 0 0 0 55px;
	line-height: 1.4;
	font-size: 85%;
}

.articleBottom {
	margin: 0 0 20px 0;
}
.articleBottom .authorInfo {
	min-height: 90px;
	padding: 15px;
	background: #f0f0f0;
}
.articleBottom .authorAvatar {
	float: left;
}
.articleBottom .authorProfile {
	margin: 0 0 0 75px;
	line-height: 1.4;
}
.articleBottom .author {
	font-size: 108%;
}
.articleBottom .profile {
	margin: 0 0 .5em 0;
	color: #666;
	font-size: 93%;
}
.articleBottom .authorPage {
	text-align: right;
}


.authorInfoArchive {
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 10px;
	min-height: 140px;
	_height: 140px;
	border: 1px solid #f0f0f0;
}
.authorInfoArchive .avatar {
	float: left;
	margin: 0 10px 0 0;
}
.authorInfoArchive .avatar img {
	object-fit: cover;
}	
.authorInfoArchive .name {
	margin: 0 0 .5em 0;
}
.authorInfoArchive .name h1 {
	font-size: 138.5%;
	font-weight: 700;
}

.authorBusinesstitle {
	margin: 0 0 0 140px;
}
.authorBusinesstitle .description {
	margin: 0 0 10px 0;
	line-height: 1.5;
}
.authorBusinesstitle a {
	color: #06c;
}

/* 投稿ページ内、テキスト回り込み
------------------------------------------------------------ */

.article figure {
	margin: 0 0 1.8em 0;
	line-height: 1.8;
}

p img,
figure img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
p img.aligncenter,
figure img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 0;
	margin: 0 0 2px 15px;
	display: inline;
}
img.alignleft {
	padding: 0;
	margin: 0 15px 2px 0;
	display: inline;
}
.alignright img {
	padding: 0;
	margin: 0 0 2px 15px;
	display: inline;
}
.alignleft img {
	padding: 0;
	margin: 0 15px 2px 0;
	display: inline;
}
.alignright {
	float: right;
	margin: 0 0 0 15px;
}
.alignleft {
	float: left;
	margin: 0 15px 0 0;
}
.aligncenter {
	margin: 0 auto;
}
p.wp-caption-text,
figcaption.wp-caption-text {
	color: #666;
	font-size: 93%;
	line-height: 1.6;
}
.alignright p.wp-caption-text,
.alignright figcaption.wp-caption-text {
	padding: 0 0 2px 20px;
}
.alignleft p.wp-caption-text,
.alignleft figcaption.wp-caption-text
 {
	padding: 0 20px 2px 0;
}

/* ページナビゲーション　wp-pagenavi(wp-content/plugins/wp-pagenavi/pagenavi-css.css)
------------------------------------------------------------ */

.wp-pagenavi {/* 全体 */
    margin: 20px 0;
    font-size: 12px;
	text-align: center;
}
.wp-pagenavi a {/* フォント色 */
    color: #4a4a4a;
}
.pages {/* 左の表記 */
    margin-right: 20px;
}
.wp-pagenavi .current,
.wp-pagenavi a.page {/* ボタン */
    margin: 0 6px 6px 0;
    display: inline-block;
    border: solid 1px #eee;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}
.wp-pagenavi .current {/* カレント数字 */
    border: none;
    background: #7D0864;
    color: #fff;
}
.wp-pagenavi a.page:hover {/* マウスオーバー */
    background: #D40052;
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {/* ... */
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {/* 記号の削除 */
    display: none;
}

/* web-logo-font
------------------------------------------------------------ */
.share {
	width: 100%;
	text-align:center;
	margin: 0 0 8% 0;
}
.share ul {
	width: 100%;
	font-family: sans-serif;
	table-layout: fixed;
	text-align: center;
}
ul.web-logo-font li {
	float: left;
	display: table-cell;
	width: 25%;
	border-radius: 5px;
	vertical-align: middle;
}
ul.web-logo-font li a {
	display: block;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 5px 10px;
}
ul.web-logo-font li a:hover {
/*  opacity: 0.6;*/
}
.snsText {
	display: block;
	font-size: 77%;
}
/* ツイッター */
.icon-twitter,
.icon-facebook,
.icon-hatena,
.icon-line,
.icon-pocket {
	font-size: 123.1%;
}
.share .twitter-btn-icon  {
	background:#ccc;
/*	background:#00acee;*/
}
.share .twitter-btn-icon a:hover {
	background:#ccc;
/*	background:#0092ca;*/
}
/* Facebook */
.share .facebook-btn-icon  {
	background:#ccc;
/*	background:#3b5998;*/
}
.share .facebook-btn-icon a:hover {
	background:#ccc;
/*	background:#2c4373;*/
}
/* はてぶ */
.share .hatena-btn-icon  {
	background:#ccc;
/*	background:#5d8ac1;*/
}
.share .hatena-btn-icon a:hover {
	background:#ccc;
/*	background:#43638b;*/
}
/* LINE */
.share .line-btn-icon  {
	background:#ccc;
/*	background:#25af00;*/
}
.share .line-btn-icon a:hover {
	background:#ccc;
/*	background:#219900;*/
}
/* pocket */
.share .pocket-btn-icon  {
	background:#ccc;
/*	background:#ee4056;*/
}
.share .pocket-btn-icon a:hover {
	background:#ccc;
/*	background:#ee4056;*/
}


/* Clear Floated Elements
------------------------------------------------------------ */

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* clearfixハック
------------------------------------------------------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* more
------------------------------------------------------------ */
.more {
	clear: both;
	display: block;
	text-align: center;
}
.more a {
    display: inline-block;
    width: 200px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    font-weight:bold;
    outline: none;
    position: relative;
    background-color: #1abc9c;
    border-radius: 4px;
    color: #fff;
    line-height: 40px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #0e8c73;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.more a::before,
.more a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.more a,
.more a::before,
.more a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.more a:hover {
    background-color: #31c8aa;
    box-shadow: 0 3px 0 #23a188;
}
.more a:active {
    top: 3px;
    box-shadow: none;
}




/* ソーシャルブックマーク */
.article ul.block_sns_bookmark {
    margin: 20px 10px;
    text-align: center;
}
.article ul.block_sns_bookmark li {
   box-sizing: border-box;
   display: inline-block;
   vertical-align: middle;
   width: 24%;
	 margin-right: 1%;
	 text-align: center;
/*	 height: 66px;*/
	 margin-bottom: 10px;
	 border-radius: 5px;
}
.article ul.block_sns_bookmark li.tw_btn_bottom{
   box-sizing: border-box;
   display: inline-block;
   vertical-align: middle;
   width: 48%;
	 /*margin-left: 2%;*/
	 text-align: center;
/*	 height: 66px;*/
	 margin-bottom: 10px;
	 border-radius: 5px;
}
.article ul.block_sns_bookmark li.fb_btn_bottom{
   box-sizing: border-box;
   display: inline-block;
   vertical-align: middle;
   width: 48%;
	 margin-right: 2%;
	 text-align: center;
/*	 height: 66px;*/
	 margin-bottom: 10px;
	 border-radius: 5px;
}
.article ul.block_sns_bookmark li.last {
	 margin-right: 0%;
}
.article ul.block_sns_bookmark li img {
    height: auto;
    vertical-align: middle;
    width: 35px;
}
ul.block_sns_bookmark li > a {
    display: block;
/*    height: 66px;*/
    line-height: 54px;
}
ul.block_sns_bookmark li > a:hover {
    text-decoration: none;
}
ul.block_sns_bookmark li:hover {
	filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
	transition: all 0.5s;
}
ul.block_sns_bookmark li > a span{
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	margin-left:5px;
	letter-spacing:1px;
}
ul.block_sns_bookmark li.hatena_btn {
    background-color: #0291dd;
}
ul.block_sns_bookmark li.poket_btn {
    background-color: #e64141;
}
ul.block_sns_bookmark li.tw_btn,ul.block_sns_bookmark li.tw_btn_bottom{
    background-color: #00acec;
}
ul.block_sns_bookmark li.fb_btn,ul.block_sns_bookmark li.fb_btn_bottom{
    background-color: #3b589e;
}
ul.block_sns_bookmark li.like_btn {
	padding-top: 2px;
}

.snsBottom {
/*	min-height: 56px;
	_height: 56px;*/
	margin: 0 0 20px 0;
	padding: 15px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	background: #f6f6f6;
/*	text-align: center;*/
}
.snsBottomLeft {
	float: left;
	width: 330px;
	font-size: 123.1%;
}
.snsBottomLeft img {
/*	vertical-align: middle;
	margin: 0 10px 0 0;
	border: 3px solid #fff;*/
}
.snsBottomLeft:after {
	font-family: 'FontAwesome';
	content: "\f054";
	color: #ccc;
	padding: 0 0 0 20px;
}
.snsBottomRight {
	text-align: right;
}
