@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.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.i_table {
  border-collapse: collapse;
  margin: 15px 0;
  width:100%;
}
.i_table th{
  width:25%;
  border: solid 1px #ddd;
  background-color: #ffeff2;
}
.i_table td{
  border: solid 1px #ddd;
  padding:10px;
  background-color: #fff;
}
.i_table_area{
	font-size:12px;
}
.i_table_midashi{
	font-size: 22px;
	color: #fd8193;
	padding: 0.25em;
	border-top: solid 2px lightpink !important;
	border-bottom: solid 2px lightpink !important;
	background: -webkit-repeating-linear-gradient(-45deg, #ffedf0, #ffedf0 3px,#fffafb 3px, #fffafb 7px) !important;
	background: repeating-linear-gradient(-45deg, #ffedf0, #ffedf0 3px,#fffafb 3px, #fffafb 7px);
}
.widget-below-page-sns-buttons-title{
	text-align:center;
	font-size: 20px;
	margin: 20px 0 10px;
	padding: 0.25em;
	border-top: solid 2px lightpink !important;
	border-bottom: solid 2px lightpink !important;
	background: -webkit-repeating-linear-gradient(-45deg, #ffedf0, #ffedf0 3px,#fffafb 3px, #fffafb 7px) !important;
	background: repeating-linear-gradient(-45deg, #ffedf0, #ffedf0 3px,#fffafb 3px, #fffafb 7px);
}
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
  width:80%;
  font-size: 24px;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.dp_box {
  clear: both;
  background: #FDFDFD;
  border: 1px solid #eee;
  padding: 28px 32px;
  margin-bottom: 2em;
}
.divcenter{
	text-align:center;
}
.hyouka{
	text-align:center;
	font-size:24px;
}
.hyouka i{
	color:#ffc107;
}
.btn-sticky {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0.5em 0em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #ff7c5c;/*左線*/
  color: #ff7c5c;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  width: 80%;
}
.btn-sticky:hover {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}
.article h2:before{
  background-image: none;
}
.article h2 {
  padding: 0.5em;
  color: #010101;
  background: #ffdde2;
  border-bottom: solid 3px #ff99a8;
  margin-top: 5em;
}
.widget_text ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget_text ul li a{
  color: slategray;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  padding-right: 4px;
  padding-left: 4px;
}
.widget_text ul li a:hover{
  background-color: #f5f8fa;
  transition: all 0.3s ease-in-out;
  color: #333;
}
table.rank th{
	text-align:center;
}
table.rank td{
	text-align:center;
}
table.rank span{
  font-size: 30px;
}
span.hyou-1{
  color: #008080;
}
span.hyou-2{
  color: #ff8c00;
}
span.hyou-3{
  color: #ff6347;
}
.crown-gold{
	color:gold;
	font-size: 22px;
	padding-right: 6px;
}
.crown-silver{
	color:silver;
	font-size: 22px;
	padding-right: 6px;
}
.crown-copper{
	color:#ce9898;
	font-size: 22px;
	padding-right: 6px;
}
.widget-sidebar-scroll-title , .widget-sidebar-title{
font-size: 22px;
    color: #fd8193;
    padding: 0.25em;
    border-top: solid 2px lightpink !important;
    border-bottom: solid 2px lightpink !important;
    background: -webkit-repeating-linear-gradient(-45deg, #ffedf0, #ffedf0 3px,#fffafb 3px, #fffafb 7px) !important;
    background: repeating-linear-gradient(-45deg, #ffedf0, #ffedf0 3px,#fffafb 3px, #fffafb 7px);
}
aside{
	padding: 1em;
}


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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
.i_table td {
    padding: 4px;
}
.crown-gold , .crown-silver , .crown-copper{
	padding-right: 2px;
}
.btn-sticky {
    font-size: 14px;
    width: 98%;
    padding: 0.5em 0;
}
#slide-in-sidebar .widget-title{
    border-radius: 0px; 
	color:#545454;
}
a.btn--orange{
    font-size: 22px;
}

}
