@charset "utf-8";
/* CSS Document */

span{
	    vertical-align: middle;
}
	.umbTable > table {
		border-collapse: collapse;
		text-align: left;
		width: 80%;
		margin: auto;
	}
	.umbTable{
		position: relative;
	}
	.umbTable > table > tbody > tr {
		border-bottom: 1px solid #262f61;
	}
	.umbTable > table > tbody > tr > td{
		padding:10px 0;
	}
	.umbTable{
		color:#262f61 !important;a
		text-align: left;
		font-size: 20px;
		width:100%;
	}
	.umbTable_name{
		font-size: 24px;
		padding-bottom: 10px;
	}
	.umbTable_bold{
		font-weight: bold;
	}
	.umbTable_title_bold{
		font-size: 20px;
		font-weight: bold;
	}
	.umbTable_catetitle{
		position: absolute;
		top:-30px;
		left:10%;
		font-size: 24px;
		color:white;
		background-color: #262f61;
		padding: 5px;
		width:350px;
		text-align: center;
	}
	.umbTable_image{
		width:17%;
	}
	.umbTable_image img{
		max-width: 170px;
		padding:0;
		margin: auto;
		display: block;
	}
	.umbTable_title{
		width:25%;
	}
	.umbTable_struc{
		width:21%;
	}
	.umbTable_size{
		width:17%;
	}
	.umbTable_other{
		width:20%;
	}
	.umbkuwashikumiru {
		width: max-content;
		height: auto;
	    background-color: #262f61;
		color: #FFFFFF;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		border-radius: 20px;
		border: 1px solid #262f61;
		margin-top: 10px;
		font-size: 14px;
	}
    .umbkuwashikumiru a {
        height: 30px;
		text-decoration: none;
		color: #FFFFFF;
		box-sizing: border-box;
		display: block;
		line-height: 30px;        
        width: max-content;
		padding: 0 3em;
    }
	.umbkuwashikumiru a:hover {
		color: #262f61;
		background-color: #FFFFFF;
		border-radius: 20px;
		transition-duration: 0.5s;
	}