@charset "utf-8";

/*
Theme Name: gush5
Theme URI: http://wp-gush.com/gush5/
Description: レスポンシブwebデザインテーマ
Version: 0.4.0
Author: Ellora
Author URI: https://naifix.com/
*/

/*--------------------------------------
  リセット
--------------------------------------*/
@media screen and (max-width : 480px){

html,
body {
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

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, menu, nav,
output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}

audio, canvas, video {
	display: inline-block;
}

a {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}

button {
	font-size: 100%;
}

.clear {
	clear: both;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

input,
textarea {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
}

caption,
th {
    text-align: left;
}

a:focus {
	outline:none;
}

pre {
	overflow: auto;
	margin: 24px 0;
}

iframe { max-width: 100%; }

/*--------------------------------------
  文字装飾など
--------------------------------------*/
p {
	margin-bottom: 2.2em;
	text-align: left;
}
code,
kbd {
	border-radius: 4px;
	padding : 0.1em 0.3em;
	margin: 0 0.2em;
	background-color: #efefef;
	border: 1px solid #ddd;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 90%;
}
.ss {
	font-size: 70%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}

.futo {
	font-weight: bold;
}
.futoaka {
	font-weight: bold;
	color: #b22222;
}
.futomido {
	font-weight: bold;
	color: #149b14;
}

strong { font-weight: bold; }

.article-inner strong.pinkmarker {
	margin: auto .2em;
	background: linear-gradient(transparent 60%, #ffc6fa 60%);
	background: -webkit-linear-gradient(transparent 60%, #ffc6fa 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#fff), color-stop(60%,#ffc6fa));
}

em {
	font-style: italic;
	font-weight: bold;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 80%;
}
 
sup {
	bottom: 1ex;
}
 
sub {
	top: .5ex;
}

.ref {
	background-color: #30b209;
	margin-right: 1em;
	padding: .2em .6em;
	color: #fff;
	border-radius: 2px;
	float: left;
	overflow: hidden;
}
/*--------------------------------------
  ボックス
--------------------------------------*/
.gray_box {
	width: 90%;
	margin: 2em auto;
	padding: 1em;
	background-color: #f8f8f8;
	overflow: hidden;
	box-shadow: 0 0 1px rgba(0,0,0,.4);
}

.gray_box ul:last-child,
.gray_box ol:last-child,
.gray_box li:last-child,
.gray_box p:last-child {
	margin-bottom: 0;
}

blockquote {
	width: 90%;
	border: 1px solid #aaa;
	margin: 60px auto;
	padding: 1em;
	position: relative;
}

blockquote:before {
	content: "";
	width: 32px;
	height: 32px;
	background-image: url(images/quote.png);
	position: absolute;
	top: -0.8em;
	left: -0.8em;
}

blockquote p:last-child {
	margin-bottom: 0;
}

.crayon-syntax {
	margin-bottom: 36px!important;
}

/*--------------------------------------
  動画レスポンシブ化
  functions.phpで自動処理
---------------------------------------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 24px 0;
	max-width: 100%;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*--------------------------------------
  画像
--------------------------------------*/
img {
	max-width: 100%!important;
	height: auto;
}

.alignright {
	float: right;
	margin: 0 0 0 1.5em;
}
.alignleft {
	float: left;
	margin: 0 1.5em 0 0;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	font-size: 90%;
	color: #555;
}

/*--------------------------------------
  リンク
--------------------------------------*/
a { color: #1a0dab; }

a:hover { color: #ff6819; }

.article-wrap a { text-decoration: underline; }


/*--------------------------------------
  CSSはスマホ・タブレット・PCの順に
  記述しています。
--------------------------------------*/

/*--------------------------------------
  全体定義
--------------------------------------*/
html {
	font-family : Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height : 1;
	color: #333;
}

@media screen and (min-width : 1024px) {
	html {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}

body { background-color: #f2f2f2; }

/*--------------------------------------
  ナビゲーション
--------------------------------------*/
#mobile {
	text-align: right;
}

/* メニューボタン */

.menu-button {
	display: inline-block;
	margin: 0;
	padding: 2px 8px;
	cursor: pointer;
}

.menu-button a {
	color: #888;
	display: block;
}

.head-nav {
	display: none;	
}

.menutxt {
	font-size: 8px;
}

.menu-button i {
	font-size: 36px;
}

.g-navi {
	margin: 1em 0 2em;
}

.g-navi li {
	border-bottom: 1px solid #aaa;
	background-color: #fff;
	padding: 0 .2em;
}

.g-navi li a {
	color: #333;
	display: block;
	padding: 1em 0;
}

.g-navi li a:hover {
	background: #f0f8ff;
}

.head-nav-sns .head-sns {
	display: none;
}

/* アイコン */
.g-navi a:before {
	margin-right: .4em;
	font-family: "FontAwesome";
}
.nav-contact a:before {
	content: "\f128";
}
.nav-about a:before {
	content: "\f129";
}
.nav-sitemap a:before {
	content: "\f041";
}
.nav-mm a:before {
	content: "\f003";
}

/*--------------------------------------
  ブログタイトル下ナビ
--------------------------------------*/
.m-navi {
	background-color: #fff;
	font-size: 80%;
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 1.2;
}

.m-navi li {
	display: block;
	text-align: center;
	width: 50%;
	vertical-align: top;
	float: left;
}

.m-navi li a {
	background: #fff;
	display: block;
	text-decoration: none;
	color: #333;
	padding: .8em .4em;
}

.m-navi li a:hover {
	background: #eee;
}

.pc-navi {
	display: none;
}

/*--------------------------------------
  ヘッダ見出し
--------------------------------------*/
#header {
	text-align: center;
}

.top_title {
	margin-bottom: 0.5em;
	font-size: 1.5em;
}

.top_title a {
	color: #333;
	font-weight: bold;
}

.top_title a:hover {
	color: #1a0dab;
}

.caption {
	color: #888;
	font-size: 12px;
}

.hgroup {
	margin: 16px 0 24px;
}

/*--------------------------------------
  コンテンツメインエリア
--------------------------------------*/
#contents {
	width: 100%;
}

#main,
#main-wide,
#main-narrow {
	background-color: #fff;
	padding: 1.5em 1em .5em;
	width: 100%;
	margin: 0 auto;
}

#main-cat {
	padding: 1.5em 0 0;
	width: 100%;
	margin: 0 auto;
}

/*--------------------------------------
  トップページ通常版（時系列）
--------------------------------------*/
.home_area {
	width: 100%;
	display: table;
}

.home_area a {
	padding: .5em 0;
	display: block;
	color: #333;
}

#rank .home_area a {
	padding: .3em 0;
}

.home_area:hover {
	background: #f0f8ff;
}

/* 投稿日 */
.date-time {
	font-size: .75em;
	line-height: 1;
	margin: 0 1em 0 0;
}

/* カテゴリー名 */
.eb_cat {
	font-size: .8em;
	color: #888;
	line-height: 1;
}

.eb_cat .fa-folder-open-o {
	margin-right: 0.2em;
}

/* 記事サムネイル */
.thumb_box {
	display: table-cell;
	width: 98px;
}

.thumb_box img {
	border: 1px solid #ddd;
	padding: 2px;
	width: 90px;
	height: 90px;
}

/* 記事タイトル */
.entry_box {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	line-height: 1;
	display: table-cell;
	word-break: break-all;
	vertical-align: top;
}

.new_entry_title {
	font-size: 18px;
	line-height: 1.4;
}

/*--------------------------------------
  トップページカテゴリー別
--------------------------------------*/
.top-info-area,
.middle-info-area {
	line-height: 1.5;
	background-color: #fff;
	padding: 1em;
}

.top-info-area ul {
	list-style: square;
	margin-left: 1em;
	font-size: .9em;
}

.middle-info-area ul {
	list-style: disc;
	margin-left: 1em;
	margin-bottom: 2em;
}

.top-info-area li {
	margin-bottom: .4em;
}

.middle-info-area li {
	margin-bottom: .2em;
}

.top-info-area li:last-child,
.middle-info-area li:last-child {
	margin-bottom: 0;
}

.top-info-area h2,
.middle-info-area h2 {
	font-size: 1.1em;
	margin-bottom: 1rem;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
}

.middle-info-area h2 {
	border-bottom: 1px solid #b20982;
}

.top-info-area h2 .fa,
.middle-info-area h2 .fa {
	color: #ffd700;
	font-size: 1.1em;
	margin-right: .5em;
}

.middle-info-area h2 .fa {
	color: #b20982;
}

.top-info-area p,
.middle-info-area p {
	margin-bottom: 2em;
}

.top-info-area p:last-child,
.middle-info-area p:last-child {
	margin-bottom: 0;
}

.top-info-area a,
.middle-info-area a {
	text-decoration: underline;
}


/* 最新・新着記事 */
.top-entry {
	background-color: #fff;
	width: 100%;
	padding: 1em;
	margin-bottom: 2em;
}

.top-entry a {
	color: #333;
}

.brandnew-list {
	margin-bottom: 36px;
}

.latest:hover {
	background: #f0f8ff;
}

.brandnew-list h2,
.new-list h2,
.category-article h2 {
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	margin-bottom: 1em;
	padding-bottom: 0.4em;
	position: relative;
}

.brandnew-list h2:after,
.new-list h2:after,
.category-article h2:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
	content: "";
	width: 33%;
	height: 1px;
	background-color: #191970;
}

.latest-ttl {
	line-height: 1.4;
	margin-bottom: 1em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}

.latest-ttl h3 {
	font-size: 18px;
}

.latest-thumb {
	width: 100%;
}

.latest-thumb img {
	border: 1px solid #ddd;
	padding: 2px;
	width: 600px;
}

.new-list {
	margin-bottom: 48px;
}

/* カテゴリー別 */
.category-article {
	background-color: #fff;
	margin-bottom: 2em;
	padding: 1em;
}

.cat-page-link {
	text-align: right;
	margin: 0.5em 0 0 auto;
}

.cat-page-link a {
	text-decoration: underline;
}

.cat-page-link .fa {
	margin-right: 0.2em;
}

/*はてブ*/
/*.hatena-bookmark-widget-notheme {
	max-width: 100% !important;
}

.hatena-bookmark-widget-notheme a {
	text-decoration: underline;
}

.hatena-bookmark-widget-title {
	margin-bottom: 1.5em;
}

.hatena-bookmark-widget-title img {
	margin-right: .5em;
}

.hatena-bookmark-widget-body ul {
	list-style-type: disc;
	margin-left: 1em;
	margin-bottom: 2em;
	line-height: 1.4;
}

.hatena-bookmark-widget-body li {
	margin-bottom: 1em;
	font-size: .9em;
}

.hatena-bookmark-count {
	margin-left: 1em;
}

.hatena-bookmark-count a {
	color: #315096;
	text-decoration: none;
	font-size: .9em;
}

.hatena-bookmark-widget-footer {
	text-align: right;
}*/

.hatebu-list {
	list-style: disc;
	padding-left: 1em;
	margin-bottom: 2em;
}

.hatebu-list li {
	margin-bottom: 1em;
	line-height: 1.4;
}

.hatebu-list li a {
	display: block;
}

/* AdSense */
.home-adsense,
.home-adsense-2,
.home-adsense-3 {
	margin: 2em 0;
	background-color: #fff;
}

.ad_336280,
.ad_72890 {
	max-width: 320px;
	max-height: 250px;
	margin: 0 auto;
}

.dummy-ad {
	margin: 0 auto;
	text-align: center;
	max-width: 300px;
	padding: .5em 0;
}


/*--------------------------------------
  アーカイブページ
--------------------------------------*/
.archive-title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	margin-bottom: 2rem;
}

