@charset "utf-8";
/*
	Description : コンテンツ詳細設定
*/

/* contents name
----------------------------------------------------------- */
div.table p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}
* html div.table p {
	/* IE 6 */
	display: inline;
	zoom: 1;
}
*:first-child + html div.table p {
	/* IE 7 */
	display: inline;
	zoom: 1;
}

/* ヘッダー
----------------------------------------------------------- */
body {
	background-image: url(../../img/common/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrap {
	margin: auto;
	width: 960px;
}
#wrap h1 {
	float: left;
}
#header {
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
#header p {
	float: right;
	padding: 10px;
}
#header .languageBtn {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#header .languageBtn a {
	color: #fff;
	text-decoration: none;
	background-color: #0b576c;
	display: block;
	padding: 0.3em 1em;
}
#header .languageBtn a:hovre {
	opacity: 0.6;
}

/* contents
----------------------------------------------------------- */
#content {
	float: right;
	width: 750px;
	text-align: left;
	margin-bottom: 2em;
}
#content #breadcrumb {
	padding: 10px 0;
}
#content #breadcrumb a {
	color: #000;
	text-decoration: none;
}
#content .en {
	font-family: "Times New Roman", Times, serif;
}
#content .update {
	text-align: right;
	margin-bottom: 0.5em;
	font-size: 0.9em;
}
#professorList {
	width: 750px;
	box-sizing: border-box;
	border: 12px solid #c0ebf1;
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	padding: 10px 50px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#professorList .box {
	width: 270px;
	text-align: left;
	margin-bottom: 15px;
	padding-top: 20px;

}
#professorList .box:nth-child(odd) {
	float: left;
}

#professorList .box:nth-child(2n) {
	float: right;
}

#professorList .box.new {
	background-image: url(../../img/common/icon_new.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#professorList .box img {
	margin-bottom: 5px;
}
#professorList .box p a:hover img {
	opacity: 0.6;
}
.img_border {
	display: block;
	clear: both;
}
.t09 {
	background: #e0e3e7;
	border-left: 10px solid #2a4483;
	padding: 5px;
	margin: 0 0 5px;
	color: #000080;
	font-family: Times New Roman;
	font-size: 110%;
	font-weight: bold;
}
.tr_background {
	background: #d2f0f4;
}
.td_profile {
	font-size: 12px;
	line-height: 1.4em;
	padding: 0 10px 10px;
}
.td_name {
	padding: 10px;
	font-weight: bold;
}
.line-height_1_6 {
	line-height: 1.6em;
}
.font-roman {
	font-family: Times New Roman;
	font-size: 16px;
}
.width_280 {
	width: 280px;
}
#content > table {
	/*	font-family:Times New Roman;	*/
	font-size: 16px;
}
.td_center {
	text-align: center;
	line-height: 1.5em;
	font-size: 12px;
}
table {
	table-layout: fixed;
}
.span_center {
	text-align: center;
	line-height: 1.5em;
	font-size: 12px;
}
.p_history {
	padding-top: 10px;
}
.t06 {
	padding: 2px 0 2px 20px;
	background: url(../../img/ue/list03.png) no-repeat left center;
	margin: 0 0 5px 15px;
	font-size: 12px;
}
hr.hr_border {
	display: block;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	border-style: inset;
	border-width: 1px;
}

/* トップページ
----------------------------------------------------------- */
.top_about{
	font-size: 14px;
	padding-top: 40px;
	margin-bottom: 10px;
}

.pickup_logo {
	text-align: center;

}

.program {
	background-color: #f1eaed;
	padding: 30px;
	margin-bottom: 10px;
}

.program h2 {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 28px;
	display: flex;
	justify-content: center;
	position: relative;
}

.program h2::after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 80px;
	border-bottom: 5px solid #fe9900;
}

.program .program_box {
	display: flex;
	justify-content: center;
}

.program_box a{
	color: #fff;
	background-color: #fe9900;
	font-size: 18px;
	text-decoration: none;
	margin: 0 4px;
}

.program_box a:hover{
	background-color: #fe6c00;

}

.program_box.en a .program_item{
 position: relative;
}

.program_box.en a img.active {
 position: absolute;
 top: 0px;
 left: 0px;
	opacity: 0;
}
.program_box.en a:hover img.active {
	opacity: 1;
}


.program_item{
	display: flex;
	justify-content: center;
	text-align: center;
	font-weight: 200;
}

.triangle{
	position: relative;
	width: 80px;
	border-bottom: 1px solid #fff;
	margin: 12px;
}

.triangle::after{
	content: '';
	right: 0;
	top: -4px;
	position: absolute;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #fff;
}

.itemimg_top{
	flex-direction: column;
}

.itemimg_bottom{
	flex-direction: column-reverse;
}

.program_item .program_txt{
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction:  column;
	margin: 5px;

}

.program .program_item p{
	padding-top: 8px;
	line-height: 22px;
	font-weight: bold;
}

#kennkyuubito{
  background: -moz-linear-gradient(top, #01683d, #024124);
  background: -webkit-linear-gradient(top, #01683d, #024124);
  background: linear-gradient(to bottom, #01683d, #024124);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 10px;
}

#kennkyuubito .bar_box{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

#kennkyuubito .bar_box a{
	margin: 0 20px;
}

#kennkyuubito .bar_box a:hover{
	opacity: 0.6;
}

/* 下層 ----------------------------------------------------------- */
#content table tr td p img {
	margin-bottom: 10px;
}

/* サイドメニュー
---------------------------------------------------*/
#aside {
	float: left;
	width: 190px;
}
#aside p {
	margin-bottom: 1em;
}
#aside ul li {
	text-align: left;
	background-color: #fff1c8;
	border-left: 4px solid #ffe49d;
	margin-bottom: 1em;
}
#aside ul .active {
	background-color: #34bfd3;
	border-left: 4px solid #0b8faf;
}
#aside ul li a {
	color: #333;
	text-decoration: none;
	padding: 10px 9px;
	display: block;
	transform: all 0.3s;
}
#aside ul .active a {
	color: #fff;
}
#aside ul li a:hover {
	opacity: 0.6;
}

/* フッター
---------------------------------------------------*/
#footer {
	clear: both;
	padding: 1em 0 2em;
	border-top: 2px solid #34bfd3;
	text-align: center;
	font-size: 0.7em;
}
