@charset "UTF-8";

#wrapper {
  background: #fff;
}
#contentsinner{
  max-width:960px;
  margin:0 auto;
  font-size:14px;
  letter-spacing:0;
  line-height:1.5em;
}
.clearfix:after{
  display: block;
  clear: both;
  content: " ";
}

/* タイトル */
.projectTitle {
  margin: 0 auto 20px;
  padding: 8px 0 7px 10px;
  max-width: 960px;
  width: auto;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #3B3B3B;
  border-radius: 8px;
}

/*====================================================
  footer
----------------------------------------------------*/
footer.footer-container {
  background: #023367;
  padding: 30px 0 10px 0;
  letter-spacing: 0;
}
footer.footer-container .footer-navi ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
footer.footer-container .footer-navi ul li {
  line-height: 2;
}
footer.footer-container .footer-navi ul li a {
  color: white;
  padding: 10px;
  font-size: 12px;
}
footer.footer-container .copyright {
  margin-top: 10px;
  text-align: center;
  font-size: 10px;
  color: #cccccc;
}


/*====================================================
  プロジェクト
----------------------------------------------------*/
.projectMainVisual {
  width: 100%;
  text-align: center;
  margin: 30px 0 70px 0;
}
.projectMainVisual.nomargin {
  margin-top: 0;
}
.projectMainVisual img {
  width: auto;
  max-width: 90%;
  margin: 0 0 15px 0;
}
.projectMainVisual.nomargin img {
  margin-bottom: 0;
}
.projectMainVisual .anchorNavigation {
  width: 100%;
  background: #000;
  height: 50px;
}
.projectMainVisual .anchorNavigation li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.projectMainVisual .anchorNavigation li a {
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.projectMainVisual .anchorNavigation li a:hover {
  opacity: 0.85;
  -moz-opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
  -khtml-opacity: 0.85;
}
.projectMainVisual .anchorNavigation li .language {
  display: inline-block;
  padding: 6px;
  width: 100px;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.projectRow {
  margin-top: -60px;
  padding-top: 60px;
  margin-bottom: 60px;
}

.projectRow:after {
  content: '';
  display: block;
  clear: both;
}
.projectRow .col .colAnchor {
  position: absolute;
  top: -60px;
  left: 0;
}
.projectRow.col2 .col {
  position: relative;
  float: left;
  border: 3px solid #aaa;
  width: 399px;
  min-height: 310px;
  padding: 30px;
}
.projectRow.col2 .col.right {
  margin: 0 0 0 30px;
}
.projectRow.col2.noborder .col {
  border: none;
  padding: 0;
  width: 48%;
}
.projectRow.col2 .col.right {
  margin: 0 0 0 4%;
}
.projectRow.col2.autoheight .col {
  height: auto;
  min-height: 0;
}

.projectRow > img {
  width: auto;
  max-width: 100%;
  margin: 10px 0 40px;
}

#contentsinner .projectRow h3.title {
  text-align: center;
  font-size: 25px;
  border-bottom: none;
  margin-bottom: 5px;
  letter-spacing: 1px;
  background: none !important;
  padding: 0;
  font-weight: bold;
}
.projectRow .text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

#contentsinner .projectRow#member h3.title,
#contentsinner .projectRow#panelDiscussion h3.title {
  margin-bottom: 15px;
}
.projectRow#member .memberList {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 20px;
  letter-spacing: -.4em;
}
.projectRow#member .memberList.alignleft {
  text-align: left;
}
.projectRow#member .memberList li {
  text-align: center;
  display: inline-block;
  padding: 10px;
  width: 268px;
  border: 1px solid #BBBBBB;
  margin: 0 5px 15px;
  letter-spacing: normal;
}
.projectRow#member .memberList li.leader {
  width: 350px;
}
.projectRow#member .memberList li .name {
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0 0;
}
.projectRow#member .memberList li .memberTitle {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  width: 500px;
  font-size: 13px;
}

.projectRow#document .title {
  margin-bottom: 10px;
}
.projectRow#document .subTitle {
  background: #3B3B3B;
}
.projectRow#document .subTitle.seriesTitle {
  height: 40px;
  line-height: 41px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.projectRow#document .attention {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}

