@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

/***********************/
/* Rinker カスタマイズ */
/***********************/

/* 外枠 2本線 */
div.yyi-rinker-contents {
	border: double #dbdbdb;
}
 
/* 外部リンクマーク削除 */
div.yyi-rinker-contents a[target="_blank"]::after {
	content: none;
}
 
/* 商品リンクタイトル マウスオーバー時 色変化 */
div.yyi-rinker-contents div.yyi-rinker-title a:hover {
	color: #729ad6;
}
 
/* 商品リンクボタン マウスオーバー時 色反転 */
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink {
	background: #f6a306;
	border: 1px solid #f6a306;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a {
	color: #fff;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a:hover {
	background: #fff;
	color: #f6a306;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink {
	background: #cf4944;
	border: 1px solid #cf4944;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a {
	color: #fff;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a:hover {
	background: #fff;
	color: #cf4944;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink {
	background: #51a7e8;
	border: 1px solid #51a7e8;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a {
	color: #fff;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a:hover {
	background: #fff;
	color: #51a7e8;
}
div.yyi-rinker-contents ul.yyi-rinker-links li a:hover {
	opacity: 1;
}
 
/* PC・タブレット・スマホ レイアウト調整 */
@media only screen and (min-width: 1166px) {
div.yyi-rinker-contents ul.yyi-rinker-links {
	justify-content: center;
}
div.yyi-rinker-contents ul.yyi-rinker-links li {
	width: 40%;
	margin: 0.7% 0.7%;
}
div.yyi-rinker-contents ul.yyi-rinker-links li a {
	padding: 0 0.5px;
	text-align: center;
}
}
@media screen and (max-width: 768px) {
div.yyi-rinker-contents div.yyi-rinker-box {
	display: block;
}
div.yyi-rinker-contents div.yyi-rinker-image {
	width: 100%;
}
div.yyi-rinker-contents div.yyi-rinker-info {
	text-align: center;
	width: 100%;
}
div.yyi-rinker-contents ul.yyi-rinker-links {
	justify-content: center;
}
div.yyi-rinker-contents ul.yyi-rinker-links li {
	width: 45%;
	margin: 0.7% 0.7%;
}
div.yyi-rinker-contents ul.yyi-rinker-links li a {
	padding: 0 0.5px;
}
}
@media screen and (max-width: 480px) {
div.yyi-rinker-contents ul.yyi-rinker-links li {
	width: 99%;
	margin: 0.7% 0.7%;
}
}

/*--------------------------------------
  TOC+
--------------------------------------*/
/*全体設定*/
#toc_container {
  display: block;
  width: 100%;
  background: #f8f8ff;
  border: 2px solid #000080;
  box-sizing: border-box;
  line-height: 1;
  margin: 36px auto;
  padding: 1em 1em;
}
 
/*目次のタイトル*/
#toc_container .toc_title {
  text-align: center;
  margin-top: 0 0 0 35px;
  padding: 0.4em 0;
  font-size: 16px;
  border-bottom: 2px solid #dedede;
  background: #f8f8ff;
}
 
/*ul全体の設定*/
#toc_container ul {
    list-style: none;
    margin-bottom: 0;
}
 
/*li全体の設定*/
#toc_container ul li {
    margin: 0;
    padding-left: 0;
    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: 14px;
}
 
/*大見出しのアイコン*/
#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 1em;
}
 
#toc_container li {
 margin-bottom: 0.8em;
 padding-bottom: 0.2em;
}

/*【Table of Contents Plus中央表示】*/
#toc_container {
margin-left: auto;
margin-right: auto;
}

/************************************/
/* Simple GA Ranking */
/************************************/
ol.sga-ranking {
 counter-reset: pupular-ranking;
 margin-bottom: .5em;
}
 
li.sga-ranking-list {
 position: relative;
 margin-bottom: 2em;
}
 
li.sga-ranking-list:before {
 background: none repeat scroll 0 0 #9F9E9E;
 color: #fff;
 content: counter(pupular-ranking, decimal);
 counter-increment: pupular-ranking;
 font-size: 100%;
 left: 0;
 top: 0;
 line-height: 1;
 padding: 4px 7px;
 position: absolute;
 z-index: 1;
 border-radius: 5px;
}