@charset "UTF-8";
/*
Template: twentysixteen
Theme Name: ERI
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("../twentysixteen/style.css");


 
html {
    font-size: 0.95vw; 
}

body{
	background: #eee;
	font-size: 0.95vw;
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

p{
	/*font-size: 14px;*/
	font-size: 14px;
	line-height: 2em;
	font-weight:normal!important;
}

a{
	color:#333333;
}

input,textarea {
    /*-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;
	border-radius: 0;*/
}

input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;
}

button,input,select, textarea{
	font-family: inherit;
	font-size: 100%;
}

input[type="checkbox"] {

}

.scroll_top {
    text-align: center;
    background: rgba(0,0,0,0.4);
    text-decoration: none;
    position: fixed;
    z-index: 999;
    bottom: 125px;
    right: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    cursor: pointer;
    font-size: 30px;
    padding: 5px;
    color: #fff;
}

.eri-visible {
	opacity:1;
	-webkit-animation:fadeInRight 1s 1 cubic-bezier(0.77, 0, .175, 1);
	-moz-animation:fadeInRight 1s 1 cubic-bezier(0.77, 0, .175, 1);
	-o-animation:fadeInRight 1s 1 cubic-bezier(0.77, 0, .175, 1);
	animation:fadeInRight 1s 1 cubic-bezier(0.77, 0, .175, 1)
}
.eri-hidden {
	opacity:0;
	-webkit-animation:fadeOutRight 1s 1 cubic-bezier(0.77, 0, .175, 1);
	-moz-animation:fadeOutRight 1s 1 cubic-bezier(0.77, 0, .175, 1);
	-o-animation:fadeOutRight 1s 1 cubic-bezier(0.77, 0, .175, 1);
	animation:fadeOutRight 1s 1 cubic-bezier(0.77, 0, .175, 1)
}
@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translateX(100%)
}
100% {
opacity:1;
-webkit-transform:translateX(0)
}
}
@-moz-keyframes fadeInRight {
0% {
opacity:0;
-moz-transform:translateX(100%)
}
100% {
opacity:1;
-moz-transform:translateX(0)
}
}
@-o-keyframes fadeInRight {
0% {
opacity:0;
-o-transform:translateX(100%)
}
100% {
opacity:1;
-o-transform:translateX(0)
}
}
@keyframes fadeInRight {
0% {
opacity:0;
transform:translateX(100%)
}
100% {
opacity:1;
transform:translateX(0)
}
}
@-webkit-keyframes fadeOutRight {
0% {
opacity:1;
-webkit-transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(100%)
}
}
@-moz-keyframes fadeOutRight {
0% {
opacity:1;
-moz-transform:translateX(0)
}
100% {
opacity:0;
-moz-transform:translateX(100%)
}
}
@-o-keyframes fadeOutRight {
0% {
opacity:1;
-o-transform:translateX(0)
}
100% {
opacity:0;
-o-transform:translateX(100%)
}
}
@keyframes fadeOutRight {
0% {
opacity:1;
transform:translateX(0)
}
100% {
opacity:0;
transform:translateX(100%)
}
}
.scroll_top:before{
font-family: 'FontAwesome';
    content: '\f106';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 40px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.title_wrap{
	margin: 0px 10px 15px;
}

.pagetitle{
	font-size:20px;
	font-weight: bold;
	padding-left: 5px;
	text-align: center;
}

.title_line{
	//width:3px;
	//border-left:3px solid #4c9be6;
	//border-bottom: 4px solid #4c9be6;
	//float: left;
}

.entry-content {
    width: 100%;
}

/*.entry-content h2{
	font-size: 17px;
	background-color: #f8f8f8;
	padding:7px;
	border-left: 5px solid #4d9be5;
}*/

.entry-content h3{
	font-size: 17px;
	background-color: #f8f8f8;
	padding:7px;
	border-left: 5px solid #34b8a3;
}

.entry-content ul:not(.slides),.entry-content ol{
	margin-left: 15px;
	font-size: 14px;
}

.site{
	background: #eee;
	margin:0px;
}

.site-header{
	padding: 0px;
}

.site-branding{
	padding:0px 10px;
	margin-top: 1.2em;
    margin-bottom: 1.2em;
    /*margin-left: auto;
    margin-right: auto;*/
    padding-left: 13vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height:45px;
}

.logo{
	//float:left;
	//border: 1px solid #d1d1d1;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    justify-content: center;
  	align-items: center;
}

.logo_u_tokyo{
	margin-left: 0px;
	margin-right: 15px;
	//float:left;	
	padding-top: 2px;
}

.logo_u_tokyo img{
	width:9.3vw;
}


.logo_eri{
}

.logo_eri img{	
	width:18vw;
}

.search-field-mob,.search-field {
  font-size: 14px;
  width: 75%;
  margin-right: 3px;
  margin-left: 15px;
  border: 1px solid #ddd;
}
 
.search-submit-mob,.search-submit {
  font-family: FontAwesome;
  font-size: 1.4em;
  padding: 0;
  cursor: pointer;
  color: #909090;
  border: none;
  background: transparent;
}
input::-webkit-input-placeholder {
font-size:0.8em;
}
input:-moz-placeholder {
font-size:0.8em;
}
input::-moz-placeholder {
font-size:0.8em;
}
input:-ms-input-placeholder {
font-size:0.8em;
}

/*
.search-form{

	width:154px;
	height: 100%;
	margin-left: 10px;
    margin-right: 20px;

}

input.search-field{
	border-right: none;
	padding: 0.2em 0.4em;

}

input::-webkit-input-placeholder {
font-size:0.8em;
}
input:-moz-placeholder {
font-size:0.8em;
}
input::-moz-placeholder {
font-size:0.8em;
}
input:-ms-input-placeholder {
font-size:0.8em;
}

input.search-submit,.search-submit{

	border: 1px solid #d1d1d1;
	border-left: none;

}

.search-submit:before {
	font-family: "FontAwesome";
    content: "\f400";
    font-size: 1em;
}

input.search-submit:before {
	font-family: "FontAwesome";
    content: "\f400";
    font-size: 1em;
}

input.search-submit{
	background-color: #f7f7f7;
	color:#000;
}

button.search-submit{
	background-color: #f7f7f7;
	color:#000;
}
*/


.header_navi{

	width:400px;
	height:2em;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	margin-bottom: 3em;
	margin-left: auto;
    margin-right: auto;
}

.header_navi ul {
	display:table;
	border-collapse:separate;
    table-layout:fixed;
    margin:0;
    padding: 0;
	width: 100%;
	height:100%;
   	border-spacing:3px 0px;
	text-align: center;

}

.header_navi li {
	display:table-cell;
	background-color: #FFF;
	vertical-align: middle;
	cursor: pointer;
}  

.header_navi li a{ 

color:#4c4c4c;
font-size: 13px;
	height:100%;


}

.header_navi li:hover{ 
	color: #4c4c4c;
	background-color: #c0c0c0;
	
}

.sub li{
	background-color: #ccc;
	text-align: center;
}

.container-404{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 20px;

}

.container-404 img{
	width:45%;
}

.container-notfound{
	margin:20px 0px; 

}

.entry-title{
	font-size: 1.2rem;
}

.pagination {
    font-family: "Helvetica Neue", sans-serif;
}

.seat{
	margin:10px 0px;
}

.buttonWrap{
	
}

.page_wrapper,.home-wrapper{
	max-width:1320px;
	margin: 0 auto;
    position: relative;
}

.flexslider{
	/*本体の設定に上書き*/
	margin:0px!important;
	border:0px!important;
}

.flexslider .slides img {
    max-height: 500px;
    object-fit: contain!important;
}

.intl-flexslider ul{
	margin-left: 0px;
}

.intl-flexslider img{
	max-height: 400px!important
}

.grad-btn {
	z-index: 2;
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
    width: 120px;
    margin: auto;
    padding: 0.5em 0;
    border-radius: 2px;
    background: #909090;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 80px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.outreach-flexslider img{
	max-height:400px!important;
	object-fit: cover!important;

}

.outreach-flexslider ul{
	margin-left: 0px!important;

}

.outreach_grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;

}
.demae_caption{
	background-color: #eeeeee;
    border: 1px solid #cccccc;
	padding:10px;
	min-height: 120px;
	border-radius: 10px 10px 0px 0px;
}

