@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
nav#navi, .menu-header .sub-menu {
	border-bottom: 1px solid #e5e5e5;
}
.tagline {
	color: #444;
	font-size: 14px;
	margin: 0;
	padding-top: 5px;
}
.article h1 {
	color: #444;
	font-size: 23px;
	font-weight: normal;
	margin-top: 0;
	padding: 0px 3px 0 3px;
}
.article h2 {
	background-color: #fff;
	color: #333;
	position: relative;
	margin: 0 0 1em 0;
	padding-left: 0;
	padding-bottom: 0.5em;
}
.article h2::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	box-sizing: border-box;
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;
}
.article h2:first-letter {
	font-size: 150%;
	color: #89dfd8;
}
.article h3 {
	background-color: #fff;
	color: #444;
	font-size: 20px;
	font-weight: normal;
	border-left: 8px solid #e4c259;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	padding: 4px 0 3px 12px;
	margin: 50px 10px 15px 0;
}
.article h4 {
	color: #444;
	font-size: 18px;
	font-weight: bold;
	border: none;
	margin-top: 0;
	padding: 17px 0 0 0;
}
.article h4::before {
	content: "✦";
	color: #89dfd8;
	margin-right: 0.3em;
}
.bold-text {
	font-weight: 700;
}
.flower-name {
	color: #444;
	font-size: 20px;
	font-weight: bold;
	border: none;
	margin-top: 2.8em;
}
.flower-name::before {
	content: "✿";
	color: #dc143c;
	margin-right: 0.3em;
}
.subhead {
	color: #444;
	font-size: 18px;
	font-weight: bold;
	border: none;
	margin-top: 2.6em;
}
.subhead::before {
	content: "✦";
	color: #89dfd8;
	margin-right: 0.3em;
}
.wp-caption {
	border: 0;
	border-radius: 0;
	margin-bottom: 25px;
}
.wp-caption-text,
.gallery-caption {
	color: #666;
	padding-bottom: 8px;
}

.cat-label {
	display: none;
}
.sidebar {
	background-color: #f3f3f3;
	color: #333;
	font-size: 15px;
}
.sidebar a {
	color: #333;
	text-decoration: none;
}
.sidebar h3 {
	color: #333;
	background: none;
	font-size: 16px;
	letter-spacing: 2px;
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 0;
	text-align: center;
}
.sidebar h3::before, .sidebar h3::after {
	content: '';
	position: absolute;
	top: 40%;
	width: 25%;
	border-top: 3px solid #e9c65c;
}
.sidebar h3::before {
	left: 0;
}
.sidebar h3::after {
	right: 0;
}

.widget_categories ul li a {
	border-bottom: 1px solid #e4e4e4;
}
.widget_categories ul li a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f07c";
	color: #ccc;
	padding-right: 6px;
}
.widget_categories > ul > li > a:first-child {
	border-top: none;
}
.widget_recent_entries ul li a {
	border-bottom: 1px solid #e4e4e4;
}
.widget_recent_entries ul li a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f017";
	color: #ccc;
	padding-right: 6px;
}
.widget_recent_entries > ul > li > a:first-child {
	border-top: none;
}
.footer-bottom {
	margin-top: 0;
	padding: 12px 0 30px 0;
}
.navi-footer-in a:hover {
	background: none;
	text-decoration: underline;
}
.go-to-top {
	bottom: 80px;
}
.page .author-info {
	display: none;
}
.post .author-info {
	display: none;
}
.cat-link {
	background-color: #89dfd8;
}
.tagcloud a {
	background-color: #fff;
	border-radius: 9px 3px;
}
.list-title-in:before, .list-title-in:after {
	background-color: #f1f100;
}
.pagination-next-link {
	background-color: #89dfd8;
	color: #fff;
	border: none;
	border-radius: 5px;
}
.pagination-next-link:hover {
	background-color: #98e7e1;
	color: #fff;
}
.page-numbers {
	color: #444;
	border: 1px solid #ccc;
}
.pagination .current {
	background-color: #ccc;
	color: #fff;
}
.page-numbers.dots {
	opacity: 1;
	background: none;
}
.pagination a:hover {
	background-color: #ccc;
	color: #fff;
}
.related-entry-heading {
	font-size: 16pt;
	text-align: center;
}
.related-entry-card-wrap {
	margin-bottom: 0;
}