.projectRow .comingsoon {
  margin: 30px 0;
  text-align: center;
  line-height: 110px;
  background: #eee;
  font-size: 18px;
}

/* 記事一覧 */
.projectRow#document .documentList {
  margin: 0 auto;
}
.projectRow#document .documentList .documentItem {
  margin-bottom: 20px;
  padding: 20px 10px;
  border-bottom: 1px solid #bbb;
}
.projectRow#document .documentList .documentItem:last-child {
  border-bottom: none;
}
.projectRow#document .documentList .documentItem .documentTitle {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.7;
}
.projectRow#panelDiscussion p.text {
  margin-bottom: 20px;
}
.projectRow#document .documentList .documentItem .documentAuthor {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.projectRow#panelDiscussion a.documentReadMore,
.projectRow#document .documentList .documentItem .documentReadMore {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  color: #003894;
}
.projectRow#panelDiscussion a.documentReadMore:visited,
.projectRow#document .documentList .documentItem .documentReadMore:visited {
  color: #4780de!important;
}


/* 記事詳細 */
.documentSectionTitle {
  position: relative;
  display: block;
  margin: 20px auto;
  padding: 5px 15px;
  max-width: 760px;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.documentSectionTitle:after {
  content: '';
  display: block;
  clear: both;
}
.documentSectionTitle a {
  font-size: 12px;
  text-decoration: underline;
}
.documentSectionTitle a:hover {
  opacity: .8;
}
.documentSectionTitle .date {
  float: right;
  font-size: 14px;
}

.projectRow .document {
  max-width: 760px;
  margin: 0 auto;
  word-wrap: break-word;
}
.projectRow .document .documentTitle {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0 20px;
  line-height: 1.7;
}
.projectRow .document .documentAuthor {
  text-align: right;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 14px;
}
#pageInvestment .projectRow .document .documentBody {
  padding: 20px;
  border-top: 1px solid #f0f0f0 !important;
  font-size: 16px;
}
.projectRow .document .documentBody p {
  line-height: 1.8;
  margin: 0 0 15px 0;
  font-size: 16px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.projectRow .document .documentBody img {
  width: 100%;
}
.projectRow .document .note {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
}
.projectRow .document .note:before {
  content: '[';
}
.projectRow .document .note:after {
  content: ']';
}
.projectRow .document .documentNotes {
  line-height: 1.8;
  background: #f7f7f7;
  padding: 15px 20px;
}
.projectRow .document .documentNotes p {
  margin-top: -60px;
  padding-top: 60px;
  margin-bottom: 5px;
  font-size: 16px;
  word-break: break-all;
}
.projectRow .document .documentAttachFile {
  margin: 20px 0 0 0;
  padding: 0 20px;
}
.projectRow .document .documentAttachFile ul {
  padding: 0 0 0 20px;
}
.projectRow .document .documentAttachFile ul li {
  list-style-type: circle;
  font-size: 16px;
}

/* 関連コンテンツ */
.asideArea {
  max-width: 760px;
  margin: 100px auto 100px;
}
.asideArea .sns {
  display: block;
  margin: 20px 0 25px;
}
.asideArea .sns ul {
  text-align: center;
  letter-spacing: -.4em;
}
.asideArea .sns ul li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin: 0 4px 8px;
}

.asideArea .otherArticle {
  display: block;
}
.asideArea .otherArticle .otherArticleSection {
  display: block;
}
.asideArea .otherArticle .otherArticleSection .otherArticleSectionTitle {
  position: relative;
  display: block;
  background: #023467;
  padding: 5px 100px 5px 20px;
}
.asideArea .otherArticle .otherArticleSection .otherArticleSectionTitle.china {
  background: #C35900;
}
.asideArea .otherArticle .otherArticleSection .otherArticleSectionTitle h2 {
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.asideArea .otherArticle .otherArticleSection .otherArticleSectionTitle a {
  position: absolute;
  top: 8px;
  right: 20px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
}
.asideArea .otherArticle .otherArticleSection .otherArticleSectionTitle a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  width: 10px;
  height: 10px;
  background-size: 10px;
  background-image: url(images/iconHomeWhite@2x.png);
}
.asideArea .otherArticle .otherArticleSection .otherArticleSectionTitle a:hover {
  opacity: .8;
}
.asideArea .otherArticle .otherArticleSection ul {
  list-style-type: none;
}
.asideArea .otherArticle .otherArticleSection ul li {
  padding: 15px 20px;
  border-bottom: 1px solid #EDEDED;
}
.asideArea .otherArticle .otherArticleSection ul li:last-child {
  border-bottom: none;
}