.demae_caption_title{
	font-weight: 800!important;
}

.kaisetsu{
	width:50px;
	height:50px;
	display: inline!important;
}

.kaisetsu:hover{
　opacity: 0.7;
　color: white;	
}

.or-article {
	margin-top: 20px;

}

.or-article li{
	font-size: 14px;
	border-top:1px solid #c0c0c0;
	padding: 10px 0px;
	padding-left: 25px;
	list-style: none;
	background: url(../../images/arrow.png)left 0px top 13px no-repeat;

}

.or-article li:last-child{
	border-bottom:1px solid #c0c0c0;
}

.flex-direction-nav a{
	border-radius: 0%!important;
	border:0px!important;
	width:35px!important;
}

.flex-direction-nav .flex-next:hover,.flex-direction-nav .flex-prev:hover {
	background-color: #0066ff!important;
}

.flex-direction-nav a:before {
  content: '\f104'!important;
}
.flex-direction-nav a.flex-next:before {
    content: '\f105'!important;
}


.swiper-container {
      width: 100%;
      height: 100%;
      margin-bottom: 50px;
      /*padding-left:25px;*/
      
    }

.swiper-slide {
    border-right: 25px solid white;
    border-left: 25px solid white;
    box-sizing: border-box;	

}

.slider-thumbnail img{
	width:100%;
	height:150px;
	object-fit: cover;

	padding-bottom: 15px;
	border-bottom:1px solid #c4c4c4;

}

.swiper-button-prev:after {
  color: #fff; 
  background-color: #c4c4c4;
  font-size: 1.5em;
  padding: 5px 5px;
  left: 0px;  
}

.swiper-button-prev {
  left: -2px;  
}

.swiper-button-next:after {
  color: #fff; 
  background-color: #c4c4c4;
  font-size: 1.5em;
  padding: 5px 5px;
}

.swiper-button-next{
	right:-2px;
}

.swiper-button-next:hover:after,.swiper-button-prev:hover:after{
	background-color: #0066ff;
}

#swiper-news{
	
}

.slider-header{
	text-align:center;
	font-size:1.3em;
	margin:10px 0px 0px;
}

.slider-cat{
	display:block;	
	margin:5px 0px;
	/*padding: 0px 15px;*/
	font-size: 1em;	
}

.cat-2,.cat-51,.cat-5,.cat-48,.cat-3,.cat-36,.cat-59,.cat-6{
	display: inline-block;
	width:90%;
	font-weight: 700;
}

.cat-2,.cat-59,.cat-6{
	color:#c43252;
	border-bottom: 3px solid #c43252;
}

.cat-51{
	color:#0066ff;
	border-bottom: 3px solid #0066ff;
}

.cat-5,.cat-3{
	color:#fc8b1a;
	border-bottom: 3px solid #fc8b1a;
}

.cat-48, .cat-36{
	color:#00cccc;
	border-bottom: 3px solid #00cccc;
}


.aaa-wrapper{
	display: flex;
}

.slider-title{
	display: block;
	padding-right: 30px;
	height:80px;
}
.slider-date{

	font-size: 0.8em;	
}

ul.normal li {
	/*float: left;
	position: relative;
	margin: 0 0 0 1px;
	padding: 5px;
	width: 200px;
	background-color: #555555;
	display: block;*/
}
ul.sub {
	display: none;
	position: absolute;
	margin-left: -3px;
	padding: 0;
	z-index: 9999;
}
ul.sub li a {
	padding: 5px 10px;
	margin-left: -3px;
	/*margin-right: -5px;
	margin-bottom: -5px;*/
	display: block;


}
ul.sub li a:hover {
	/*background: #ff9900;*/
	padding: 5px 7px;
	margin-left: 0px;
	

	text-decoration:none;
	color: #dddddd;
	background-color: #2d2d2d;	

}


.page_breadcrumb{
/*background: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 120, color-stop(1.00, #4f4f4f), color-stop(0.00, #777));
background: -webkit-radial-gradient(50% 100%, circle, #777, #4f4f4f);
background: -moz-radial-gradient(50% 100%, circle, #777, #4f4f4f);
background: -o-radial-gradient(50% 100%, circle, #777, #4f4f4f);
background: -ms-radial-gradient(50% 100%, circle, #777, #4f4f4f);
background: radial-gradient(50% 100%, circle, #777, #4f4f4f);*/

	margin-left: -10px;
	margin-right: -10px;
}

.breadcrumb{
	
	margin: 20px;
}

.site-header-menu{
    margin:0;
}

.site-header-menu{
	/*box-shadow:5px 5px;
	box-shadow:0px 5px 5px -3px #303030;
	-moz-box-shadow:0px 5px 5px -3px #303030;
	-webkit-box-shadow:0px 5px 5px -3px #303030;*/
}

.main-navigation{
	margin:0px;

}

.main-navigation ul{
	background-color: #FFF;
	/*background-color: #0174E1;
	background: rgb(4,127,191); 
	background: -moz-linear-gradient(top,  rgba(4,127,191,1) 0%, rgba(1,23,93,1) 100%); 
	background: -webkit-linear-gradient(top,  rgba(4,127,191,1) 0%,rgba(1,23,93,1) 100%); 
	background: linear-gradient(to bottom,  rgba(4,127,191,1) 0%,rgba(1,23,93,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#047fbf', endColorstr='#01175d',GradientType=0 ); 

	padding: 0.5em 1.4em;*/
}


.main-navigation li a{
	color: #4c4c4c;
	font-size: 0.95em;
	padding: 1.4em 1.8em;
	
	border-left: solid 1px #a5a0a0;
	
}

.main-navigation li a:hover{
	
	background-color: #0066ff;
	text-shadow:1px 0px 0px black;
    transition: 0.3s text-shadow;
	color: #fff;


}

.main-navigation li:last-child{
	border-right: solid 1px #a5a0a0;
}

.sidebar .current-menu-item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancector > a {
	background-color: #0066ff;
	color:#fff;
}

ul.primary-menu{
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	border-top: solid 1px #a5a0a0!important;
	border-bottom: solid 1px #a5a0a0!important;
}

.sidebar {
		/*float: left;*/
		margin-left: 75%;
		padding: 0;
		width: 20%;
		margin-top: 50px;
	}


