@charset "utf-8";


/*
------------------------------------
*/



.cts_menu {
  margin: 10px 0;
  display: flex;
}

.cts_menu ul {
		display: table;
    table-layout: fixed;
    width: 100%;
}
.cts_menu li {
	width:20%;
  display: table-cell;
  background: #216aa2;
	text-align: center;
	font-size:0.85em;
	vertical-align: middle;
	height: 50px;
}

.cts_menu li + li {
  margin-left: 5px;
	border-left:1px solid #83b0e2
}
 .cts_menu li a {
  display: block;
  color: #fff;
  padding: 5px;
  text-decoration: none;
}
.cts_menu li:hover {
	opacity: 0.8;
}

.entry-content p {

}

@media screen and (min-width:768px){
	.content-area {
		float: left;
		margin-right: -100%;
		width: 70%;
	}
	#main {
		width:80%;
	}
}
@media screen and (max-width:767px){
		#main {
		width:100%;
	}


}

		.sidebar {
		float: left;
		margin-left: 80%;
		padding: 0;
		width: 20%;
	}


@media screen and (max-width:767px){
.sidebar{
			width:100%;
			clear:both;
	}
}

label .screen-reader-text{
	display: none;
}
section .wedget{
	padding-bottom: 1em;
}

.widget_recent_entries li{
	line-height:1.8em;
}
@media screen and (max-width:767px){
entry-header, .entry-summary, .entry-content, .entry-footer, .page-content {
     margin: 0.5em; 
	}
}

/*
h3,
h3 a {
	font-family: "新ゴ R","Shin Go Regular";
	font-size: 28px;
	clear: both;
	color: #01bee2;
	margin: 1em 0 0.5rem;
	padding: 5px 0;
	text-align: left;
	line-height: 1.3em;
}
*/