/* CSS Document */

#slder {
	background-image:url(http://www.nishita.jp/top/dots.png),
						url(images/head.png);
	background-repeat:repeat,
						repeat;
	background-position:center center,
						center center;
	background-size: auto,cover;
}


section {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
	overflow:hidden;
}
main {
	height: auto;
	overflow: hidden;
	float: left;
	width: 950px;
}

.post,.nav-below {
	width: 900px;
}
.post {
	margin-bottom: 50px;
	border-bottom: 1px solid #CCC;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}

.title {
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 0.3em;
	line-height: 1.2em;
}

.blog_info {
	text-align: right;
}
.blog_info  ul {}
.blog_info  ul li {
	display: inline;}
.blog_info .cal {
	margin-right: 1em;
}
.blog_info .cal {
	font-size: 14px;
	color: #CCC;
}
.blog_info .cat {
	font-size:14px;
	}
.blog_info .cat:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f007";
	font-size: 12px;
	margin-right: 0.5em;
	color: #CCC;
	}

/* サイド */

#side {
	width: 250px;
	float: right;
	right: 0px;
	top: 0px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #fff100;
	overflow: hidden;
}
.widget-area {
	}
.widget-area ul {}
.widget-area ul li {}
.widget-container {}
.screen-reader-text {}
#searchsubmit {}
.widget-container .wp-calendar {}
.widget-container .wp-calendar th {}
.widget-container .wp-calendar td {}

@media screen and (max-width: 1199px) {
	section {
	width: 100%;
	}
	main {
	height: auto;
	overflow: hidden;
	float: left;
	width: 70%;
	}
	.post,.nav-below {
	width: 100%;
	}
	#side {
	width: 28%;
}

}
@media screen and (max-width: 768px) {
	section {
	width: 100%;
	}
	main {
	height: auto;
	overflow: hidden;
	float: none;
	width: 100%;
	}
	.post,.nav-below {
	width: 100%;
	}
	/* サイド */

	#side {
	width: 250px;
	float: none;
	right: 0px;
	top: 0px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #fff100;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	}
}

@media only screen and (max-width: 480px) {
}




/****************************************
		7.  widget
*****************************************/
#side h3{
	zoom: 1; /* IE */
	margin: 0px 0 10px;
	padding: 5px 0 3px 10px;
	background-color: #aba201;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	}
	#side li:first-child h3{margin-top:0;}
	
/*
.widget-container {
	padding: 5px;
	border: 1px solid #d1d1a5;
	background-color: #FFF;
	margin-bottom: 15px;
}
*/
.widget-container {
	margin-bottom: 15px;
}
.widget-container a{}
	
.widget-container ul li{
	list-style: none;
	}

/*** Calendar ***/
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: center;
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
}
#wp-calendar th {
	text-align: center;
}
#wp-calendar thead {font-size: 11px;}
#wp-calendar tbody {color: #aba201;background: #fff000;}
#wp-calendar tbody td {
			background: #eee106;
			padding: 3px 0 2px;
			text-align: center;
			}
#wp-calendar tbody td {
	border: 1px solid #fff000;
}
#wp-calendar tbody .pad {background: none;}
#wp-calendar tfoot #next {text-align: right;}
	
	/* カレンダー */
#calendar_wrap {}
#calendar_wrap #today {
	background-color: #cac005;
}
#calendar_wrap table {}
#calendar_wrap table a {
	font-weight: bold;
}


