@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */

#opencampus {
	width: 566px;
	min-height: 500px;
	color: #505050;
	padding-bottom: 30px;
}
*html #opencampus {
	height: 500px;
}

#opencampus a {
	text-decoration: underline;
}

/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

/* ******************************************
 入試情報　定義
****************************************** */

#opencampus div.main-title {
	background-image: url(../../shared/images/main-title_bg.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 566px;
	padding:27px 0 0 15px;
	font-size:15px;
	font-weight:bold;
	color:#707070;
	margin-bottom: 0px;
}

#opencampus ul.campus-list li {
	font-size: 80%;
	line-height: 1.4em;
}

#opencampus ul.movie-list li {
	font-size: 80%;
	line-height: 1.4em;
	background: url(../../shared/images/common_bg_title_001.gif) 10px 50% no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

#opencampus p.cap-title {
	font-size: 80%;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: left;
}

#opencampus span.spanStyle01 {
	display: block;
}

#opencampus div.text-Lt {
	float: left;
	width: 230px;
}

#opencampus div.photo-Rt {
	float: right;
	width: 150px;
	margin-left: 10px;
}