@charset "UTF-8";
/* CSS Document */

html, body {
}

body {
	background: url("../image/bg.gif") repeat center;
}

img {
  max-width: 100%;
}


/* member */

.member {
}

.member h2 {
	display: none;
}

.member img {
	width: 100%;
}


.about {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	padding-bottom: 50px;
}

h2.about {
	font-family: Verdana, Geneva, "sans-serif";
	font-size: 80%;
	font-weight: bold;
}


.kaisha {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	padding-bottom: 50px;
	width: 100%;
}

.kaisha th,
.kaisha td {
	border: 1px solid #ccc;
	padding: 20px;
}

.kaisha th {
	font-weight: bold;
	background-color: #dedede;
}

@media screen and (max-width: 100%) {
	.kaisha,
	.kaisha tr,
	.kaisha td,
	.kaisha th {display:block;}
	.kaisha th {width:auto;}
}