.archive-title h2 {
	font-size: 24px;
	font-weight: bold;
}

.archive-title h2:before {
	content: "\f0a9";
	color: #666;
	font-family: FontAwesome;
	margin-right: 0.4em;
}

.cat_dcp {
	background: #eee;
	padding: 1em;
	margin-bottom: 2em;
	line-height: 1.4;
}

.cat_dcp p:last-child {
	margin-bottom: 0;
}

.archive-inner .home_area {
	border-bottom: 1px solid #ddd;
}

/*--------------------------------------
  記事一覧兼用シェア数表示
--------------------------------------*/
.ms-wrap {
	width: 120px;
	margin: 1em 0 0;
}

.entry_box .mini-sns {
	line-height: 1;
}

.mini-sns {
	width: 100%;
	font-size: 12px;
	color: #315096;
}

/*--------------------------------------
  個別記事・固定ページ
--------------------------------------*/
.article-wrap {
	width: 100%;
	line-height: 1.8;
}

.article-inner {
	width: 95%;
	margin: 0 auto;
}

/*記事投稿日*/
.article-wrap .date-time {
	margin-bottom: 2rem;
	font-size: .8em;
}

/*投稿日アイコン*/
.date-time .fa-pencil-square-o,
.date-time .fa-refresh {
	margin-right: 0.4em;
}

