@charset "UTF-8";
/*
Theme Name: エコシステム
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
Text Domain: tk
*/

/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, em, strong, th {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

/* フロート
------------------------------------------------------------*/
.float_l {
  float: left;
}

.float_r {
  float: right;
}

.clear {
  clear: both;
}

/* for WP */
#wpadminbar {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=20);
  opacity: 0.2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#wpadminbar:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

/**************
 * Core Biz
 **************/
/* head wp */
.head-box {
	display: block;
	width: 100%;
}
.head-left {
	display: block;
	justify-content:flex-start;
}
.head-right {
	display: block;
	justify-content:flex-end;
}
.head-top {
	display: block;
	justify-content:flex-end;
}
.head-bottom {
	display: block;
	justify-content:flex-end;
}
.head-nav {
	display: block;
	width: 100%;
	/*background-color: #ffffff;*/
	/*border-bottom: 1px solid #ffffff;*/
}
/* nav bar */
/*.menu {
	display: flex;
	justify-content: space-between;
	padding: 0px;
}
#menu-nav {
	color: #ffffff;
	background-color: #000000;
}
.menu li {
	display: flex;
	justify-content: center;
	padding: 0px;
	margin: 0px 3px;
	width: 20%;
	text-align: center;
	background-color: inherit;
	align-items: center;
	color: inherit;
	border: 3px solid;
	-webkit-background-clip: padding-box; 
	-moz-background-clip: padding; 
	background-clip: padding-box;
}
.menu a {
	color: inherit;
	font-weight: bold;
	padding:10px;
	text-decoration: none;
	font-size: 18px;
}
.menu a:visited {
	color: inherit;
}
@media screen and (max-width: 700px){
	.menu a {
		font-size: 15px;
		font-weight: bold;
	}
}
*/