#menu-item-7{
	font-size:0.72em;
}

.site-inner{
	margin:0 auto;
	padding:0px;
	width: 100%;
	height: auto;
	background: #fff;
    /*max-width: 1320px;*/
    max-width:100%;


}



.site-header-menu{
	width:100%;
}

.site-content{
	/*padding:0px 15px;
	display: -webkit-flex;
	display: flex;*/
	padding:0!important;
	min-height: calc(100vh - 150px);
}


.aaa{
	display: flex;
	display: -webkit-flex;

}

.bbb{
	position:-webkit-sticky;
	position: sticky;
	top:10px;
}

.imageButtons_wrap{
	//background-color: #4f4f4f;
	/*background: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 120, color-stop(1.00, #4f4f4f), color-stop(0.00, #777));
	background: -webkit-radial-gradient(50% 100%, circle, #777, #4f4f4f);
	background: -moz-radial-gradient(50% 100%, circle, #777, #4f4f4f);
	background: -o-radial-gradient(50% 100%, circle, #777, #4f4f4f);
	background: -ms-radial-gradient(50% 100%, circle, #777, #4f4f4f);
	background: radial-gradient(50% 100%, circle, #777, #4f4f4f);*/

	margin-left: -10px;
	margin-right: -10px;
	//border-bottom: solid 3px #0084ff;
}

.imageButtons,.imageButtons td{

	border-style: none;
	width:305px;
	margin:0 auto;
    border-spacing:10px;
    padding:0px;
}


.imageButtons_e,.imageButtons_e td{

	border-style: none;
	width:225px;
	margin:0 auto;
    border-spacing:10px;
    padding:0px;

}

.imageButtons_outer{
	position: relative;
	overflow:hidden;

	box-shadow:3px 3px 0px 1px #999999;
	-moz-box-shadow:3px 3px 0px 1px #999999;
	-webkit-box-shadow:3px 3px 0px 1px #999999;
}
.imageButtons_outer .title {
    background: #4bac9f none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    height: 36px;
    left: 0;
    opacity: 0.8;
    overflow: hidden;
    padding: 10px 15px;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;

}
.imageButtons_outer:hover .title  {
	height:65%;
	transition: all 0.3s ease-in-out;
    
	
}
.imageButtons_outer .title h3 {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size:0.8em;
    border-left:none;
}

/**/
.imageButtons_outer .hometitle {
    background: #003366 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    height: 35px;
    left: 0;
    opacity: 0.8;
    overflow: hidden;
    padding: 10px 15px;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;

}
.imageButtons_outer:hover .hometitle  {
height:80%;
transition: all 0.3s ease-in-out;
   
}

.imageButtons_outer:hover .jointusage {
height:90%;
transition: all 0.3s ease-in-out;
   
}


.imageButtons_outer .hometitle h3 {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size:0.8em;
    border-left:none;
}
/**/
.otherButtons{
	margin-bottom:20px;
}


.otherButtons ul{
	display:table;
	border-collapse:separate;
    border-spacing:10px 0px;
    width: 100%;
    table-layout:fixed;
    margin:0;
    padding: 0;
	text-align: center;

} 

.otherButtons li{ 
	display:table-cell;
	vertical-align: middle;
	background-color: #003366;
	//border: 2px #003366 solid; 
	border-radius:5px;

	box-shadow:3px 3px 0px 1px #999999;
	-moz-box-shadow:3px 3px 0px 1px #999999;
	-webkit-box-shadow:3px 3px 0px 1px #999999;

}

.otherButtons li a{ 
	display: block;
	font-size: 0.8em;
	color:#fff;
}

.otherButtons li a:hover{ 
	background-color: #0099cc;
	color:white;
	border-radius:5px;
}

.otherButtons ul li:first-child a{
	padding: 2.1em 0;
}

.otherButtons ul li:nth-child(2) a {
	padding: 1.7em 0;
	font-size: 0.7em;

}

.otherButtons ul li:nth-child(3) a {
	padding: 2.1em 0;
}

.otherButtons ul li:nth-child(4) a {
	padding: 2.1em 0;
}

.otherButtons ul li:nth-child(5) a {
	padding: 2.1em 0;
}

.otherButtons ul li:nth-child(6) a {
	padding: 1.7em 0;
	font-size: 0.7em;
}

.otherButtons ul li:nth-child(7) a {
	padding: 1.7em 0;
	font-size: 0.7em;
}

.otherButtons ul li:first-child:hover {
	//background-color: #4d9be5;
background-color: #0099cc;

}

.otherButtons ul li:nth-child(3):hover {
	//background-color: #4d9be5;
background-color: #0099cc;

}

.otherButtons ul li:nth-child(4):hover {
	//background-color: #4d9be5;
background-color: #0099cc;
}

.otherButtons ul li:nth-child(5):hover {
	//background-color: #4d9be5;
	background-color: #0099cc;

}

/*英語ボタン*/
.otherButtons_e{
	margin-bottom:20px;
}

.otherButtons_e ul{
	display:table;
	border-collapse:separate;
    border-spacing:10px 0px;
    width: 100%;
    table-layout:fixed;
    margin:0;
    padding: 0;
	text-align: center;

} 

.otherButtons_e li{ 
	display:table-cell;
	vertical-align: middle;
	background-color: #003366;
	//border: 2px #4d9be5 solid; 
	border-radius:5px;

	box-shadow:3px 3px 0px 1px #999999;
	-moz-box-shadow:3px 3px 0px 1px #999999;
	-webkit-box-shadow:3px 3px 0px 1px #999999;
}

.otherButtons_e li a{ 
display: block;
font-size: 0.8em;
//color:#4D9BE5;
color:#fff;

}

.otherButtons_e li a:hover{ 
//background-color: #4d9be5;
background-color: #0099cc;
color:white;
border-radius:5px;
}

.otherButtons_e ul li:first-child a{
	padding: 2.1em 0;
}

.otherButtons_e ul li:nth-child(2) a {
	padding: 2.1em 0;
}

.otherButtons_e ul li:nth-child(3) a {
	padding: 2.1em 0;
}

.otherButtons_e ul li:nth-child(4) a {
	padding: 2.1em 0;
}

.otherButtons_e ul li:nth-child(5) a {
	padding: 2.1em 0;
}

.otherButtons_e ul li:nth-child(6) a {
	padding: 2.1em 0;
}

.otherButtons_e ul li:nth-child(7) a {
	padding: 2.1em 0;
}

.otherButtons_e ul li:first-child:hover {
	//background-color: #4d9be5;
	background-color: #0099cc;

}

.otherButtons_e ul li:nth-child(3):hover {
	//background-color: #4d9be5;
	background-color: #0099cc;

}

.otherButtons_e ul li:nth-child(4):hover {
	background-color: #0099cc;
	//background-color: #4d9be5;
}

.otherButtons_e ul li:nth-child(5):hover {
	//background-color: #4d9be5;
	background-color: #0099cc;

}
/*英語ボタン*/

.update{
	position:relative;
	//border:1px solid red;

}
.updateicon{
	position:absolute;
	left:10px;
	top:1px;
}


/*---floating----*/
.floating-banner a:hover img {
	opacity:1;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	transition: 0.4s;
}
.floating-banner {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 99;
}

.target{

	background-color: #f2f2f2;
}

