@charset "shift_jis";
/* CSS Document */

#VpcContents {
	margin:0px 35px 30px 35px;
}
#VpcContents #Foot{
	text-align:right;

}
/* お知らせ内容表示 */
.Information {
	margin:0px 0px 10px 0px;
	font-size:14px;
	line-height:160%;
	padding:0px 0px 15px 0px;
	margin-bottom:20px;
}

.Information h2 {
	font-size:14px;
	line-height:1.4;
	margin:0 0 10px 0;
	padding:0 0 0 10px;
	font-weight: bold;
}
.Information p {
	font-size:14px;
	line-height:1.8;
	margin:0 0 30px 0;
	padding:0 0 10px 15px;
	border-bottom:1px #CCC dotted;
}
.NoInfo {
	margin:30px 0px 10px 0px;
	font-size:18px;
	text-align:center;
	line-height:160%;
	padding:0px 50px 0px 50px;
	/*background-image: url(../images/noinfo.jpg);
	background-repeat: no-repeat;*/
	height:130px;
}

/*タイトルをテキストにした場合*/
.border-header.page-header h2 .title_text{
	color:#e70000;
	font-size:19px !important;
	line-height:1.4;
	letter-spacing:0.2em;
	display:block;
	margin:33px 0;
}


/* 連絡情報属性 */
.info_cat1 {	/* 1:校舎情報 */
	color: #CC0000;
	background-repeat: no-repeat;
	border-left:5px #CC0000 solid;
}
.info_cat2 {	/* イベント情報 */
	color: #FF4500;
	background-repeat: no-repeat;
	border-left:5px #FF4500 solid;
}
.info_cat3 {	/* 交通情報 */
	color: #008000;
	background-repeat: no-repeat;
	border-left:5px #008000 solid;
}
.info_cat4 {	/* 災害情報 */
	color: #800000;
	background-repeat: no-repeat;
	border-left:5px #800000 solid;
}
.info_cat9 {	/* その他 */
	color: #800080;
	background-repeat: no-repeat;
	border-left:5px #800080 solid;
}

