/*----------------------------------
GENERAL
----------------------------------*/

*{
    margin:0;
    padding:0;
    
}

body{
    text-align:center;
    background:#fff;
    font-family:Meiryo, Trebuchet MS;
}

a{
    overflow:hidden;
outline:none;
}



/*----------------------------------
TEXT-DECORATION
----------------------------------*/
.c{text-align:center;}
.r{text-align:right;}
.fl{float:left; margin:3px;}
.fr{float:right; margin:3px;}
li{font-size:9pt; margin:5px 0;line-height:200%;}
strong{text-decoration:underline;}
.noindent{text-indent:0px !important;}

/*----------------------------------
GENERAL
----------------------------------*/



#wrapper{
    width:830px;
    margin:0 auto;
}

#wrapper-e {
    width: 1000px;
    margin: 0 auto;
}

#header{
margin:10px 0;
    width:830px;
    height:100px;
    background:url(../img/cover-2.jpg) no-repeat ;
}

#header-e {
    margin: 10px 0;
    width: 1000px;
    height: 100px;
    background: url(../img/cover-2.jpg) no-repeat;
}

#header h1{text-indent:-9999px;}
#header h2{text-indent:-9999px;}

#header h1 a{
    display:block;
    width:830px;
    height:100px;
    margin-bottom:0px;
}

/*----------------------------------
TOP MENU
----------------------------------*/



#navi {
    margin:0 auto;
    height:50px;
    text-align:center;
    }

#navi ul{
    list-style:none;
    margin:0 auto;
    display:block;
}

#navi ul li{
    float:left;
    padding:3px;
    font-size:9pt;
    margin:3px;
    text-decoration:none;
}

#navi ul li a{
    text-decoration:none;
    border-bottom:1px solid #eee;
    color:#009;
}

#navi li a:hover{
    border-bottom:1px solid #900;
    
}

#oneword{
	clear:left;
	background:#567;
	text-align:left;
	color:white;
	padding:0.4em 1em;
	font-size:80%;
}

#oneword a{
	color:white;
}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}


/*----------------------------------
MAIN
----------------------------------*/


#main{
    text-align:left;
    margin:0 auto;
    margin-left:0px;
}

#main h1{
    border-bottom:1px dotted #839df9;
    font-size:12pt;
    color:#839df9;
    letter-spacing:0.5em;
}

#main h2{
    padding-left:5px;
    margin:15px 0 5px;
    font-size:11pt;
    
    border-left:5px solid #123;
    border-bottom:1px solid #123;
}

#main h3{
    margin:10px 3px 0px;
    padding:3px 5px;
    border-left:5px solid #789;
}

#main p{
    margin:0 15px 10px 5px;
    color:#333;
    font-size:9pt;
    line-height:180%;
    padding-left:15px;
    text-indent:1em;
    
    font-weight:normal;
}

#main a{
    text-decoration:none;
    color:#006;
    border-bottom:1px dotted #006;
}

#main a:hover{
    text-decoration:none;
    color:#006;
    border-bottom:1px dotted #006;
    background:#ccf;
}

#main ul{
	margin-left:20px;
}

#sidebar{
    width:200px;
    float:left;
    
}

#main .main-map-en {
    text-align: center;
}

.news-twitter-container-e {
    width: 1000px;
    display: flex;
    justify-content: space-between;
}

.news-container-e {
    width: 620px;
    display: flex;
    /*  background-color: red;*/
}

.other-container-e h2 {
    width: 100%;
}

.news-e {
    width: 620px;
    display: flex;
    flex-direction: column;
}

.news-e h2 {
    width: 610px;
}

.news-e-flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-e-box {
    display: flex;
    flex-direction: row;
    width: 290px;
    padding: 10px;
    /*  background-color: cyan;*/
    color: black;
    font-size: 13px;
    font-weight: 400;
}

.news-e-photo-box {
    width: 100px;
    height: 150px;
    margin-right: 10px;
    background-color: #eee;
}

.news-e-date-title-box {
    display: flex;
    flex-direction: column;
    width: 180px;
}

.news-e-title {
    font-weight: 600;
    margin-bottom: 5px;
}

.news-e-abstract {
    width: 100%;
    text-align: justify;
}

.more-info-e {
    display: flex;
    flex-direction: row-reverse;

}

.more-info-link-e {
    width: 150px;
    text-align: center;
    border: 1px solid black;
    padding: 3px;
    font-size: 13px;
    /*  background-color: #eee;*/
}

.twitter-container {
    width: 360px;
    /*  height: 400px;*/
    /*  background-color: green;*/
}

.seminar-interview-update-container-e {
    width: 1000px;
    display: flex;
    justify-content: space-between;
}

.seminar-interview-container-e {
    width: 620px;
    display: flex;
    justify-content: space-between;
}

.seminar-container-e {
    width: 310px;
    display: flex;
    flex-direction: column;
    /*  background-color: antiquewhite;*/
}

.seminar-container-e h2,
.interview-container-e h2 {
    width: 290px;
}

