@charset "utf-8";
@import "default.css";
@import "base.css";

table {
	border-top: 1px solid rgba(204,204,204,1.00);
	border-left: 1px solid rgba(204,204,204,1.00);
}
table tbody tr th {
	border-right: 1px solid rgba(204,204,204,1.00);
	border-bottom: 1px solid rgba(204,204,204,1.00);
	padding: 15px;
	background-color: rgba(216,232,223,1.00);
	font-weight: normal;
	width: 250px;
}
table tbody tr td {
	border-right: 1px solid rgba(204,204,204,1.00);
	border-bottom: 1px solid rgba(204,204,204,1.00);
	padding: 15px;
}
table tbody tr td a {
	color: rgba(97,161,173,1.00);
}
#store {
	padding-top: 60px;
	margin-bottom: 120px;
}
#store .inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
#store .inner div {
	width: 312px;
    margin-bottom: 50px;
}
#store .inner div h3 {
	color: #388085;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
#store .inner div figure img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin-bottom: 8px;
}
#vision {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 120px;
	font-size: 16px;
}
#vision .title02 {
	text-align: center;
    margin-bottom: 60px;
}
#vision h3 {
	font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
	color: #D01F29;
}
#vision p {
	margin-bottom: 40px;
}




#boshu {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#boshu h2 {
	margin-bottom: 30px;
}
#boshu h2+p {
	font-size: 16px;
	margin-bottom: 40px;
}
#boshu table {
	font-size: 16px;
    line-height: 2em;
	text-align: left;
}
#boshu table th {
    width: 320px;
    background-color: #eee;
}
