@charset "UTF-8";

/*
 * å€‹åˆ¥ãƒšãEã‚¸ã®ã‚¹ã‚¿ã‚¤ãƒ«
 * ã‚’è¨˜è¼E
 */

/* ==========================================================
 ã€Eå€‹åˆ¥ãƒšãEã‚¸ã‚¹ã‚¿ã‚¤ãƒ« ã€E

 Index
 About - Kuroda
 About - Member
 Research - Vision
 Research - Research Area
 Research - Media List
 Publication - Index
 Class
 Fostering - KKT
 Fostering - Graduates
 Fostering - ph.D
 Fostering - Global
 Laboratory - Album
 Laboratory - Highlight
 Contact - Contact Us
 Contact - Links

 ========================================================== */

/* ---------------------------------------------
*   Index
--------------------------------------------- */

/* table_change_image
--------------------------------------------- */
.table_change_image td {
	width: 499px;
	vertical-align: top;
	overflow: hidden;
}

/* -- image_keyvisual -- */
.image_keyvisual {
	position: relative;
}
.image_keyvisual:hover {
	cursor: pointer;
}
.image_keyvisual img{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.image_keyvisual img.hs_visible{
	display:block;
	z-index:9;
}

/* -- item_01 -- */
.table_change_image td.item_01 {
	height: 335px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
/* -- item_02 -- */
.table_change_image td.item_02 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 218px;
	background: url(../img/top/img_main2.jpg) 0 0 no-repeat;
	border-bottom: 2px solid #fff;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.table_change_image td.item_02 .item_text_outer {
	position: relative;
	height: 100%;
}
.table_change_image td.item_02 .item_text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 14px 25px 27px 24px;
	color: #fff;
	line-height: 1.15;
	background-color: rgba(43, 44, 39, .85);
}
/* -- item_03 -- */
.table_change_image td.item_03 {
	width: 317px;
	height: 115px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
/* -- item_04 -- */
.table_change_image td.item_04 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 180px;
	height: 115px;
	border-bottom: 2px solid #fff;
	background: url(../img/top/img_main4.jpg) 0 0 no-repeat;
	border-bottom: 2px solid #fff;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.table_change_image td.item_04 .keyvisual_banner {
	position: relative;
	height: 100%;
}
.table_change_image td.item_04 .keyvisual_banner a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-top: 23px;
	color: #fff;
	line-height: 0.9;
	background-color: rgba(14, 50, 98, .85);
	text-align: center;
}
.table_change_image .keyvisual_banner .item_title {
	display: block;
	margin-bottom: 6px;
}
.table_change_image .keyvisual_banner .item_text_outer {
	position: relative;
	display: inline-block;
	width: 148px;
	height: 52px;
	font-size: 0.77em;
	line-height: 1.25;
}
.table_change_image .keyvisual_banner .item_text_outer:before,
.table_change_image .keyvisual_banner .item_text_outer:after {
	content: "";
	position: absolute;
	top: 0;
	width: 6px;
	height: 52px;
	border: 1px solid #fff;
}
.table_change_image .keyvisual_banner .item_text_outer:before {
	left: 0;
	border-right: 0;
}
.table_change_image .keyvisual_banner .item_text_outer:after {
	right: 0;
	border-left: 0;
}
/* -- item_05 -- */
.table_change_image td.item_05 {
	height: 141px;
	border-right: 2px solid #fff;
}
.table_change_image td.item_05 img {
	width: 100%;
	height: 141px;
}
/* -- item_06 -- */
.table_change_image td.item_06 {
	height: 141px;
}
.table_change_image td.item_06 img {
	width: 100%;
	height: 141px;
}


/* index_news
---------------------------------------- */
.index_news {
	float: left;
	width: 470px;
}

/* -- index_news_head -- */
.index_news_head {
	margin-bottom: 10px;
}

/* item_title */
.index_news_head .item_title {
	font-size: 1.06em;
	font-weight: bold;
}


/* index_news_lists */
.index_news_lists {
	height: 285px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	overflow-y: scroll;

}
/* item_list */
.index_news_lists .item_list {
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px solid #d3d3d3;
}
.index_news_lists .item_list:first-child {
	border-top: 0;
}

.index_news_lists .item_list a {
	color: #13a3d4;
}

/* item_table */
.index_news_lists .item_list .item_table {
	display: table;
	width: 100%;
	font-weight: bold;
}
.index_news_lists .item_list .item_date,
.index_news_lists .item_list .item_detail {
	display: table-cell;
	vertical-align: top;
}
.index_news_lists .item_list .item_date {
	width: 80px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: .73em;
	font-weight: bold;
	border-right: 1px solid #d3d3d3;
}
.index_news_lists .item_list .item_detail {
	padding-left: 10px;
}
.index_news_lists .item_list .item_detail .item_text {
	padding: 8px;
	font-size: .87em;
	word-break: break-word;
	/*text-align: justify;*/
}
.index_news_lists .item_list:hover .item_detail .item_text {
	background-color: #f0f0eb;
}

/* index_detail
---------------------------------------- */
.index_detail {
	float: right;
	width: 400px;
}

/* -- index_detail_head -- */
.index_detail_head {
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 15px;
}

/* -- index_detail_body -- */
.index_detail_body {
	line-height: 1.45;
}

/* item_title */
.index_detail_head .item_title {
	font-size: 1.06em;
	font-weight: bold;
}

/* -- index_detail_body -- */
.index_detail_body .item_text {
	font-weight: bold;
	margin-bottom: 15px;
	/*text-align: justify;*/
}
.index_detail_body .item_author {
	text-align: right;
	font-weight: bold;
}


/* ---------------------------------------------
*   About - Kuroda
--------------------------------------------- */
.kuroda {
	margin-bottom: 45px;
}


/* kuroda_contents
---------------------------------------- */
.kuroda_contents {
}

/* kuroda_head
---------------------------------------- */
.kuroda_head {
	position: relative;
	padding-bottom: 50px;
}

/* -- kuroda_image -- */
.kuroda_image {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 190px;
}

/* item_title */
.kuroda_head .item_title {
	display: inline-block;
	width: 380px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #13a3d4;
	color: #205583;
	font-size: 2.07em;
	font-weight: 100;
	margin-bottom: 37px;
}

/* item_name_outer */
.kuroda_head .item_name_outer {
	padding-left: 15px;
	margin-bottom: 15px;
}
.kuroda_head .item_name_outer .item_name {
	display: inline-block;
	font-size: 2.53em;
	margin-right: 20px;
}
.kuroda_head .item_name_outer .item_position {
	display: inline-block;
	font-size: 1.13em;
}