.target img{
	width:250px;
	height: 120px;
	object-fit: cover;
	transition-duration:1s;
	transition-property:width;
}

.target.is-hidden img{
	width:27px;
	height: 120px;
	transition-duration:1s;
	transition-property:width;
}


p {
margin: 0;
}

/* ボタンの設定 */
.floating-banner_button {
	display: block;
	width: 30px;
	height: 120px;
	background-color: #0066ff;
	position: absolute;
	cursor: pointer;

}
/* アイコンの設定(開) */
.floating-banner_button::before, .floating-banner_button::after {
display: block;
font-family: FontAwesome;
content: '\f105';

position: absolute;
top: 55px;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}


/* アイコンの設定(閉) */
.floating-banner_buttonClose {
display: block;
width: 60px;
height: 120px;
margin-left: auto;
background-color: #0066ff;

position: absolute;
//right: 0;
//bottom: 100%;
cursor: pointer;
}

.floating-banner_buttonClose::before, .floating-banner_buttonClose::after {
display: block;
font-family: FontAwesome;
content: '\f104\0020申請';
white-space: pre;
position: absolute;
top: 55px;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}


/*---floating----*/

/*共同利用のコラム*/
.apply-category{
	background-color: #0693e3;
	color:#fff;
	padding: 15px;
}

.apply-content{

}
/*共同利用のコラム*/

.hometab{
	width:71vw;
	float: left;
	margin-top:40px;
	margin-bottom: 10px;
}

.hometab a:hover{
	text-decoration: underline;

}

.list_in_tab{
	border-top:none;
	border-left: none;
	border-right: none;
	//border: 1px solid red;
	margin: 0 0 10px;
}

.list_in_tab td{
	border:none;
}

td.dateClas{
	//border: 1px solid red;
	width:25%;
	vertical-align: top;

}

td.tabDate{
	font-size: 0.8em;
	font-style: italic;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #9d9d9d;

}

td.tabTitle{
	padding-left: 20px;
	vertical-align: top;
	border-bottom: 1px dotted #9d9d9d;
	padding-bottom: 10px;
}


.tabSaiyo,.tabDanwa,.tabeq,.tabnews,.tabSimpo,.tabaward{
	width:100%;
	text-align: center;
	font-size: 0.9em;

	//border: 1px solid red;

}

.tabSaiyo,.tabnews{
	position:relative;
	color:#fff;
	background-color: #663300;
}

.tabSaiyo:after,.tabnews:after{
	position:absolute;
	content: "";
	right:-10px;
	border-style: solid;
	border-width: 10.5px 0 10.5px 10px;
	border-color: transparent transparent transparent #663300;
}

.tabDanwa,.tabSimpo{
	color:#fff;
	
	position: relative;
	background-color: #006699;
}

.tabDanwa:after,.tabSimpo:after{
	position:absolute;
	content: "";
	right:-10px;
	border-style: solid;
	border-width: 10.5px 0 10.5px 10px;
	border-color: transparent transparent transparent #006699;	
}

.tabeq{
	position: relative;
	background-color: #ffff00;
	}

.tabeq:after{
	position:absolute;
	content: "";
	right:-10px;
	border-style: solid;
	border-width: 10.5px 0 10.5px 10px;
	border-color: transparent transparent transparent #ffff00;	
}

/*.tabnews{
	position: relative;
	background-color: green;
}

.tabnews:after{
	position:absolute;
	content: "";
	right:-10px;
	border-style: solid;
	border-width: 10.5px 0 10.5px 10px;
	border-color: transparent transparent transparent green;	
}*/



.tabaward:after{
	position:absolute;
	content: "";
	right:-10px;
	border-style: solid;
	border-width: 10.5px 0 10.5px 10px;
	border-color: transparent transparent transparent #990033;	
}

.tabaward{
	color:#fff;

	position: relative;
	background-color: #990033;	
}

.homeslider{
	width:21vw;
	background-color: #fcfcfc;
	/*height:600px;
	float: right;*/
	  display: flex;
  justify-content: center;
	box-shadow: 1px 1px 10px 1px #e1e1e1 inset;
	-webkit-box-shadow: 1px 1px 10px 1px #e1e1e1 inset;
	-moz-box-shadow: 1px 1px 10px 1px #e1e1e1 inset;
	-o-box-shadow: 1px 1px 10px 1px #e1e1e1 inset;
	-ms-box-shadow: 1px 1px 10px 1px #e1e1e1 inset;

}

.sidebar{
	margin-left: 0px; 
	margin-bottom: 0px;
	height:100%;
	position:sticky;
	top:10px;
	margin-left: auto;
	margin-right: auto;
}

body:not(.custom-background-image):before, body:not(.custom-background-image):after{
	height: 0px;
}

.no-sidebar .content-area{
	/*float:right;*/
	display: block;
	/*width:68vw;
	width: 860px;*/
	width: 65%;
	margin-left: auto;
	margin-right: auto;

	/*margin-right:15px;*/
}

.no-sidebar .entry-content{

	margin: 0!important;
	/*margin-right: 0px!important;
	margin-left: 0px!important;
	width:100%!important;*/
}


/*タブ*/
.hometab_wrap{
	//float:left!important;
	width:100%!important;
}

.su-tabs {
    margin:0px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; 
    background: #eee;
}

.menu{
	width: 100%;
	list-style-type: none;
	margin-top:0px;
} 

.menu li{
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
  border:1px solid #ccc;
  border-bottom:none;
}

.menu > li:last-child{
border:1px solid #ccc;
}

/*

.menu-item-has-children ul li{
border:none;
}*/


.menu li a{
  display: block;
  margin: 0;
  padding: 16px 15px;
  font-size: 0.95vw;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color:#333333;
  line-height: 1.5em;
  cursor:pointer;
}

.menu li ul {
  list-style: none;
  position: static;
  z-index: 100;
  top: 0;
  left: 100%;
  width: 100%;
  margin: 0;
  padding: 1px;
}

/*
.menu li ul li {
  width: 100%;
  height: 0;
  color: #fff;
}*/


.menu li ul li a {
  padding: 13px 15px;
  background: #e5efff;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #4c4c4c;
  line-height: 1em;
}

.menu li ul li a:before {
	content:"- ";
}
/*
.menu > li:hover > a {  background: #0066ff; color:#fff; }
.menu > li:hover li:hover > a {  background: #f8f8f8; color:#3c3c3c; }
.menu li:hover > ul > li {
  //overflow: visible;
  height: 38px;
}

.menu li ul li ul {
  top: 0;
  left: 100%;
}
.menu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}

.menu li ul li ul li a {  background: #616d0b }
.menu li:hover ul li ul li:hover > a {  background: #535d09 }
.menu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #454e08;
}
.menu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #454e08;
}*/




.menu-item-has-children:after{
	font-family: "FontAwesome";
    background: #c4c4c4;
    display: block;
    content: "\f105";
    position: absolute;
    right: 3px;
    top: 14px;
    width: 16px;
    color:#fff;
    text-align: center;
}

.menu-item-has-children.on:after{
	font-family: "FontAwesome";
    content: "\f107";
}
/*
.menu-item-has-children:before {
    font-family: FontAwesome;
    content: "\f107";
    color:#fff;
    height: 15px;
    position: absolute;
    right: 3px;
    top: 14px;
    width: 15px;
    z-index: 99;
}

.dropdown-toggle{
	//display: none;
}

ul.menu li.menu-item-has-children:hover .sub-menu{
   left: 97%!important;
   top: 6px!important;
   background: #3b3c3b;
   display:block;
   width: 100%;
}*/