/* 目次 */
.toc{
	background:#fbfbfb;
	border:none;
	display:block;
	max-width: 450px;
 	border-top:5px solid;
	border-top-color:#89dfd8;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	padding: 20px 25px;
	margin-top: 35px;
}
.toc-title {
	text-align:left;
	margin: 0 20px 20px -10px;
	padding-left: -20px;
	font-size: 23px;
	font-weight: 700;
	color: #89dfd8;
}
.toc-title:before {
	top: 0;
	left: -45px;
	width: 50px;
	height: 50px;
	font-family: "Font Awesome 5 Free";
	content : "\f0ca";
	font-size:20px;
	margin-right:5px;
	color:#fff;
	background-color:#89dfd8;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding:14px;
}
.toc-content ol {
	padding: 0 0.5em;
	position: relative;
	counter-reset:number; 
}
.toc-content ol li {
	line-height: 1.5;
	padding: 0.7em 0 0.5em 1.4em;
	border-bottom: dashed 1px silver;
	list-style-type: none!important;
}
.toc-content ol li:before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	left : 0.5em;
	color: #89dfd8;
}
.toc-content ol li:last-of-type {
	border-bottom: none;
}
.toc-content ol li li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: 900;
	position: absolute;
	left : 0.5em;
	color: #89dfd8;
}
.toc-content ol li li:last-of-type {
	border-bottom: none;
}
.toc-content .toc-list li {
	font-weight:700;
}
.toc-content .toc-list li li {
	font-weight:normal;
}

/**sns share button**/
.button-caption {
	display: none;
}
.sns-share-buttons a {
	border-radius: 50%;
	margin: 5px;
}
#main .sns-share a {
	height: 50px;
	width: 50px;
margin-bottom: 0.5em;
}
.sns-share-buttons {
	justify-content: center;
}
.social-icon {
	font-size: 15px;
}
.sns-share-message {
	color: #777;
	font-size: 15px;
}
.page .sns-share,
.page .sns-follow {
	display: none;
}

