@charset "utf-8";



/********** Common **********/



/*===Basic===*/

* {
  font-family: 'Arial', 'Helvetica', sans-serif;
  -webkit-text-size-adjust: none;
}

::-moz-selection { background: #DEECBF; color: #666666; text-shadow: none;}
::selection { background: #DEECBF; color: #666666; text-shadow: none;}

p {
  margin: 20px 0;
}
html, body {
  height: 100%;
}
body {
  background-color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-style: normal;
}
a {
  text-decoration: underline;
  color: #207ACC;
  background: none;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  color: #BBBBBB;
  transition: all 0.3s;
}
a img {
  border: none;
  transition: opacity 0.5s;
}
a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: opacity 0.5s;
}
img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
strong, em {
  font-style: normal;
  font-weight: bold;
}
hr {
  border: none;
  height: 1px;
  background-color: #30AA22;
  margin: 20px 0;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}



/*===Layout===*/

#container {
  clear: both;
  width: 100%;
  min-width: 1024px;
  text-align: center;
  margin: 0 auto;
  background-color: #FFFFFF;
  min-height: 100%;
  height: auto !important;
  position: relative;
  height: 100%;
  overflow: hidden;
  border-top: 3px solid #30AA22;
}
main {
  clear: both;
  width: 980px;
  text-align: left;
  margin: 30px auto;
  padding: 0;
  display: table;
}
#sidebar {
  display: table-cell;
  width: 270px;
  vertical-align: top;
  text-align: left;
}
#content {
  display: table-cell;
  width: 690px;
  vertical-align: top;
  text-align: left;
  padding: 0 0 0 20px;
}



/*===MainImage===*/

#main-image {
  clear: both;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 260px;
  border-bottom: 3px double #30AA22;
  background-image: url('../images/main-image-bg.png');
  background-repeat: repeat-x;
  background-position: center top;
  background-color: #FFFFFF;
}
#main-image img {
  position: relative;
  z-index: 9999;
}
#main-image video {
  position: absolute;
  top: 200px;
  margin-left: -370px;
  z-index: 8888;
}



/*===Header===*/

header {
  clear: both;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border-bottom: 3px double #30AA22;
}
header #header {
  clear: both;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  width: 980px;
  height: 100px;
  display: table;
}
header h1 {
  display: table-cell;
  margin: 25px 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 120%;
  width: 740px;
}
header h1 img {
  float: left;
  margin-right: 10px;
  margin-top: 8px;
}
header h1 small {
  font-size: 14px;
  font-weight: normal;
}
header #function {
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: right;
  vertical-align: middle;
}
header #function #search-form {
  margin: 0 0 10px 0;
  padding: 0;
}
header #function #search-form #search-words {
  background-color: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #DFDFD0;
  color: #333333;
  width: 140px;
  font-size: 11px;
  height: 19px;
}
header #function #search-form input[type="text"] {
  border: 1px solid #DFDFD0 !important;
}
header #function #search-form input[type="text"]:focus {
  outline: 0;
}
header #function #search-form #search-button {
  border: 1px solid #DFDFD0;
  border-radius: 2px;
  color: #333333;
  background-color: #FFFFFF;
  font-size: 11px;
  padding: 4px 10px 4px 22px;
  cursor: pointer;
  background-image: url('../images/search-icon-off.png');
  background-repeat: no-repeat;
  background-position: 6px 4px;
  transition: all 0.3s;
  height: 25px;
  position: relative;
}
header #function #search-form #search-button:hover {
  color: #BBBBBB;
  background-image: url('../images/search-icon-on.png');
  background-repeat: no-repeat;
  background-position: 6px 4px;
  transition: all 0.3s;
}
header #function #language {
  font-size: 12px;
}
header #function #language a {
  font-size: 10px;
  font-weight: bold;
  padding: 3px 20px 5px 20px;
  margin: 0 0 0 4px;
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #DFDFD0;
  border-radius: 2px;
  background-color: #30AA22;
  box-shadow: 0 0 0 2px #FFFFFF inset;
  background-clip: padding-box;
}
header #function #language a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #DFDFD0;
  border-radius: 2px;
  border: 1px solid #DFDFD0;
  box-shadow: 0 0 0 2px #FFFFFF inset;
}



/*===Footer===*/

