/* カスタム CSS をここに入力してください */

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.mainbox{
	padding-top:3%;
}
p{
color:#222;;
line-height: 3em;
}
a{
	text-decoration:none;
	font-weight:bold;
	color:#222;
}

/*TOPツクツクBOX*/
.p-entry-f{
	line-height:2em;
}
.freebox {
	border: solid 1px #87775c!important;
}


/*メインバック色*/
#contentInner main{
	background-color: rgba(255, 255, 255, 0.95)!important;
}
#st-menuwide{
	position:fixed;
	top:0;
	margin:0 auto;
	text-align:center;
	width:100%;
	height:40px;
	z-index:100;
}

/*RSSアメブロ枠*/
#rss-2{
		background-color:rgba(100, 140, 24,0.9);
		padding:5%;
	}
#rss-2 a{
	color:#fff;
	text-decoration:none;
}
#rss-2 .st-widgets-title{
	font-size:1.5em;
}

/*コンセプトの枠*/
.content70{
	width:70%;
	text-align:center;
	margin:1% auto;
	padding:5%;
	background-color:#dcf1b5;
	border-radius:10%;
}
/*下層ページ文字情報枠の幅*/
.content85{
	width:85%;
	margin:0 auto;
}
.content95{
	width:95%;
	margin:0 auto;
}
/*ulli基本設定*/
ul li{
	list-style-type: none;
}
ul li img{
	display: block;
	width:100%;
}

/* ul PC●つ　スマホ●つずつ並べる */
ul.grid4-2{
	width:100%;
	margin:0 auto;
	display: grid;
	grid-template-columns: 20% 20% 20% 20%;
	column-gap:3%;
}

.left{
	float:left;
	padding-right:10px;
}

.right{
	float:right;
	padding-left:10px;
}

/*ハンバーガーの中身のスタイル*/
.acordion_tree_content{
	line-height:1.5em;
	font-size:1em;
	margin-top:5%;
}
/*ハンバーガーの中身のaのスタイル*/
.acordion_tree_content a{
	text-decoration:none;
}

/*ハンバーガーアイコン固定*/
#s-navi dl.acordion{
	position: fixed;
	z-index: 10;
}
/*グレーの枠*/
.type{
	width:400px;
}

/*タブレット*/
@media only screen and (max-width: 700px){
ul.grid4-2{
	grid-template-columns: 45% 45%;
	column-gap:5%;
	padding-left: 0px!important;
	padding-right: 0px!important;
	padding-top: 0px!important;
	padding-bottom: 0px!important;

}
.content70{
		width:85%;
}
	main{
		margin-top:30%;
	}

	}

/*携帯*/
@media only screen and (max-width: 500px){
		.free-inbox h2{
	margin-top:20%;
	font-size:1.8em;
	line-height:1.5em;
}
	/*グレーの枠*/
.type{
	width:90%;
	}
	.tbl-about tr,.tbl-about td{
		display: block;
			border-bottom:#ccc solid 1px
	}
	.tbl-about th{
		border-bottom:#ccc solid 1px;
	}
}