.date-time .fa-share-square-o {
	margin: 0 .4em 0 1em;
}

.shares { color: #315096; }

/*固定ページ下*/
.page-footer {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 36px 0;
	padding: 0.4em;
}

/*--------------------------------------
  記事タイトル下SNSボタン
--------------------------------------*/
.vasb_fb_like p {
	text-align: center;
}

.sns-button a {
	display: block;
	padding: 0.2em 0;
	color: #666;
}

.sns-button .fa-twitter { color: #55acee; }
.sns-button .fa-facebook { color: #315096; }
.sns-button .hatenabookmark { color: #008fde; font-weight: bold; }
.sns-button .fa-google-plus { color: #dd4b39; }

.sns-button {
	display: table;
	font-size: 1.05em;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 2px 0;
	margin: 0 auto;
}

.sns-button li {
	display: table-cell;
	padding: 0 0 0 0.2em;
	background: #fafafa;
}

.sns-button .fa,
.sns-button .hatenabookmark {
	margin-right: 0.6em;
}

.snsb-tw {
	border-bottom: 2px solid #55acee;
}
.snsb-fa {
	border-bottom: 2px solid #315096;
}
.snsb-hb {
	border-bottom: 2px solid #008fde;
}
.snsb-gp {
	border-bottom: 2px solid #dd4b39;
}

/*--------------------------------------
  パンくず
--------------------------------------*/
.pankuzu {
	font-size: 13px;
	margin-bottom: .5rem;
	text-align: left;
}

#breadcrumb {
	clear: both;
}

#breadcrumb a {
	color: #666;
	text-decoration: none;
}

#breadcrumb div {
	display: inline;
}

/*--------------------------------------
  記事・固定ページ見出し
--------------------------------------*/
#single_title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 3rem;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
	line-height: 1.4;
	padding: 0;
}

.article-inner h2,
.article-inner h3,
.article-inner h4,
.article-inner h5,
.article-inner h6 {
	clear: both;
	line-height: 1.4;
}

.article-inner h2 span,
.article-inner h3 span,
.article-inner h4 span {
	font-weight: bold;
}

.article-inner h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 4em -0.2em 2em;
	padding: .5em 1em .5em 0;
	border-bottom: 2px solid #ccc;
}

.article-inner h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 3.8em 0 2em;
	padding: .4em 0 .4em 1em;
	border-left: 4px solid #ccc;
}

.article-inner h2 + h3 {
	margin-top: 1.7em;
}

.article-inner h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 60px 0 24px;
	padding: 0 0.4em 0.4em 0;
}

.article-inner h5,
.article-inner h6 {
	font-weight: bold;
	margin: 36px 0 24px;
}

/*--------------------------------------
  記事内リスト・テーブル
--------------------------------------*/
.article-inner div {
	max-width: 100%;
}

.article-inner ul {
	margin-bottom: 2em;
	list-style-type: disc;
	padding-left: 1em;
}

.article-inner table ul,
.article-inner table ul li:last-child {
	margin-bottom: 0;
}

.article-inner ol {
	margin: 0 0 2em 0;
	list-style-type: decimal;
	padding-left: 1.5em;
}

.article-inner ul li,
.article-inner ol li {
	margin: 0 0 .8em 0;
}

.article-inner ul li ul,
.article-inner ol li ol,
.article-inner ul li ol,
.article-inner ol li ul {
	margin: .8em 0 0 0;
}

/* 定義リスト */
.article-inner dl.dl-check {
	border: 1px solid #666;
	margin: 2em auto;
	max-width: 100% !important;
	width: 100%;
	padding: 1.2em;
	border-radius: 4px;
}

.article-inner dt {
	margin: 0 0 1em 0;
	font-weight: bold;
}

.article-inner .dl-check dt:before {
	content: "CHECK";
	color: #fff;
	background-color: #333;
	margin-right: 0.8em;
	font-size: .8em;
	padding: .1em .2em;
}

.article-inner dd {
	margin: 0 0 2.2em 0;
}

.article-inner dd:last-child {
	margin: 0;
}

/* ギャラリー用 */
.article-inner .gallery-icon {
	margin: 0;
}

.article-inner #gallery-2 {
	margin-bottom: 2.2em;
}

/* テーブル */
.article-inner table {
	max-width: 100%;
	margin: 3em 0;
}

.article-inner td,
.article-inner th {
	padding: 0.4em;
	border: 1px solid #ddd;
}

.article-inner th {
	background: #eee;
	font-weight: bold;
	text-align: center;
}

