@charset "utf-8";
/* CSS Document */

/* Main page and general */
.main {
	width: 1044px;
	margin: 0 auto;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	-webkit-box-shadow: #666666 1px 2px 3px;
	-moz-box-shadow: #666666 1px 2px 3px;
	box-shadow: #666666 1px 2px 3px;
	behavior: url(../scripts/PIE-2.0beta1/PIE.htc);
	background-color: #ffffff;
	margin-bottom: 5em;
}

.quick_bar {
	width: 1024px;
	/* background-color:  #e1f7fe; */
	margin: 0 auto;
	padding: 10px 0;
	height: 35px;
}

.quick_bar ul {
	margin: 0;
	padding: 0;
	width: 1044px;
}

.quick_bar li {
	list-style: none;
	display: inline-block;
	/* background-color:  #e1f7fe; */
	line-height: 35px;
}

.quick_bar li a {
	padding: 0 9.6px;
	display: block;
	color: #000000;
	height: 35px;
	text-decoration: none;
	cursor: pointer;
	border-right: 1px solid #a9c0c7;
}

.quick_bar .nobg img {
	vertical-align: middle;
}

.quick_bar .nobg a:hover {
	background-color: #e1f7fe8a;
	color: #000000;
}

.quick_bar li a:hover {
	background-color: #e1f7fe8a;
	color: #000000ed;
}

.lifephoto_area {
	width: 100%;
	height: 200px;
	white-space: nowrap;

}

.lifephoto {
	height: 200px;
	display: block;
	overflow: hidden;
}

.lifephoto img {
	/*height:200px;*/
	height: inherit;
}

.lifephoto ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: inherit;
}

.lifephoto li {
	display: inline-block;
	margin-left: -4px;
	height: inherit;
}

.logo {
	position: relative;
	width: 1024px;
	height: 400px;
	margin: 0 auto;
	background-color: #000000;
	text-align: center;
	font-size: x-large;
	-webkit-box-shadow: #666666 0px 2px 3px;
	-moz-box-shadow: #666666 0px 2px 3px;
	box-shadow: #666666 0px 2px 3px;
}

.logo img {
	width: 100%;
}

.logo .logo_pics_prev,
.logo .logo_pics_next {
	position: absolute;
	display: block;
	height: 100%;
	width: 80px;
	z-index: 210;
	color: #ffffffa8;
	line-height: 400px;
	text-align: center;
}

.logo .logo_pics_prev {
	left: 0;
}

.logo .logo_pics_next {
	right: 0;
}

.logo .logo_pics_prev:hover {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}

.logo .logo_pics_next:hover {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
}

.logo .logo_pics {
	position: relative;
	width: 100%;
	height: 100%;
}

.logo .logo_image {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.logo .logo_image .logo_text {
	position: absolute;
	z-index: 100;
	bottom: 10px;
	color: #FFFFFF;
	/* background: rgba(30, 30, 30, 0.55); */
	padding: 0.5em;
	padding-left: 50px;
	text-align: left;
	letter-spacing: 1px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}

.logo .logo_title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	font-size: 1.5em;
	font-weight: bold;
	z-index: 200;
	color: #FFFFFF;
	background: rgba(30, 30, 30, 0.7);
	text-align: left;
}

.logo .logo_title p {
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 50px;
}

.logo .logo_image .logo_text a.logo_a {
	display: inline-block;
	background: rgb(255, 255, 255);
	color: #000000;
	margin-top: 0.15em;
	padding: 0.2em 0.8em;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 50px;
	font-size: 0.9em;
}

.logo .logo_image .logo_text a.logo_a:hover,
.logo .logo_image .logo_text a.logo_a:focus {
	background: rgb(255, 240, 75);
	transition: background 100ms linear;
}

.owner_info {
	width: 1024px;
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -522px;
	padding: 0 10px;
	z-index: -10;
	color: #ffffff;
	font-size: 0.9em;
	background-color: #064f84ed;
	/* -webkit-box-shadow: #666666 0px 2px 3px;
	-moz-box-shadow: #666666 0px 2px 3px;
	box-shadow: #666666 0px 2px 3px; */
	behavior: url(../scripts/PIE-2.0beta1/PIE.htc);
	padding: 10px;
	text-align: center;
	font-size: small;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;

}

/*
.menu_area{
	width:1024px;
	margin:0 auto;
}
*/
#info_area {
	width:100%;
	padding-bottom: 20px;
	/* padding:0 auto; */
}
.clear_float {
	clear: both
}

.page_title {
	position: relative;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 0 0 15px;
	line-height: 2em;
	background-color: #3199c5;
	margin: 15px 10px 10px 10px;
	border-radius: 30px;

}