.sub-menu {
    display: none;
}

.friend_link{
	margin:0px;
	margin-top:50px;
	margin-bottom:50px;
	width:80%;
}

.friend_link li{
	list-style: none;
	
	
	/*margin-right: 3px;*/
}

.friend_link li img{
	border:1px solid #D7D7D7;
	
	margin-top:20px;
}

.friend_link li:first-child img{
	margin-top:5px;
}

.site-info{
	margin: 3px 0px 0px 0px;
	line-height: 0;
}


.site-footer{
	background-color: #fff;
	border-top:solid 1px #a5a0a0;
	padding:10px 0px;


}

.site-title, .site-title a{
	color:#000;
	font-size: 0.9em;

}


.site-footer .site-title:after {
	content: "";
}


.footer_info_wrap{
	width:750px;
	margin: 0 auto;
}

.footer_menu{
	margin-top:5px;
	margin-bottom:5px;
}

.footer_menu ul{
	display:table;
	border-collapse:collapse;
    width: 70%;
    table-layout:fixed;
    margin:0 auto;
    padding: 0px;
    margin-bottom: 5px;
	text-align: center;	
	font-size: 0.9em;
}

.footer_menu li{ 
	display:table-cell;
	/*border-left:solid 1px white;
	border-right:solid 1px white;*/
}

.footer_menu li a{ 
	display: block;
	color: #000;
}

.seminar td{
	width:20%!important;
	table-layout: fixed;
}

.recruit_header{
	margin-left: 10px;
	border-left: 5px solid #4c9ce5;
	padding-left: 10px;
	border-bottom: 1px solid #4c9ce5;
	font-size: 0.8em;
}

.main_outreach{
	//float:left;
	//width:70%;
	padding:0px 20px;
}

.breadcrump{
	font-size: 0.8em;
	
	margin: 2vw 5vw 1vw;
}

.breadcrump a{
	text-decoration: underline;
}


.sidemenu_outreach{
	//border:solid red 1px;
	//width: 240px;
	//float:right;
	border-bottom: 1px solid #d4d4d4;
}

.title_outreach_page{
	font-size:16px;
	border-left: 5px solid #4d9be5;
	border-bottom:1px solid #4d9be5;
	line-height: 1.3em;
	padding-left: 5px;
	margin-bottom: 20px;
}
.title_overview_link{
	color:#fff!important;
}
.title_overview_page{
	/*font-size:14px!important;
	background-color: #003366;
	color:#fff;
	padding:8px;*/
	
	/*border-left: 5px solid #4d9be5;
	border-bottom:1px solid #4d9be5;
	line-height: 1.1em!important;
	padding-top:3px;
	padding-bottom:3px; 
	padding-left: 5px;*/
	/*margin-bottom: 20px;
	font-weight: normal!important;*/
}

h4,h2{
	font-size:14px!important;
	background-color: #909090;
	color:#fff;
	padding:8px;
	
	margin-bottom: 20px;
	font-weight: normal!important;
}

.sidemenu_outreach_listbox{
	height: 94px;
	padding-top:12px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #f8f8f8;
	border-top:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
	border-bottom:1px solid #fff;
}

.title_listbox{
	font-size: 13px;
	font-weight: bold;
	color:#575c60;
}

.excerpt_listbox{
	font-size: 10px;
	line-height: 1.5em;
}

.sidemenu_outreach_listbox:hover{
	background-color: #e0f0ff;
}

.excerpt_listbox a{
	color:#575c60;
}

.title_listbox:hover,.excerpt_listbox a:hover{
	text-decoration: underline;
}

.title_kondan{
	font-size: 12px;
}
.kondan_menu{
	line-height:1.6em;
	font-size:1.1em;
	font-weight: bold;
}

.kondan_menu:hover{
	text-decoration: underline;
}

/***new css start here*****/
.outer {
    position: relative;
	overflow:hidden;
    
}

.outer .title {
    background: #003333 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    height: 36px;
    left: 0;
    opacity: 0.8;
    overflow: hidden;
    padding: 10px 15px;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;

}
.outer:hover .title  {
	height:65%;
	transition: all 0.3s ease-in-out;
    
	
}
.outer .title h3 {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size:0.8em;
    border-left:none;
}

.division_text{
    font-size:0.8em;
	line-height: 1.5em;
}

.division_text_e{
    font-size:0.8em;
	line-height: 1.3em;
}


/**/
.seminar_table{
	table-layout: auto; 
	width: 640px;
	border-style:none; 
	border-collapse:collapse;	
}

.people,.eri_table{
	table-layout: auto; 
	border-style:none; 
	border-collapse:collapse;	
}

.people td,.eri_table td{	
	padding:7px 10px;

	/*font-size:13px;*/
	/*background-color: #eee;*/
	border:solid 1px #dfdfdf;

}

.eri_separate_table{
	border:0px;
	table-layout: auto;

}


.eri_separate_table th{
	/*font-size: 13px;
    font-weight: bold;*/
    background-color: #eeeeee;
    border-bottom: none;
    /*border-bottom: 12px solid white;*/
    padding-left: 10px;
}

.eri_separate_table th:last-child{
	border-right:none;
}

.eri_separate_table thead:after {

	content: "";
	height: 15px;
	width: 100%;
	padding: 2px 0;
	display: block;
	//border-bottom: 1px solid #dfdfdf;
}

.eri_separate_table thead:after:after {

	content: "";
	height: 15px;
	width: 100%;
	padding: 2px 0;
	display: block;
	border-bottom: 1px solid #dfdfdf;
}

.eri_separate_table td{
	border-top:1px solid #dfdfdf!important;
    border-bottom: none;
}

.eri_separate_table td:last-child{
	border-right:none;
}

.eri_separate_table tr:last-child td{
	border-bottom:1px #dfdfdf solid!important;
}

.eri_separate_table td img{
	height: 80px!important;
	width:60px!important;
	object-fit: cover;
}

.newsletter a img{
	display: inline;
}

/*


.eri_separate_table tr{
	border-top:10px;
}

.eri_separate_table td:last-child{
	border-right:0px;
}*/

.people tr:nth-child(odd) td, .eri_table tr:nth-child(odd) td{
	background: #fff;
}

.people th, .eri_table th{	
	font-size:13px;
	font-weight: bold;
	background-color: #eeeeee;
	border:1px solid #cccccc;
	padding-left:10px;
}

.table_header{
	font-size:15px;
	font-weight: bold;
	background-color: #edf5ff;
	border:1px solid #c1e0fc;
	padding-left:10px;
}

.table_data{
	padding:7px 10px;

	font-size:13px;
	background-color: #f8f8f8;
	border:solid 1px #dfdfdf;
}

.saiyo_table{
	table-layout: auto; 
	width: 640px;
	border-style:none; 
	border-collapse:collapse;
	font-size:0.7em;	
	margin-left: 10px;
}

.saiyo_table th{
	font-weight: bold;
	background-color: #edf5ff;
	border:1px solid #c1e0fc;
	padding-left:10px;
}

