@charset "utf-8";



/********** Common **********/



/*===Basic===*/

* {
  font-family: 'Meiryo', 'Hiragino Kaku Gothic ProN', 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;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

/*===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;
  background-color: #FFFFFF;/*2017.6.13追加*/
  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: 21px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 120%;
  width: 740px;
}
header h1 img {
  float: left;
  margin-right: 10px;
}
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;
  height: 20px;
}
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: 12px;
  padding: 4px 10px 4px 22px;
  cursor: pointer;
  background-image: url('../images/search-icon-off.png');
  background-repeat: no-repeat;
  background-position: 6px 5px;
  transition: all 0.3s;
  height: 26px;
  position: relative;
  top: 1px;
}
header #function #search-form #search-button:hover {
  color: #BBBBBB;
  background-image: url('../images/search-icon-on.png');
  background-repeat: no-repeat;
  background-position: 6px 5px;
  transition: all 0.3s;
}
header #function #language {
  font-size: 12px;
}
header #function #language a {
  font-size: 10px;
  font-weight: bold;
  padding: 3px 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 {
  display: table-cell;
  width: 420px;
  font-size: 12px;
  vertical-align: top;
  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 {
  display: table-cell;
  width: 560px;
  text-align: right;
  vertical-align: bottom;
  font-size: 12px;
}
footer #credit #pagetop {
  position: absolute;
  bottom: 100px;
  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 会員専用ページ用 members_only 2017.6.9===*/

#sidebar nav ul .members_only {
  text-align: left;
  margin: 0 0 1px 0;
  background-color: #eeeeee;
}


/*===/Sidebar members_only 2017.6.9===*/

#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 article h3 {
  color: #30AA22;
  margin: 0 auto;
  padding: 10px 0;
  text-align: left;
  line-height: 160%;
}
.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: 200%;
  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;
}



/*===領域代表あいさつ===*/

.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;
  font-size: 16px;
  line-height: 300%;
}
.page-id-1 article .profile address {
  font-style: normal;
  text-align: left;
  margin: 10px 0 0 0;
}



/*===領域概要===*/

