@import url(basic.css);


/* Greeting */
#greeting main p {
	text-indent: 1em;
	line-height: 1.8;
	text-align: justify;
	margin: 0 0 1em 0;
}

#greeting main p.signature {
	text-indent: 0;
	text-align: right;
	margin: 2em 0 0 0;
}

#greeting main p.totop {
	font-size: 12px;
	text-align: right;
	margin: 40px 0 20px;
}

/* Program */
#program ul.download {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-start;
}

#program p.download  {
	display: inline-block
}

#program p.download a {
	color: #050a50;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 0 0 10px 0;
	border: solid 1px #050a50;
	background-color: #e5e6ea;
}

#program p.download a:hover {
	color: #fff;
	background-color: #050a50;
	transition: 0.5s;
}
#program p.download img {
	border: solid 1px #fff;
	margin: 0 0 10px 0;
}

#program ul.download li {
	text-align: center;
    margin-bottom: 10px;
	margin-right: 10px;
	border: solid 1px #050a50;
	width: 177px;
}

#program ul.download li a {
	color: #050a50;
	text-decoration: none;
	display: block;
	padding: 10px 10px;
	background-color: #e5e6ea;
	border: solid 1px #fff;
}

#program ul.download li a:hover {
	color: #fff;
	background-color: #050a50;
	transition: 0.5s;
}

#program .download span {
	font-size: 12px;
	display: block;
}

/* Faculty */
#faculty table {
	border-collapse: collapse;	
	width: 100%;
	margin: 0 0 20px 0;
}

#faculty table thead tr {
	color: #fff;
	background-color: #050a50;
}

#faculty table th,
#faculty table td {
	line-height: 1;
	padding: 8px 1em;
}

#faculty table th+th {
	border-left: dotted 1px #fff;
}

#faculty table tbody tr:nth-child(2n+1) {
	background-color: #e5e6ea;
}

#faculty table td+td {
	border-left: dotted 1px #050a50;
}

#faculty td:first-child {
	text-align: center;
	width: 10em;
}


/* Access */
#access iframe {
	margin: 10px 0 20px;
}


/* Registration */
div#registration dl dd:before {
	content: "：";
}

div#registration dt{
	float: left;
}

div#registration dd{
	margin-left: 136px;
}

div#registration ul li{
    margin-left: 2em;
	margin-right: 2em;

	font-size: 14px;
}

div#registration li:before {
	content: "♦";
}

div#registration ul{
    text-indent: -1em;
}
 