.saiyo_table td{
	padding:7px 10px;
	background-color: #f8f8f8;
	border:solid 1px #dfdfdf;
}

.entry-header{
	margin-right:0px!important;
	margin-left:0px!important;

}

/**/
.buttonTable{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-content:flex-start;
}

.buttonTable-item{
	position: relative;
	margin: 0px 5px;
	margin-bottom: 10px;
	width:48%;
}


.buttonTable-item .mask {
	display: flex;
	align-items: center;
	justify-content: center;
	width:			100%;
	height:			100%;
	position:		absolute;	
	top:			0;
	left:			0;
	opacity:		0;	
	background-color:	rgba(0,0,0,0.4);	
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}

.buttonTable-item .normal {
	display: flex;
	align-items: center;
	justify-content: center;
	width:			100%;
	height:			100%;
	position:		absolute;	
	top:			0;
	left:			0;
	opacity:		1;	
	background-color:	rgba(0,0,0,0.1);	
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}

.buttonTable-item:hover .normal {
	opacity: 0;	
}

.buttonTable-item:hover .mask {
	opacity: 1;	
}

.buttonTable-item .mask .caption {
	font-size:0.8em;
	padding: 10px;
	color: #fff;
	display: none;
}

.buttonTable-item .normal .caption {
	font-size:1em;
	padding: 10px;
	color: #fff;
	display: none;
}

.buttonTable >:first-child {
  //flex-basis: 250px;
}

.buttonTable img{
	/*width:270px;*/
	width:100%;
	object-fit: cover;
}

.entry-content h5{
	line-height: 2rem;
}

.buttonTable .jimu{
	background-color:#8b9098;
}


.r_center .title{
	background: #996600;
}

.s_center .title{
	background: #6ca513;
}

.lib_tech .title{
	background: #993333;
}

.tech .title{
	background: #660066;
}

.suishin .title{
	background: #336666;
}

.jimubu .title{
	background: #999999;
}

.jimu{
	color: #fff;
	padding:15px;
	background-color: #999999;
}

.jimu:hover{
	background-color: #9EA3A8;
}

.jimu-title{
	font-size:16px;
	margin-bottom: 5px;
}

.jimu-text{
	font-size:12px;
	line-height:1.4em;
}

.res_sup{
	border:1px #0174E1 solid;
	padding:15px;
	font-size:13px;
	display:inline-block;
}

.table_joint{
	table-layout: auto; 
	border-style:none; 
	border-collapse:collapse;	
}

.table_joint td{	
	padding:7px 10px;

	font-size:10px;
	background-color: #f8f8f8;
	border:solid 1px #dfdfdf;

}

.table_joint th{	
	font-size:10px;
	font-weight: bold;
	background-color: #edf5ff;
	border:1px solid #c1e0fc;
	padding-left:10px;
}

.homelinks{
	clear: both;
	width:400px;
	float:right;
	border:none;
}

.homelinks td{
	border:none;
}

.homelinks td img{
	width:160px;
	border:1px solid #F1F1F1;
}

span.wpcf7-list-item { display: block; }

.emergency{
	margin:10px;
	color:red;
	padding-top:12px;
	padding-bottom:10px;

	text-align: center;
	font-weight:700;
	border:2px red solid;
	background-color:white;
	z-index: 100;
}

.emergency a{
	color:red;
	text-decoration: underline;
}

.outreach-slider{
	height:450px!important;
}

.outreach-slider .su-slider-slide-title{
	min-width: 100%;
	min-height:25px;
   height:auto!important;
	height:25px;
	top:400px;
}

.outreach-slider .su-slider-slide > a > img {
    max-height: 400px;
}

.post-thumbnail img {
    display: block;
    width: auto;
    max-width: 600px;
    height: auto;
    max-height: 400px;
}


/* ------------------------------------
 共同利用2017サイト改修追加分
 -------------------------------------- */

.kd2017_kya:after,
h2.kd2017:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* ---- 共同利用用見出しレイアウト ---- */
/* -- h2 -- */
/* - 通常h4のスタイルをあててます - */
h2.kd2017 {
	font-size: 14px!important;
	background-color: #003366!important;
	color: #fff!important;
	padding: 8px!important;
	border-radius: 3px!important;
	margin-bottom: 20px!important;
	font-weight: normal!important;
	border-left: none!important;
}

/* -- h3 -- */
h3.kd2017 {
	padding-top:10px!important;
}

/* -- h4 -- */
/* - 通常h2のスタイルをあててます - */
h4.kd2017 {
	font-size: 17px;
	background-color: #f8f8f8;
	padding: 7px;
	border-left: 5px solid #4d9be5;
	color:#1a1a1a;
}


/* ---- リンクリスト_カテゴリアンカ ---- */
table.kd2017_linklist {
	border:none;
	margin-bottom:0!important;
}

table.kd2017_linklist td {
	border:none;
	vertical-align: top;
	text-align: left;
}

/* -- */
ul.kd2017_link {
}

ul.kd2017_link li {
	list-style:none;
	background: url("http://www.eri.u-tokyo.ac.jp/wp-content/uploads/2017/08/arrow.png") no-repeat left 0.5em; padding-left: 20px;
	margin-bottom:8px;
}

/* -- 客員リンク -- */
ul.kd2017_kya {
	width:100%;
}

ul.kd2017_kya li {
	width:15%;
	float:left;
	margin-right:1%;
	margin-bottom:10px;
	list-style:none;
}


/* ---- web申請ボタン ---- */
.kd2017_web {
	width:100%;
	padding-left:150px;
}

.kd2017_web a:hover img {
	opacity: 0.7; -moz-opacity: 0.7;
}


/* ---- tableレイアウト ---- */
/* - 項目一覧 - */
table.kd2017_tbl01 {
	table-layout:auto!important;
	line-height:1.6!important;
	font-size:14px;
}

table.kd2017_tbl01 th {
	background-color: #edf5ff;
	padding:10px!important;
	text-align:center;
}

table.kd2017_tbl01 td {
	background-color: #f8f8f8;
	padding:10px 8px!important;
}

table.kd2017_tbl01 td p {
	margin-bottom:12px;
	line-height:1.6!important;
}


/* - 様式一覧 - */
table.kd2017_tbl02 {
	table-layout:auto!important;
	line-height:1.6!important;
	font-size:14px;
}

/* - th - */
table.kd2017_tbl02 th {
	padding:2px;
	text-align:center;
	background-color: #edf5ff;
}

/* -td - */
table.kd2017_tbl02 td {
	background-color: #f8f8f8;
	padding:10px 8px!important;
}

/* - 日付色分けtable - */
td.kd2017_blue {
	background-color: #c7e1fc!important;
	text-align:center;
}

td.kd2017_red {
	background-color: #f9d6d1!important;
	text-align:center;
}

td.kd2017_green {
	background-color: #e8f4b2!important;
	text-align:center;
}

td.kd2017_orange {
	background-color: #f9dfb8!important;
	text-align:center;
}

td.kd2017_gray {
	background-color: #f8f8f8;
	text-align:center;
}


/* ---- 注 ---- */
/* -- */
ul.kd2017_chu{
}

ul.kd2017_chu li{
	list-style:none;
	text-indent:-2em;
	margin-left:2em;
}


