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

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

/*リスト */
.firstmenu ul {
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	padding: 10px 0;
	list-style-type: disc;
        background-color: #eee;
	padding-top: 10px;
	font-size: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
        margin-top: 10px;
	margin-bottom: 10px;
}

.firstmenu li {
	background: #EEE;
	color: #111;
	border: 1px solid #FFF;
	-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
	padding: 10px 0;
        display:block;
        background-color: #fff;
        padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 32px;
        margin-bottom: 10px;
}


.firstmenu ul li {
	background: #EEE;
	color: #111;
	border: 1px solid #FFF;
	-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
	padding: 10px 0;
        display:block;
        background-color: #fff;
        padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 16px;
	line-height: 32px;
        margin-bottom: 10px;
}

.firstmenu ul li a {
        text-decoration: none;
        display:block;
        color: #000;
        width: 100%;
}

.firstmenu ul li a:hover {
        background-color: #ff99a8;
}
.firstmenu ol {
	list-style-type: decimal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.firstmenu ol li {
	font-size: 17px;
	line-height: 27px;
}

/*リスト2 */
#secondmenu ul {
	background: -moz-linear-gradient(top,#eee, #ccc 50%,#eee 50%,#ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), color-stop(0.5,#ccc), color-stop(0.5,#eee), to(#ddd));
	color: #282828;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #0099CC;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	padding: 10px 0;
	list-style-type: disc;
        background-color: #eee;
	padding-top: 10px;
	font-size: 14px;
        line-height: 22px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
        margin-top: 10px;
	margin-bottom: 10px;
}

#secondmenu ul li {
	background: #EEE;
	color: #111;
	border: 1px solid #FFF;
	-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
	padding: 10px 0;
        display:block;
        background-color: #7FDFFF;
        padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 28px;
        margin-bottom: 10px;
}

#secondmenu ul li a {
        text-decoration: none;
        display:block;
        color: #000;
        width: 100%;
}
#secondmenu ol {
	list-style-type: decimal;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 10px;
}

#secondmenu ol li {
	font-size: 17px;
	line-height: 27px;
}

.yotei{
        background: #FFF;
        padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
        margin-bottom: 20px;
        border-radius: 8px 8px 8px 8px;
}

.yoteiall{
        background: #DDD;
        padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 8px 8px 8px 8px;
}


.list li{
     list-style-type:none !important;
     list-style-image:none !important;
     margin: 0px 0px 0px 0px !important;
}
  
.list li{
     position:relative;
     display: block;
     padding: 5px 0px 5px 30px;
     background: #ddd;
     color: #444;
     border-radius:0px 0px 0px 0px;
}
  
.list li:after{
     content:'';
     display:block; 
     position:absolute;
     width:14px;
     height: 14px;
     top:7px;
     left:5px;
     background: #fff;
     border-radius: 10px;
}

.yotei img {
	width: 50%;
	float: center;
}

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

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

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