@charset "UTF-8";
@import url("css/toc.css");
/*@import url("templates/css/searchResult.css");*/
/*!
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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
table tr:nth-of-type(2n+1){
	background-color: #FFF;
}
.widget-below-sns-buttons-title,
.widget-below-page-sns-buttons-title{
	position: relative;
	margin: 0;
	padding: 12px 10px 10px;
	color: #3c3c3c;
	font-size: 16px;
	font-weight: bold;
	background: #ffedd1;
	border-bottom: solid 2px #eb6321;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	margin-bottom: 0.8em;
}

/* caseデザイン */
.case_border2{
    border: solid 5px #67B17B;
    border-top:none;
    margin-bottom: 13px;

}
table#table_design2{
    margin: 0;
    border: none;
} 

table#table_design2 tr td,
table#table_design2 tr th
{
	vertical-align: middle;
}
table#table_design2 tr td img{
	max-width: 96%;
	height: auto;
	width: 100px;
}
.table-ranking2{
    background: #67B17B;
	margin: 0;
}
.table-ranking2 p{
    margin: 0;
    font-weight: bold;
    color: #fff;
    line-height: 2em;
    padding: 0 0 0 5px;
}
th.thbg2{
    background:#FFF18B;
}
/* ここまでcase */



/*記事装飾*/
.easy_fukidashi{
    height: 35px;
    background-image:url(./images/easy_list1.png);
    background-repeat:no-repeat;
    background-position: 50% 0%;
    margin: -40px 0 0 0;
}
.easy_list1{
	margin:30px 0;
	padding:30px 30px 20px 30px;
    border: double 3px #ea5413;
}
.easy_list1 ul{
	margin:0;
	padding:0;
}
.easy_list1 ul li{
	padding: 0px 0 0 25px;
	background-position: 0 10%;
	background-image:url(./images/easy_list2.png);
	background-repeat:no-repeat;
        list-style: none;
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}
.question1{
	margin:15px auto 4px auto;
	padding:35px 10px 6px 10px;
	background-image:url(./images/q1.png);
	background-repeat:no-repeat;
	background-position:10px top;
	font-weight:bold;
}
.answer1 {
	position:relative;
	background-color:#F5F5F5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #CCC;
	margin: 5px auto 35px auto;
	padding: 50px 10px 20px 10px;
	background-image: url(./images/a1.png);
	background-repeat: no-repeat;
	background-position: 12px 18px;
}


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

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

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