@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */


/** マーカー **/
/******************************************************************/
.pink_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFEF 0%) repeat scroll 0 0;}
.blue_line{background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #cce5ff 0%) repeat scroll 0 0;}
.yellow_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0;}
.pink_line_narrow{background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffb2d8 0%) repeat scroll 0 0;}
.blue_line_narrow {background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #add6ff 0%) repeat scroll 0 0;}
.yellow_line_narrow{background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffff7f 0%) repeat scroll 0 0;}
/******************************************************************/


/** width変更 **/
/******************************************************************/
#header-in, #navi-in, #body-in, #footer-in{
 width: 1170px;
}
#main {
 width: 840px;
}
/******************************************************************/


/** ヘッダー調整 **/
/******************************************************************/
#header {
	position: relative;
    top: -300px;
    width: 100%;
}
#header-in, #navi-in, #body-in, #footer-in{
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
/******************************************************************/


/** 枠線削除 **/
/******************************************************************/
#main {
	border:none;
}
/******************************************************************/


/** 本文文字色変更 **/
/******************************************************************/
#main {
	color:#333;
}
/******************************************************************/


/** 本文見出し **/
/******************************************************************/
.article h2 {
position: relative;
background: #e1f4f8;
padding: 0.5em 0.5em;
border-left: solid 2em #00C4CC;
	
}

.article h2:before {
font-family: FontAwesome;
content: "\f040";
position: absolute;
padding: 0em;
color: white;
font-weight: normal;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.article h3 {
	position: relative;
	padding-left: 1.2em;/*アイコン分のスペース*/
	line-height: 1.4;
	color: #00c4cc;
	border-bottom:1px solid #00c4cc;
}

.article h3:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f00c";/*アイコンのユニコード*/
	position: absolute;/*絶対位置*/
	font-size: 1em;/*サイズ*/
	left: 0;/*アイコンの位置*/
	top: 5;/*アイコンの位置*/
	color: #0bd; /*アイコン色*/
}

.article h4 {
	color: #00c4cc;
	border-bottom:1px dashed #00c4cc;
}
/******************************************************************/


/** サイドバー見出し **/
/******************************************************************/
#sidebar h3{
	color: #fff;
	background-color: #00c4cc;
	padding: 10px 10px;
	font-size:1em;
	-moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px;
}
/******************************************************************/


/** ブログランキング画像サイズ変更 **/
/******************************************************************/
.article #blogranking{
    text-align: center;
	border: 3px dashed #00c4cc;
    border-radius: 10px;
	padding: 30px 0px 20px;
	margin-bottom: 50px;
}
.article #blogranking img{
	width: auto;
	height: auto;
}
#blogranking-top{
    text-align: center;
	border: 3px dashed #00c4cc;
    border-radius: 10px;
	padding: 30px 0px 20px;
	margin-bottom: 50px;
}
#blogranking-top img{
	width: auto;
	height: auto;
}
/******************************************************************/

/** 目次 **/
/******************************************************************/
/*全体設定*/
#toc_container {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 1;
  margin: 36px auto;
  padding: 1em 2em;
}
 
/*目次のタイトル*/
#toc_container .toc_title {
  text-align: center;
  margin: 0px 0px 0px 35px;
  padding: 0.4em 0;
  font-size: 18px;
  border-bottom: 2px solid #dedede;
	color: #666;
}
 
/*ul全体の設定*/
#toc_container ul {
    list-style: none;
    margin-bottom: 0;
}
 
/*li全体の設定*/
#toc_container ul li {
    margin: 0;
    padding-left: 20px;
	padding-top:5px;
	padding-bottom: 5px;
    text-indent: 0;
}
 
/*小見出し*/
#toc_container ul a {
 display: inline-block;
 text-decoration: none;
 color: #444;
 border-bottom: 1px dotted #ccc;
 font-size: 14px;
}
 
/*大見出し*/
#toc_container .toc_list > li > a {
 border-bottom: 1px solid #ccc;
 font-size: 16px;
}
 
/*大見出しのアイコン*/
#toc_container .toc_list > li > a:before {
    font-family: FontAwesome;
    content: '\f02c';
    color: #454545;
    font-size: 100%;
    padding-right: 5px;
}
 
/*小見出しのアイコン*/
#toc_container li li > a:before {
    font-family: FontAwesome;
    content: '\f00c';
    color: #454545;
    font-size: 100%;
    padding-right: 5px;
}
 
#toc_container ul ul {
 padding: 1em 0 1em 0;
}
 
#toc_container li {
 margin-bottom: 0.8em;
 padding-bottom: 0.2em;
}

/******************************************************************/


