@charset "UTF-8";
/* CSS Document */

/*大学総合案内 追加スタイル*/


/*写真左配置box*/
.p_box{
	padding:5px 0px;
	border-bottom: 1px dotted #666666;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
}
.p_box img{
	float:left;
	margin-right:5px;
/*	margin:0px 5px;*/
}
#main .p_box h4{
	margin:0px;
	padding:0px;
	color: #3C007D;
	font-family:sans-serif;
	background-color:transparent;
	border-width: 0px;
	border-style: none;
}
/*沿革*/
table.history{
	margin-top:10px;
}
.history th{
	text-align: left;
	vertical-align: top;
}


/*数字でみる*/
.data_box{
	float:left;
	width:290px;
	margin:0px;
}
table.data{
	font-size:90%;
}
.data td{
	text-align:right;
}
table.data_list{
	color: #000000;
	border: 0px none;

}
.data_list th{
	text-align:left;
	padding:5px 5px 5px 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#5F6AAA;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-color:transparent;
}
.data_list td{
	padding:5px;
	vertical-align:bottom;
	text-align:right;
 	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color:transparent;
	border-bottom-color:#5F6AAA;
}
/*アクセス*/
table.map{
	font-size:90%;
}


