@charset "UTF-8";

/* -------------------------------------------------

	CSS document
	(c) 2018 Yoko MORI 

---------------------------------------------------- */

@import url("./styles.css");

/* -- reset ------------ */


body{
/*	font: 110%/1 'Noto Sans Japanese',sans-serif;*/
	font: 18px/140% 'Noto Sans Japanese',sans-serif;
	font-weight:300;
	background: #d2e9f9;
	background: -webkit-linear-gradient(left, #d2e9f9, #ebf5fe, #d2e9f9);
	background: -o-linear-gradient(left, #d2e9f9, #ebf5fe, #d2e9f9);
	background: linear-gradient(to right, #d2e9f9, #ebf5fe, #d2e9f9);
}


/* ---------------------- */


/* -- header, nav ------------ */
.site-header {
	padding: 1.3em 0 0 0;
}

a.logo h1 {
	padding: 0 0.8em 0 0;
}

a.logo span {
	font-size: 80%;
	line-height: 120%;
	font-weight:500;
}

a.logo h1 span {
	font-weight: normal;
}

nav {
	border-bottom: solid 2px #276da3;
	background: -webkit-linear-gradient(top, #fff, #ebf5fe);
	background: -o-linear-gradient(top, #fff, #ebf5fe);
	background: linear-gradient(to bottom, #fff, #ebf5fe);
}

nav ul li a {
	color: #000;
	border-right: solid 1px #d2e9f9;
}

nav ul li.career a{
	border-left: solid 1px #d2e9f9;
}

nav ul li:hover a,
body.career nav ul li.career a,
body.honors nav ul li.honors a,
body.publications nav ul li.publications a, 
body.newPublications nav ul li.newPublications a {
	color: #fff;
	background-color: #276da3;
	background: -webkit-linear-gradient(top, #7b90ca, #276da3);
	background: -o-linear-gradient(top, #7b90ca, #276da3);
	background: linear-gradient(to bottom, #7b90ca, #276da3);
	text-shadow:0px 1px 2px #7b90ca;
}

nav ul li:hover a,
body.career nav ul li.career a,
body.honors nav ul li.honors a,
body.publications nav ul li.publications a,
body.newPublications nav ul li.newPublications a {
	color:#276da3;
	color: #fff;
}



/* ---------------------- */


/* -- section ------------ */

h2 {
	padding: 0 0 0.3em 0;
	border-bottom: solid 3px #276da3;
}

#Career h2 {
	padding: 0;
	font-weight: normal;
	border-bottom: none;
}

#Honors h3 {
	margin:0em auto 1em auto;
}

section .container ol li{
	padding: 0 0 0 -2em;
	margin: 0 0 0 2em;
	list-style-type: upper-roman;
	list-style-position: outside;
}



section .container p {
	-ms-flex: 0 1 auto;/* IE10対策 */
}

section .imgPortrait {
	margin-top: 1em;
	padding-left: 2em;
}


section .imgPortrait p {
	font-size: 85%;
	padding: 0;
	margin: 0.5em 0;
}


section .imgPortrait span {	
	display: block;
	font-size: 70%;
	line-height: 140%;
}

section .imgPortrait span br {display: none;}

section ul.list li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 1em 1em;	
}


section dl {
	width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	text-align: left;
}

section dl dt {
	width: 6em;
/*	margin-right:-6em;
	float: left;*/
	margin: 0 0 1em 0;
}

section dl.dt8em dt {
	width: 8em;
/*	margin-right:-8em;
	float: left;*/
	margin: 0 0 1em 0;
}

section dl dd {
	width: calc(100% - 6em);
	margin: 0 0 1em 0;
}

section dl.dt8em dd {
	width: calc(100% - 8em);
}


section dl dl.nest dt,
section dl dl.nest dd {
    font-size: 90%;
    margin-bottom: 0.5em;
}


section div.proverbs,
section div.books {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto 2em auto;
}

section div.proverbs dl,
section div.books dl {
	width: 30%;
}

section div.proverbs dl dt,
section div.proverbs dl dd,
section div.proverbs dl dt img,
section div.books dl dt,
section div.books dl dd,
section div.books dl dt img {
	width: 100%;
	vertical-align: top;
}

section div.proverbs dl dd,
section div.books dl dd {
	margin: 0 0 2em 0;
}

section div.proverbs{
	font-size: 70%;
	line-height: 140%;
	margin:60px auto;
	background-color: #fff;
	padding: 2em;	
}


section div.proverbs h4 {
	display: block;
	width: 100%;
	text-align: left;
	margin: 0 0 1em 0;
	font-size: 140%;
	font-weight: normal;
}

section div.proverbs ul {
	width: 100%;
	text-align: left;
	border-top:solid 1px #ccc;
	padding: 1em 0 0 0 ;
}

section div.proverbs ul li {
	margin: 0;
}


section ul.pageJump li:before {
    top:25%;
}

section ul.pageJump li:after {
    top:45%;
}

section div.books span {
	font-size: 70%;
	line-height: 140%;
	margin:0 auto 20px auto;
}

section dl.flexDL div.smoller dt,
section dl.flexDL div.smoller dd {
    font-size: 80%;
	margin: 0 0 .3em 0;
}

/* ---------------------- */


/* -- footer ------------ */
.pagetop{
	background-color: #8d3f44;
	background-color: #3f6b8b;
}
