@charset "utf-8";



/*page_greeting
************************************************************************************/
.page_greeting .photo{
	width: 150px;
	float: left;
}
.page_greeting .photo img{
	width: 150px;
	height: auto;
}

.page_greeting .message{
	width: 600px;
	float: right;
}
.page_greeting .message p{
	padding: 0 0 1em 0;
}

@media screen and (max-width: 979px) {
.page_greeting .photo{
	width: 25%;
	float: left;
}
.page_greeting .photo img{
	width: auto;
	height: auto;
	max-width: 100%;
}

.page_greeting .message{
	width: 73%;
	float: right;
}

}

@media screen and (max-width: 480px){
.page_greeting .photo{
	width: auto;
	float: none;
	text-align: center;
}
.page_greeting .photo img{
	max-width: 40%;
}
.page_greeting .message{
	width: auto;
	float: none;
}
}


/*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;
}
}



/*page_profile
************************************************************************************/
.page_profile table.normal th{
	text-align: left;
}
.page_profile .gaiyou table.normal th{
	width: 150px;
}

@media screen and (max-width: 480px){
.page_profile .gaiyou table.normal th{
	width: auto;
}
.page_profile .gaiyou table.normal th br{
	display: none;
}
}
/*page_soshiki
************************************************************************************/
.page_soshiki table.normal th{
	width: 260px;
	text-align: left;
}

@media screen and (max-width: 480px){
.page_soshiki table.normal th{
	width: auto;
}
}