.proflink a{
	display:block;
	text-align:center;
	padding:7px 10px;
	background:#aaa;/*カラーは変更*/
	width:50%;
	margin:0 auto;
	margin-top:20px;
	border-radius:20px;
	border:3px double #fff;
	font-size:0.65rem;
	color:#fff;
}
.proflink a:hover{
		opacity:0.75;
}

/**** Rinker ****/
div.yyi-rinker-contents {
border: none;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.18);
}
div.yyi-rinker-image {
margin-right: 15px;
}
.yyi-rinker-img-m .yyi-rinker-image {
width: 140px;
min-width: 140px;
}
div.yyi-rinker-contents div.yyi-rinker-info {
width: calc(100% - 160px);
}
div.yyi-rinker-contents div.yyi-rinker-title p {
margin: 0;
}
div.yyi-rinker-contents div.yyi-rinker-title a {
color: #0066c0;
font-size: .9em;
}
div.yyi-rinker-contents div.yyi-rinker-title a:hover {
color: #c45500;
opacity: 1;
text-decoration: underline;
}
div.yyi-rinker-contents div.yyi-rinker-detail {
padding: 0;
margin: 5px 0 0;
font-size: 10px;
color: #626262;
opacity: .7;
font-family: 'Avenir',sans-serif;
line-height: 2;
}
span.price {
font-size: 1.8em;
}
.price-box span:nth-child(n+2) {
display: none;
}
div.yyi-rinker-contents ul.yyi-rinker-links {
margin: 0;
}
div.yyi-rinker-contents ul.yyi-rinker-links li {
margin: 8px 8px 0 0;
box-shadow: none;
border-radius: 3px;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink, div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink, div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink {
background: none;
}
div.yyi-rinker-contents ul.yyi-rinker-links li a {
font-weight: 500;
font-size: 13px;
height: 44px;
line-height: 44px;
padding: 0 15px;
border-radius: 3px;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a {
background: #FFB74D;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a {
background: #FF5252;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a {
background: #3AADF4;
}
div.yyi-rinker-contents ul.yyi-rinker-links li:hover {
box-shadow: none;
}
div.yyi-rinker-contents ul.yyi-rinker-links li a:hover {
opacity: 1;
-webkit-transform: translateY(3px);
transform: translateY(3px);
}
@media screen and (max-width: 800px){
div.yyi-rinker-contents div.yyi-rinker-box {
display: block;
text-align: center;
}
div.yyi-rinker-contents div.yyi-rinker-image {
margin: auto;
}
div.yyi-rinker-contents div.yyi-rinker-info {
display: block;
margin-top: 5px;
width: 100%;
}
div.yyi-rinker-contents ul.yyi-rinker-links li {
margin: 5px 0;
box-shadow: none;
border-radius: 3px;
}}
@media (max-width: 420px) and (min-width: 321px){
body div.yyi-rinker-contents ul.yyi-rinker-links li a {
padding: 0;
}}

/** 目次のカスタマイズ **/
@media (min-width: 768px){
#toc_container .toc_title {
margin-bottom: 20px;
margin-top: 0;
font-size: 22px;
background: #7badd8;
padding: 0;
line-height: 60px;
color:white!important;
}
#toc_container .toc_list {
padding-bottom: 20px;
}}
@media (max-width: 767px){
#toc_container .toc_title {
margin-bottom: 20px;
margin-top: 0;
font-size: 22px;
background: #7badd8;
padding: 0;
line-height: 60px;
color:white!important;
}
#toc_container .toc_list {
padding-bottom: 20px;
}}
div#toc_container:before {
border: 2px solid;
border-color: #7badd8!important;
opacity: 1;
background: #fff9f9;
}
div#toc_container .toc_list > li a:hover {
text-decoration: none !important;
}
p.toc_title:before {
content: "\f02d";
font-family: "Font Awesome\ 5 Free";
font-weight:600;
margin-right: 10px;
color: #7badd8!important;
}
#toc_container .toc_list > li {
padding-left: 30px;
}
#toc_container .toc_list > li:after {
color: #7badd8;
}
#toc_container .toc_list > li > ul > li {
padding-left: 14px;
}