footer {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  border-top: 3px double #30AA22;
}
footer #credit {
  width: 980px;
  text-align: left;
  margin: 0 auto;
  padding: 15px 0 10px 0;
  position: relative;
  display: table;
}
footer #credit #author {
  font-size: 12px;
  line-height: 140%;
}
footer #credit #author em {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.1em;
}
footer #credit #copyright {
  clear: both;
  margin: 10px 0 0 0;
  text-align: left;
  font-size: 12px;
}
footer #credit #pagetop {
  position: absolute;
  bottom: 130px;
  right: 0;
}
footer #credit #pagetop a {
  font-size: 12px;
  color: #333333;
}
footer #credit #pagetop a:hover {
  color: #BBBBBB;
}
footer #credit #pagetop:after {
  content: url('../images/icon01.png');
  float: right;
  margin: 3px 0 0 5px;
}



/*===Sidebar===*/

#sidebar nav {
  clear: both;
  width: 100%;
  margin: 0;
}
#sidebar nav ul {
  padding: 0;
  margin: 0;
}
#sidebar nav ul li {
  text-align: left;
  margin: 0 0 1px 0;
  background-color: #C5DCFE;
}
#sidebar nav ul li a {
  font-size: 14px;
  color: #333333;
  display: block;
  text-decoration: none;
  border: 1px solid #DFDFD0;
  box-shadow: 0 0 0 2px #FFFFFF inset;
  padding: 10px 10px 10px 20px;
}
#sidebar nav ul li a:after {
  content: url('../images/icon05.png');
  float: right;
  margin: 2px 0 0 0;
}
#sidebar nav ul li a:hover {
  color: #FFFFFF;
  background-color: #207ACC;
}
#sidebar nav ul li a:hover:after {
  content: url('../images/icon04.png');
  float: right;
  margin: 2px 0 0 0;
}
#sidebar nav ul li .current {
  color: #FFFFFF;
  background-color: #30AA22;
}
#sidebar nav ul li .current:after {
  content: url('../images/icon04.png');
  float: right;
  margin: 2px 0 0 0;
}
#sidebar nav ul .dropdown {
  text-align: left;
  margin: 0 0 1px 0;
  background-color: #C5DCFE;
  font-size: 14px;
  color: #333333;
  display: block;
  text-decoration: none;
  border: 1px solid #DFDFD0;
  box-shadow: 0 0 0 2px #FFFFFF inset;
  padding: 10px 10px 10px 20px;
}
#sidebar nav ul .dropdown:after {
  content: none;
}
#sidebar nav ul li ul {
  padding: 0;
  margin: 8px 10px 8px 0;
}
#sidebar nav ul li ul li {
  text-align: left;
  margin: 0 0 1px 0;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  background-image: none;
}
#sidebar nav ul li ul li a {
  font-size: 14px;
  color: #333333;
  display: block;
  text-decoration: none;
  padding: 10px;
  box-shadow: none;
  border: none;
  box-shadow: 0 0 0 1px #DFDFD0 inset;
}

#sidebar aside {
  margin: 30px auto;
}
#sidebar aside ul li img {
  border: 1px solid #DFDFD0;
  border-radius: 2px;
  margin: 0 0 20px 0;
}



/********** Contents **********/



/*===Basic===*/

article {
  clear: both;
  margin: 0 auto 30px auto;
  padding: 0;
  text-align: left;
  position: relative;
}
article h2 {
  clear: both;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  margin: 0 auto 20px auto;
  padding: 10px 15px;
  border-top: 2px solid #30AA22;
  background-color: #DEECBF;
  color: #30AA22;
  letter-spacing: 0.1em;
}
article h3 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  color: #207ACC;
  line-height: 160%;
  text-align: center;
  margin: 40px 0 20px 0;
}
article h4 {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  margin: 30px auto 10px auto;
  padding: 5px 0;
  border-bottom: 1px dotted #30AA22;
}
article p {
  line-height: 160%;
}
article .links a {
  position: absolute;
  top: 7px;
  right: 5px;
  font-size: 11px;
  padding: 4px 16px 3px 22px;
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #6CA21C;
  border-radius: 2px;
  background-color: #30AA22;
  box-shadow: 0 0 0 2px #FFFFFF inset;
  background-clip: padding-box;
  background-image: url('../images/icon03.png');
  background-repeat: no-repeat;
  background-position: 8px 6px;
  word-wrap: break;
}
article .links a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #DFDFD0;
  border-radius: 2px;
  border: 1px solid #DFDFD0;
  box-shadow: 0 0 0 2px #FFFFFF inset;
}
article ul {
  margin: 0;
  padding: 0;
}
article ul li {
  margin: 20px 0;
  padding: 20px;
  background-color: #F1F8E4;
  border: 1px solid #F1F8E4;
  box-shadow: 0 0 0 2px #FFFFFF inset;
}
article ul li ul {
  margin: 0;
  padding: 0;
}
article ul li ul li {
  box-shadow: none;
  margin: 20px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px dotted #BBBBBB;
}
article ul li dl {
  margin: 0;
  padding: 0;
}
article ul li dl dt {
  margin: 0;
  padding: 0;
}
article ul li dl dd {
  margin: 10px 0 20px 0;
  padding: 0;
  border-bottom: 1px dotted #BBBBBB;
}