.pr-label {
	border: 1px solid #e5e5e5;
	margin: 0 0 30px 0;
	padding: 10px 0 10px 0;
}
.pr-text {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.responsive-unit {
	max-width: 336px;
	margin: 30px auto 0 auto;
	background-color: #fff;
}
.kijinai-unit {
	margin: 30px auto 0 auto;
}
.drect {
	width: 692px;
	margin: 30px auto 0 auto;
	overflow: hidden;
}
.drect-l {
	width: 336px;
	float: left;
	margin-right: 20px;
}
.drect-r {
	width: 336px;
	float: left;
}
.kanren {
	margin-top: 30px;
}
.link-mid {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 30px 25px 7px 25px;
	margin: 30px 0 30px 0;
}
.link-bottom {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 30px 25px 7px 25px;
	margin: 30px 0 45px 0;
}
.link-mid-n {
    position: relative;
    padding: 10px 20px;
	border: 1px solid #ddd;
    border-radius: 0 5px 5px 5px;
	margin: 60px 0 30px 0;
}
.link-mid-n .box-title {
    position: absolute;
    display: inline-block;
    top: -25px;
    left: -1px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    background: #89dfd8;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 0 0 0;
}
.link-mid-n p {
    margin: 20px 0; 
    padding: 0;
}
.link-mid-n .box-title:before {
	font-family: "Font Awesome 5 Free";
    content: "\f0a4";
    padding:4px;
}
.link-bottom-n {
    position: relative;
    padding: 10px 20px;
	border: 1px solid #ddd;
    border-radius: 0 5px 5px 5px;
	margin: 60px 0 45px 0;
}
.link-bottom-n .box-title {
    position: absolute;
    display: inline-block;
    top: -25px;
    left: -1px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    background: #89dfd8;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 0 0 0;
}
.link-bottom-n p {
    margin: 20px 0; 
    padding: 0;
}
.link-bottom-n .box-title:before {
	font-family: "Font Awesome 5 Free";
    content: "\f0a4";
    padding:4px;
}
.lk-arrow {
	color: #6c6753;
	font-weight: 700;
	margin-right: 4px;
}
.waku {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 1em;
	padding: 15px;
}
table.wakut {
	border-collapse: separate;
	border-spacing: 0;
	text-align: center;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.wakut th {
	width: 100px;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.wakut td { width: 100px;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.design-table {
	font-size: 15px;
	border-collapse: collapse;
	width: 100%;
}
.design-table th, .design-table td {
	padding: 6px 12px;
	border: 2px solid #fff;
}
.design-table th {
	color: #4d9bc1;
	font-weight: bold;
	text-align: center;
	width: 20%;
	min-width: 4em;
	position: relative;
}
.design-table td {
	background-color: #fff;
}
.design-table th::after {
	content: '';
	background-color: #4d9bc1;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 1px;
	height: 60%;
}
.design-table-2 {
  border-collapse: collapse;
  width: 100%;
}
.design-table-2 th, .design-table-2 td {
  border: 2px solid #fff;
  background-color: #f6f8fa;
  padding: 1em;
}
.design-table-2 th {
  background-color: #84a5be;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}
.top-space {
	margin-top: 2.8em;
}
.bottom-space {
	margin-bottom: 2.8em;
}
.underline_y {
	background: linear-gradient(transparent 60%, #ffff90 40%);
}
.box-list {
    padding: 1.5em 1.7em 0.6em 1.7em;
    margin: 2em 0;
    background-color:#fafafa;
    border: 2px solid #e4c259;
}
.box-list p {
    margin: 0 0 15px 0; 
    padding: 0;
}
.box-list2 {
    padding: 1.5em 1.7em 1.4em 1.7em;
    margin: 2em 0;
    background-color:#fafafa;
    border: 2px solid #e4c259;
}
.box-list2 p {
    margin: 0 0 15px 0; 
    padding: 0;
}
.check {
	border: 1px solid #cccccc;
	padding: 18px 25px 3px 25px;
	margin-bottom: 25px;
	border-radius:10px;
}
.check2 {
	border: 1px solid #cccccc;
	padding: 8px 25px 3px 25px;
	margin-bottom: 25px;
	border-radius:10px;
}
.notice {
	border: 2px solid #dddddd;
	padding: 15px 25px 0px 25px;
	margin-bottom: 25px;
	border-radius:5px;
}
.list-arrow {
    list-style-type: none;
	margin-left: -1.3em;
}
.list-arrow li{
    position: relative;
    padding-left: 1.3em;
  }
 
.list-arrow li:before {
    content: "";
    position: absolute;
    top: 0.57em;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.4em;
    height: 0.4em;
    border-top: 3px solid #89dfd8;
    border-right: 3px solid #89dfd8;
  }
.waku-amzl {
	width: 99%;
	height: auto;
	margin: 25px auto;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Helvetica, Meiryo, sans-serif;
	line-height: 1.5;
	background-color: #fafafa;
	overflow: hidden;
	box-shadow: 0px 2px 5px 0 rgba(0,0,0,.26);
	border: unset;
}
.amzl {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.amzl img {
	padding: 12px 15px 8px 5px;
}
.amzl-text {
   font-size: 1.1em;
}
.amzl-text a {
   color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.amzl-text a:hover {
   color: #777;
}
.amzl-text2 {
   font-size: 1.1em;
	padding: 1.4em 0;
}
.amzl-text2 a {
   color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.amzl-text2 a:hover {
   color: #777;
}
.amzl-text-s {
   font-size: 15px;
}
.amzl-text-s a {
   color: #333;
	font-weight: normal;
	text-decoration: underline;
}
.amzl-text-s a:hover {
   color: #777;
}
.video-container {
  max-width: none;
}

/* プロフィール */ 
.prof {
    border: 1px solid #ddd;
	  background-color: #fff;
}
.prof .icatch {
    margin: 0;
}
.prof .circle_icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: -70px auto 0 auto;
    border: 1px solid #ddd;
}
.prof .name {
    padding: 0 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    /*color:#249bd2;*/
    margin: 14px 0;
}
.prof .txt {
    padding: 0 15px;
}
.prof .txt a {
	color: #187fc4;
	text-decoration: underline;
}
.prof .txt a:hover {
	color: #c70044;
	text-decoration: underline;
}
.prof .icon {
    margin: 14px 0 14px 0;
    text-align: center;
    padding: 0 15px;
}
.prof .icon li {
    display: inline-block;
    margin: 0 2px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 22px;
    border-radius: 50%;
    background-color: #6cc655;
}
.prof .icon li a {
    display: block;
    color: #fff;
}
.prof .icon li.facebook {
    background: #3b5998;
}
.prof .icon li.x {
    background: #000;
}
.prof .icon li.instagram {
    background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000);
}
.fab.fa-twitter {
	font-family:sans-serif;
}
.fab.fa-twitter::before {
	content:"𝕏";
	font-size:1.2em;
}

.author-name {
    font-size: 1.1em;
    font-weight: bold;
	padding-bottom: 8px;
}
.author-box .author-name a {
    text-decoration: none;
    color: #333;
}
.author-box p {
    margin-top: 0.3em;
    line-height: 1.6;
}
.author-box .sns-follow-buttons a.follow-button {
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    margin-bottom: 4px;
    margin-right: 8px;
    background: none;
    color: #fff;
}
.author-box a.follow-button span {
    line-height: 40px;
}
.author-box a.follow-button span::before {
    font-size: 22px;
}
.author-box .icon-twitter-logo::before {
    font-family: FontAwesome;
    content: "\f099"
}
.author-box .icon-facebook-logo::before {
    font-family: FontAwesome;
    content: "\f09a";
}
.author-box .icon-instagram-new::before {
    font-family: FontAwesome;
    content: "\f16d";
}
.author-box .icon-hatebu-logo::before {
    font-family: Verdana;
    content: 'B!';
    font-weight: bold;
}
.author-box .icon-youtube-logo::before {
    font-family: FontAwesome;
    content: "\f167";
}
.author-box .icon-pinterest-logo::before {
    font-family: FontAwesome;
    content: "\f231";
}
.author-box .website-button { background-color: #47555c !important; }
.author-box .twitter-button { background-color: #000 !important; }
.author-box .facebook-button { background-color: #3b5998 !important; }
.author-box .hatebu-button { background-color: #2c6ebd !important; }
.author-box .instagram-button { background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000) !important; }
.author-box .youtube-button { background-color: #ef1515 !important; }
.author-box .pinterest-button { background-color: #bd081c !important; }
.author-box .line-button { background-color: #00c300 !important; }
.author-box .feedly-button { background-color: #2bb24c !important; }
.author-box .rss-button { background-color: #f26522 !important; }
.author-box .soundcloud-button { background-color: #ff7700 !important; }
#main .author-box {
    width: 99%;
	border: 1px solid #ddd;
    margin: 1em auto;
    line-height: 1.4;
    position: relative;
    padding: 1.4% 2% 1.8% 0;
    box-shadow: 0px 2px 6px 0 rgba(0,0,0,.13);
}
#main .author-widget-name {
    display: inline-block;
    position: relative;
    margin: 10px 0 0 -170px;
    padding: 6px 12px;
    border-radius: 20px;
    background: #e4c259;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    z-index: 1;
}
#main .author-widget-name::before {
    position: absolute;
    content: '';
    z-index: -1;
    bottom: -30px;
    left: 60px;
    border: 15px solid transparent;
    border-top: solid 30px #e4c259;
    transform: rotate(-40deg);
}
#main .author-thumb {
    float: left;
    margin: 0;
    padding-top: 70px;
    width: 200px;
    text-align: center;
}
#main .author-thumb img {
    border: solid 5px #eee;
    width: 100px;
}
#main .author-content {
    margin: -30px 0 0 200px;
    padding-left: 30px;
    border-left: 2px #eaedf2 dashed;
}
#main .author-box .author-name {
    line-height: 1;
}
#main .author-box p {
    font-size: .95em;
}
.author-box .feedly-button, .author-box .rss-button {
    display: none!important;
}
@media screen and (max-width: 480px){
#main .author-box {
    margin: 1em auto;
    padding: 16px;
    text-align: center;
}
#main .author-widget-name {
    margin: 0;
}
#main .author-widget-name::before {
    left: 50px;
}
#main .author-thumb {
    float: none;
    margin: 0;
    padding-top: 20px;
    width: 100%;
}
#main .author-box .author-name {
    font-size: 15px;
}
#main .author-content {
    margin: 10px 0 0 0;
    padding-left: 0;
    border: none;
}
#main .author-box p {
    font-size: 15px;
    text-align: left;
}
#main .author-box .sns-follow-buttons {
    justify-content: center;
}
}

