<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
#side_nav ul li a {
	background-color: #fffaef;
}
#side_nav ul li.on a, #side_nav ul li a:hover {
	background-color: #ffecc1;
}
#durability .flx dl {
	width: 400px;
	margin-right: 20px;
}
#durability .flx div {
	width: 290px;
}
/* house */
#strength dl, #durability dl, #senses dl {
	margin-bottom: 25px;
}
#strength dl dt, #durability dl dt, #senses dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}
/* five-senses */
#senses table .sense {
	width: 8%;
	text-align: center;
	white-space: nowrap;
}
#senses table .tokutyo {
	width: 22%;
}
#senses table .reasen {
	width: 30%;
}
#senses table td, #senses table th {
	border-collapse: collapse;
	padding: 5px 8px;
	border: 1px solid #f6f6f6;
}
.shikaku {
	background-color: #c9eaff;
}
.tyokaku {
	background-color: #fff2c9;
}
.kyukaku {
	background-color: #bbedd2;
}
.syokkaku {
	background-color: #ffddff;
}
.taikan {
	background-color: #ddd;
}
#fivesense {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
ul.tab li {
	height: 40px;
}
ul.tab li a {
	display: block;
	width: 100%;
	padding: 5px 0;
	background: #eee;
	border: #bbb solid 1px;
	line-height: 35px;
	text-align: center;
	box-sizing: border-box;
}
ul.tab li a:hover {
	background: #f4f4f4;
}
ul.tab li:first-child {
	width: 141px;
}
ul.tab li:nth-child(2) {
	width: 123px;
}
ul.tab li:nth-child(3) {
	width: 174px;
}
ul.tab li:nth-child(4) {
	width: 138px;
}
ul.tab li:nth-child(5) {
	width: 134px;
}
ul.tab li a.selected {
	background: #fff;
	border-bottom: none;
	cursor: default;
}
ul.panel {
	clear: both;
	border: 1px solid #bbb;
	border-top: none;
	background-color: #fff;
}
ul.panel li {
	padding: 20px;
}
h4.tree {
	margin: 10px 0;
	color: #903;
	border-bottom: 2px solid #903;
	font-size: 130%;
}
#made_nw {
	padding: 20px;
	background: white;
}
#made_nw table {
	width: 100%;
}
#made_nw table th, #made_nw table td {
	padding: 10px;
	border: 1px solid #ccc;
}
#made_nw table th {
	width: 30%;
	background-color: #ddd;
	font-weight: normal;
}
#made_nw table td {
	line-height: 2;
}
.syutten {
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #ddd;
}

@media screen and (max-width:1080px) {
ul.tab li {
	height: auto;
}
ul.tab li:first-child {
	width: 19.8%;
}
ul.tab li:nth-child(2) {
	width: 17.5%;
}
ul.tab li:nth-child(3) {
	width: 25%;
}
ul.tab li:nth-child(4) {
	width: 19%;
}
ul.tab li:nth-child(5) {
	width: 19%;
}
}

@media screen and (max-width: 800px) {
#tab2 .flx div, #tab3 .flx div, #tab4 .flx div, #tab5 .flx div {
	width: 70%;
	margin: 5% auto 0;
}
#tab2 img, #tab3 img, #tab4 img, #tab5 img {
	width: 100%;
}
}

@media screen and (max-width: 740px) {
ul.tab li {
	width: 20% !important;
	height: 7vh;
	box-sizing: border-box;
}
ul.tab li a {
	padding: 0.5vh 3% 0.7vh;
	box-sizing: border-box;
}
ul.tab li a img {
	width: 100%;
}
#durability .flx dl {
	width: 100%;
	margin-right: 0;
}
#durability .flx div {
	width: 290px;
	margin: 5% auto 0;
}
}
</pre></body></html>