.page-id-2 article figure {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.page-id-2 article h4 {
  font-weight: bold;
  color: #0D4815;
}
.page-id-2 article h4:before {
  content: url('../images/icon02.png');
  position: relative;
  top: 2px;
}
.page-id-2 article p {
  text-indent: 14px;
}
.page-id-2 article address {
  font-style: normal;
  text-align: center;
}
.page-id-2 article dl dt {
  float: left;
}
.page-id-2 article dl dt:before {
  content: '●';
  color: #30AA22;
}
.page-id-2 article dl dt:after {
  content: '：';
  margin: 0 6px;
}
.page-id-2 article dl dd {
  margin: 0;
}



/*===組織・メンバー===*/

.page-id-3 article table {
  width: 100%;
  text-align: center;
  margin: 30px auto;
  padding: 0;
  background-color: #FFFFFF;
  border-collapse: collapse;
}
.page-id-3 article table caption {
  text-align: left;
  font-weight: normal;
  color: #0D4815;
}
.page-id-3 article table caption:before {
  content: url('../images/icon02.png');
  position: relative;
  top: 2px;
}
.page-id-3 article table th {
  text-align: center;
  margin: 0 auto;
  font-weight: normal;
  background-color: #30AA22;
  color: #FFFFFF;
  padding: 5px 10px;
  border: 1px solid #FFFFFF;
}
.page-id-3 article table tr:nth-child(even) {
  background-color: #FFFFFF;
}
.page-id-3 article table tr:nth-child(odd) {
  background-color: #EDF4DD;
}
.page-id-3 article table td {
  padding: 5px 10px;
  text-align: left;
  line-height: 160%;
}
.page-id-3 article table td img {
  border-radius: 2px;
}
.page-id-3 article figure {
  margin: 0 auto;
  text-align: center;
}
.page-id-3 article .member01 td:nth-child(1),
.page-id-3 article .member02 td:nth-child(1) {
  width: 240px;
  border-right: 1px solid #FFFFFF;
}
.page-id-3 article .member01 td:nth-child(2),
.page-id-3 article .member02 td:nth-child(2) {
  width: 160px;
  text-align: center;
  white-space: nowrap;
}
.page-id-3 article .member01 td:nth-child(3),
.page-id-3 article .member02 td:nth-child(3) {
  width: 70px;
  text-align: center;
}
.page-id-3 article .member01 td:nth-child(4),
.page-id-3 article .member02 td:nth-child(4) {
  text-align: center;
  border-left: 1px solid #FFFFFF;
}
.page-id-3 article .member03 td:nth-child(1) {
  text-align: right;
}
.page-id-3 article .member03 td:nth-child(2) {
  text-align: left;
}
.page-id-3 article .member04 td:nth-child(1) {
  text-align: center;
}
.page-id-3 article .member03 td:nth-child(3),
.page-id-3 article .member04 td:nth-child(2) {
  text-align: center;
  width: 320px;
  border-right: 1px solid #FFFFFF;
}



/*===計画研究班===*/

.page-id-4 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-4 article h3:hover {
  color: #207ACC;
}
.page-id-4 article p {
  text-indent: 14px;
  margin: 0;
}
.page-id-4 article ul li p {
  margin: 10px 0;
}
.page-id-4 article ul li,
.page-id-4 article ul li ul li:nth-child(2) {
  display: block;
}
.page-id-4 article ul li:nth-child(2) {
  display: inline-block;
  margin: 0;
}
.page-id-4 article strong {
  font-size: 15px;
}
.page-id-4 article strong:before {
  content: url('../images/icon05.png');
  position: relative;
  top: 2px;
}
.page-id-4 article .photo {
  float: left;
  margin: 10px 10px 10px 0;
}
.page-id-4 article .photo img {
  border-radius: 2px;
  border: 3px double #DFDFD0;
  height: auto;
}
.page-id-4 article .external-links:after {
  content: url('../images/icon06.png');
  position: relative;
  top: 3px;
  left: 4px;
}
.page-id-4 article table {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  background-color: #FFFFFF;
  border-collapse: collapse;
}
.page-id-4 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-4 article table td {
  padding: 5px 10px;
  text-align: left;
  line-height: 160%;
  border-bottom: 1px dotted #BBBBBB;
  background-color: #F1F8E4;
  vertical-align: top;
}



/*===公募研究班===2016.9.16*/
/*.page-id-5*/

.page-id-5 article {
	width: 690px;
}

.research_content{
	width: 650px;
}

.research_content td {
	padding: 20px 0 0 0;
  line-height: 160%;
}

.research_content td:first-child {
	width: 100px;
	position: relative;
}

/*
.research_content td:last-child {
  text-indent: 14px;
}
*/

.research_content td figure {
	position: absolute;
	width: 70px;
	left: -35px;
	top: 10px;
}

.research_content td figure img {
	margin: auto;
}

.research_content td figure figcaption {
	position: absolute;
  font-size: 12px;
	left: -20px;
	text-align: center;
	width: 100px;
}



/*===会議/シンポジウム/イベント===*/

.page-id-6 article h3 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 3px double #30AA22;
  padding: 10px 0 4px 0;
}
.page-id-6 article .external-links:after {
  content: url('../images/icon06.png');
  position: relative;
  top: 3px;
  left: 4px;
}
.page-id-6 article ul li:before {
  content: url('../images/icon02.png');
  float: left;
  margin: 3px 0 0 0;
}

.alignT {
	vertical-align: top;
}

/*===研究成果～研究班・研究成果===*/

.page-id-7_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-7_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-7_1 article h4:hover {
  color: #207ACC;
}
.page-id-7_1 article p {
  text-indent: 14px;
}
.page-id-7_1 article dl {
  clear: both;
  margin: 0 auto;
  padding: 0;
}
.page-id-7_1 article dl dt {
  margin: 20px 0 10px 0;
  font-weight: bold;
  border-bottom: 1px dotted #BBBBBB;
}
.page-id-7_1 article dl dd {
  margin: 10px 0;
  border: none;
}
.page-id-7_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-7_1 article .solidline {
  background-image: url('../images/solidline.png');
  background-repeat: repeat-x;
  background-position: left 18px;
}
.page-id-7_1 article .dotline {
  background-image: url('../images/dotline.png');
  background-repeat: repeat-x;
  background-position: left 18px;
}
.page-id-7_1 article .dashline {
  background-image: url('../images/dashline.png');
  background-repeat: repeat-x;
  background-position: left 18px;
}

/*===研究成果～公募研究班・研究成果===*/