/* item_reading */
.kuroda_head .item_reading {
	padding-left: 15px;
	font-size: 1.13em;
}

/* kuroda_body
---------------------------------------- */
.kuroda_body {}

/* kuroda_section
---------------------------------------- */
.kuroda_section {
	border-top: 2px solid #13a3d4;
	margin-bottom: 25px;
}

/* -- kuroda_section_head -- */
.kuroda_section_head {
	margin-bottom: 15px;
}

/* item_large */
.kuroda_section_head .item_title {
	padding-top: 10px;
	color: #205583;
	font-size: 1.73em;
	font-weight: 200;
}
.kuroda_section_head .item_en {
	float: right;
	font-size: .77em;
}

/* -- kuroda_section_body -- */
.kuroda_section_body .item_text {
	/*text-align: justify;*/
}
.kuroda_section_body .icon_border_blue {
	position: relative;
	padding-left: 20px;
}
.kuroda_section_body .icon_border_blue:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
	width: 12px;
	height: 1px;
	margin-right: 8px;
	background-color: #00a0c6;
}

/* item_image_list */
.item_image_list {
	overflow: hidden;
	padding-left: 85px;
}
.item_image_list li {
	float: left;
	display: table;
	width: 240px;
}
.item_image_list .item_image,
.item_image_list .item_text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	height: 157px;
}
.item_image_list .item_image {
	width: 108px;
}
.item_image_list .item_text {
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: .8em;
	line-height: 1.5;
}

/* -- section_accordion -- */
.section_accordion {
	margin-top: 25px;
}

/* accordion_head */
.section_accordion .accordion_head {
	position: relative;
	height: 27px;
	padding-bottom: 5px;
	border-bottom: 1px solid #13a3d4;
	margin-bottom: 30px;
}
.section_accordion .accordion_head:hover {
	cursor: pointer;
}
.section_accordion .accordion_head.skin_open:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 115px;
	display: block;
	width: 33px;
	height: 18px;
	background: #fff url(../img/common/bg_arrow.png) 0 0 no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.section_accordion .accordion_head .item_title {
	display: inline-block;
	color: #205583;
	font-size: 1.13em;
}
.section_accordion .accordion_head .item_link {
	float: right;
	color: #13a3d4;
}

/* accordion_body */
.section_accordion .accordion_body {
	display: none;
}

/* kuroda_nav
---------------------------------------- */
.kuroda_nav {
	margin-bottom: 105px;
}

/* -- kuroda_nav_head -- */
.kuroda_nav_head {
	padding-top: 10px;
	border-top: 1px solid #13a3d4;
	color: #205583;
	font-size: 1.73em;
	font-weight: 200;
	margin-bottom: 25px;
}
.kuroda_nav_head .item_en {
	float: right;
	font-size: .77em;
}

/* -- kuroda_nav_body -- */
.kuroda_nav_body {
	overflow: hidden;
}

/* item_nav */
.kuroda_nav_body .item_nav {
	float: left;
	width: 120px;
	margin-right: 42px;
	margin-bottom: 25px;
}
.kuroda_nav_body .item_nav:nth-of-type(4n) {
	margin-right: 0;
}

.kuroda_nav_body .item_nav a {
	display: block;
	padding-top: 10px;
	border-top: 2px solid #13a3d4;
	color: #225583;
	font-size: 1.53em;
	font-weight: 100;
}


/* ---------------------------------------------
*   About - Member
--------------------------------------------- */
.member {
	margin-bottom: 35px;
}
.member .hover_opacity {
	cursor: pointer;
}

/* member_list
---------------------------------------- */
.member_list {
	border-top: 1px solid #13a3d4;
}

/* -- member_list_head -- */
.member_list_head {
	padding-top: 10px;
	color: #205583;
	font-size: 1.73em;
	font-weight: 200;
}
.item_en {
	float: right;
	font-size: .77em;
}

/* -- member_list_body -- */
.member_list_body {
	padding-bottom: 30px;
}
.member_list:last-of-type .member_list_body {
	padding-bottom: 0;
}

/* member_list_row
---------------------------------------- */
.member_list_row {
	padding: 25px 0;
	border-top: 1px solid #d7d7d7;
}
.member_list_row:first-child {
	border-top: 0;
}
.member_list_row a {
	display: block;
}

/* -- member_list_row_head  -- */
.member_list_row_head {
	display: table;
	width: 100%;
}
.member_list_row_head .item_image,
.member_list_row_head .item_profile {
	display: table-cell;
	vertical-align: bottom;
}

/* item_image */
.member_list_row_head .item_image {
	width: 193px;
	vertical-align: top;
}
.member_list_row_head .item_image img {
	width: 193px;
}

/* item_profile */
.member_list_row_head .item_profile {
	padding-left: 20px;
}
.member_list_row_head .item_profile .item_name {
	font-size: 1.06em;
	font-weight: bold;
	margin-bottom: 15px;
}
.member_list_row_head .item_profile .item_introduction {
	color: #13a3d4;
	/*text-align: justify;*/
	margin-bottom: 13px;
}

/* item_mail */
.member_list_row_head .item_profile .item_mail {
	overflow: hidden;
}
.member_list_row_head .item_profile .item_address {
	display: inline-block;
	font-size: .87em;
	font-weight: bold;
}
.member_list_row_head .item_profile .item_link {
	float: right;
	color: #13a3d4;
}