.interview-container-e {
    width: 310px;
    display: flex;
    flex-direction: column;
    /*  background-color: bisque;*/
}

.update-container-e {
    width: 360px;
    display: flex;
    flex-direction: column;
}

.access-links-container-e {
    width: 1000px;
    display: flex;
    justify-content: space-between;
}

.access-e {
    width: 620px;
}

.links-e {
    width: 360px;
}


/*----------------------------------
SIDE
----------------------------------*/




#left{
	float:left;
	width:200px;
	padding:5px;
}

#right{
	float:left;
	width:580px;
	padding:5px;
}




.box{
	width:100%;
	clear:left;
	padding-bottom:20px;
}

div.box_left{
	float:left;
	width:230px;
	padding:5px;
}

div.box_right{
	float:left;
	width:550px;
	padding:5px;
}



p.totop{
	text-align:right;
	font-size:80%;
}



/*----------------------------------
SIDE MENU
----------------------------------*/

ul.side{
	list-style:none;
	margin:0 !important;
}

ul.side li{
	border-left:5px solid #789;
	font-size:80%;
}

ul.side li a{
	border:none !important;
	display:block;
	padding:3px 3px 3px 6px;
}

ul.side li a:hover{
	background:#abc !important;
}

/*----------------------------------
Paper-E
----------------------------------*/
#main.paper-e {
    display: flex;
    flex-direction: row;
    padding-top: 5px;
}

#main.paper-e #paper-kind {
    display: flex;
    flex-direction: column;
    width: 30%;
}

#main.paper-e #papers {
    display: flex;
    flex-direction: column;
    width: 70%;
}

/* #main.paper-e .paper-year-e {
  display: flex;
  flex-direction: column;
  align-items: center;  
} */

#main #papers h2 {
    padding-left: 5px;
    margin: 15px 0 5px;
    font-size: 15pt;

    border-left: 5px solid #789;
}

#main #papers h3 {
    margin: 10px 3px 0px;
    padding: 3px 5px;
    font-size: 11pt;

    border-left: 5px solid #123;
    border-bottom: 1px solid #123;
}

#main.paper-e #papers .paper-e-box {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: 13px;
    margin: 5px 5px 10px;
}


#main.paper-e #papers .paper-e-photo-box {
    width: 100px;
    height: 150px;
    margin-right: 10px;
    background-color: #eee;
    overflow: hidden;
    object-fit: cover;
}

#main.paper-e #papers .paper-e-photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main.paper-e #papers .paper-e-photo-box.no-photo {
    height: 60px;
    display: flex;
    align-content: center;
    justify-content: center;
}

#main.paper-e #papers .paper-e-title-abstarct-box {
    display: flex;
    flex-direction: column;
    width: calc(100% - 120px);
}

#main.paper-e #papers .paper-e-title {
    /*  font-weight: 600;*/
    text-align: justify;
    margin-bottom: 5px;
}

#main.paper-e #papers .paper-e-abstract {
    /*  width: 100%;*/
    text-align: justify;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.65);
    transition: color 0.1s;
}

#main.paper-e #papers .paper-e-box:hover .paper-e-abstract,
#main.paper-e #papers .paper-in-e-box:hover .paper-e-abstract {
    color: #000;
}

#main.paper-e #papers .paper-in-e-box {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

#main.paper-e #papers .paper-in-e-author-title-photo-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #333;
    padding-top: 5px;
    padding-bottom: 5px;
}

#main.paper-e #papers .paper-in-e-author-title-box {
    flex-shrink: 2;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}

#main.paper-e #papers .paper-in-e-author-box {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

#main.paper-e #papers .paper-in-e-author-box {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

#main.paper-e #papers .paper-in-e-title-box {
    padding-top: 5px;
}


#main.paper-e #papers .paper-e-photo-box {
    flex-shrink: 0;
    width: 100px;
    height: 150px;
    margin-right: 10px;
    background-color: #eee;
}

#main.paper-e #papers .paper-e-photo-box.no-photo {
    height: 60px;
    display: flex;
    align-content: center;
    justify-content: center;
}

#main.paper-e #papers .paper-e-title-abstarct-box {
    display: flex;
    flex-direction: column;
    width: calc(100% - 120px);
}

#main.paper-e #papers .paper-e-title {
    /*  font-weight: 600;*/
    text-align: justify;
    margin-bottom: 5px;
}

/*----------------------------------
Seminar-Event-E
----------------------------------*/
#main.seminar-event-e {
    display: flex;
    flex-direction: row;
    padding-top: 5px;
}

#main.seminar-event-e #seminar-event-years {
    display: flex;
    flex-direction: column;
    width: 30%;
}

#main.seminar-event-e #seminar-events {
    display: flex;
    flex-direction: column;
    width: 70%;
}

/* #main.seminar-event-e .seminar-event-year-e {
  display: flex;
  flex-direction: column;
  align-items: center;  
} */

#main #seminar-events h2 {
    padding-left: 5px;
    margin: 15px 0 5px;
    font-size: 15pt;

    border-left: 5px solid #123;
}