/*--------------------------------------
  Contact Form 7
--------------------------------------*/
.wpcf7 {
	margin: 96px 0;
}
.asterisk {
	margin: 0 0 0 0.2em;
	color: #f5637a;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 input[type="submit"] {
	font-size: 100%;
	padding: 0.2em 0.4em;
	background-color: #30b209;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: none;
}
.wpcf7 input[type="submit"]:hover {
	background-color: #ffd700;
}

/*--------------------------------------
  TOC+
--------------------------------------*/
#toc_container {
	width: 100% !important;
	background: #fff;
	border: 1px solid #ccc;
	padding: 1em 2em;
	font-size: 95%;
	box-sizing: border-box;
	line-height: 1.4;
	margin: 36px 0;
	display: block !important;
}

#toc_container .toc_title {
	text-align: center;
}

#toc_container ul a {
	display: block;
	text-decoration: none;
	color: #444;
	border-bottom: 1px dotted #0e1bbb;
}

#toc_container ul {
	list-style: none;
	max-width: 100%;
	margin: 0;
}

#toc_container ul ul {
	padding: 1em 0 1em 1em;
}

#toc_container li {
	margin-bottom: 0.8em;
	padding-bottom: 0.2em;
	background: none;
	padding-left: 0;
}

#toc_container .toc_list > li > a {
	border-bottom: 2px solid #0e1bbb;
	font-size: 110%;
}

/* AmazonJS */
.amazonjs_item ul li {
	background: none;
}

/*--------------------------------------
  記事内画像
--------------------------------------*/
.article-inner img {
	box-sizing: content-box;
	padding: 2px;
	border: 1px solid #ddd;
}

.article-inner img.noborder {
	padding: 0;
	border: none;
}

/*--------------------------------------
  カテゴリー・タグ
--------------------------------------*/
.cat_tag {
	margin: 48px 0 36px 0;
	text-align: left;
	word-break: keep-all;
	line-height: 1;
}

.cat_tag a {
	color: #666;
	background-color: #fff;
	margin: 0 0.2em 0.5em 0;
	padding: 0.5em;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #888;
}

.cat_tag a:hover {
	background-color: #f0f8ff;
}

/*--------------------------------------
  SNS
--------------------------------------*/

/* 記事下 */
.article-snsbox {
	margin-bottom: 3rem;
	text-align: center;
}

.article-snsbox ul,
.article-snsbox-mini ul {
	margin: 0 auto;
}

.article-snsbox ul:first-child {
	margin-bottom: 1.2em;
}

.article-snsbox li,
.article-snsbox-mini li {
	width: 90px;
	text-align: center;
	display: inline-block;
}

a.naifix-sns-button {
	color: #fff;
	text-align: center;
	text-decoration: none;
}

/* 記事タイトル下 */
.article-snsbox-mini {
	margin-bottom: 2.2rem;
	text-align: center;
}

.article-snsbox-mini li {
	width: 67px;
	margin-right: 8px;
}

@media screen and (max-width : 321px){
.article-snsbox-mini li {
	margin-right: 2px;
}
}

.article-snsbox-mini li:last-child {
	margin-right: 0;
}

/* ボタン */
.naifix-sns-button:hover {
	color: #fff;
}
.arrow_box {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	color: #666;
	height: 35px;
	width: 88px;
	margin-bottom: 8px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.article-snsbox-mini .arrow_box {
	width: 67px;
}

.arrow_box:after,
.arrow_box:before {
	border: medium solid transparent;
	content: " ";
	height: 0;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0;
}
.arrow_box:after {
	border-color: #FFFFFF rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	border-width: 4px;
	margin-left: -4px;
}
.arrow_box:before {
	border-color: #CCCCCC rgba(204, 204, 204, 0) rgba(204, 204, 204, 0);
	border-width: 5px;
	margin-left: -5px;
}
.arrow_box span {
	line-height: 35px;
}

.sns-button-image {
	width: 88px;
	height: 28px;
	overflow: hidden;
	font-size: 12px;
	background-color: #ddd;
	border-radius: 4px;
	line-height: 2.4;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .4) inset;
}

.article-snsbox-mini .sns-button-image {
	width: 67px;
	height: 28px;
	line-height: 2;
	font-size: 14px;
}

.sns-button-image:hover {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .1) inset;
}

.sns-button-image .fa,
.sns-button-image span {
	margin-right: .2em;
}

.sns-button-image span {
	font-weight: bold;
}

.sbi-twitter {
	background-color: #1b95e0;
	border: 1px solid #1b95e0;
}

.sbi-facebook {
	background-color: #4661b0;
	border: 1px solid #4661b0;
}

.sbi-googleplus {
	background-color: #db4437;
	border: 1px solid #db4437;
}

.sbi-hatenab {
	background-color: #00a4de;
	border: 1px solid #00a4de;
}

.sbi-pocket {
	background-color: #ee4156;
	border: 1px solid #ee4156;
}

.sbi-feedly {
	background-color: #85c047;
	border: 1px solid #85c047;
}

/*--------------------------------------
  この記事を書いた人
--------------------------------------*/
.writer-box {
	display: table;
	width: 100%;
	margin: 0 auto 2em;
	background: #222;
	padding: .4em;
	color: #fcfcfc;
	box-shadow: 0 0 0 1px #222;
	line-height: 1.4;
}

.writer-image,
.writer-info {
	display: table-cell;
}

.writer-image {
	width: 90px;
}

.writer-image img {
	width: 90px;
	height: 90px;
	padding: 2px;
}

.writer-info {
	padding: 0 0.5em 0 1em;
}

.writer-info a {
	color: #ffd700;
}

.writer-info p {
	margin-bottom: 1.5em;
	font-size: 90%;
}

.writer-info p:last-child {
	margin-bottom: 0.5em;
}

.author {
	font-weight: bold;
	font-size: 110%;
}