/*===Home===*/

.home article h3 {
  color: #30AA22;
  margin: 0 auto;
  padding: 10px 0;
  text-align: left;
  line-height: 120%;
}
.home article figure {
  float: left;
  margin: 0 20px 20px 0;
  padding: 0;
}
.home article figure img {
  border: 1px solid #DFDFD0;
  border-radius: 2px;
}
.home article p {
  line-height: 160%;
  text-indent: 14px;
  margin: 0;
}
.home article dl {
  clear: both;
  border-bottom: 1px dotted #BBBBBB;
  margin: 20px auto;
  padding: 0 0 20px 0;
}
.home article dl dt {
  font-size: 12px;
  margin: 0;
  float: left;
}
.home article dl dt:before {
  content: url('../images/icon02.png');
  float: left;
  margin: 3px 0 0 0;
}
.home article dl dd {
  margin: 0 0 0 100px;
}
.home article .external-links:after {
  content: url('../images/icon06.png');
  position: relative;
  top: 3px;
  left: 4px;
}



/*===Message from the representative===*/

.page-id-1 article p {
  text-indent: 14px;
  margin: 0;
}
.page-id-1 article .profile {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #30AA22;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;  
}
.page-id-1 article .profile div {
  display: table-cell;
  vertical-align: middle;
}
.page-id-1 article .profile img {
  margin: 0 20px 0 0;
  border-radius: 2px;
}
.page-id-1 article .profile ruby {
  font-size: 16px;
  font-weight: bold;
  line-height: 200%;
}
.page-id-1 article .profile cite {
  font-style: normal;
  font-weight: bold;
}
.page-id-1 article .profile address {
  font-style: normal;
  text-align: left;
  margin: 20px 0 0 0;
}



/*===Organization/Member===*/

.page-id-2 article table {
  width: 100%;
  text-align: center;
  margin: 30px auto;
  padding: 0;
  background-color: #FFFFFF;
  border-collapse: collapse;
}
.page-id-2 article table caption {
  text-align: left;
  font-weight: normal;
  color: #0D4815;
}
.page-id-2 article table caption:before {
  content: url('../images/icon02.png');
  position: relative;
  top: 2px;
}
.page-id-2 article table th {
  text-align: center;
  margin: 0 auto;
  font-weight: normal;
  background-color: #30AA22;
  color: #FFFFFF;
  padding: 5px 10px;
  border: 1px solid #FFFFFF;
  font-size: 12px;
}
.page-id-2 article table tr:nth-child(even) {
  background-color: #FFFFFF;
}
.page-id-2 article table tr:nth-child(odd) {
  background-color: #EDF4DD;
}
.page-id-2 article table td {
  padding: 5px 10px;
  text-align: left;
  line-height: 160%;
  font-size: 12px;
}
.page-id-2 article table td img {
  border-radius: 2px;
}
.page-id-2 article figure {
  margin: 0 auto;
  text-align: center;
}
.page-id-2 article .member01 td:nth-child(1),
.page-id-2 article .member02 td:nth-child(1) {
  width: 240px;
  border-right: 1px solid #FFFFFF;
}
.page-id-2 article .member01 td:nth-child(2),
.page-id-2 article .member02 td:nth-child(2) {
  width: 160px;
  text-align: center;
  white-space: nowrap;
}
.page-id-2 article .member01 td:nth-child(3),
.page-id-2 article .member02 td:nth-child(3) {
  width: 70px;
  text-align: center;
}
.page-id-2 article .member01 td:nth-child(4),
.page-id-2 article .member02 td:nth-child(4) {
  text-align: center;
  border-left: 1px solid #FFFFFF;
}
.page-id-2 article .member03 td:nth-child(1) {
  text-align: right;
}
.page-id-2 article .member03 td:nth-child(2) {
  text-align: left;
}
.page-id-2 article .member04 td:nth-child(1) {
  text-align: center;
}
.page-id-2 article .member03 td:nth-child(3),
.page-id-2 article .member04 td:nth-child(2) {
  text-align: center;
  width: 320px;
  border-right: 1px solid #FFFFFF;
}



/*===Planned Research Group===*/

