
.submenu {
	margin: 2em 0;
	overflow: hidden;
}
.submenu li{
	list-style-type: none;
	text-align: left;
}
.submenu a {
	color: #3462a0;
	background-color: #a0b9da;
	padding: 1em 1em 1em 3em;
	text-decoration: none;
	text-indent: -1.8em;
	border: 1px solid #fff;
	display: block;
	box-sizing: border-box;
}
.submenu a span {
	margin: 0 0 0 1em;
}
.submenu a:hover {
	background-color: #4f7dbb;
	color: #fff;
}

#contentsinnner h4,
#contentsinnner h5 {
	margin: 10px 0;
}

#contentsinnner table {
	width: 100%;
	margin: 10px 0;
}
#contentsinnner table th,
#contentsinnner table td {
	padding: 5px;
	border: 2px solid #fff;
}
#contentsinnner table th {
	color: #fff;
	background-color: #5fa9da;
}
#contentsinnner table th span {
	font-weight: normal;
	display: block;
}
#contentsinnner table td {
	background-color: #eee;
}

#contentsinnner #minji table th {
	width: 1em;
	text-align: center;
}

#contentsinnner #souzoku table.price th,
#contentsinnner #souzoku table.price td {
	text-align: center;
}
#contentsinnner #souzoku table.price th {
	width: 45%;
}

#contentsinnner #rikon table th.price {
	width: 100px;
}

#type .waku {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #666;
}
#type .waku p {
	margin-left: 1.7em;
}
#contentsinnner #type .waku  h4 {
	margin: 0;
}


#minji ul li {
	list-style-type: katakana;
	margin: 0 0 0 .2em;
}

@media screen and (min-width : 1020px) {

	.submenu {
		font-size: 14px;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.submenu li {
		width: 50%;
	}

	#contentsinnner table th,
	#contentsinnner table td {
		padding: 10px 20px;
	}

	#contentsinnner #minji table th {
		width: 160px;
		text-align: left;
	}

	#contentsinnner #souzoku table.price th,
	#contentsinnner #souzoku table.price td {
		text-align: left;
	}

	#contentsinnner #rikon table th.price {
		width: 160px;
	}


	#type .waku {
		padding: 20px;
	}

}