/*2018.8.24---*/
.page-id-7_2 article {
	width: 690px;
}
/*---2018.8.24*/

.page-id-7_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-7_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-7_2 article h4:hover {
  color: #207ACC;
}
.page-id-7_2 article p {
  text-indent: 14px;
}
.page-id-7_2 article dl {
  clear: both;
  margin: 0 auto;
  padding: 0;
}
.page-id-7_2 article dl dt {
  margin: 20px 0 10px 0;
  font-weight: bold;
  border-bottom: 1px dotted #BBBBBB;
}
.page-id-7_2 article dl dd {
  margin: 10px 0;
  border: none;
}
.page-id-7_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-7_2 article .solidline {
  background-image: url('../images/solidline.png');
  background-repeat: repeat-x;
  background-position: left 18px;
}
.page-id-7_2 article .dotline {
  background-image: url('../images/dotline.png');
  background-repeat: repeat-x;
  background-position: left 18px;
}
.page-id-7_2 article .dashline {
  background-image: url('../images/dashline.png');
  background-repeat: repeat-x;
  background-position: left 18px;
}


/*===研究成果～注目の論文===*/

.page-id-7_3 article p {
  text-indent: 14px;
}

.page-id-7_3 article .external-links:after {
  content: url('../images/icon06.png');
  position: relative;
  top: 3px;
  left: 4px;
}
.page-id-7_3 article ul li:before {
  content: url('../images/icon02.png');
  float: left;
  margin: 3px 0 0 0;
}


/*===若手渡航支援===*/

.page-id-8 article h3 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 3px double #30AA22;
  padding: 10px 0 4px 0;
}

.page-id-8 article .lead {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px dotted #BBBBBB;
}

.page-id-8 article .i30 {
  margin: 10px 30px;
}


/*2018.10.10追加*/
.page-id-8 article .mb60 {
  margin-bottom: 60px;
}

.page-id-8 article .solidline {
  background-image: url('../images/solidline.png');
  background-repeat: repeat-x;
  background-position: left 18px;
}
.page-id-8 article .dotline {
  background-image: url('../images/dotline.png');
  background-repeat: repeat-x;
  background-position: left 18px;
}
.page-id-8 article .dashline {
  background-image: url('../images/dashline.png');
  background-repeat: repeat-x;
  background-position: left 18px;
}


/*若手渡航支援件数表：アウトリーチ表流用作成*/

.page-id-8 article table {
/*  width: 100%;*/
  text-align: center;
  margin: 30px auto;
  padding: 0;
  background-color: #FFFFFF;
  border-collapse: collapse;
}
.page-id-8 article table th {
  text-align: center;
  margin: 0 auto;
  font-weight: normal;
  background-color: #30AA22;
  color: #FFFFFF;
  padding: 5px 10px;
  border: 1px solid #FFFFFF;
  white-space: nowrap;
  font-size: 12px;
}

.page-id-8 article table tr:nth-child(even) {
  background-color: #FFFFFF;
}

.page-id-8 article table tr:nth-child(odd) {
  background-color: #EDF4DD;
}

.page-id-8 article table td {
  padding: 5px 10px;
  text-align: center;
  line-height: 160%;
  font-size: 12px;
}


/*渡航項目表　2018.10.12→2018.10.15不使用*/

.page-id-8 article .item {
  display: table;
  width: 620px;
  table-layout: fixed;
  border-collapse: separate;
  margin: 0 0 20px 30px;
}

.page-id-8 article .item .item_row {
  display: table-row;
}

.page-id-8 article .item .item_cell:nth-child(1) {
  font-weight: bold;
  display: table-cell;
  width: 17%;
  line-height: 160%;
}

.page-id-8 article .item .item_cell:nth-child(2) {
  display: table-cell;
  width: 3%;
}

.page-id-8 article .item .item_cell:nth-child(3) {
  display: table-cell;
  width: 80%;
}


/*キャプション付き写真2列　2018.10.10*/

.photo2 {
	width:600px;
/*	background-color:#CC9999;*/
  margin: 0 auto;
}

.photo_left {
	float:left;
/*	background-color:#CC99CC;*/
}

.photo_right {
	float:left;
}

.photo2 img {
  margin-left: -30px;
}

.photo2 figcaption {
  width: 280px;
  margin: 5px 0 -20px -30px;
}

.after_photo {
	clear:both;
	width:600px;
  line-height: 10px;
/*	background-color:#CCCC99;*/
}