/** 広告関連 **/
/******************************************************************/
.ad-article-bottom{
	width: 676px;
}
.ad-label{
	text-align: center;
	color: #626262;
	font-size: 70%;
}
.ad-space {
	margin: 0 auto;
}
/******************************************************************/


/** サムネサイズ変更 **/
/******************************************************************/
#main .entry{
  width:352px;
	height:325px;
  overflow:hidden;
  float:left;
  clear:none;
	margin:-5px 5px 30px 5px;
	padding-left: 14px;
	padding-right: 14px;
}

.entry-thumb {
  float: none;
  margin-right: 0;
  text-align:center;
}

.entry-thumb img{
  margin-bottom:0;
}

.entry-content {
	margin-left: 0;
	margin-top: 20px;
}

.entry h2{
  margin-top:0;
  font-size:18px;
  max-height:75px;
  overflow:hidden;
}

.entry-snippet{
  height:48px;
  overflow:hidden;
}

.entry .post-meta .category{
  display:none;
}
/******************************************************************/


/** エントリーカードホバー **/
/******************************************************************/
#main .entry{
   -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all  0.3s ease-in-out;
}
#main .entry:hover{
  position: relative;
  display: inline-block;
  text-decoration: none;
	background:#e1f4f8;
}
#main .entry:after {
  position: absolute;
	bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #00c4cc;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#main .entry:hover:after {
  transform: scale(1, 1);
}
/******************************************************************/


/** サムネ画像の影 **/
/******************************************************************/
.wp-post-image{
    margin-top: 5px; /* 画像の上の余白*/
    display: inline-block; 
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
}
/******************************************************************/


/** 人気記事サムネ画像の影 **/
/******************************************************************/
.wpp-thumbnail {
    margin-top: 5px; /* 画像の上の余白*/
    display: inline-block; 
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
}
/******************************************************************/

/** 記事本文画像の影 **/
/******************************************************************/
.entry-content>p>img, .entry-content>p>a>img, .entry-content>.hover-image {
    margin-top: 5px; /* 画像の上の余白*/
    display: inline-block; 
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
}
/******************************************************************/


/* サムネイルにカテゴリー */
/******************************************************************/
div.eyecatch{
	position: relative;
}
p.eyecatchlabel{
    position: absolute;
	font-weight: bold;
    text-align: left;
    margin-top: -198px;
    margin-bottom: 0px;
	font-size:12px;
	letter-spacing: 2px;
	padding: 2px 5px 2px 5px;
}
/* 雑記 cyan */
p.eyecatchlabel001{
	color: #fff;
	background: #00BCD4;
}
/* 装備 blue */
p.eyecatchlabel002{
	color: #fff;
	background: #2196F3;
}
/* 金策 amber */
p.eyecatchlabel003{
	color: #fff;
	background: #FFC107;
}
/* 軍票集め indigo */
p.eyecatchlabel004{
	color: #fff;
	background: #3F51B5;
}
/* メモ green */
p.eyecatchlabel005{
	color: #fff;
	background: #4CAF50;
}
/* マクロ deep orange */
p.eyecatchlabel006{
	color: #fff;
	background: #FF5722;
}
/* マウント light green */
p.eyecatchlabel007{
	color: #fff;
	background: #8BC34A;
}
/* フリーカンパニー pink */
p.eyecatchlabel008{
	color: #fff;
	background: #E91E63;
}
/* ミニオン purple */
p.eyecatchlabel009{
	color: #fff;
	background: #9C27B0;
}
/* ミラプリ orange */
p.eyecatchlabel010{
	color: #fff;
	background: #FF9800;
}
/* ダンジョン brown */
p.eyecatchlabel011{
	color: #fff;
	background: #795548;
}
/* アニマウエポン lime */
p.eyecatchlabel012{
	color: #fff;
	background: #CDDC39;
}
/* その他 red */
p.eyecatchlabel999{
	color: #fff;
	background: #f44336;
}
/******************************************************************/


/** 時計マーク削除 **/
/******************************************************************/
.fa-fw {
	display: none;
}
/******************************************************************/


/** 日付 **/
/******************************************************************/
.entry .post-meta {
	font-size: 12px;
    text-align: right;
    margin: 7px auto;
	background-color:transparent;
}
/******************************************************************/


/** 抜粋非表示 **/
/******************************************************************/
.entry-snippet {
	display: none;
}
/******************************************************************/


/** 続きを読む非表示 **/
/******************************************************************/
.entry-read{
	display: none;
}
/******************************************************************/


/** ナビゲーションバーカスタマイズ **/
/******************************************************************/
#navi {
	background: #00c4cc;
	margin: -252px 0 0;
}
#navi ul, #navi ul.sub-menu, #navi ul.children {
	background: rgba(0,0,0,0);
	border: none;
}
#navi ul {
	width: 100%;
	text-align: center;
	display: table;
	table-layout: fixed;
}

