li{
	color:#5a6419;
	font-weight:bold;
}

/*メニュー*/
.sitename-bottom{
	padding:10px 0 0;
	width:70%;
}


@media print, screen and (min-width: 960px) {
header .smanone ul.menu {
display: flex; /*フレキシブルボックス*/
text-align: center; /*センタリング*/
}
header .smanone ul.menu li{
width: 100%;
}
	
.sitename-bottom{
	padding:20px 0;
	width:300px;
}
}

/* 吹き出し */
.st-kaiwa-face img{
	border:none ;
	margin-bottom:3px;
}



/* もくじ */
#toc_container {
  margin-bottom: 40px;
  background: #fff;
  border: 5px solid #ffe787;
  border-radius: 2px;
	width:85%;
   }

#toc_container .toc_title {
  text-align: center;
  margin-bottom: 35px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 0px;
  font-size: 100%;
  border-bottom: 2px solid #fff; }

#toc_container .toc_list {
  list-style-type: none !important;
  counter-reset: li;
}



#toc_container .toc_list > li:after {
  counter-increment: li;
  content: "0" counter(li) " |";
  position: absolute;
  left: -40px;
  top: 0px;
  background: none;
  font-family: "Unica One", cursive;
  font-size: 1.4em;
  letter-spacing: -1px;
  color: #008db7; }

#toc_container .toc_list > li a {
  text-decoration: none !important; }

#toc_container .toc_list > li a:hover {
  text-decoration: underline !important; }

#toc_container .toc_list > li ul {
  list-style-type: disc;
  margin-top: 0px;
  padding-left: 0px;
	margin-bottom:0;
	padding-bottom:0;
  color: #008db7; }

#toc_container .toc_list > li > ul li {
  font-size: 0.9em;
  margin-bottom: 0px;
}
#toc_container .toc_list > li > ul {
 padding-top:0;
  margin-top: 0px;
}

#toc_container .toc_list ul{
	margin:0 0 0 10px;
	padding:0;
}
#toc_container .toc_list ul li{
	margin:10px 0 0 0;
	padding:0;
}

@media only screen and (min-width: 641px) {
  #toc_container {
    
	width:70%;}

  #toc_container .toc_title {
    font-size: 1.3em;
	}

  #toc_container .toc_list > li {
    margin-bottom: 18px;
    margin-left: 12px;
    font-size: 1em; }

  #toc_container .toc_list > li:after {
    left: -48px;
    top: 0px;
    font-size: 26px; } }

/*赤字*/
.bold-red {
font-weight: bold;
color: #c0297d;
}
/*ライン*/
.line {
	background: linear-gradient(transparent 60%, #fcfbcd 60%);
	font-weight:bold;
	
}

.rmarker{
	background: #ffe1ee;
	font-weight:bold;
}

.primary-box{
	color: #333;
padding: 1em 1em 0.2em;
background: -webkit-repeating-linear-gradient(-45deg, #feeffc, #feeffcb 3px,#feeffc 3px, #feeffc 7px);
background: repeating-linear-gradient(-45deg, #fbe6f8, #fff 3px,#fff 3px, #fbe6f8 7px);
	font-weight:bold;
}
.primary-box ul,.primary-box li{
	margin:0;
	padding:0;
	font-weight:normal;
}

.st-cardstyle{
    border: 1px solid #ffe6ee;
	background:#fff7fa;
	padding:20px;
	line-height:1.7em;
	margin-bottom:10px;
}

.red,.hutoaka{
	color:#c0297d;
	font-weight:bold;
}

.widgets-list-layout-links{
	margin-bottom:10px;
	
}

.wpp-list li{
	border-bottom:8px solid #fff
}


.my_link_btn{
  display: inline-flex;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: box-shadow 0.5s;
  border-radius: 5px; 
  background: #ffa63e; 
  font-weight: bold;
  box-shadow: 0px 1px 3px #855;  
}
.my_link_btn a{
  color: white;
  text-decoration: none;
  padding: 15px 18px; 
}
.my_link_btn:hover{
    color: white;
}


/*人気の投稿ページ*/
@media only screen and (min-width: 1166px){
.widgets-list-layout .widgets-list-layout-blavatar {
    float: left;
    width: 20.276596%;
    max-width: 65px;
    height: auto;
		margin-bottom:8px;
		margin-top:5px;
}
	.widgets-list-layout-links {
    float: right;
		width: 76%;
	font-size:14px;
	margin-bottom:10px;
	line-height:22px;}
}


@media screen and (max-width: 1165px) {
.widgets-list-layout .widgets-list-layout-blavatar {
    float: left;
		max-width: 20%;
    height: auto;
		margin-bottom:8px;
}
	
	.widgets-list-layout-links {
    float: right;
		width: 76%;
	font-size:14px;}
}
/*人気の投稿ページ//*/



#footer .copyr{
	
	
}

.rakuten_aff table, .rakuten_aff th, .rakuten_aff td {
    border: none !important ;/*優先順位高*/
}

.sideicon{
	font-size: 12px; 
	color: #fff; 
	margin-right: 10px; 
	background-color: #909c37; border-radius: 2px; 
	padding: 8px 8px 7px;
}

div{
	line-height:1.6em;
	color:#444;
}

.entry-content h2{
	margin-top:40px !important;
}

.entry-content h3{
	margin-top:40px !important;
}