.page_title i {
	padding-right: 10px;
}

.page_title::after {
	/* content: ""; */
	position: absolute;
	right: 0;
	width: 0px;
	height: 0px;
	border: 1em solid #FFFFFF;
	border-left: 1em solid rgba(0, 0, 0, 0);
}

.t_news_color {
	background-color: #3199c5;
}

.t_event_color {
	background-color: #3199c5;
}

.t_info_color {
	background-color: #3199c5;
}

.t_pgm_h_color {
	background-color: #3199c5;
}

.news_table {
	width: 90%;
	margin: auto;

}

.news_table th,
.news_table td {
	padding: 10px;
}

.news_table .news_date {
	width: 6em;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #BBBBBB;
}

.news_table tr:nth-child(even) {
	background:#9dd4ea78;
}

.event_table {
	width: 90%;
    margin: auto;

}

.event_table th,
.event_table td {
	padding: 10px;
}

.event_table .event_date {
	width: 6em;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #BBBBBB;
}

.event_table tr:nth-child(even) {
	background: #9dd4ea78
}

.sub_title {
	font-size: 1.3em;
	font-weight: bold;
	color: #003366;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}

.back_top {
	position: fixed;
	right: -2px;
	top: 300px;
	vertical-align: middle;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	-webkit-box-shadow: #666666 1px 2px 3px;
	-moz-box-shadow: #666666 1px 2px 3px;
	box-shadow: #666666 1px 2px 3px;
	behavior: url(../scripts/PIE-2.0beta1/PIE.htc);
	background:#064f84ed;

}

.back_top a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 50px 10px;
	;
	font-weight: bold;
}

.back_top a:hover {
	display: block;
	text-decoration: none;
	color: #ffffffed;
	padding: 50px 10px;
	;
	font-weight: bold;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	-webkit-box-shadow: #666666 1px 2px 3px;
	-moz-box-shadow: #666666 1px 2px 3px;
	box-shadow: #666666 1px 2px 3px;
	behavior: url(../scripts/PIE-2.0beta1/PIE.htc);
	background: #388caf;
}

.page_link a:link,
.page_link a:hover,
.page_link a:visited,
.page_link a:active {
	cursor: pointer;
	text-decoration: none;
	color: #990000;
}

/* Administration Page */
.administration_main {
	position: relative;
	width: 1024px;
	height: 1780px;
}

.administration_coordinator {
	position: absolute;
	top: 5px;
	left: 262px;
	z-index: 5;
	height: 180px;
	width: 500px;
}

.administration_committee_main {
	height: 325px;
	width: 1280px;
	position: absolute;
	z-index: 5;
	top: 250px;
	left: 10px;
}

.administration_committee_left {
	width: 325px;
	float: left;
	/* margin-left: 0px; */
	height: 1280px;
	position: relative;
	z-index: 5;

}

.administration_committee_other {
	width: 325px;
	float: left;
	margin-left: 10px;
	height: 1280px;
	position: relative;
	z-index: 5;
	flex-wrap: wrap;
}

.administration_secretary {
	height: 180px;
	width: 500px;
	position: absolute;
	z-index: 5;
	top: 1590px;
	left: 262px;
}

.administration_line_1 {
	width: 700px;
	position: absolute;
	left: 162px;
	top: 225px;
	height: 1340px;
	z-index: 1;
	border: 2px solid #7bc1d2;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.administration_line_2 {
	height: 1500px;
	width: 50px;
	position: absolute;
	top: 192px;
	left: 512px;
	border-left: 2px solid #7bc1d2;
	z-index: 1;
}