#navi ul li {
	display: table-cell;
	float: none;
}

#navi ul li a {
    padding: 20px;
	font-size: 100%;
	letter-spacing: 0.2em;
    font-weight: bold;
}

#navi ul li a:hover {
	background-color: rgba(255,255,255,0.3);
}
#container:after, #navi ul:after, .clearfix:after {
	content:none;
}
/******************************************************************/


/** カエレバカスタマイズ **/
/******************************************************************/
.booklink-box, .kaerebalink-box{
    padding:25px;
    margin-bottom: 10px;
    border:double #CCC;
    overflow: hidden;
    font-size:small;
}
.booklink-image, .kaerebalink-image{
    margin:0 15px 0 0;
    float:left;
    min-width: 160px;
    text-align: center;
}
.booklink-image img, .kaerebalink-image img{
    margin:0 auto;
    text-align:center;
}
.booklink-info, .kaerebalink-info{
    margin:0;
    line-height:120%;
    overflow: hidden;
}
.booklink-name, .kaerebalink-name{
    margin-bottom:24px;
    line-height:1.5em;
}
.booklink-powered-date, .kaerebalink-powered-date{
     font-size:8px;
     margin-top:10px;
     font-family:verdana;
     line-height:120%;
}
.booklink-detail, .kaerebalink-detail{font-size: 12px;}
.booklink-powered-date, .kaerebalink-detail{margin-bottom:15px;}
.booklink-link2, .kaerebalink-link1{margin-top:10px;}
.booklink-link2 a,
.kaerebalink-link1 a{
    width:30%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    margin:5px 2px 0 0;
    padding:10px 1px;
    text-align:center;
    float:left;
    text-decoration:none;
    font-weight:800;
    text-shadow:1px 1px 1px #dcdcdc;
    font-size:12px;
    color: #fff !important;
}
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover{opacity: 0.6;}
.booklink-link2 a:active
.kaerebalink-link1 a:active{
    position:relative;
    top:1px;
}
/*ボタンを変えるときはここから*/
.shoplinkamazon a{background-color:#FF9901 !important;}
.shoplinkrakuten a{background-color:#c20004 !important;}
.shoplinkkindle a{background-color:#007dcd !important;}
.shoplinkkakakucom a{background-color:#314995 !important;}
.shoplinkyahoo a{background-color:#7b0099 !important;}
/*ここまでを変更*/
.shoplinkyahoo img{display:none;}
.shoplinkyahoo a{font-size:10px;}
.booklink-footer{display: none;}

@media screen and (max-width: 680px) {
.booklink-box, .kaerebalink-box{padding:15px;}
.booklink-image, .kaerebalink-image{
    width: 100px !important;
    min-width: initial;
}
.booklink-name > a, .kaerebalink-name > a{
    font-size: 15px;
    font-weight: bold;
}
.booklink-name, .kaerebalink-name{margin-bottom:12px;}
.booklink-powered-date, .kaerebalink-powered-date{margin-top:5px;}
.booklink-link2 a,
.kaerebalink-link1 a{
    width:calc(100% - 4px);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    margin: 2px 0px;
    padding:10px 0px;
}
}
/******************************************************************/


/** 文章を囲む枠 **/
/******************************************************************/
.stringbox {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #00c4cc;
}
.stringbox p {
    margin: 0; 
    padding: 0;
}
/******************************************************************/


/** FCメンバー募集 **/
/******************************************************************/
#fc {
	background: url(http://connietarte.com/wp-content/uploads/2018/01/背景_FCメンバー募集.png);
	height: 300px;
	width: 100%;
	margin-bottom: -7px;
	text-align: center;
}
#fc a {
	height: 300px;
	width: 100%;
	display: block;
}
#fc img {
	height: 200px;
	width: auto;
	margin: 50px auto 0;
}
/******************************************************************/


/** カテゴリカスタマイズ **/
/******************************************************************/
#sidebar aside ul li ul li { 
	background: none;
	padding-left: 0;
}
#sidebar aside li.cat-item a { 
	display: block;
	overflow: hidden;
	font-size: 15px; 
	line-height: 2.4em; 
	text-decoration: none;
	vertical-align: middle;
	padding: 0 8px; 
	color: #2098A8; 
	background: #fff; 
	margin-bottom: 1px; 
    border-bottom:1px dotted #406572; 
}
#sidebar aside li.cat-item a:hover {
	background: fff; 
	color: #C03; 
}
#sidebar aside li.cat-item span { 
	line-height: 1em;
	float: right; 
	margin: 8px 0 0 8px; 
	padding: 4px 8px; 
	border-radius: 4px; 
	color: #fff; 
	background: #406572;
}
/******************************************************************/