.author-twitter a {
	color: #fff;
	display: block;
	background: #00acee;
	text-align: center;
	padding: 0.4em 0;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid #55acee;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .4) inset;
	width: 140px;
}

.author-twitter a:hover {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .2) inset;
}

.author-twitter .fa-twitter {
	margin-right: 0.4em;
	font-size: 110%;
}

/*.author-fb {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	transform-origin: left top;
	margin-bottom: 1em;
}*/

.author-feedly {
	margin-bottom: 1.5em;
}

/*--------------------------------------
  ウィジェット
  AdSenseはレスポンシブユニット推奨
--------------------------------------*/

/*--------------------------------------
  記事広告
--------------------------------------*/
.article-ad {
	margin: 2em 0;
	text-align: center;
}

.ad-label {
	font-size: .9em;
	color: #555;
	margin-bottom: .5em;
}

.article-ad-inner,
.article-ad-inner-300-l,
.article-ad-inner-300-r {
	margin: 0 auto;
	max-height: 280px;
}

/*--------------------------------------
  記事下関連記事
--------------------------------------*/
.relations {
	margin-bottom: 3em;
	line-height: 1.4;
}

/*タイトル*/
.rel-title {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #b20982;
	margin-bottom: 1em;
}

.rel-title:before {
	content: "\f02d";
	font-family: FontAwesome;
	margin-right: 0.4em;
	color: #b20982;
}

.rel-in {
	list-style-type: disc;
	margin: 0 0 1em 1em;
}

.rel-in a {
	display: block;
	text-decoration: underline;
	padding: .5em 0;
}

/*--------------------------------------
  コメント
--------------------------------------*/
.comment-wrap {
	text-align: left;
	background: #eee;
	line-height: 1.6;
	padding: 0 0.5em 0.2em;
	margin-bottom: 2em;
}
.comment-title,
.comment-list-title,
.comment-reply-title {
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

.comment-title {
	font-size: 20px;
	padding: 0.2em 0 0;
}

.comment-list-title,
.comment-reply-title {
	font-size: 16px;
	margin-bottom: 1.5em;
	padding-top: 1.5em;
}

.comment-title:before {
	content: "\f0e6";
	font-family: FontAwesome;
	margin-right: 0.4em;
}

.comment-list-title:before {
	content: "\f022";
	font-family: FontAwesome;
	margin-right: 0.4em;
}

.comment-reply-title:before {
	content: "\f044";
	font-family: FontAwesome;
	margin-right: 0.4em;
}

.comment-wrap input,
.comment-wrap textarea {
	border: 1px solid #ddd;
	font-size: 15px;
	padding: 0.4em 0.2em;
}

.comment-wrap a {
	color: #666;
	text-decoration: underline;
}

.comment-wrap p {
	font-size: 90%;
	margin: 0 0 2em 0;
}

.comment-wrap label {
	display: block;
}

.comment-wrap .required {
	color: #960000;
	font-weight: bold;
}

.comment-list .avatar {
	border: 1px solid #ddd;
	padding: 2px;
}

.metadata {
	font-size: 13px;
	line-height: 20px;
}

.comment-body {
	margin-bottom: 16px;
	background-color: #fff;
	padding: 0.5em;
}
.fn {
	font-style: normal;
}
.says {
	font-size: 80%;
}
.commentmetadata {
	font-size: 70%;
	padding: 5px;
}
.reply {
	font-size: 90%;
	text-align: right;
}

.comment-wrap a.comment-reply-link,
.comment-wrap input[type="submit"] {
	border: 1px solid #777;
	padding: 0.5em 0.8em;
	background-color: #999;
	text-decoration: none;
	margin: 10px 5px;
	box-shadow: 1px 1px 0 rgba(255,255,255,.2) inset;
	color: #fcfcfc;
	border-radius: 4px;
}

.comment-wrap a.comment-reply-link:hover,
.comment-wrap input[type="submit"]:hover {
	background-color: #666;
	box-shadow: 1px 1px 0 rgba(255,255,255,.2) inset;
}

#commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}


/*--------------------------------------
  ページャー
--------------------------------------*/
.pager {
	text-align: center;
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 24px 0;
}
.pager a {
	text-decoration: none;
	color: #333;
}
.pager a:hover {
	background-color: #f0f8ff;
}
.page-numbers {
	background: #fff;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #ddd;
	padding: 8px;
	margin: 0;
	display: table-cell;
}
.pager .current {
	background: #333;
	color: #fff;
	border: 0;
}
a.next {
	border-right: solid 1px #ddd;
}

/*--------------------------------------
  前の記事・次の記事
--------------------------------------*/
.page-pn {
	margin: 36px 0;
}

.prenex {
	width: 100%;
	line-height: 1.2;
	display: table;
	margin-bottom: 1px;
}

.prenex a {
	display: block;
	padding: 0.6em;
}

.prenex dt,
.prenex dd {
	display: table-cell;
}

.prenex dt {
	color: #fff;
	width: 100px;
	background: #666;
	text-align: center;
	vertical-align: middle;
	padding: 0.6em 0;
}

.prenex dd {
	border: 1px solid #eee;
}

.prenex dd:hover {
	background: #f0f8ff;
}

/*--------------------------------------
  サイド
--------------------------------------*/
#sub {
	font-size: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 1em;
	width: 95%;
	line-height: 1.4;
}

#sub h2 {
	font-size: 16px;
	border-bottom: 2px solid #666;
	color: #111;
	padding: 0 0 0.2em 0.2em;
	margin: 0 0 1em 0;
}

#sub h2:before {
	content: "\f0da";
	font-family: FontAwesome;
	color: #ffd700;
	margin-right: 0.4em;
}

#sub li > h2 {
    margin-top: 2em;
}

#sub .side_widget li:first-child > h2 {
    margin-top: 0;
}

.side-ad {
	margin: 0 auto 2rem;
	text-align: center;
}

.side-contents {
	margin-bottom: 36px;
}

.side-contents ul a {
	display: block;
	padding: .5rem;
}