/* ---- 連絡先 ---- */
.kd2017_sup {
	border: 1px #0174E1 solid;
	margin-bottom:30px;
	padding: 10px 20px;
	font-size: 13px;
	display: inline-block;
}


/* ---- 受付中 ---- */
.kd2017_uke {
	width: 652px;
	border: 1px #8FA6D2 solid;
	background-color:#FFF;
	margin-bottom:30px;
	padding: 15px 20px 0px;
}

.kd2017_uke p {
	font-size: 13px;
	line-height:1.3!important;
}


/* ---- 概要 ---- */
.kd2017_gai {
	width: 640px;
	border: 1px #CCC solid;
	background-color:#F9F9F9;
	margin-bottom:30px;
	padding: 15px 20px 0px;
}

.kd2017_gai p {
	font-size: 13px;
	line-height:1.3!important;
}

.kd2017_gai dl {
	font-size: 13px;
	line-height:1.3!important;
	margin-bottom:10px;
}

.kd2017_gai dt {
	line-height:1.3!important;
	margin-bottom:5px;
}

.kd2017_gai dd {
	font-size: 13px;
	line-height:1.3!important;
	text-indent:-13px;
	margin-left:13px;
	margin-bottom:0;
}


/* ---- お知らせの更新日 ---- */
.kd2017_date {
	float:right;
	text-align:right;
	line-height:1!important;
	color:#FFF;
	font-size:12px;
	padding-top:4px;
}


/* ------------------------------------
 共同利用2019サイト改修追加分
 -------------------------------------- */
/* -- clearfix -- */
#kyodo_box02 .kyodo_bg2019:after,
#kyodo_box03 .kyodo_bg2019:after,
#kyodo_box04 .kyodo_bg2019:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* -- 画像切替範囲 -- */
#kyodo_box02,
#kyodo_box03,
#kyodo_box04 {
	position:relative;
	margin:0;
	overflow:hidden;
	width:652px;
	height:220px;
}

#kyodo_box02 .kyodo_bg2019,
#kyodo_box03 .kyodo_bg2019,
#kyodo_box04 .kyodo_bg2019 {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	opacity:0;
	max-width:652px;
	height:220px;
}

/* -- 画像切替 -- */
/* -- 2枚バージョン -- */
#kyodo_box02 .kyodo_bg2019 {
	animation:kyodoimg_anime02 14s infinite;   /* 2画像 × 各7s = 14s */
}

/* -- 3枚バージョン -- */
#kyodo_box03 .kyodo_bg2019 {
	animation:kyodoimg_anime03 18s infinite;   /* 3画像 × 各6s = 18s */
}

/* -- 4枚バージョン -- */
#kyodo_box04 .kyodo_bg2019 {
	animation:kyodoimg_anime04 20s infinite;   /* 4画像 × 各5s = 20s */
}


/* -- 画像位置 -- */
#kyodo_box02 .kyodo_bg2019 img,
#kyodo_box03 .kyodo_bg2019 img,
#kyodo_box04 .kyodo_bg2019 img {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}

/* -- 各画像の切替時間 -- */
/* -- 2枚バージョン -- */
#kyodo_box02 .kyodo_src1 {
}

#kyodo_box02 .kyodo_src2 {
	animation-delay:7s;
}

/* -- 3枚バージョン -- */
#kyodo_box03 .kyodo_src1 {
}

#kyodo_box03 .kyodo_src2 {
	animation-delay:6s;
}

#kyodo_box03 .kyodo_src3 {
	animation-delay:12s;
}

/* -- 4枚バージョン -- */
#kyodo_box04 .kyodo_src1 {
}

#kyodo_box04 .kyodo_src2 {
	animation-delay:5s;
}

#kyodo_box04 .kyodo_src3 {
	animation-delay:10s;
}

#kyodo_box04 .kyodo_src4 {
	animation-delay:15s;
}

.kyodoriyoutable>table{
	border-width: 1px 0px 0px 1px;
	table-layout: auto;

}
.kyodoriyoutable>table>tbody>tr>th,.gij-table>table>tbody>tr>th{
	background-color: #f5f5f5;

}

.gij-table>table{
	border-width: 1px 0px 0px 1px;
}

.gij-table-photo>table,.gij-table-photo>table td{
	border: 0px;
}

.gij-table-photo>table td{
	vertical-align: top;
}

.gij-news{
	width:auto;
}

.gij-news>table{
	table-layout: auto;
}
/* -- フェード -- */
/* -- 2枚バージョン -- */
@keyframes kyodoimg_anime02 {
	0% { opacity: 0; }
	15% { opacity: 1; }
	50% { opacity: 1; }
	65% { opacity: 0; }
	100% { opacity: 0; }
}

/* -- 3枚バージョン -- */
@keyframes kyodoimg_anime03 {
	0% { opacity: 0; }
	10% { opacity: 1; }
	33.3% { opacity: 1; }
	43.3% { opacity: 0; }
	100% { opacity: 0; }
}

/* -- 4枚バージョン -- */
@keyframes kyodoimg_anime04 {
	0% { opacity: 0; }
	5% { opacity: 1; }
	25% { opacity: 1; }
	30% { opacity: 0; }
	100% { opacity: 0; }
}

/* -- デザイン白枠 -- */
#kyodo_box02 .kyodobox_string,
#kyodo_box03 .kyodobox_string,
#kyodo_box04 .kyodobox_string {
	position:absolute;
	display:inline-block;
	top:2px;
	left:2px;
	width:648px;
	height:216px;
	z-index:13;
	border:1px solid  rgba(255, 255, 255, 0.6);
}

/* -- デザインフォント -- */
.kyo2019_tx{
	position:absolute;
	top:0;
	left:0;
	padding:40px 20px 20px;
	color:#fff;
	text-shadow:0 0 5px rgba(0, 0, 0, 1);
	z-index:12;
	font-weight:bold!important;
	font-size:1.4em;
}




#menu-item-7 a{
	padding: 0.6em 0.9em;
    font-size: 1.3em;
}

#menu-item-4027 a,#menu-item-4029 a,#menu-item-111 a,#menu-item-3968 a,#menu-item-3969 a{
	padding: 0.6em 0.9em;
}

.breadcrumb ul{
  list-style: none;
  font-size: .8em;
}

.breadcrumb li{
  display: inline;
}
.breadcrumb li a{
  color: inherit;
  text-decoration: none;
}
.breadcrumb li + li:before{
  content: " >";
  margin-right:.3em;
}


.eri_slideshow {
　width: 50%; /* スライドショー幅（PC）*/
　list-style: none;
　position: relative;
}

.eri_slideshow > li {
　opacity: 0;
　position: absolute;
　transition: opacity 3s ease-in-out; /*フェード時間・イージング*/
}

.eri_slideshow > li.showSlide{
　opacity: 1;
}

.eri_slideshow > li > img {
　width : 100%;
　height: auto;
}

.my-calendar-month{
	display: none;
}

.nav-unshown{
		display:none;
}

.menu-people-container ul li a{
	font-size: 0.7em;
}

.wp-block-table{
	font-size: 14px;
}

.kyodoslides{
	width:100%!important;
}


.wp-block-embed-youtube >.wp-block-embed__wrapper{
	position:relative;
	padding-bottom: 56.25%;
	height: 0%;
}

.wp-block-embed iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.gihou-body{
		border:#ddd 1px solid;
		border-radius: 4px;
		padding:10px;
}

