@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.3
*/

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

@media screen and (max-width: 768px) {
	.footer-widgets {
		display: block;
	}
}

/*新着・人気一覧記事のショートコードに更新日・作成日表示*/

.widget-entry-card-date {
  display: block;
}


.ad {
box-shadow: 0 2px 2px 0 #ddd;
-moz-box-shadow: 0 2px 2px 0 #ddd;
-webkit-box-shadow: 0 2px 2px 0 #ddd;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #ff9;
border: 1px solid #ded5af;
color: #111;
margin: 0 2px 20px;
padding: 17px 15px 20px 20px;
}


.content .point ul {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin:2em 0;
	background:#fff4ea;
	box-shadow: 0 0 0 10px #fff4ea;
	border: dashed 3px #ffdbb7;
	border-radius: 3px;
}

.content .point ul li {
	line-height: 1.5;
	padding:0.6em 0.6em 0.6em 15px;
	color:#454545;
	list-style-type: none!important;
	text-shadow: 1px 1px 1px #fff;
}
.content .point ul li:before {
	position: absolute;
	font-family: FontAwesome;
	content:"\f046";
	font-size: 1.5em;
	font-weight: 700;
	color:#ff6347;
	line-height: 0.8em;
	left:18px;
	text-shadow: 1px 1px 1px #fff;
}
.content .point ul li ul {
	padding: 0.5em 1em 0.5em 2.3em;
	margin: 0.5em 0;
	border:none;
	border-radius: 0px;
}

.special ol {
	counter-reset: number;
	list-style: none!important;
	padding:0.5em 1em;
	border:solid 2px #ffb107;
	border-radius: 10px;
}
.special ol li {
	position: relative;
	border-bottom: dashed 1px #dcdcdc;
	padding:0.5em 0.5em 0.5em 30px;
	line-height: 1.5em;
}
.special ol li ol {
	border:none;
	border-radius: 0px;
}
.special ol li:last-of-type {
	border-bottom: none; /* 最後の１行はボーダーを消す */
}
.special ol li::before {
	position:absolute;
	left:0;
	top:5px;
	counter-increment: number;
	content:counter(number);
	/* 数字のデザインを変える */
	display: inline-block;
	background: #ffb107;
	color:#fff;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height:27px;
	border-radius: 50%;
	width: 25px;
	height:25px;
	text-align: center;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.1);
}


li{list-style: none;}

.easysearch ul{

}

.easysearch li{
		float:left;
	　list-style:none;
}

.easysearch li:nth-child(2n+1){
		margin-right: 15px;
}
.easysearch li:nth-child(1),
.easysearch li:nth-child(2),
.easysearch li:nth-child(3),
.easysearch li:nth-child(4)
{
		margin-bottom: 10px;
}

.easysearch li a{
		display: block;
		background: url(images/easysearch.png);
		width:310px;
		height:50px;
		line-height:50px;
		text-indent:30px;
		text-decoration: none;
		font-weight: bold;
}
.easysearch li a:hover{
		background: url(images/easysearch_on.png);
}

.search_headline{
}


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

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

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

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