.asideArea .otherArticle .otherArticleSection ul li h3 {
  display: block;
  padding: 0;
  margin: 0 0 5px 0;
  border: none;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  background: none !important;
}
.asideArea .otherArticle .otherArticleSection ul li h3 a {
  color: #023567;
  text-decoration: underline;
}
.asideArea .otherArticle .otherArticleSection ul li h3 a:hover {
  opacity: .8;
}
.asideArea .otherArticle .otherArticleSection ul li p {
  font-size: 12px;
}
.asideArea .otherArticle .otherArticleSection ul li .author {
  color: #4b4b4b;
}
.asideArea .otherArticle .otherArticleSection ul li .date {
  color: #818181;
}

/* 記事内画像 */
div.documentImage {
  display: block;
  margin: 0 0 20px 0;
}
div.documentImage:after {
  content: '';
  display: block;
  clear: both;
}
div.documentImage img {
  max-width: 100%;
}
div.documentImage .left {
  float: left;
}
div.documentImage .right {
  float: right;
}
img.mr20 {
  margin-right: 20px;
}
img.ml20 {
  margin-left: 20px;
}

/* 記事内文章 */
blockquote {
  line-height:1.8;
}
.asterisk {
  text-align: center;
}

/* 181210更新 */
#contentsAreaSection #contentsinner .projectRow,
#contentsAreaSection .projectRow {
  margin-top: -160px;
  padding-top: 160px;
  margin-bottom: 60px;
}

.completeDate {
  text-align: right;
}


/*====================================================
  中国の対外経済支援等データ分析
----------------------------------------------------*/
/* MAP */
.china-investment #inlineFrame {
  margin-bottom: 30px;
  width: 100%;
  height: 522px;
  border: none;
}

.china-investment #about .description {
  margin-bottom: 20px;
}
.china-investment #about .linkButton a {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 374px;
  height: 38px;
  line-height: 38px;
  color: #023367;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  border-radius: 19px;
  border: 1px solid #023367;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.china-investment #about .linkButton a:hover {
  text-decoration: none !important;
  color: #ffffff !important;
  background: #023367;
}
.china-investment #about .linkButton + .linkButton {
  margin-top: 20px;
}
.china-investment #contentsAreaSection #user-area .containerInner .linkButton:visited:hover {
  color: #ffffff !important;
}
a:link,
.china-investment #contentsAreaSection #user-area .containerInner a {
  color: #003894;
}


/* 関連論文一覧・執筆者一覧 */
.projectRow#editor .editorList,
.china-investment .documentList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 920px;
}
.projectRow#editor .editorList .editorItem,
.china-investment .projectRow#document .documentList .documentItem {
  margin-bottom: 20px;
  padding: 20px;
  width: 450px;
  border: 1px solid #AFAFAF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.projectRow#editor .editorList .editorItem:nth-child(odd),
.china-investment .documentItem:nth-child(odd) {
  margin-right: 20px;
}


/* 関連論文一覧 */
.china-investment #document .description {
  margin: 0 auto 20px;
  width: 920px;
}
.china-investment .projectRow#document .documentList .documentItem .documentTitle {
  font-size: 18px;
}
.reference a,
.reference p {
  font-size: 16px;
}


/* 執筆者一覧 */
.projectRow#editor .editorList .editorAuthor {
  margin-bottom: .5em;
  padding-bottom: .5em;
  font-size: 14px;
  border-bottom: 1px solid #AFAFAF;
}
.projectRow#editor .editorList .editorName {
  margin-right: .5em;
  font-size: 16px;
  font-weight: bold;
}
.projectRow#editor .editorList .editorText {
  font-size: 14px;
  line-height: 1.7;
}