@charset "utf-8";
/* CSS Document */

@import url("/invitation/admissions/_asset/css/adms_common.css");
@import url("/invitation/admissions/_asset/css/undergraduate_info.css");
@import url("/feature/_asset/css/section.css");

td .width_200 { width:200px; }

td .alignRight { text-align:right; }

.alignCenter { text-align:center; }

.titlered { color:#FF0000; }

/* Q & A decoration 090427build */
.ffs:first-letter {
	font-size: 150%;
	font-weight:bold;
	color: #999999;
}
.ffs_pink:first-letter {
	color: #FE98EF;
} 

h4.ffs:first-letter {
	font-size: 150%;
	font-weight:bold;
	color: #999999;
}

/* h6 */
h6 {
	padding: 3px 10px;
	margin: 0;
	background-color: #BFBFBF;
	color: #FFFFFF;
	font-size: 14px;
}

ul.lstStyleIn ul,
ul.lstStyleIn li {
	list-style-position: inside;
}
ul.lstStyleIn ul {
	padding-left: 2em;
}
ul.lstStyleIn li {
	padding-left: inherit;
	background-position: 1em 0.55em;
}

/* th */
th {
	border:1px solid #FFFFFF;
	padding:5px;
	font-size: 95%;
	font-weight: normal;
	text-align:center;
}
thead th {
	background-color: #FFFFFF;
	text-align: left;
}

/* movieCon */
.movieCon {
	/*width: 100%;*/
	text-align: center;
	padding: 20px 20px 15px;
	margin-bottom: 5px;
	background-color:#E6E6E6;
}
/* movie icon */
.lnkFlg_mov a {
	background: url(../img/ico_mov.gif) no-repeat 0 0.5em;
	display: block;
	padding: 0 0 0 35px;
}