/*===ニュースレター===*/

.page-id-9 article p {
  text-indent: 14px;
}
.page-id-9 article .external-links:after {
  content: url('../images/icon06.png');
  position: relative;
  top: 3px;
  left: 4px;
}
.page-id-9 article ul li:before {
  content: url('../images/icon02.png');
  float: left;
  margin: 3px 0 0 0;
}



/*===公募研究募集===*/

.page-id-10 article h3 {
  text-align: center;
}
.page-id-10 article p {
  text-indent: 14px;
  margin: 0;
  clear: both;
}
.page-id-10 article table {
  width: 100%;
  text-align: center;
  margin: 30px auto;
  padding: 0;
  background-color: #FFFFFF;
  border-collapse: collapse;
}
.page-id-10 article table th {
  text-align: center;
  margin: 0 auto;
  font-weight: normal;
  background-color: #30AA22;
  color: #FFFFFF;
  padding: 5px 10px;
  border: 1px solid #FFFFFF;
  white-space: nowrap;
  font-size: 12px;
}
.page-id-10 article table tr:nth-child(even) {
  background-color: #FFFFFF;
}
.page-id-10 article table tr:nth-child(odd) {
  background-color: #EDF4DD;
}
.page-id-10 article table td {
  padding: 5px 10px;
  text-align: left;
  line-height: 160%;
  font-size: 12px;
}
.page-id-10 article dl {
  clear: both;
  margin: 20px auto;
  padding: 0;
}
.page-id-10 article dl dt {
  margin: 0;
  padding: 6px 0;
  font-weight: bold;
  float: left;
  clear: both;
  border-bottom: 1px solid #BBBBBB;
  width: 120px;
}
.page-id-10 article dl dd {
  margin: 0;
  padding: 6px 0;
  border-bottom: 1px solid #BBBBBB;
}



/*===アウトリーチ活動===*/

.page-id-11 article h3 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 3px double #30AA22;
  padding: 10px 0 4px 0;
}
.page-id-11 article .external-links:after {
  content: url('../images/icon06.png');
  position: relative;
  top: 3px;
  left: 4px;
}
.page-id-11 article ul li:before {
  content: url('../images/icon02.png');
  float: left;
  margin: 3px 0 0 0;
}
.page-id-11 article table {
  width: 100%;
  text-align: center;
  margin: 30px auto;
  padding: 0;
  background-color: #FFFFFF;
  border-collapse: collapse;
}
.page-id-11 article table th {
  text-align: center;
  margin: 0 auto;
  font-weight: normal;
  background-color: #30AA22;
  color: #FFFFFF;
  padding: 5px 10px;
  border: 1px solid #FFFFFF;
  white-space: nowrap;
  font-size: 12px;
}
.page-id-11 article table tr:nth-child(even) {
  background-color: #FFFFFF;
}
.page-id-11 article table tr:nth-child(odd) {
  background-color: #EDF4DD;
}
.page-id-11 article table td {
  padding: 5px 10px;
  text-align: left;
  line-height: 160%;
  font-size: 12px;
}



/*===研究支援センター===*/

.page-id-12 article h3 {
  clear: both;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 3px double #30AA22;
  padding: 10px 0 4px 0;
}
.page-id-12 article .read {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px dotted #BBBBBB;
}
.page-id-12 article dl {
  float: left;
  margin: 20px auto;
  padding: 0 0 20px 0;
  width: 460px;
}
.page-id-12 article dl dt {
  margin: 0;
}
.page-id-12 article dl dt:before {
  content: "[ ";
}
.page-id-12 article dl dt:after {
  content: " ]";
}
.page-id-12 article dl dd {
  margin: 0 0 20px 0;
}
.page-id-12 article .photo img {
  border-radius: 2px;
  border: 3px double #DFDFD0;
  float: right;
  margin: 0 0 10px 0;
}


/*===2017.6.12追加　会員専用ページ id7-3流用作成===*/

/*リスト数字スタイル例*/

/*リスト数字スタイルここまで*/

#mo-article {
  clear: both;
  margin: 0 auto 30px auto;
  padding: 0;
  text-align: left;
  position: relative;
}

#mo-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;
}

