@charset "UTF-8";
/* 入試案内 */

/*-------------------- common --------------------*/
/*page navigation*/
#page_navi_about {
	width: 860px;
	height: 27px;
	margin:0px;
	padding-top: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: 10px;
	background: url(../img/admis/pagenavi_bg.gif) no-repeat left top;
}

.contents_box {
	width: 600px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	clear: both;
}

/*-------------------- 入試情報 --------------------*/
.info_list_box {
	width: 566px;
	margin: 0px;
	padding: 12px;
	clear: both;
	border-color: #F0F0F0;
	border-style: solid;
	border-width: 5px; 
}
.info_list {
	width: 554px;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 12px;
	clear: both;
	background-image: url(../img/admis/info/list_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom-color: #AAAAAA;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	font-size: 12px;
	line-height: 140%; 
}

p.info_title {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
	color:#535D99;
}
p.info_text {
	margin: 0px;
	padding: 0px 3px;
	font-size: 12px;
	line-height: 140%;
}
.info_moretext {
	width: 600px;
	margin: 0px;
	padding: 20px 0px 28px 0px;
	clear: both;
	border-bottom-color: #AAAAAA;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
/* ボタン */
#info_btn {
	width: 600px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	clear: both;
}

/* 詳細ページ */
p.info_title {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
	color:#535D99;
}
p.info_text {
	margin: 0px;
	padding: 0px 3px;
	font-size: 12px;
	line-height: 140%;
}
.info_moretext {
	width: 600px;
	margin: 0px;
	padding: 20px 0px 28px 0px;
	clear: both;
	border-bottom-color: #AAAAAA;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.text_box {
	width: 600px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	clear: both;
	font-size: 12px;
	line-height: 140%;
}

table.more {
	border-top:1px solid #BBBBBB;
	border-left:1px solid #BBBBBB;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
}
.more th {
	border-right:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
	color:#330000;
	background-color:#996633;
	background-image:url(../img/table-back.gif);
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
}
.more td {
	border-right:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
	padding:0.5em 1em;
	font-size: 12px;
	line-height: 140%;
}

/*-------------------- アドミッションポリシー --------------------*/
.admis_box {
	width: 594px;
	margin: 0px;
	padding: 0px 3px 20px 3px;
	clear: both;
}
p.admis {
	width: 560px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	line-height: 160%;
}
p.admis_title {
	margin: 5px 0px 2px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
	color:#535D99;
}
/*国際交流協定締結校一覧テーブル*/
table.admis_table {
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}
.admis_table th {
	border: 1px solid #666666;
	padding: 0.5em 0.5em;
	font-size: 12px;
	line-height: 140%;
}
.admis_table td {
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	padding: 0.5em 0.5em;
	font-size: 12px;
	line-height: 140%;
}
.list_whate {
	color: #FFFFFF;
	font-weight: bold;
}

/*-------------------- clearfix --------------------*/
.contents_box:after,
.info_list_box:after,
.info_moretext:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	clear: both;
	line-height: 0;
	visibility: hidden;
}

.photo {
	float:right;
	margin:0;
	padding:0 0 10px 20px;
}

