@charset "utf-8";

/*page_institution
************************************************************************************/

.page_institution table.institution{
	width: 100%;
	margin: 5px auto 15px auto;
	border-collapse:collapse;
	border: 0;
	border-top: 1px solid #cbcbcb;
	font-size: 90%;
}

.page_institution table.institution caption{
	padding: 5px 0;
	text-align: left;
	display: block;
	font-weight: bold;
}
.page_institution table.institution caption:before{
	content: "■";
}

.page_institution table.institution th{
	padding: 5px 10px;
	text-align: center;
	border-bottom: 1px solid #cbcbcb;
	background-color: #eff5f6;
}

.page_institution table.institution td{
	padding: 5px 10px;
	border-left: 1px dotted #cbcbcb;
	border-right: 1px dotted #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}
.page_institution table.institution tr td:last-child{
	border-right: 0;
}

.page_institution table.institution thead th{
	background: #485693;
	color: #FFF;
	border-left: 1px dotted #cbcbcb;
	border-right: 1px dotted #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}
.page_institution table.institution thead tr th:last-child{
	border-right: 0;
}
.page_institution table.institution th span{
	font-size: 80%;
	font-weight: normal;
}

.page_institution table.institution thead th.name{
	width: 120px;
}
.page_institution table.institution thead th.tou{
	width: 80px;
}
.page_institution table.institution thead th.kai{}
.page_institution table.institution thead th.type{
	width: 130px;
}
.page_institution table.institution thead th.time{
	width: 100px;
}
.page_institution table.institution thead th.bikou{
	width: 190px;
}

@media screen and (max-width: 480px){
.page_institution table.normal thead th{
	width: auto !important;
}
.page_institution table.normal th,
.page_institution table.normal th{
	padding: 3px !important;
}
}