.gihou-category{
	background-color: #f5f5f5;
	padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1!important;
}

.gihou-title{
	flex-grow: 1.1!important;
}

.gihou-author{
	flex-grow: 1!important;
	padding-left: 5px;
}

.gihou-id{
	flex-grow: 1!important;
	font-size: 0.9em;
	padding-left: 5px;
}

.gihou-link a{
	box-shadow: 0px 0px 0px 0px currentColor!important;
	text-decoration: underline;
}

.gihou-link a:hover{
	box-shadow: 0px 0px 0px 0px currentColor!important;
	text-decoration: none;
}


/* SP用メディアクエリ */
@media screen and (max-width:767px){
	input,textarea {
	    /*-webkit-appearance: none;
		-moz-appearance: none; 
		appearance: none;
		border-radius: 0;*/
	}

	input[type="search"] {
		-webkit-appearance: none;
		-moz-appearance: none; 
		appearance: none;
	}


	body{
		font-size:14px;
	}

	html{
		font-size:14px;
	}

	.gihou-title{
		font-size:1.1em;
		font-weight: 700;
		padding:10px 0px;
	}

	.gihou-category{
		background-color: #f5f5f5;
		padding: 5px;
	}


	.floating-banner{
		display: none;
	}


	.menu li a{
		font-size:14px;
	}

	.site-inner{
		width:100%;
	}
	.site-branding {
		width:100%;
		justify-content: space-between;
	    padding: 0px 10px;
	    margin-right:0px;
	    margin-left:0px;

	}
	.site-content{
		padding-left: 10px!important;
		padding-right: 10px!important;
	}
	.logo_eri{
		margin-right:15px;
	}
	.logo_eri img{
		width:250px;
	}
	.logo_u_tokyo img{
		width: 120px;
	}
	.search-form{
		display: none;
	}
	.search-field-mob{
	  font-size: 15px;
	  width: 80%;
	  margin-right: 3px;
	  margin-left: 15px;
	  border: 1px solid #ddd;
	  border-radius: 0;
	}
	 
	.search-submit-mob{
	  font-family: FontAwesome;
	  font-size: 1.2em;
	  padding: 0;
	  cursor: pointer;
	  color: #909090;
	  border: none;
	  background: transparent;
	}
	.mob-search{
		display: flex;
		width:100%;
		height:30px;
		justify-content: center;
		align-items: center;
	}

	.header_navi{
		width:85vw;
		margin-left:auto;
		margin-right: auto;
	}
	.header_navi li a{ 
		font-size: 12px;

	}

	.flexslider .slides img {
		height: 300px!important;
		object-fit: cover!important;
	}

	.flexslider .slides .kyodoslides{
	  	height: auto!important;
	}


	.main-navigation{
		display:none;
	}

	#nav-drawer{
		position:relative;
	}

	#nav-open{
		display: inline-block;
		width:30px;
		height: 22px;
		vertical-align: middle;
	}

	#nav-open span, #nav-open span:before, #nav-open span:after{
		position: absolute;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background: #555;
		display: block;
		content:'';
		cursor: pointer;

	}

	#nav-open span:before{
		bottom:-8px;
	}

	#nav-open span:after{
		bottom:-16px;
	}

	#nav-close{
		display: none;
		position: fixed;
		z-index: 99;
		top:0;
		left:0;
		width: 100%;
		height:	100%;
		background:black;
		opacity:0;
		transition:.3s ease-in-out;

	}

	#nav-content{
		overflow: auto;
		position:fixed;
		top:0;
		left:0;
		z-index:9999;
		width:90%;
		max-width: 330px;
		height: 100%;
		background: #fff;
		transition: .3s ease-in-out;
		-webkit-transform:translateX(-105%);
		transform: translateX(-105%);
	}
	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
	  display: block;/*カバーを表示*/
	  opacity: .5;
	}

	#nav-input:checked ~ #nav-content{
		-webkit-transform: translateX(0%);
		transform: translate3d(0%);
		box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}


	.homeslider{
		width:100%;
		

		
	}

	.friend_link {
		display: flex;
		flex-wrap: wrap;
		width:100%;
		margin:20px;
		justify-content: center;

	}

	.friend_link li{
		width:45%;
		margin:0px 5px;
	}

	.footer_info_wrap{
		width:100%;
	}

	.site-info{
		text-align: center;
	}

	.site-title{

	}

	.buttonTable-item{
		width:100%;
		margin-bottom: 30px;
	}

	.footer_menu ul{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.main-navigation ul ul{
		border: 1px solid red;
	}

	.swiper-container{
		display: none;
	}

	.hometab{
		width:100%;
	}

	.news-mob{
		width:100%;
		display: block;		
	}

	.cat-2,.cat-5,.cat-51,.cat-48,.cat-3,.cat-36,.cat-59{
		width:100%;
	}

	.sidebar{
		display: none;

	}

	/*.nav-menu .sub-menu,.nav-menu .children { background: #fff; display: block; padding: 0; position: static; border-top: 1px #eee solid; }
	ul.nav-menu ul a,.nav-menu ul ul a { width: auto; }
	ul.sub-menu > li { margin: 0px; }*/

	.menu li ul {
	  
	  position: static;

	}

	.no-sidebar .content-area, #kyodo_box03,#kyodo_box04,.kd2017_gai{
		width:100%!important;
		height: auto!important;
	}

	.kyo2019_tx{
		font-size: 0.9em;
	}

	input::-webkit-input-placeholder {
	font-size:0.6em;
	}
	input:-moz-placeholder {
	font-size:0.6em;
	}
	input::-moz-placeholder {
	font-size:0.6em;
	}
	input:-ms-input-placeholder {
	font-size:0.6em;
	}

	/*.search-submit:before {
    content: "\f400";
    font-size: 0.6em;
	position: absolute;
    top: 1em;
    right: 0.3em;	}*/


    /*input[type="search"].search-field {
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 16px);
	}

	.search-submit {
    width: 19px;
	}*/

	/*.sub-menu{
		display: block;
	}


	.menu-item-has-children:before {
		font-family: FontAwesome;
		content:"\f105";
		position:absolute;
		right: 0.625em;
		top:0.8125em;
	}

	.main-navigation .menu-item-has-children > a:after{
		content:"\f431";
		position:absolute;
		right: 0.625em;
		top:0.8125em;
	}

	.main-navigation .menu-item-has-children > a{
		margin:0;
		padding-right:2.25em;
	}*/

　.eri_slideshow{
　　width: 100%; /* スライドショー幅（SP）*/
　}
}

/* PC用メディアクエリ */
@media screen and (min-width:767px){
	#nav-drawer{
		display:none;
	}

	.news-mob{
		display: none;
	}

	.search-form-mob{
		display: none;
	}
}

@media screen and (min-width: 1401px) {
    html,body,p{
        font-size: 14px;
    }
    .menu li a{
    	font-size: 14px;
    }
    .hometab{
		width:940px;
	}
	.homeslider{
		width:270px;
	}
	.logo_eri{
		width: 235px;
	}
	.logo_u_tokyo{
		width: 120px;
	}
	.site-branding{
		padding-left: 18vw;
	}

	.header_navi li a{ 
		font-size: 14px;
	}
	.slider-title{
		height:90px;
	}

}