.page-id-3 article h3 {
  clear: both;
  color: #30AA22;
  background-color: #DEECBF;
  border: 1px solid #30AA22;
  border-radius: 2px;
  box-shadow: 0 0 0 2px #FFFFFF inset;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
}
.page-id-3 article h3:hover {
  color: #207ACC;
}
.page-id-3 article p {
  text-indent: 14px;
  margin: 0;
}
.page-id-3 article ul li p {
  margin: 10px 0;
}
.page-id-3 article ul li,
.page-id-3 article ul li ul li:nth-child(2) {
  display: block;
}
.page-id-3 article ul li:nth-child(2) {
  display: inline-block;
  margin: 0;
}
.page-id-3 article strong {
  font-size: 15px;
}
.page-id-3 article strong:before {
  content: url('../images/icon05.png');
  position: relative;
  top: 2px;
}
.page-id-3 article .photo {
  float: left;
  margin: 10px 10px 10px 0;
}
.page-id-3 article .photo img {
  border-radius: 2px;
  border: 3px double #DFDFD0;
  height: auto;
}
.page-id-3 article .external-links:after {
  content: url('../images/icon06.png');
  position: relative;
  top: 3px;
  left: 4px;
}
.page-id-3 article table {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  background-color: #FFFFFF;
  border-collapse: collapse;
}
.page-id-3 article table th {
  text-align: left;
  margin: 0 auto;
  font-weight: normal;
  padding: 5px 10px;
  border-bottom: 1px dotted #BBBBBB;
  white-space: nowrap;
  width: 100px;
  background-color: #F1F8E4;
  vertical-align: top;
}
.page-id-3 article table td {
  padding: 5px 10px;
  text-align: left;
  line-height: 160%;
  border-bottom: 1px dotted #BBBBBB;
  background-color: #F1F8E4;
  vertical-align: top;
}



/*===Public Research Group===September 16, 2016*/
/*.page-id-4*/


.research_content td {
	padding: 20px 0 0 0;
  line-height: 160%;
}

.research_content td:first-child {
	width: 140px;
	position: relative;
}

.research_content td figure {
	position: absolute;
	width: 140px;
	top: 10px;
}

.research_content td figure img {
	margin: auto;
}

.research_content td figure figcaption {
	position: absolute;
  font-size: 12px;
	left: -40px;
	text-align: center;
	width: 140px;
}

/*===International Conference===*/

.page-id-5 article p {
  text-indent: 14px;
  margin: 0;
  clear: both;
}

/*===Research Results あとで削除===*/

.page-id-6 article h3 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 3px double #30AA22;
  padding: 0 0 4px 0;
  margin: 20px 0 0 0;
}
.page-id-6 article h4 {
  clear: both;
  font-size: 16px;
  color: #30AA22;
  text-align: center;
  font-weight: bold;
  background-color: #DEECBF;
  border: 1px solid #30AA22;
  border-radius: 2px;
  box-shadow: 0 0 0 2px #FFFFFF inset;
  padding: 10px;
  cursor: pointer;
}
.page-id-6 article h4:hover {
  color: #207ACC;
}
.page-id-6 article p {
  text-indent: 14px;
}
.page-id-6 article dl {
  clear: both;
  margin: 0 auto;
  padding: 0;
}
.page-id-6 article dl dt {
  margin: 20px 0 10px 0;
  font-weight: bold;
  border-bottom: 1px dotted #BBBBBB;
}
.page-id-6 article dl dd {
  margin: 10px 0;
  border: none;
}
.page-id-6 article .external-links:after {
  content: url('../images/icon06.png');
  position: relative;
  top: 3px;
  left: 4px;
}
.page-id-6 article .solidline {
  background-image: url('../images/solidline.png');
  background-repeat: repeat-x;
  background-position: left bottom;
}
.page-id-6 article .dotline {
  background-image: url('../images/dotline.png');
  background-repeat: repeat-x;
  background-position: left bottom;
}
.page-id-6 article .dashline {
  background-image: url('../images/dashline.png');
  background-repeat: repeat-x;
  background-position: left bottom;
}

/*===Research Results - Research Planning Group===*/