/* -- member_list_row_body  -- */
.member_list_row_body {
	display: none;
	position: relative;
	border-top: 1px solid #13a3d4;
	margin-top: 40px;
}
.member_list_row_body:before {
	content: "";
	position: absolute;
	top: -18px;
	left: 115px;
	display: block;
	width: 33px;
	height: 18px;
	background: #fff url(../img/common/bg_arrow.png) 0 0 no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}

/* item_paragraph */
.member_list_row_body .item_paragraph {
	padding-top: 15px;
}
.member_list_row_body .item_paragraph .item_head {
	padding-bottom: 5px;
	color: #205583;
	font-weight: bold;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 10px;
}
.member_list_row_body .item_paragraph .item_body {
	letter-spacing: .05em;
}
.member_list_row_body .item_paragraph .item_body .item_text {
	/*text-align: justify;*/
	font-size: .8em;
	text-indent: 1em;
}

/* member_tab_head
---------------------------------------- */
.member_tab_head {
/*	padding-top: 40px;	comment out*/
	padding-top: 20px;	 /*haraguchi add*/
	padding-bottom: 18px;
	overflow: hidden;
}

/* item_tab */
.member_tab_head .item_tab {
	float: left;
	width: 90px;
	height: 25px;
	text-align: center;
	font-size: .87em;
	line-height: 25px;
	background-color: #d8d8d8;
/*	margin-left: 8px;	comment out*/
	margin-right: 8px;	/*haraguchi add*/
	cursor: pointer;
	margin-bottom: 8px;  /*haraguchi add*/
}
.member_tab_head .item_tab:first-child {
	margin-left: 0;
}
.member_tab_head .item_tab:hover,
.member_tab_head .skin_tab_current {
	color: #fff;
	background-color: #084274;
}

/* member_tab_body
---------------------------------------- */
.member_tab_body {
	display: none;
	border-top: 1px solid #13a3d4;
}
.member_tab_body:nth-of-type(1) {
	display: block;
}

/* table */
.member_tab_body table {
	width: 100%;
}
.member_tab_body table th,
.member_tab_body table td {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px dotted #d3d3d3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	font-size: .93em;
	font-weight: bold;
}
.member_tab_body table th {
	width: 190px;
	padding-right: 5px;
	padding-left: 20px;
	color: #13a3d4;
}
.member_tab_body table td {
	padding-right: 5px;
	padding-left: 45px;
}
.member_tab_body table .item_company {
	width: 315px;
}


/* ---------------------------------------------
*   Research - Vision
--------------------------------------------- */
.vision {
	margin-bottom: 35px;
}

/* vision_head
---------------------------------------- */
.vision_head {
	display: table;
	width: 100%;
}

/* -- item_image -- */
.vision_head .item_image {
	margin-top: 25px;
}
.vision_head .item_image img {
	width: 650px;
}

/* vision_body
---------------------------------------- */
.vision_body {
	margin-top: 35px;
}
/* item_head */
.vision_body .item_head {
	margin-bottom: 10px;
}
/* item_body */
.vision_body .item_body .item_text {
	/*text-align: justify;*/
}

/* vision_list
--------------------------------------------- */
.vision_list {
	margin-top: 25px;
}

/* ---------------------------------------------
*   Research - Result
--------------------------------------------- */
.result {
	margin-bottom: 25px;
	overflow: hidden;
}

/* result_section
---------------------------------------- */
.result_section {
	margin-top: 50px;
}
.result_section:first-of-type {
	margin-top: 30px;
}

/* -- result_section_head -- */
.result_section_head {
	padding-left: 13px;
	padding-bottom: 10px;
	border-bottom: 3px solid #13a3d4;
	color: #205583;
	font-weight: 100;
	margin-bottom: 20px;
}
.result_section_head .item_large {
	font-size: 2.07em;
}
.result_section_head .item_small {
	font-size: 1.4em;
	margin-left: 20px;
}

/* -- result_section_body -- */
.result_section_body {
	padding-left: 13px;
	overflow: hidden;
}

/* section_body */
.result_section_body .section_body {
	margin-bottom: 25px;
}
.result_section_body .section_body .item_head {
	color: #13a3d4;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 5px;
}
.result_section_body .section_body .item_body {
	/*text-align: justify;*/
}

/* -- skin_image_right -- */
/* section_image */
.result_section_body.skin_image_right .section_image {
	float: right;
	width: 360px;
	margin-right: 20px;
}

/* section_contents */
.result_section_body.skin_image_right .section_contents {
	float: left;
	width: 200px;
	margin-top: -7px;
}
.result_section_body.skin_image_right .section_contents .section_body {
	margin-bottom: 0;
}


/* ---------------------------------------------
*   Research - Media List
--------------------------------------------- */
.medialist {
	margin-bottom: 65px;
}

/* medialist_body
---------------------------------------- */
.medialist_body {
	overflow: hidden;
}


/* ---------------------------------------------
*   Publication - Index
--------------------------------------------- */
.publication {
	margin-bottom: 25px;
}

/* publication_head
---------------------------------------- */
.publication_head {
	margin-bottom: 15px;
}


/* publication_body
--------------------------------------------- */

/* -- publication_nav -- */
.publication_nav .nav_list {
	overflow: hidden;
}
.publication_nav .item_list {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 303px;
	height: 270px;
	color: #fff;
	text-align: center;
}

.publication_nav .item_list a {
	position: relative;
	display: block;
	height: 100%;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}
.publication_nav .item_list:nth-of-type(2n),
.publication_nav .item_list:nth-of-type(2n) a {
	background-color: #929ba1;
}
.publication_nav .item_list:nth-of-type(2n-1),
.publication_nav .item_list:nth-of-type(2n-1) a {
	background-color: #00245c;
}

/* -- skin_intro -- */
.publication_nav .item_list.skin_intro {
	padding: 45px 35px 0;
}
.publication_nav .item_list.skin_intro strong {
	display: block;
	font-size: 1.67em;
	letter-spacing: .1em;
	margin-bottom: 15px;
}
.publication_nav .item_list.skin_intro span {
	font-size: 1.07em;
	line-height: 1.8;
}

/* -- item_image -- */
.publication_nav .item_list .item_image {
	position: absolute;
	left: 50%;
	display: block;
	height: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	overflow: hidden;
}
/* skin */
.publication_nav .item_list.skin_isscc .item_image {
	top: 25px;
	width: 108px;
	padding-top: 127px;
	background-image: url(/en/img/publication/index/off/logo_isscc.png);
	margin-left: -54px;
}
.publication_nav .item_list.skin_vlsi .item_image {
	top: 30px;
	width: 106px;
	padding-top: 117px;
	background-image: url(/en/img/publication/index/off/logo_vlsi.png);
	margin-left: -53px;
}
.publication_nav .item_list.skin_cicc .item_image {
	top: 30px;
	width: 152px;
	padding-top: 103px;
	background-image: url(/en/img/publication/index/off/logo_cicc.png);
	margin-left: -76px;
}
.publication_nav .item_list.skin_asscc .item_image {
	top: 40px;
	width: 168px;
	padding-top: 84px;
	background-image: url(/en/img/publication/index/off/logo_asscc.png);
	margin-left: -84px;
}

/* -- item_number -- */
.publication_nav .item_list .item_number {
	padding-top: 175px;
	margin-bottom: 10px;
}
.publication_nav .item_list .item_number .item_large {
	vertical-align: sub;
	font-size: 2.87em;
}
.publication_nav .item_list .item_number .item_small {
	font-size: 1.47em;
	margin-left: .3em;
}

/* -- item_text -- */
.publication_nav .item_list .item_text .icon_comment {
	display: inline-block;
	width: 85px;
	height: 18px;
	font-size: .8em;
	line-height: 18px;
}
.publication_nav .item_list:nth-of-type(2n) .item_text .icon_comment {
	border: 1px solid #fff;
}
.publication_nav .item_list:nth-of-type(2n-1) .item_text .icon_comment {
	border: 1px solid #13a3d4;
	color: #13a3d4;
}

.publication_nav .item_list .item_text .icon_more {
	display: inline-block;
	width: 65px;
	height: 15px;
	border: 1px solid #fff;
	font-size: .6em;
	line-height: 15px;
}

.publication_nav .item_list .item_text .item_date {
	font-size: .6em;
	margin-left: 10px;
}

/* -- item_title -- */
.publication_nav .item_list .item_title {
	display: inline-block;
	padding-top: 100px;
	font-size: 2.87em;
	font-weight: 100;
	margin-bottom: 48px;
}

/* -- item_sub_text -- */
.publication_nav .item_list .item_sub_text {
	font-size: 2.07em;
	font-weight: 100;
	margin-bottom: 15px;
}

/* -- font size adjustment for item_sub_text, edited by r_shimizu, 20180723-- */
.publication_nav .item_list .item_sub_text .item_large {
	vertical-align: top;
	font-size: 1.43em;
	font-weight: 400;
}
.publication_nav .item_list .item_sub_text .item_small {
	font-size: 0.73em;
	margin-left: .3em;
	font-weight: 400;
}


/* -- hover -- */
.publication_nav .item_list:hov {
	position: relative;
	z-index: 1;
}
.publication_nav .item_list:nth-of-type(2n):hover a {
	background-color: rgba(146,155,161, .5);
}
.publication_nav .item_list:nth-of-type(2n-1):hover a {
	background-color: rgba(0,36,92, .5);
}
.publication_nav .item_list:not(.skin_paper):hover {
	position: relative;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.publication_nav .item_list:hover.skin_paper {
	background: none;
}
.publication_nav .item_list:hover.skin_isscc {
	background-image: url(/en/img/publication/index/on/img_publication1.jpg);
}
.publication_nav .item_list:hover.skin_vlsi {
	background-image: url(/en/img/publication/index/on/img_publication2.jpg);
}
.publication_nav .item_list:hover.skin_cicc {
	background-image: url(/en/img/publication/index/on/img_publication3.jpg);
}
.publication_nav .item_list:hover.skin_asscc {
	background-image: url(/en/img/publication/index/on/img_publication4.jpg);
}
.publication_nav .item_list:hover.skin_lecture {
	background-image: url(/en/img/publication/index/on/img_publication5.jpg);
}
.publication_nav .item_list:hover.skin_awards {
	background-image: url(/en/img/publication/index/on/img_publication6.jpg);
}
.publication_nav .item_list:hover.skin_news {
	background-image: url(/en/img/publication/index/on/img_publication7.jpg);
}
.publication_nav .item_list:hover.skin_books {
	background-image: url(/en/img/publication/index/on/img_publication8.jpg);
}


/* ---------------------------------------------
*   conference
--------------------------------------------- */

/* conference_head
--------------------------------------------- */
.conference_head {
	margin-bottom: 10px;
}
.conference_head .title_border_bottom {
	display: inline-block;
	vertical-align: middle;
	padding-right: 40px;
	margin-right: 25px;
}
.conference_head .item_image {
	display: inline-block;
	vertical-align: middle;
}

/* ---------------------------------------------
*   awards
--------------------------------------------- */
.awards {
	margin-bottom: 30px;
}

/* awards_head
--------------------------------------------- */
.awards_head {
	margin-bottom: 20px;
}

/* ---------------------------------------------
*   news
--------------------------------------------- */
.news {
	padding-top: 55px;
	margin-top: -55px;
	margin-bottom: 60px;
}

/* awards_head
--------------------------------------------- */
.awards_head {
	margin-bottom: 20px;
}

/* module_numbering_list
--------------------------------------------- */

/* -- item_text -- */
.module_numbering_list table .icon_number .item_text {
	width: 31px;
	height: 32px;
	line-height: 30px;
}

/* -- icon_pdf -- */
/*
.news .module_numbering_list table .icon_pdf a {
	min-width: 35px;
	height: 32px;
	color: #fff;
	line-height: 30px;
	background-color: #44a3dc;
}
*/

.news .module_numbering_list table .icon_pdf a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50px;
	border: 1px solid #44a3dc;
	color: #44a3dc;
	font-size: .87em;
	text-align: center;
	line-height: 18px;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

/* ---------------------------------------------
*   Class
--------------------------------------------- */
.class .link_amazon {
	color: #13a3d4;
}
.class .link_amazon:hover {
	text-decoration: underline;
}

.class_head {
	margin-bottom: 20px;
}
.class_body {
	padding-left: 10px;
}

/* class_section
--------------------------------------------- */
.class_section {
	overflow: hidden;
	padding-bottom: 25px;
	border-bottom: 2px solid #e6e6e6;
	margin-bottom: 25px;
}

.class_section .left {
	width: 255px;
	float: left;
}
.class_section .right {
	float: right;
}
.class_section .right.item_image {
	width: 350px;
}

/* -- skin -- */
.class_section.skin_half .left.item_image {
	width: 260px;
}
.class_section.skin_half .right {
	width: 320px;
}

.class_section.skin_small {
	display: table;
	width: 100%;
}
.class_section.skin_small .left,
.class_section.skin_small .right {
	float: none;
	display: table-cell;
}
.class_section.skin_small .left {
	width: auto;
}
.class_section.skin_small .right {
	width: 260px;
}

.class_section .lower img:nth-of-type(2n) {
	vertical-align: top;
	margin-left: 40px;
}

/* -- item_title -- */
.class_section .item_title {
	color: #205583;
	font-weight: 100;
	margin-bottom: 10px;
}
.class_section .item_title .item_large {
	font-size: 1.73em;
}
.class_section .item_title .item_large:after {
	content: "EE;
	margin-left: 10px;
	margin-right: 10px;
}
.class_section .item_title .item_small {
	font-size: 1.33em;
}

/* -- item_text -- */
.class_section .item_text {
	/*text-align: justify;*/
}

/* ---------------------------------------------
*   Class - Note
--------------------------------------------- */

/* note_nav
---------------------------------------- */
.note_nav {
	margin-bottom: 20px;
	overflow: hidden;
}
.note_nav .item_nav {
	float: left;
	width: 180px;
	font-size: .94em;
	margin-right: 5px;
}
.note_nav .item_nav:last-child {
	margin-right: 0;
}
.note_nav .item_nav a {
	display: block;
	width: 180px;
	height: 26px;
	text-align: center;
	line-height: 28px;
	background-color: #d8d8d8;
}
.note_nav .item_nav a:hover {
	color: #fff;
	background-color: #084274;
}

/* note_section
---------------------------------------- */
.note_section {
	border-top: 1px solid #13a3d4;
	margin-bottom: 65px;
}
.note_section:last-child {
	margin-bottom: 30px;
}

/* -- note_section_head -- */
.note_section_head {
	display: table;
	width: 100%;
	padding-top: 20px;
}
.note_section_head .item_title,
.note_section_head .item_caption {
	display: table-cell;
	vertical-align: top;
	/*text-align: justify;*/
}

/* item_title */
.note_section_head .item_title {
	width: 260px;
	color: #225583;
	font-size: 1.87em;
	font-weight: 100;
}
.note_section_head.skin_large .item_title {
	width: 330px;
}

/* item_caption */
.note_section_head .item_caption {
	padding-top: 5px;
	font-size: 1.02em;
}

/* -- note_section_body -- */
.note_section_body {
	margin-top: 20px;
}

/* -- note_section_row -- */
.note_section_row {
	border-bottom: 1px solid #b2b2b2;
}
.note_section_body .note_section_row:first-child {
	border-top: 1px solid #b2b2b2;
}

/* item_inner */
.note_section_row .item_inner {
	display: table;
	width: 100%;
	min-height: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.note_section_row .item_head,
.note_section_row .item_body {
	display: table-cell;
}

/* item_head */
.note_section_row .item_head {
	width: 70px;
	vertical-align: middle;
}
.note_section_row .item_head .item_icon {
	width: 40px;
}
.note_section_row .item_head .item_icon .item_title {
	display: block;
	height: 12px;
	text-align: center;
	color: #fff;
	font-size: .53em;
	line-height: 12px;
	background-color: #666;
	margin-bottom: 2px;
}
.note_section_row .item_head .item_icon .item_contents {
	display: block;
	height: 38px;
	border: 1px solid #666;
	font-size: .8em;
	line-height: 36px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* item_body */
.note_section_row .item_body {
	padding: 10px 13px;
	vertical-align: middle;
}
.note_section_row:hover .item_body {
	background-color: #f0f0eb;
}

/* item_link */
.note_section_row .item_link {
	display: block;
	margin-top: 5px;
}
.note_section_row .item_link:first-child {
	margin-top: 0;
}
.note_section_row .item_link .item_text {
	display: inline-block;
}
.note_section_row .item_link:hover .item_text {
	text-decoration: underline;
}
.note_section_row .item_link .item_pdf {
	display: inline-block;
	padding: 2px 25px;
	border: 1px solid #44a3dc;
	line-height: 1;
	text-align: center;
	color: #44a3dc;
	font-size: .85em;
	margin-left: 10px;
}


/* ---------------------------------------------
*   Fostering - KKT
--------------------------------------------- */
.kkt {
	margin-bottom: 20px;
}

/* kkt_head
---------------------------------------- */
.kkt_head {
	margin-bottom: 20px;
}

/* item_title */
.kkt_head .item_title {
	float: left;
}

/* item_caption */
.kkt_head .item_caption {
	display: block;
	padding-top: 15px;
	/*text-align: justify;*/
	color: #000;
	line-height: 1.8;
}
.kkt_head .item_caption span {
	color: #13a3d4;
}

/* kkt_body
---------------------------------------- */

/* -- kkt_body_title -- */
.kkt_body_title {
	padding-bottom: 8px;
	border-bottom: 2px solid #e6e6e6;
	color: #205583;
	font-weight: 100;
	margin-bottom: 20px;
}
.kkt_body_title .item_title {
	display: inline-block;
	font-size: 2.07em;
}
.kkt_body_title .item_small {
	float: right;
	display: inline-block;
	font-size: 1.13em;
	margin-top: 18px;
}

/* kkt_section
---------------------------------------- */
.kkt_section {
	padding-top: 15px;
	border-top: 1px solid #13a3d4;
	margin-bottom: 50px;
}

/* -- kkt_section_head -- */
.kkt_section_head {
	display: table;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 2px dotted #d3d3d3;
	margin-bottom: 20px;
}
.kkt_section_head .item_cell {
	display: table-cell;
	font-weight: bold;
}
.kkt_section_head .item_cell:nth-child(2) {
	width: 150px;
}
.kkt_section_head .item_head {
	display: table-cell;
	width: 90px;
	padding-right: 10px;
	color: #13a3d4;
	font-size: 1.16em;
}
.kkt_section_head .item_table .item_place {
	width: 130px;
}
.kkt_section_head .item_table .item_year {
	width: 90px;
	color: #13a3d4;
}

/* -- kkt_section_body -- */
.kkt_section_body {}

/* gap_lists */
.kkt_section_body .gap_lists {
	overflow: hidden;
}

.kkt_section_body .gap_lists .item_list {
	width: 48%;
	margin-right: 4%;
}
.kkt_section_body .gap_lists .item_list:nth-of-type(2n-1) {
	float: left;
	margin-top: 15px;
}
.kkt_section_body .gap_lists .item_list:first-child {
	margin-top: 20px;
}
.kkt_section_body .gap_lists .item_list:nth-of-type(2n) {
	/* haraguchi edited */
	float: right;
	margin-right: 0;
	margin-top: 15px;	/*add*/
/*	margin-bottom: 20px;   comment out*/
}

/* cassette_gap */
.cassette_gap {
	position: relative;
}
.cassette_gap .item_date {
	font-weight: bold;
	line-height: 1.2;
}
.cassette_gap .item_title {
	position: relative;
	font-weight: bold;
	border-bottom: 4px solid #13a3d4;
	margin-bottom: 14px;
}
.item_list:nth-of-type(2n) .cassette_gap .item_title {
	margin-bottom: 0;
}
.cassette_gap .item_title:after {
	content: "";
	right: 0;
	bottom: -4px;
	position: absolute;
	display: block;
	width: 50%;
	height: 4px;
	background-color: #000;
}
.cassette_gap .item_image {
	/* haraguchi edited */
	width: 312px;
	height: 178px;
	overflow: hidden;    /* add */
	position: relative;    /* add */
}
.item_list:nth-of-type(2n) .cassette_gap .item_image {
	/* haraguchi edited */
	margin-top: 15px;    /* add */
/*	margin-bottom: 10px;	comment out*/
}
.cassette_gap .item_image img {
	/* haraguchi edited */
	position: absolute;    /* add */
	top: 50%;    /* add */
	left: 50%;    /* add */
	-webkit-transform: translate(-50%, -50%);    /* add */
	-ms-transform: translate(-50%, -50%);    /* add */
	transform: translate(-50%, -50%);    /* add */
/*	height: 100%;	comment out*/
}
.cassette_gap .item_text {
	position: absolute;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 312px;
	height: 178px;
	color: #fff;
	line-height: 2;
	background-color: rgba(8,66,116,.9);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.item_list:nth-of-type(2n) .cassette_gap .item_text {
/* haraguchi edited */
/*	top: 0;     comment out*/
/*	margin-bottom: 10px;   comment out*/
}
.cassette_gap:hover .item_text {
	opacity: 0;
	cursor: pointer;
}
.cassette_gap .item_text a {
	display: block;
	padding: 30px;
	/*text-align: justify;*/
}

/* item_lists */
.kkt_section_body .item_lists {
	overflow: hidden;
}
.kkt_section_body .item_lists .item_list {
	float: left;
	display: table;
	width: 324px;
	height: 208px;
	background-color: #e5e6e6;
	margin-right: 2px;
	margin-bottom: 2px;
}
.kkt_section_body .item_lists .item_list:nth-of-type(2n) {
	margin-right: 0;
}
.kkt_section_body .item_lists .item_cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.kkt_section_body .item_lists .item_cell a {
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}
.kkt_section_body .item_lists .item_cell a:hover {
	opacity: .8;
}
.kkt_section_body .item_lists .item_cell img {
	width: 90%;
}

/* kkt_nav
---------------------------------------- */
.kkt_nav {
	margin-bottom: 10px;
}

/* -- item_navs -- */
.kkt_nav .item_navs {
	overflow: hidden;
}
.kkt_nav .item_navs .item_nav {
	float: left;
	width: 120px;
	margin-right: 5px;
}
.kkt_nav .item_navs .item_nav:last-child {
	margin-right: 0;
}
.kkt_nav .item_navs .item_nav a {
	display: block;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background-color: #d8d8d8;
}
.kkt_nav .item_navs .item_nav a:hover {
	color: #fff;
	background-color: #084274;
}

/* kkt_old_section
--------------------------------------------- */
.kkt_old_section {
	border-top: 1px solid #13a3d4;
}
.kkt_old_section .item_head {
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	color: #13a3d4;
}
.kkt_old_section .item_body {
	margin-left: 120px;
}
.kkt_old_section .item_table {
	display: table;
	width: 100%;
}
.kkt_old_section .item_table .item_cell {
	display: table-cell;
	padding: 15px 20px;
	border-bottom: 2px dotted #d3d3d3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
.kkt_old_section .item_table .item_place {
	width: 150px;
}
.kkt_old_section .item_table .item_year {
	width: 90px;
	color: #13a3d4;
}


/* ---------------------------------------------
*   Fostering - Graduates
--------------------------------------------- */

/* keyvisual
--------------------------------------------- */

/* -- item_dot -- */
.keyvisual.skin_keyvisual_graduate .item_dot {
	position: absolute;
	display: none;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background-color: #ee8000;
}
.keyvisual.skin_keyvisual_graduate .item_dot.skin_1 { top: 145px; left: 50px; }
.keyvisual.skin_keyvisual_graduate .item_dot.skin_2 { top: 155px; left: 60px; }
.keyvisual.skin_keyvisual_graduate .item_dot.skin_3 { top: 160px; left: 75px; }
.keyvisual.skin_keyvisual_graduate .item_dot.skin_4 { top: 285px; left: 322px; }
.keyvisual.skin_keyvisual_graduate .item_dot.skin_5 { top: 184px; left: 355px; }
.keyvisual.skin_keyvisual_graduate .item_dot.skin_6 { top: 197px; left: 360px; }
.keyvisual.skin_keyvisual_graduate .item_dot.skin_7 { top: 208px; left: 366px; }
.keyvisual.skin_keyvisual_graduate .item_dot.skin_8 { top: 230px; left: 370px; }
.keyvisual.skin_keyvisual_graduate .item_dot.skin_9 { top: 196px; left: 386px; }
.keyvisual.skin_keyvisual_graduate .item_dot.skin_10 { top: 198px; left: 420px; }
.keyvisual.skin_keyvisual_graduate .item_dot.skin_11 { top: 173px; right: 180px; }
.keyvisual.skin_keyvisual_graduate .item_dot.skin_12 { top: 181px; right: 189px; }
.keyvisual.skin_keyvisual_graduate .item_dot.skin_13 { top: 195px; right: 305px; }
.keyvisual.skin_keyvisual_graduate .item_dot.skin_14 { top: 165px; right: 313px; }
.keyvisual.skin_keyvisual_graduate .item_dot.skin_15 { top: 187px; right: 312px; }

/* -- item_image -- */
.keyvisual.skin_keyvisual_graduate .item_image {
	position: absolute;
	display: none;
	width: 79px;
	transition-property: top, right, left;
	transition-duration: 1s;
}

/* åˆE•£æ™E*/
.keyvisual.skin_keyvisual_graduate .item_image.skin_1_1 { top: 53px; left: 108px; }
.keyvisual.skin_keyvisual_graduate .item_image.skin_2_1 { top: 53px; left: 192px; }

.keyvisual.skin_keyvisual_graduate .item_image.skin_1_2 { top: 36px; right: 213px; }
.keyvisual.skin_keyvisual_graduate .item_image.skin_2_2 { top: 36px; right: 129px; }

.keyvisual.skin_keyvisual_graduate .item_image.skin_1_3 { top: 288px; left: 42px; }
.keyvisual.skin_keyvisual_graduate .item_image.skin_3 { top: 288px; left: 126px; }

.keyvisual.skin_keyvisual_graduate .item_image.skin_1_4 { top: 243px; right: 471px; }
.keyvisual.skin_keyvisual_graduate .item_image.skin_2_3 { top: 243px; right: 387px; }

.keyvisual.skin_keyvisual_graduate .item_image.skin_4 { top: 288px; right: 121px; }
.keyvisual.skin_keyvisual_graduate .item_image.skin_5 { top: 288px; right: 37px; }
.keyvisual.skin_keyvisual_graduate .item_image.skin_6 { top: 204px; right: 37px; }

/* é›E´E™‚ */
.skin_keyvisual_graduate.skin_img_strat .item_image.skin_1_1,
.skin_keyvisual_graduate.skin_img_strat .item_image.skin_1_2 { top: 65px; left: 378px; }

.skin_keyvisual_graduate.skin_img_strat .item_image.skin_2_1,
.skin_keyvisual_graduate.skin_img_strat .item_image.skin_2_2 { top: 65px; left: 462px; }

.skin_keyvisual_graduate.skin_img_strat .item_image.skin_1_3 { top: 65px; left: 546px; }

.skin_keyvisual_graduate.skin_img_strat .item_image.skin_1_4 { top: 149px; left: 378px; }

.skin_keyvisual_graduate.skin_img_strat .item_image.skin_3 { top: 149px; left: 462px; }

.skin_keyvisual_graduate.skin_img_strat .item_image.skin_4 { top: 149px; left: 546px; }

.skin_keyvisual_graduate.skin_img_strat .item_image.skin_5 { top: 233px; left: 378px; }

.skin_keyvisual_graduate.skin_img_strat .item_image.skin_6 { top: 233px; left: 462px; }

.skin_keyvisual_graduate.skin_img_strat .item_image.skin_2_3 { top: 233px; left: 546px; }

/* -- item_text -- */
.keyvisual.skin_keyvisual_graduate .item_text {
	position: absolute;
	top: 125px;
	left: 50%;
	display: none;
	width: 825px;
	color: #205583;
	font-size: 2em;
	font-weight: 100;
	letter-spacing: .05em;
	margin-left: -412.5px;
}

/* graduates
--------------------------------------------- */
.graduates {
	margin-bottom: 30px;
}

/* graduates_head
---------------------------------------- */
.graduates_head {
	margin-bottom: 15px;
}
.graduates_head .item_large {
	display: inline-block;
	color: #205583;
	font-size: 2.07em;
	font-weight: 100;
}
.graduates_head .item_small {
	display: inline-block;
	color: #205583;
	font-weight: 100;
	vertical-align: super;
	margin-left: 25px;
}

/* graduates_body
---------------------------------------- */
.graduates_body {
	overflow: hidden;
}

/* graduates_column
---------------------------------------- */
.graduates_column {
	float: left;
	width: 310px;
	margin-right: 30px;
	margin-bottom: 40px;
}
.graduates_column:nth-of-type(1),
.graduates_column:nth-of-type(2) {
	padding-top: 20px;
	border-top: 2px solid #13a3d4;
}
.graduates_column:nth-of-type(2n) {
	margin-right: 0;
}

/* -- graduates_cassette -- */
.graduates_cassette {
	cursor: pointer;
}

/* cassette_image */
.graduates_cassette .cassette_image {
	margin-bottom: 10px;
}

/* cassette_contents */
.graduates_cassette .cassette_contents .item_head .item_name {
	font-weight: bold;
}
.graduates_cassette .cassette_contents .item_head .item_year {
	font-size: .8em;
	font-weight: bold;
	margin-left: 15px;
}

.graduates_cassette .cassette_contents .item_text {
	overflow: hidden;
}
.graduates_cassette .cassette_contents .item_text .item_location {
	float: left;
	color: #13a3d4;
	font-size: .87em;
	font-weight: bold;
}
.graduates_cassette .cassette_contents .item_text .item_link {
	float: right;
	color: #13a3d4;
}
.graduates_cassette:hover .cassette_contents .item_text .item_link {
	text-decoration: underline;
}

/* -- graduates_detail -- */
.graduates_detail {
	display: none;
	position: relative;
	width: 650px;
	padding: 15px 0;
	border-top: 1px solid #13a3d4;
	border-bottom: 1px solid #13a3d4;
	margin-top: 10px;
	opacity: 0;
}
.graduates_detail.skin_current {
	opacity: 1.0;
}
.graduates_detail:before {
	content: "";
	position: absolute;
	top: -18px;
	display: block;
	width: 33px;
	height: 18px;
	background: #fff url(../img/common/bg_arrow.png) 0 0 no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.graduates_detail:after {
	content: "";
	display: block;
	clear: both;
}

/* detail_contents */
.graduates_detail .detail_contents .item_head .item_name {
	font-weight: bold;
}
.graduates_detail .detail_contents .item_head .item_year {
	font-size: .8em;
	font-weight: bold;
	margin-left: 15px;
}
.graduates_detail .detail_contents .item_head .text_link {
	display: inline-block;
	float: right;
	color: #13a3d4;
	letter-spacing: normal;
	cursor: pointer;
}
.graduates_detail .detail_contents .item_head .text_link:hover {
	text-decoration: underline;
}

.graduates_detail .detail_contents .item_text {
	margin-bottom: 5px;
	/*text-align: justify;*/
}
.graduates_detail .detail_contents .item_text .item_location {
	color: #13a3d4;
	font-size: .87em;
	font-weight: bold;
}

.graduates_detail .detail_contents .item_body .item_title {
	width: 65px;
	height: 20px;
	color: #fff;
	font-size: .73em;
	text-align: center;
	line-height: 20px;
	background-color: #44a3dc;
	margin-bottom: 5px;
}

/* skin
---------------------------------------- */
/* 2n */
.graduates_column:nth-of-type(2n) .graduates_detail {
	margin-left: -340px;
}
.graduates_column:nth-of-type(2n) .graduates_detail:before {
	right: 130px;
	margin-left: -16px;
}

/* 2n+1 */
.graduates_column:nth-of-type(2n+1) {
	clear: both;
}
.graduates_column:nth-of-type(2n+1) .graduates_detail:before {
	left: 115px;
}



/* ---------------------------------------------
*   Fostering - ph.D
--------------------------------------------- */
.ph_d {
	margin-bottom: 30px;
}

/* ph_d_head
---------------------------------------- */
.ph_d_head {
	margin-bottom: 35px;
}

/* ph_d_list
---------------------------------------- */
.ph_d_list {
	display: table;
	width: 100%;
	border-bottom: 2px dotted #d3d3d3;
}
.ph_d_list:first-child {
	border-top: 2px dotted #d3d3d3;
}

/* common setting */
.ph_d_list .item_name,
.ph_d_list .item_detail,
.ph_d_list .item_year,
.ph_d_list .item_pdf {
	display: table-cell;
	padding: 20px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}

/* item_name */
.ph_d_list .item_name {
	width: 130px;
	padding-left: 0;
	color: #13a3d4;
}

/* item_year */
.ph_d_list .item_year {
	width: 100px;
	padding-right: 0;
}

/* item_pdf */
.ph_d_list .item_pdf {
	width: 65px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: right;
	vertical-align: middle;
	line-height: 1;
}
.ph_d_list .item_pdf a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50px;
	border: 1px solid #44a3dc;
	color: #44a3dc;
	font-size: .87em;
	text-align: center;
	line-height: 18px;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}
.ph_d_list .item_pdf a:not(:first-child) {
	margin-top: 2px;
}
.ph_d_list .item_pdf a:hover {
	opacity: .8;
}


/* ---------------------------------------------
*   Fostering - Global
--------------------------------------------- */
.global {
	margin-bottom: 30px;
}

/* global_section
---------------------------------------- */
.global_section {
	margin-bottom: 50px;
	overflow: hidden;
}
.global_section:last-child {
	margin-bottom: 0;
}

/* -- global_section_image -- */
.global_section_image {
	float: right;
	display: table;
	padding: 20px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #efefef;
	margin-left: 25px;
	margin-bottom: 1em;
}
.global_section_image .item_cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


/* -- global_section_head -- */
.global_section_head {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	margin-bottom: 20px;
}
.global_section_head .item_title {
	box-sizing: border-box;
	display: block;
	max-width: 100%;
	padding-right: .5em;
	padding-top: 10px;
	border-top: 2px solid #13a3d4;
	color: #205583;
	font-size: 1.6em;
	font-weight: 200;
	line-height: 1.5;
	word-wrap : break-word;
  	overflow-wrap : break-word;
  	overflow: hidden;
}

/* -- global_section_body -- */
.global_section_body .item_text {
	/*text-align: justify;*/
}


/* ---------------------------------------------
*   Laboratory - Album
--------------------------------------------- */
.album {
	margin-bottom: 50px;
}

/* album_head
---------------------------------------- */
.album_head {
	margin-bottom: 35px;
}


/* ---------------------------------------------
*   Laboratory - Highlight
--------------------------------------------- */

/* highlight_head
---------------------------------------- */
.highlight_head {
	margin-bottom: 25px;
}

/* highlight_body
---------------------------------------- */
.highlight_body {
	overflow: hidden;
}

/* highlight_section
---------------------------------------- */
.highlight_section {
	display: table;
	width: 47%;
	padding-top: 10px;
	border-top: 2px solid #13a3d4;
	margin-bottom: 40px;
}
.highlight_section:nth-of-type(2n-1) {
	float: left;
}
.highlight_section:nth-of-type(2n) {
	float: right;
}
.highlight_section:last-child {
	margin-bottom: 0;
}
.highlight_section .item_head,
.highlight_section .item_body {
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* item_head */
.highlight_section .item_head {
	vertical-align: top;
}
.highlight_section .item_head .item_title {
	color: #225583;
	font-size: 1.53em;
	font-weight: 100;
	letter-spacing: .2em;
}
.highlight_section .item_head .item_label {
	display: inline-block;
	width: 58px;
	height: 18px;
	border: 1px solid #44a3dc;
	line-height: 18px;
	text-align: center;
	color: #44a3dc;
	font-size: .87em;
	vertical-align: bottom;
}

/* item_body */
.highlight_section .item_body {
	width: 65%;
	vertical-align: bottom;
}
.highlight_section .item_body a {
	display: block;
}
.highlight_section .item_body .item_image {
	display: inline-block;
	width: 100%;
	margin-right: 15px;
}
.highlight_section .item_body .item_image img {
	width: 198px;
}


/* ---------------------------------------------
*   Contact - Contact Us
--------------------------------------------- */
.contactus_head {
	margin-bottom: 35px;
}

/* contactus_section
--------------------------------------------- */
.contactus_section {
	border-top: 1px solid #13a3d4;
	margin-bottom: 60px;
}

/* -- contactus_head -- */
.contactus_section_head {
	padding-top: 10px;
	color: #205583;
	font-size: 1.73em;
	font-weight: 200;
	margin-bottom: 30px;
}
.item_en {
	float: right;
	font-size: .77em;
}


/* item_cassette
---------------------------------------- */
.contactus dl.item_cassette {
	display: table;
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid #f7f7f7;
	margin-top: 5px;
}
.contactus dl.item_cassette:first-child {
	padding-top: 0;
	border-top: 0;
	margin-top: 0;
}

/* -- item -- */
.contactus .item_cassette .item_icon {
	padding-left: 10px;
	text-indent: -10px;
}
.contactus .item_cassette .item_icon:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 1px;
	vertical-align: middle;
	background-color: #13a3d4;
}

.contactus .item_cassette .item_map {
	margin: 30px 0;
}

/* item_head */
.contactus .item_cassette dt.item_head {
	display: table-cell;
	width: 155px;
	color: #13a3d4;
	font-size: 1.2em;
	vertical-align: top;
	line-height: 1.8;
}

/* item_body */
.contactus .item_cassette .item_body {
	padding-left: 1.0em;
	font-size: 1.08em;
}
.contactus .item_cassette dd.item_body {
	display: table-cell;
	padding-top: .4em;
	vertical-align: top;
	line-height: 1.2;
}
.contactus .item_cassette .item_body .item_table {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
.contactus .item_cassette .item_body .item_cell {
	display: table-cell;
	vertical-align: top;
}
.contactus .item_cassette .item_body .item_title {
	width: 140px;
}


/* ---------------------------------------------
*   Contact - Links
--------------------------------------------- */
.links_head {
	margin-bottom: 35px;
}
.links_body {
	overflow: hidden;
}

/* links_cassette
---------------------------------------- */
.links_cassette {
	float: left;
	width: 47%;
	padding-top: 15px;
	border-top: 2px solid #13a3d4;
	margin-bottom: 35px;
}
.links_cassette:nth-of-type(2n) {
	float: right;
}

/* item_inner */
.links_cassette .item_inner {
	display: block;
}

/* item_image */
.links_cassette .item_image {
	margin-bottom: 5px;
}

/* item_contents */
.links_cassette .item_contents {
	color: #13a3d4;
	font-size: .87em;
	font-weight: bold;
}