.side-contents ul .tagcloud a {
	display: inline-block;
	font-size: 16px !important;
}

.side-contents ul.wpp-list a {
	display: block;
	padding: 0;
}

/*-----------------------------------
  カレンダー
------------------------------------*/
#calendar_wrap{
	margin-bottom: 24px;
}

#wp-calendar {
	width: 100%;
	margin: 0;
}

.side-contents ul #wp-calendar a {
	padding: 0;
}

#wp-calendar tr,
#wp-calendar th,
#wp-calendar td {
	border: 1px solid #999;
}

#wp-calendar th {
	background: #eff;
}

#wp-calendar td,
#wp-calendar th {
	text-align: center;
	padding: 3%;
}

#wp-calendar caption {
	font-weight: bold;
	text-align: left;
}

#wp-calendar #today {
	background-color: #fef;
}


/*--------------------------------------
  サイド 新着記事
--------------------------------------*/
.side-new {
	display: table;
	width: 100%;
	margin-bottom: 0.8em;
}

.side-link span {
	color: #333;
}

.side-thumb {
	display: table-cell;
	width: 98px;
}

.side-thumb img {
	width: 90px;
	height: 90px;
	border: 1px solid #ddd;
	padding: 2px;
}

.side-title {
	display: table-cell;
	vertical-align: top;
}

.side-title span {
	font-size: 80%;
}

#sub select {
	width: 100%;
	padding: 0.5em 0 0.5em 0.2em;
	font-size: 100%;
	color: #333;
}

/*--------------------------------------
  検索フォーム
--------------------------------------*/
.g-search {
	margin-bottom: 2em;
	padding: 0 .5em;
}

#searchform {
	margin: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	display: table;
}

#searchform input[type="text"] {
	border: none;
	line-height: 1;
	font-size: 15px;
	display: table-cell;
	padding: 0 0 0 0.2em;
	margin: 0.5em 0.4em;
	width: 82%;
}

#searchform button {
	background: #fff;
	border: 0;
	color: #111;
	font-size: 22px;
	display: table-cell;
}

#searchform button:hover {
	color: #ff7ddf;
}

/*-----------------------------------
  サイドバーウィジェット
------------------------------------*/
.side_widget li ul {
	text-align: left;
	margin: 0 0 0 5px;
}

.side_widget li ul li {
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}

.side_widget li ul li.recentcomments {
	padding: 0.5em;
}

.side_widget .children,
.side_widget .sub-menu {
	text-indent: 1em;
	margin-left: 0;
}

.side_widget .children ul,
.side_widget .sub-menu ul {
	text-indent: 2em;
}

.side_widget .children li,
.side_widget .sub-menu li {
	border-bottom: 0;
	border-top: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,1) inset;
}

.side_widget .children li:first-child,
.side_widget .sub-menu li:first-child {
	margin-top: 8px;
}

.side_widget .children li:last-child,
.side_widget .sub-menu li:last-child {
	padding-bottom: 0;
}

.side_widget .post-date {
	font-size: .8em;
	margin-left: .5rem;
}

.side_widget li.cat-item a {
	display: inline-block;
	padding: .5rem;
}

/*--------------------------------------
  フッター
--------------------------------------*/
#footer {
	text-align: center;
	background-color : #333;
	width: 100%;
}

.footer-wrap {
	color: #fcfcfc;
	margin: 0 auto;
	padding: 1.5rem 0;
}

.footer-sns {
	display: table;
	table-layout: fixed;
	width: 95%;
	margin: 0 auto;
}
.footer-sns li {
	display: table-cell;
}

.footer-sns .sns-tw,
.footer-sns .sns-fa,
.footer-sns .sns-gp,
.footer-sns .feed-reg {
	color: #fff;
}

.sns-txt {
	font-size: .7em;
}

.footer-sns a:hover {
	color: #ffd700;
}

.footer-sns .fa {
	font-size: 1.1em;
}

.footer-bottom {
	color: #fcfcfc;
	background: #111;
	padding: 1em 0;
	width: 100%;
}

.footer-bottom p {
	line-height: 1.2;
	margin: 0 0 0.2em 0;
	text-align: center;
}

.footer-bottom small {
	font-size: .9em;
}

.gush_link small {
	font-size: .7em;
}

.footer-bottom a {
	text-decoration: underline;
	color: #fcfcfc;
}

/*--------------------------------------
  TOPへ戻る PC・タブレット追尾型
--------------------------------------*/
#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	text-align: center;
}

#page-top i {
	margin: 0;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	padding: 10px;
	display: block;
	font-size: 18px;
	background: #333;
	border-radius: 5px;
	border: 2px solid #fff;
}
#page-top a:hover {
	text-decoration: none;
	background: #aaa;
	color: #fff;
}

/*--------------------------------------
  TOPへ戻る スマホ固定型
--------------------------------------*/
.top-home {
	border-collapse: collapse;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.top-home li {
	border: 2px solid #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.top-home a {
	background: #fff;
	color: #333;
	display: block;
	padding: 0.5em 0;
}

.top-home a:hover {
	color: #ffd700;
}

.top-home .fa {
	font-size: 36px;
}

.top-home-txt {
	font-size: 12px;
}

/*--------------------------------------
  ここからタブレット表示設定
--------------------------------------*/

@media screen and (min-width : 768px){

/*--------------------------------------
  768px ヘッダー
--------------------------------------*/
.head-wrap {
	background-color: #fff;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.2);
	border: none;
	padding: 1rem 0;
}

.head-nav-wrap {
	margin-bottom: 1rem;
}

#header {
	text-align: left;
}

.top_title {
	font-size: 36px;
}

.caption {
	color: #888;
	font-size: 14px;
}

.hgroup {
	margin: 0 0 2em .8em;
}

/*--------------------------------------
  768px ブログタイトル下ナビ
--------------------------------------*/
.g-navi {
	margin: 0;
	overflow: hidden;
}

.g-navi li {
	border: none;
	display: inline-block;
	font-size: .9em;
}

.g-navi li a {
	color: #555;
	display: block;
	padding: .5em;
}

.g-navi li a:hover {
	background: none;
	color: #333;
	background-color: #eee;
}

.pc-navi {
	display: block;
	margin: 0;
}
.pc-navi li {
	float: left;
}

.pc-navi li a {
	display: block;
	text-decoration: none;
	color: #444;
	padding: .6em 1em;
}

.pc-navi li a:hover {
	background-color: #eee;
}

.m-navi {
	display: none;
}

/*--------------------------------------
  768px コンテンツ
--------------------------------------*/
#main-cat {
	padding-bottom: 0;
}