.page-id-6_1 article h3 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 3px double #30AA22;
  padding: 0 0 4px 0;
  margin: 20px 0 0 0;
}
.page-id-6_1 article h4 {
  clear: both;
  font-size: 16px;
  color: #30AA22;
  text-align: center;
  font-weight: bold;
  background-color: #DEECBF;
  border: 1px solid #30AA22;
  border-radius: 2px;
  box-shadow: 0 0 0 2px #FFFFFF inset;
  padding: 10px;
  cursor: pointer;
}
.page-id-6_1 article h4:hover {
  color: #207ACC;
}
.page-id-6_1 article p {
  text-indent: 14px;
}
.page-id-6_1 article dl {
  clear: both;
  margin: 0 auto;
  padding: 0;
}
.page-id-6_1 article dl dt {
  margin: 20px 0 10px 0;
  font-weight: bold;
  border-bottom: 1px dotted #BBBBBB;
}
.page-id-6_1 article dl dd {
  margin: 10px 0;
  border: none;
}
.page-id-6_1 article .external-links:after {
  content: url('../images/icon06.png');
  position: relative;
  top: 3px;
  left: 4px;
	margin: 0 5px 0 0; /*2018.8.3追加*/
}
.page-id-6_1 article .solidline {
  background-image: url('../images/solidline.png');
  background-repeat: repeat-x;
  background-position: left bottom;
}
.page-id-6_1 article .dotline {
  background-image: url('../images/dotline.png');
  background-repeat: repeat-x;
  background-position: left bottom;
}
.page-id-6_1 article .dashline {
  background-image: url('../images/dashline.png');
  background-repeat: repeat-x;
  background-position: left bottom;
}


/*===Research Results - Associated Research Group===*/

/*2018.8.24---*/
.page-id-6_2 article {
	width: 690px;
}
/*---2018.8.24*/

.page-id-6_2 article h3 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 3px double #30AA22;
  padding: 0 0 4px 0;
  margin: 20px 0 0 0;
}
.page-id-6_2 article h4 {
  clear: both;
  font-size: 16px;
  color: #30AA22;
  text-align: center;
  font-weight: bold;
  background-color: #DEECBF;
  border: 1px solid #30AA22;
  border-radius: 2px;
  box-shadow: 0 0 0 2px #FFFFFF inset;
  padding: 10px;
  cursor: pointer;
}
.page-id-6_2 article h4:hover {
  color: #207ACC;
}
.page-id-6_2 article p {
  text-indent: 14px;
}
.page-id-6_2 article dl {
  clear: both;
  margin: 0 auto;
  padding: 0;
}
.page-id-6_2 article dl dt {
  margin: 20px 0 10px 0;
  font-weight: bold;
  border-bottom: 1px dotted #BBBBBB;
}
.page-id-6_2 article dl dd {
  margin: 10px 0;
  border: none;
}
.page-id-6_2 article .external-links:after {
  content: url('../images/icon06.png');
  position: relative;
  top: 3px;
  left: 4px;
	margin: 0 5px 0 0; /*2018.8.3追加*/
}
.page-id-6_2 article .solidline {
  background-image: url('../images/solidline.png');
  background-repeat: repeat-x;
  background-position: left bottom;
}
.page-id-6_2 article .dotline {
  background-image: url('../images/dotline.png');
  background-repeat: repeat-x;
  background-position: left bottom;
}
.page-id-6_2 article .dashline {
  background-image: url('../images/dashline.png');
  background-repeat: repeat-x;
  background-position: left bottom;
}



/*===Area of Study Overview===*/

.page-id-7 article figure {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.page-id-7 article h4 {
  font-weight: bold;
  color: #0D4815;
}
.page-id-7 article h4:before {
  content: url('../images/icon02.png');
  position: relative;
  top: 2px;
}
.page-id-7 article p {
  text-indent: 14px;
}
.page-id-7 article address {
  font-style: normal;
  text-align: center;
}
.page-id-7 article dl dt {
  float: left;
}
.page-id-7 article dl dt:before {
  content: '●';
  color: #30AA22;
}
.page-id-7 article dl dt:after {
  content: '：';
  margin: 0 6px;
}
.page-id-7 article dl dd {
  margin: 0;
}



/*===NEWS & TOPICS（Articles）===*/

.archive article dl {
  clear: both;
  border-bottom: 1px dotted #BBBBBB;
  margin: 20px auto;
  padding: 0 0 20px 0;
}
.archive article dl dt {
  font-size: 12px;
  margin: 0;
  float: left;
}
.archive article dl dt:before {
  content: url('../images/icon02.png');
  float: left;
  margin: 3px 0 0 0;
}
.archive article dl dd {
  margin: 0 0 0 100px;
}
.archive article dl dd .external-links:after {
  content: url('../images/icon06.png');
  position: relative;
  top: 3px;
  left: 4px;
	margin: 0 5px 0 0; /*2018.8.1追加*/
}



/*===NEWS & TOPICS（Detail）===*/

.post article h3 {
  text-align: left;
  border-bottom: 1px dotted #30AA22;
}