/*-- Rinker --*/
div.yyi-rinker-contents {
    width: 99%;
    margin: 25px auto;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0px 2px 6px 0 rgba(0,0,0,.13);
}

div.yyi-rinker-contents img {
    max-width: 100%;
}

div.yyi-rinker-contents div.yyi-rinker-box {
    padding: .8em 0;
}

div.yyi-rinker-contents div.yyi-rinker-image {
    margin: 2%;
    width: 30%;
}

div.yyi-rinker-info {
    padding: 0 3%;
    width: 100%;
    margin: auto;
}

.yyi-rinker-title {
    font-size: 1.1em;
    margin-left: .5em;
    padding-top: 1em;
}
div.yyi-rinker-contents div.yyi-rinker-title p {
    margin: 0;
}
div.yyi-rinker-contents div.yyi-rinker-title a {
    font-weight: bold;
    text-decoration: underline;
}
div.yyi-rinker-contents div.yyi-rinker-title a:hover {
    color: #777
}

div.yyi-rinker-contents div.yyi-rinker-detail {
    font-size: .8em;
    color: #000;
    padding-left: 13px;
    margin-top: 0;
    margin-left: .5em;
}

div.yyi-rinker-contents div.yyi-rinker-detail .price-box {
    margin: .5em 0;
    margin-left: .5em;
}