/*--------------------------------------
  768px トップページカテゴリー別
--------------------------------------*/
.top-info-area,
.middle-info-area {
	margin: 0 2px 16px;
	background-color: #fff;
	padding: 1em;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.top-entry {
	background-color: inherit;
	margin-bottom: 1.5em;
	padding: 0;
	width: 100%;
}

.brandnew-list,
.new-list {
	background-color: #fff;
	margin: 0 2px;
	width: 49%;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.brandnew-list{
	float: left;
	min-height: 503.8px;
}

.brandnew-list h2,
.new-list h2,
.category-article h2 {
	font-size: 18px;
	padding: .8em 0 .8em .8em;
	margin-bottom: .5em;
}

.latest {
	margin: 1em;
}

.new-list {
	float: right;
}

.new-list .home_area:last-child {
	border: none;
}

.new_entry_title {
	font-size: 16px;
}

.archive-inner .new_entry_title {
	font-size: 20px;
}

.archive-inner .entry_box {
	padding-left: .5em;
}

.latest-ttl h3 {
	font-size: 22px;
}

.category-article {
	background-color: #fff;
	margin: 0 2px 24px;
	width: 49%;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding: 0 0 1em;
}

.category-article:nth-child(odd) {
	float: left;
}

.category-article:nth-child(even) {
	float: right;
}

.home_area_wrap {
	margin: 1em; 
}

.thumb_box{
	text-align: center;
}

.cat-page-link {
	margin: .5em .5em .5em 0;
}

/* AdSense */
.home-adsense,
.home-adsense-2,
.home-adsense-3 {
	margin: 2em 0;
	padding: 0;
	background: none;
}

.ad_336280,
.ad_72890 {
	max-width: 728px;
	max-height: 90px;
	margin: 0 auto;
}

/*--------------------------------------
  768px 記事タイトル下SNSボタン
--------------------------------------*/
.sns-button {
	margin: 0 0 0 auto;
	width: 50%;
}

.sns-button li {
	padding: 0 0 0 1em;
}

.sns-button .fa,
.sns-button .hatenabookmark {
	margin-right: 0.8em;
}

/* 記事タイトル */
#single_title {
	font-size: 32px;
}

/*--------------------------------------
  768px 広告スペース
--------------------------------------*/
.article-ad-inner-300-l,
.article-ad-inner-300-r {
	height: 250px;
	width: 300px;
}

.article-ad-inner-300-l {
	float: left;
}

.article-ad-inner-300-r {
	float: right;
}

/*--------------------------------------
  768px シェアボタン
--------------------------------------*/
.sns-button-image {
	height: 26px;
	line-height: 2;
}

/*--------------------------------------
  768px この記事を書いた人
--------------------------------------*/
.writer-box {
	padding: 2em;
}

/*--------------------------------------
  768px 記事下関連記事
--------------------------------------*/
.rel-in-box a {
	padding: 0.4em 0;
}

/*--------------------------------------
  768px コメント
--------------------------------------*/
.comment-wrap {
	padding: 0 1em 0.2em;
}

.comment-title {
	padding: 0.4em 0 0;
}

.comment-body {
	padding: 1em;
}

.comment-wrap textarea {
	width: 80%;
}

/*--------------------------------------
  768px サイドバー2分割
--------------------------------------*/
#sub {
	display: table;
	table-layout: fixed;
}

.side-left,
.side-right {
	display: table-cell;
	width: 50%;
}

.side-left {
	padding-right: 1em;
}

.side-right {
	padding-left: 1em;
}

/*--------------------------------------
  768px フッター
--------------------------------------*/
.footer-in {
	width: 600px;
	margin: 0 auto;
}

.footer-sns .fa {
	font-size: 1.6em;
}


}/* タブレット表示ここまで */

/*--------------------------------------
  ここからPC表示設定
--------------------------------------*/

@media screen and (min-width : 1024px) {

/*--------------------------------------
  1024px ヘッダー
--------------------------------------*/
#header {
	text-align: left;
}

#header {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
}

.caption {
	margin: 0;
}

.menu-button {
	display: none;	
}

.head-nav {
	display: block;
	width: 60%;
	margin: 0 0 0 auto;
}

.g-navi {
	float: right;
}

.g-navi li {
	float: left;
}


/*--------------------------------------
  1024px コンテンツ
--------------------------------------*/
#contents {
	overflow: hidden;
	width: 1100px;
	margin: 0 auto 36px;
	padding: 1.5em 0 0;
}

#main {
	display: block;
	float: left;
	padding: 36px 62px 0;
	width: 776px;
	margin: 0 2px 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

#main-cat {
	width: 100%;
	padding: 0;
}

#main-wide {
	width: 980px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding: 1.5em 2em .5em;
	margin-bottom: 2px;
}

#main-narrow {
	width: 728px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding: 1.5em 2em .5em;
	margin-bottom: 2px;
}

.article-inner {
	width: 100%;
}

.home-top-wrap {
	margin-bottom: 1.5em;
}

.top-info-area {
	margin: 0 0 0 2px;
	width: 700px;
	min-height: 310px;
	float: left;
}