#main #seminar-events h3 {
    margin: 10px 3px 0px;
    padding: 3px 5px;
    font-size: 11pt;

    border-left: 5px solid #789;
}

#main.seminar-event-e #seminar-events .seminar-event-e-box {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: 13px;
    margin: 5px 5px 10px;
}


#main.seminar-event-e #seminar-events .seminar-event-e-photo-box {
    width: 100px;
    height: 150px;
    margin-right: 10px;
    background-color: #eee;
}

#main.seminar-event-e #seminar-events .seminar-event-e-photo-box.no-photo {
    height: 60px;
    display: flex;
    align-content: center;
    justify-content: center;
}

#main.seminar-event-e #seminar-events .seminar-event-e-title-abstarct-box {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
}

#main.seminar-event-e #seminar-events .seminar-event-e-title {
    /*  font-weight: 600;*/
    text-align: justify;
    margin-bottom: 5px;
}

#main.seminar-event-e #seminar-events .seminar-event-e-abstract {
    /*  width: 100%;*/
    margin-top: 15px;
    text-align: justify;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.65);
    transition: color 0.1s;
}

#main.seminar-event-e #seminar-events .seminar-event-e-box:hover .seminar-event-e-abstract,
#main.seminar-event-e #seminar-events .seminar-event-in-e-box:hover .seminar-event-e-abstract {
    color: #000;
}

#main.seminar-event-e #seminar-events .seminar-event-in-e-box {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

#main.seminar-event-e #seminar-events .seminar-event-in-e-author-title-photo-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #333;
    padding-top: 5px;
    padding-bottom: 5px;
}

#main.seminar-event-e #seminar-events .seminar-event-in-e-author-title-box {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}

#main.seminar-event-e #seminar-events .seminar-event-in-e-author-box {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

#main.seminar-event-e #seminar-events .seminar-event-in-e-author-box {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

#main.seminar-event-e #seminar-events .seminar-event-in-e-title-box {
    padding-top: 5px;
}


#main.seminar-event-e #seminar-events .seminar-event-e-photo-box {
    width: 100px;
    height: 150px;
    margin-right: 10px;
    background-color: #eee;
}

#main.seminar-event-e #seminar-events .seminar-event-e-photo-box.no-photo {
    height: 60px;
    display: flex;
    align-content: center;
    justify-content: center;
}

#main.seminar-event-e #seminar-events .seminar-event-e-title-abstarct-box {
    display: flex;
    flex-direction: column;
    width: calc(100% - 120px);
}

#main.seminar-event-e #seminar-events .seminar-event-e-title {
    /*  font-weight: 600;*/
    text-align: justify;
    margin-bottom: 5px;
}


/*----------------------------------
MEMBER
----------------------------------*/
table.t {
    border-collapse:collapse;
    width:90%;
    border-top:1px solid #333;
    background:#fcfcfc;
    font-weight:normal;
    border-bottom:1px solid #333;
    margin:0 auto;
}


.t tr{
    border-bottom:1px solid #ccc;
}

.t td , .t th {
    padding:5px;
    text-align:left;
    font-size:9pt;
    vertical-align:top;

}

.t th{
    width:10em;
}


/*----------------------------------
MEMBER
----------------------------------*/
table.t {
    border-collapse: collapse;
    width: 90%;
    border-top: 1px solid #333;
    background: #fcfcfc;
    font-weight: normal;
    border-bottom: 1px solid #333;
    margin: 0 auto;
}


.t tr {
    border-bottom: 1px solid #ccc;
}

.t td,
.t th {
    padding: 5px;
    text-align: left;
    font-size: 9pt;
    vertical-align: top;

}

.t th {
    width: 10em;
}


/*----------------------------------
MEMBER
----------------------------------*/
table.t {
    border-collapse: collapse;
    width: 90%;
    border-top: 1px solid #333;
    background: #fcfcfc;
    font-weight: normal;
    border-bottom: 1px solid #333;
    margin: 0 auto;
}


.t tr {
    border-bottom: 1px solid #ccc;
}

.t td,
.t th {
    padding: 5px;
    text-align: left;
    font-size: 9pt;
    vertical-align: top;
}

.t th {
    width: 10em;
}


/*----------------------------------
MEMBER
----------------------------------*/

table.papers{
	border-collapse:collapse;
	width:100%;
	font-size:80%;
	margin:10px 0;
}

table.papers tr{
	border-bottom:1px solid #456;
}

table.papers td{
	padding:3px ;
}


/*----------------------------------
form table
----------------------------------*/

table.form{
	border-collapse:collapse;
	font-size:80%;
	margin:10px 0;
	
}

table.form tr{
	border-bottom:1px dotted #456;
}

table.form td{
	padding:3px ;
}





/*----------------------------------
MEMBER
----------------------------------*/

#footer{

clear:left;
    color:white;
    height:50px;
    padding-top:25px;
    background-color: #456;
    width:810px;
    margin:3px auto 0;
    font-size:9pt;
    text-align:left;
    padding:5px 10px;
}

#footer.footer-e {
    width: 980px;
}

#footer a{
	color:white;
}