/*リンクカード調整*/
.linkcard * {
	text-decoration:none !important;
}

.linkcard:before {
	content: "あわせて読みたい";
	position: relative;
	top:  12px;
	left:  23px;
	background-color: #ff6868;
	padding: 8px 14px;
	font-size: 12px;;
	font-weight: 500;
	border-radius:  3px;
	color:  #fff;
	z-index: 1;
}

.linkcard *:hover {
	opacity:0.9;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.linkcard {
	margin: 22px auto;
	display:block;
	width: 96%;
}

.lkc-title {
 	font-size: 1.1rem;
 	line-height: 1.5rem;
 	font-weight: 500;
	margin-bottom: 15px;
	display:  block;
}

.lkc-excerpt {
	font-size: 0.75rem;
 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
}

.lkc-url{
	display: none;
}

.lkc-info{
	margin-bottom:10px;
}

.lkc-external-wrap {
	max-width: 100%;
	background:  #fff;
	border: solid 1px #ff6868;
	border-radius:  4px;
	padding: 22px 15px 7px 10px;
}

.lkc-external-wrap p {
	padding-bottom: 5px !important;
}

.lkc-internal-wrap {
	max-width: 100%;
	background:  #fff;
	border: solid 1px #ff6868;
	border-radius:  4px;
	padding: 22px 15px 7px 10px;
}

.lkc-internal-wrap p {
	padding-bottom: 5px !important;
}

.lkc-thumbnail {
    margin: 0 20px 4px 4px;
}

@media screen and (max-width:750px){
.linkcard {
	margin: 22px auto;
	display:block;
	width: 100%;
}
	
	.linkcard:before {
    left: 12px;
			padding: 5px 14px;
    border-radius: 2px;
}
	
	.lkc-content {
	height: 100%;
}
	
.lkc-excerpt{
	display:none;
}
	
.lkc-title{
	font-size: 0.85rem; 
 	line-height: 1.2rem;
 	font-weight: 700;
 	display: inline;
}
	
.lkc-internal-wrap {
    padding: 15px 0 0 0;
}
	
.lkc-external-wrap {
    padding: 15px 0 0 0;
}
	
	.lkc-thumbnail-img {
    width: 188px;
    max-height: 76px;
}
}


/*内部リンクに「続きを読む」を追加*/
a.blog-card:after{
	position: absolute;
	font-family: 'Quicksand','Avenir','Arial',sans-serif,'Font Awesome 5 Free';
	content:'続きを読む \f101';
	font-weight: bold;
	right:10px;
	bottom: 10px;
	padding:1px 10px;
	background:#7badd8;/*「続きを読む」の背景色*/
	color:#fff;/*「続きを読む」の文字色*/
	font-size: .8em;
	border-radius:2px;
}


/*内部リンクの説明文を消す*/
.blog-card-excerpt{
display:none;
}

/*ブログカードに「続きを読む」*/
a.blog-card{
	padding-bottom:40px;
}
a.blog-card{
	position: relative;
}
a.blog-card:after{
	position: absolute;
	font-family: 'Quicksand','Avenir','Arial',sans-serif,'Font Awesome 5 Free';
	content:'続きを読む \f101';
	font-weight: bold;
	right:10px;
	bottom: 10px;
	padding:1px 10px;
	background:#333;/*「続きを読む」の背景色*/
	color:#fff;/*「続きを読む」の文字色*/
	font-size: .8em;
	border-radius:2px;
}

/*「あわせて読みたい」を消す*/
.blog-card-hl-box{
	display:none;
}

/* プロフィールのカスタマイズ */
/* 背景を装飾 */
.my-profile{
background-color:#fff9f9!important;;
}

/* プロフィールのカスタマイズ */
/* 枠をステッチ風に */
.my-profile{
border: 2px dashed #b0c4de;
}

/* 画像をクリックさせない */
img {
  pointer-events: none; 
}
/* 画像をドラッグさせない */
img {
-webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