#mo-article h3 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  color: #207ACC;
  line-height: 160%;
  text-align: center;
  margin: 40px 0 20px 0;
}
#mo-article h4 {
  font-size: 16px;
  font-weight:  bold;
  font-style: normal;
  margin: 30px auto 10px auto;
  padding: 5px 0;
  border-bottom: 1px dotted #30AA22;
  line-height: 140%;
}

#mo-container {
background: #edfced;
background: -moz-linear-gradient(left, #edfced 0%, #ffffff 25%, #ffffff 75%, #edfced 100%);
background: -webkit-linear-gradient(left, #edfced 0%,#ffffff 25%,#ffffff 75%,#edfced 100%);
background: linear-gradient(to right, #edfced 0%,#ffffff 25%,#ffffff 75%,#edfced 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edfced', endColorstr='#edfced',GradientType=1 );}

#mo-content {
  background-color: #FFFFFF;
}

#mo-article-content {
	padding: 0 20px 20px 0;
}

#mo-article .external-links:after {
  content: url('../images/icon06.png');
  position: relative;
  top: 3px;
  left: 4px;
}

#mo-article dt {
margin-top: 10px;
}

.procedure-list
,.procedure-list li {
	padding:0px;
	margin:0 0 0 50px;
}
 
.procedure-list li {
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}

.list1 {
	counter-reset:li;   
}
 
.list1 li {
	position:relative;
	display: block;
	padding:10px 0px 10px 0px; 
	margin-left:0px !important;
}
 
li.list1-count:after {
	counter-increment: li;
	content: counter(li) ".";
	position: absolute;	
	display: block;
	text-align: center;
	font-weight: bold;
	left: -25px;
	top: 12px;
	color: #30AA22;
	font-size: 16px;
}


/*2017.6.13作成。会員限定ページ用*/
.page-id-13-1 .photo_c {
  text-align: center;
	padding: 0 0 10px 20px;
}

.page-id-13-1 h5 {
	margin: 0 0 10px 0;
	position: relative;
  font-size: 14px;
  font-weight: normal;
	line-height: 20px;
	color: #666666;
}

.page-id-13-1 h5:after {
	content: "";
	display: block;
	height: 2px;
	background: -moz-linear-gradient(to right, rgb(222, 236, 191), transparent);
	background: -webkit-linear-gradient(to right, rgb(222, 236, 191), transparent);
	background: linear-gradient(to right, rgb(222, 236, 191), transparent);
}

.page-id-13-1 h6 {
	margin: 15px 0 10px 0;
  font-size: 14px;
	line-height: 20px;
	color: #30AA22;
}


.page-id-13-1 h7 {
	margin: 0 0 10px 0;
  font-size: 14px;
	line-height: 20px;
	color: #666666;
	font-weight: bold;
}

#mo-article ul li:before {
  content: url('../images/icon02.png');
  float: left;
  margin: 3px 10px 0 -20px;
  list-style-type: none;
}

#mo-article ul li {
	margin-bottom: 5px;
	margin-left: 20px;
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	color: #666666;
  background-color: none;
}
 

/*===NEWS & TOPICS（一覧）===*/

.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 .external-links:after {
  content: url('../images/icon06.png');
  position: relative;
  top: 3px;
  left: 4px;
	margin: 0 5px 0 0; /*2018.8.1追加*/
}


/*===投稿系詳細ページ===*/

.post article h3 {
  text-align: left;
  border-bottom: 1px dotted #30AA22;
}
.post article dl {
  clear: both;
  margin: 0 auto;
  padding: 0;
}
.post article dl dt {
  margin: 20px 0 10px 0;
  font-weight: bold;
  border-bottom: 1px dotted #BBBBBB;
}
.post article dl dd {
  margin: 10px 0;
  border: none;
}
.post article .photo {
  text-align: center;
}

.post article .photo img {
  border-radius: 2px;
  margin: 4px 0;
  border: 1px solid #DFDFD0;
}

/*20160801追加(「注目の論文」用)*/

.post article .photo_r {
  text-align: center;
  float: right;
	padding: 0 0 10px 20px;
}

.post article .photo_r img {
  border-radius: 2px;
  margin: 4px 0;
  border: 1px solid #DFDFD0;
}

/*20161104追加「イベント」用*/

.post article table {
  width: 520px;
  text-align: center;
  margin: 20px auto;
  padding: 0 0 10px 30px;
}

.post article table th {
  width: 250px;
  padding: 10px 0 0 0;
}

.post article table img{
margin-right: 20px;
}