.middle-info-area {
	margin: 0 2px 0 0;
	width: 700px;
	min-height: 310px;
	float: right;
}

/* AdSense */
.home-adsense {
	margin: 0;
	padding: 1rem;
	float: right;
	width: 368px;
	min-height: 310px;
	background-color: #fff;
}

.home-adsense-3 {
	margin: 0;
	padding: 1rem;
	float: left;
	width: 368px;
	min-height: 310px;
	background-color: #fff;
}

.ad_336280 {
	max-width: 336px;
	max-height: 280px;
}


/*--------------------------------------
  1024px 記事内指定
--------------------------------------*/
.article-inner h2 {
	padding-left: .5em;
	font-size: 28px;
}

#main-narrow .article-inner h2,
#main-wide .article-inner h2 {
	margin: 4em 0 2em;
}

/*--------------------------------------
  1024px 広告スペース
--------------------------------------*/
.entry_footer_ad {
	width: 100%;
}

.article-ad-inner {
	width: 336px;
}

/*--------------------------------------
  1024px サイド
--------------------------------------*/
#sub {
	display: block;
	float: right;
	margin: 0;
	width: 312px;
	padding: 0;
}

.side-left,
.side-right {
	display: block;
	width: 100%;
}

.side-left {
	padding-right: 0;
}

.side-right {
	padding-left: 0;
}

#sub h2 {
	font-size: 16px;
	padding: 0 0 .2em .4em;
	margin: 0 0 1em;
	border-bottom: 1px solid #ccc;
}

.side-contents {
	background: #fff;
	margin: 0 2px 32px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding: 8px 4px;
}

.side-ad {
	background: #fff;
	margin: 0 2px 32px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding: 4px;
}

/*--------------------------------------
  1024px フッター
--------------------------------------*/
.footer-wrap {
	width: 1100px;
}

}/* PC表示ここまで */

/*--------------------------------------
  ヨメレバ・カエレバ
--------------------------------------*/
/* 全体 */
.booklink-box,
.kaerebalink-box {
    border: 1px solid #ccc;
    width: 100%;
    margin: 2em auto;
    padding: 1em;
    vertical-align: top;
}
.booklink-box p {
    display: none;
}

/* 商品画像 */
.booklink-image,
.kaerebalink-image {
    margin: 0 0 1em;
}
.booklink-image img,
.kaerebalink-image img {
    display: block;
    margin: 0 auto;
}

/* 商品説明全体 */
.booklink-info,
.kaerebalink-info {
    margin: 0;
    vertical-align: top;
}

/* 商品名 */
.booklink-name,
.kaerebalink-name {
    margin-bottom: 1em;
    line-height: 1.5;
}

/* posted with */
.booklink-powered-date,
.kaerebalink-powered-date {
    background: #efefef;
    color: #888;
    font-size: 70%;
    line-height: 1;
    margin-top: 1.5em;
    padding: .5em 0 .5em 1em;
}
.booklink-powered-date a,
.kaerebalink-powered-date a {
    text-decoration: none;
}

/* 商品詳細 */
.booklink-detail,
.kaerebalink-detail {
    font-size: 90%;
    margin-bottom: 1em;
}

/* ショップリンク全体 */
.booklink-link2,
.kaerebalink-link1 {
    margin: 0;
}

/* ショップリンク共通 */
div[class^="shoplink"] {
    margin: 0 0 .5em 0;
}
div[class^="shoplink"] a {
    display: block;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    padding: .8em 0;
    color: #fff;
    text-align: center;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, .4) inset;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
}
div[class^="shoplink"] a:hover {
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .1) inset;
}
div[class^="shoplink"] img {
    display: block;
    margin-bottom: 0;
    padding: 0;
    border: none;
}

/* Amazon */
.shoplinkamazon a {
    background-color: #ff9901;
    border: 1px solid #ff9901;
}

/* Kindle */
.shoplinkkindle a {
    background-color: #007dcd;
    border: 1px solid #007dcd;
}

/* 楽天 */
.shoplinkrakuten a {
    background-color: #c20004;
    border: 1px solid #c20004;
}

/* Yahoo! */
.shoplinkyahoo a {
    background-color: #7b0099;
    border: 1px solid #7b0099;
}

/* セブン */
.shoplinkseven a {
    background-color: #32cd32;
    border: 1px solid #32cd32;
}

/* フッタークリア */
.booklink-footer {
    clear: left;
}

/*--------------------------------------
  ヨメレバ・カエレバ 768px
--------------------------------------*/
@media screen and (min-width : 768px){
/* 全体 */
/*.booklink-box,
.kaerebalink-box {
    display: table;
    padding: 1em 0;
}*/

/* 商品画像 */
.booklink-image,
.kaerebalink-image {
    float: left;
    margin: 0 1.5em 0 0;
}

/* 商品説明全体 */
.booklink-info,
.kaerebalink-info {
    overflow: hidden;
}

/* posted with */
.booklink-powered-date,
.kaerebalink-powered-date {
    padding: .5em 1em .5em 0;
    text-align: right;
}

/* 商品詳細 */
.booklink-detail,
.kaerebalink-detail {
    margin-bottom: 2em;
}

/* ショップリンク共通 */
div[class^="shoplink"] {
    display: inline-block;
    margin: 0 .5em .5em 0;
    width: 31%;
}
div[class^="shoplink"]:nth-child(3n) {
    margin: 0 0 .5em 0;
}
div[class^="shoplink"] a {
    font-size: 15px;
}
}

/*--------------------------------------
  ヨメレバ・カエレバ 1024px
--------------------------------------*/
@media screen and (min-width : 1024px){
/* ショップリンク共通 */
div[class^="shoplink"] {
    margin: 0 .5em .5em 0;
    width: 48%;
}
div[class^="shoplink"]:nth-child(3n) {
    margin: 0 .5em .5em 0;
}
div[class^="shoplink"]:nth-child(even) {
    margin: 0 0 .5em 0;
}
}