.administration_coordinator,
.administration_committee_left,
.administration_committee_other,
.administration_secretary {
	padding: 5px;
	/* border: 2px solid #BBBBBB; */
	background-color: #FFFFFF;
	-webkit-box-shadow: #666666 3px 3px 5px;
	-moz-box-shadow: #666666 3px 3px 5px;
	box-shadow: #666666 3px 3px 5px;
	behavior: url(../scripts/PIE-2.0beta1/PIE.htc);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.administration_coordinator:hover,
.administration_committee_left:hover,
.administration_committee_other:hover,
.administration_secretary:hover {
	background-color: #ebfaff;
}

.administration_man_title {
	font-weight: bold;
	font-size: 1em;
	margin: 0 auto;
	text-align: center;
}

.administration_box {
	margin: 0;
	margin-top: 10px;
	width: 315px;
}
.administration_box img{
    border-radius: 10px;
}
.administration_photo {
	float: left;
	width: 100px;
	height: 130px;
}

.administration_data {
	float: left;
	width: 180px;
	margin-left: 8px;
	font-size: 0.85em;
	/* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}

/* Calender Page */
.calenders_list_table {
	width: 96%;
	margin:10px;
	margin-top: 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

.calenders_list_table tr:nth-child(even) {
	background-color: #FFFFFF
}

.calenders_list_table tr:nth-child(odd) {
	background-color: #eafaff;
}

.calenders_list_table .title {
	background-color: #7bc1d2;
	color: #013845;
	padding: 0.5em;
}

.calenders_list_table th {
	background-color: #7bc1d2;
	padding: 0.5em;
	border: 1px solid #448899;
}

.calenders_list_table td {
	padding: 0.5em;
	text-align: center;
	border-right: 1px solid #448899;
}

/* Course Requirement Page */
.cou_require_list_table {
	width: 96%;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

.cou_require_list_table tr:nth-child(even) {
	background-color: #FFFFFF
}

.cou_require_list_table tr:nth-child(odd) {
	background-color: #eafaff;
}

.cou_require_list_table th {
	border: 0.5px solid #666666;
	background-color: #7bb2c8;
	color: #FFFFFF;
	padding: 0.5em;
}

.cou_require_list_table td {
	padding: 0.5em;
	vertical-align: top;
	border: 0.5px solid #666666;
}

/* Course Schedule Page */
.cou_sched_list_table {
	width: 96%;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 2em;
	border: 0.5px solid #666666;
}

.cou_sched_list_table tr:nth-child(even) {
	background-color: #FFFFFF
}

.cou_sched_list_table tr:nth-child(odd) {
	background-color:   #9dd4ea78
}

.cou_sched_list_table .title {
	background-color: #7bb2c8;
	color: #FFFFFF;
	padding: 0.5em;
}

.cou_sched_list_table th {
	background-color: #CCFFFF;
	padding: 0.5em;
	border: 0.5px solid #666666;
}

.cou_sched_list_table td {
	padding: 0.5em;
	text-align: center;
	border: 0.5px solid #666666;
}

.cou_sched_list_table .justify {
	padding: 0.5em;
	text-align: justify;
	border: 0.5px solid #666666;
}

/* Degree Requirement Page */
.deg_require_list_table {
	width: 96%;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

.deg_require_list_table tr:nth-child(even) {
	background-color: #FFFFFF
}

.deg_require_list_table tr:nth-child(odd) {
	background-color:#9dd4ea78
}

.deg_require_list_table th {
	background-color: #7bb2c8;
	color: #FFFFFF;
	padding: 0.5em;
	border-right: 1px solid #666666;
}

.deg_require_list_table td {
	padding: 0.5em;
	text-align: center;
	border-right: 1px solid #666666;
}

.deg_require_list_table .justify {
	padding: 0.5em;
	text-align: justify;
	border-right: 1px solid #666666;
}

.deg_require_list_table .first_row {
	padding: 0.5em;
	text-align: left;
	border-right: 1px solid #666666;
	font-weight: bold;
}

.deg_require_list_table .left {
	padding: 0.5em;
	text-align: left;
	border-right: 1px solid #666666;
}

/* Faculty Page */
.faculty_box {
	float: left;
	width:49%;
	min-height: 25vh;
	margin: 5px;
	behavior: url(../scripts/PIE-2.0beta1/PIE.htc);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: #6666665b 2px 3px 4px;
	-moz-box-shadow: #6666665b 2px 3px 4px;
	box-shadow: #6666665b 2px 3px 4px;
	/* border: 0.5px solid #9cc5d32d; */
	background: rgb(255, 255, 255);

}
.faculty_introduction{
	display: flex;
  flex-wrap: wrap;
}

.faculty_box .photo {
	float: left;
	width: 100px;
	/* height: 230px;
	text-align: center; */
	margin-left: 5px;
	margin-top: 5px;
	padding: 5px;
}


.faculty_box .data {
	float: left;
	width: 330px;
	margin-left: 5px;
	padding: 5px;
	word-wrap: break-word;
	word-break: normal;
}

.faculty_name {
	font-weight: bold;
	margin: 5px 0;
}

.faculty_name a {
	color:#3199c5;
	text-decoration: none;
}

.faculty_unit_title {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: #777777 1px solid;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 20px;
	width: 900px;
}

/* Home Page */
.home_left {
	float: left;
	width: 350px;
	margin-top: 10px;
}

.home_right {
	float: left;
	margin-left: 5px;
	margin-top: 20px;
	width: 660px;
}

.home_unit_logo {
	margin-top: 30px;
	border-top: 1px #888888 solid;
	text-align: center;
}

.home_unit_logo img {
	margin: 10px;
	text-align: center;
	height: 50px;
}

.reg_form_list_table {
	width: 96%;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

/* Regulation & Forms Page */
.reg_form_list_table tr:nth-child(even) {
	background-color: #FFFFFF
}

.reg_form_list_table tr:nth-child(odd) {
	background-color: #9dd4ea78
}

.reg_form_list_table th {
	background-color: #7bb2c8;
	color: #FFFFFF;
	padding: 0.5em;
	border-right: 1px solid #666666;
}

.reg_form_list_table td {
	padding: 0.5em;
	text-align: left;
	border-right: 1px solid #666666;
}

.reg_form_list_table .justify {
	padding: 0.5em;
	text-align: justify;
	border-right: 1px solid #666666;
}

.reg_form_list_table .first_row {
	padding: 0.5em;
	text-align: left;
	border-right: 1px solid #666666;
	font-weight: bold;
}

.reg_form_list_table li {
	margin-top: 3px;
	margin-bottom: 3px;
}

/* Student Directory Page */
.students_box {
	float: left;
	width: 320px;
	height: 150px;
	margin: 5px 5px;
	behavior: url(../scripts/PIE-2.0beta1/PIE.htc);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #6666665b 2px 3px 4px;
	-moz-box-shadow: #6666665b 2px 3px 4px;
	box-shadow: #6666665b 2px 3px 4px;
	border: 0.5px solid #9cc5d32d;
	background: rgb(255, 255, 255);


}

.students_box_yellow {
	float: left;
	width: 320px;
	height: 150px;
	margin: 5px 5px;
	behavior: url(../scripts/PIE-2.0beta1/PIE.htc);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: #6666665b 2px 3px 4px;
	-moz-box-shadow: #6666665b 2px 3px 4px;
	box-shadow: #6666665b 2px 3px 4px;
	border: 0.5px solid #9cc5d32d;
	background: rgb(255, 255, 255);

}

.students_box_alumi {
	float: left;
	width: 320px;
	height: 150px;
	margin: 5px 5px;
	behavior: url(../scripts/PIE-2.0beta1/PIE.htc);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: #6666665b 2px 3px 4px;
	-moz-box-shadow: #6666665b 2px 3px 4px;
	box-shadow: #6666665b 2px 3px 4px;
	border: 0.5px solid #9cc5d32d;
	background: rgb(255, 255, 255);

}

.students_box .photo,
.students_box_alumi .photo {
	float: left;
	width: 80px;
	height: 120px;
	text-align: center;
	margin-left: 5px;
	margin-top: 5px;
	padding: 5px;
}

.students_box .photo img,
.students_box_alumi .photo img {
	width: 100%;
	border-radius: 15px;
}

.students_box .data,
.students_box_alumi .data {
	float: left;
	width: 200px;
	margin-left: 5px;
	padding: 5px;
	word-wrap: break-word;
	word-break: normal;
	font-size: 1em;
}

.students_box a,
.students_box_alumi a {
	text-decoration: none;
}

.students_name {
	font-weight: bold;
	margin: 5px 0;
}

.students_unit_title {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: #777777 1px solid;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 20px;
	width: 900px;
}

.students_admission_year {
	border-bottom: 1px solid #666666;
	width: 15em;
	font-weight: bold;
	padding: 10px 10px;
	color: #FFFFFF;
	background-color: #7bb2c8;
	margin: 15px;
	border-radius:30px;
}

.student_dir_quick_jump {
	float: left;
	margin: 5px;
	background-color: #eafaffa0;
	-webkit-box-shadow: #666666 1px 2px 3px;
	-moz-box-shadow: #666666 1px 2px 3px;
	box-shadow: #666666 1px 2px 3px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.student_dir_quick_jump a {
	display: block;
	padding: 5px 10px;
	color: #000000;
	text-decoration: none;
}

.student_dir_quick_jump a:hover {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7bb2c8;
	font-weight: bold;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.lecture_information_even_info {
	margin: 1em;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
}

.lecture_information_type_title {
	text-align: center;
}

.lecture_information_table_en,
.lecture_information_table_tc {
	width: 98%;
	border: 2px solid #000000;
	margin-left: 10px;
}

.lecture_information_table_en th,
.lecture_information_table_en td,
.lecture_information_table_tc th,
.lecture_information_table_tc td {
	padding: 10px;
	word-break: break-word;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	line-height: 1.3em;
}

.lecture_information_table_en b,
.lecture_information_table_tc b {
	line-height: 2em;
}

.lecture_information_date {
	width: 4em;
	font-style: normal;
}

.lecture_information_speaker {
	width: 20em;
	font-style: normal;
}

.lecture_information_table_en .lecture_information_title {
	border-right: none;
}

.lecture_information_table_tc .lecture_information_chair {
	border-right: none;
	width: 8em;
}