div.yyi-rinker-contents div.yyi-rinker-detail .price-box .price {
    letter-spacing: 0.1em;
    font-size: 1.2em;
    margin-right: .5em;
}

div.yyi-rinker-contents ul.yyi-rinker-links {
    display: inline-block;
    text-align: center;
}

div.yyi-rinker-contents ul.yyi-rinker-links li {
    width: 62%;
    padding: 0;
    margin: .5em .5em .4em .5em;
    font-size: .8em;
    display: inline-block;
    height: 40px;
    border-radius: 0;
    font-weight: bold;
    vertical-align: middle;
    line-height: 40px;
    transition: .3s ease-in-out;
    text-align: center;
}

div.yyi-rinker-contents ul.yyi-rinker-links li:hover{
    opacity: .9;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.amazonkindlelink{
    background: #fff;
    border: 2px solid #666;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonkindlelink a {
    color: #666;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink {
    background: #ff9901;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a {
    color: #fff;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink {
    background: #bf0000;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a {
    color: #fff;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink {
    background: #ff0033;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a {
    color: #fff;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink1 {
    background: #fff;
    border: 2px solid #4072b3;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink1 a {
    color: #4072b3;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink2 {
    background: #fff;
    border: 2px solid #4dc0b2;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink2 a {
    color: #4dc0b2;
}

div.yyi-rinker-contents ul.yyi-rinker-links li a {
    height: 40px;
    line-height: 40px;
    font-size: 0.95em;
    padding-left: 0px;
    padding-right: 0;
}

div.yyi-rinker-contents ul.yyi-rinker-links li a:after {
    position: absolute;
    right: auto;
    padding-left: 5px;
	font-family: "Font Awesome 5 Free";
    content: "\f138"!important;
    transition: .3s ease-in-out;
}

div.yyi-rinker-contents ul.yyi-rinker-links li a:hover::after {
    opacity: .9;
    transform: translateX(2px);
    -webkit-transform: translateX(2px);
}

@media screen and (max-width: 580px) {
  div.yyi-rinker-contents div.yyi-rinker-box {
    padding: 1em 0 1em 0;
    display: block;
  }
  div.yyi-rinker-contents div.yyi-rinker-image {
    width: 250px;
    margin: auto;
  }
  div.yyi-rinker-contents div.yyi-rinker-box div.yyi-rinker-info {
    padding: 0;
    margin: auto;
    width: 90%;
    text-align: center;
  }
  .yyi-rinker-title {
    font-size: 1em;
    text-align: center
  }
  div.yyi-rinker-contents div.yyi-rinker-detail .price-box .price {
    display: block;
  }
  div.yyi-rinker-contents ul.yyi-rinker-links li {
    width: 85%;
    font-size: .9em;
  }
  body div.yyi-rinker-contents ul.yyi-rinker-links li a {
    padding: 0;
  }
  div.yyi-rinker-contents ul.yyi-rinker-links li a:after {}
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1080px以下*/
@media screen and (max-width: 1080px){
  /*必要ならばここにコードを書く*/
.entry-content img {
	max-width: 97%;
}
}

/*767px以下*/
@media screen and (max-width: 767px){
  /*必要ならばここにコードを書く*/
.entry-header .eye-catch {
	margin-left: -1em;
	margin-right: -1em;
	max-width: none;
	width: auto;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}