@charset "utf-8";
/* e-Asia CSS Document */
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%; /* for fix footer */
  font-size: 13px;
}
body {
  color: #000000;
  background: #FFFFFF;
  font-size: 13px;
  line-height: 21px;
  font-family: Arial, Helvetica, sans-serif;
  height: 100%; /* for fix footer */
}
img {
  border: none;
}
a {
  outline: none;
  border-style: none;
}
a:focus {
  outline: 0;
}
.bold {
  font-weight: bold;
}
.small {
  font-size: smaller;
}
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.nowrap {
  white-space: nowrap;
}
.leftbox {
  float: left;
}
.rightbox { float: right; }
.flexbox { display: flex; }

a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #C60;
  text-decoration: underline;
}
/* .CL { clear: both; } */
.padding0 { padding: 0; }
.w-100 { width: 100%; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }

.skipnav {
  text-align: left;
}
.skipnav a {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skipnav a:focus, .skipnav a:active {
  position: static;
  left: 0;
  width: auto;
  height: auto;
  overflow: visible;
  text-decoration: underline;
}
.bgwhite { background: #ffffff; }

/*----------------------------------------------------------------------*/
/* ALL */
#container {
  width: 100%;
  height: auto !important; /* for fix footer */
  min-height: 100%;
}
/* header */
#Header {
  width: 900px;
  height: 50px;
  margin: 0 auto;
  padding: 0 0 0 0;
}
#Header table {
  width: 900px;
  margin: 0 auto;
  padding: 0 0 0 0;
}
.inputStyle {
  padding: 2px;
  border: 1px solid #aebac9;
  background-color: #d6e5f8;
}
.inputSize100 {
  width: 100px;
}
#Header input[type="submit"] {
  padding: 1px;
}
/* contents */
#main { /* old name .base */
  clear: both;
  width: 900px;
  margin: 0 auto;
  padding: 0 0 74px 0; /* bottom 74px for fix footer */
  text-align: left;
}
/* top image */
#backwall {
  position: relative;
  width: 900px;
  height: 425px;
  margin: 0 auto;
}

#gallery {
  position: relative;
}
#gallery li {
  list-style: none;
  position: absolute;
}

#headermenu, #headermenu_second {
  z-index: 1002;
  position: relative;
  width: 900px;
  height: 300px;
  margin: 0 auto;
  top: 25px;
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
}
#headermenu_second {
  height: 50px;
  margin: -50px auto 0 auto; /*margin:0 auto;*/
  top: 0; /*top:-50px;*/
  overflow: visible; /*overflow:hidden;*/
}
#headermenu ul {
  list-style: none;
  padding-left: 15px;
}
#headermenu li, #headermenu_second li {
  float: left;
  display: block;
  text-align: left;
  padding: 0 16px 0 16px;
  cursor: pointer;
}
#headermenu a, #headermenu_second a {
  display: table-cell;
  vertical-align: middle;
  height: 2rem;
}
#headermenu a:link, #headermenu_second a:link {
  color: #fff;
  text-decoration: none;
}
#headermenu a:visited, #headermenu_second a:visited {
  color: #fff;
  text-decoration: none;
}
#headermenu a:hover, #headermenu_second a:hover {
  color: #C60;
  text-decoration: underline;
}

/* navi */
.pankuzu {
  width: 860px;
  height: 25px;
  padding: 4px 5px 0 35px;
  margin: 0 auto 10px auto;
  text-align: right;
  background-color: #e5e5e5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* Banners */
#main .banners {
  width: 236px;
  margin: 0 auto 0 auto;
}
#main .banners a {
  display: block;
  margin: 10px 8px 10px 8px;
}
#main .banners img {
  width: 220px;
  height: auto;
}
/* Topics */
#main .topics {
  width: 620px;
  padding: 3px;
  margin: 10px auto 10px 18px;
  border: 1px solid #CCC;
}
#main .topics_t {
  font-family: Verdana, Geneva, sans-serif;
  padding: 5px;
  font-weight: bold;
  font-size: 20px;
  color: #4891dc;
}
#main .topics_t2 {
  font-family: Verdana, Geneva, sans-serif;
  padding: 0px 5px;
  font-size: 20px;
  color: #ffffff;
  background-color: #2D71BC;
  margin: 0 0 10px 0;
}
#main .topics_t2 .titlet {
  padding: 0 0 8px 0;
  display: inline-block;
  vertical-align: middle;
}
#main .topics_t2 img {
  margin: 0 5px -8px 0;
}
#main .img_n {
  padding: 2px 0 0 0;
  margin: 0 0 -3px 0;
}
#main .topics table {
  width: 620px;
  padding: 0 5px;
}
#main .topics table .leimg {
  /* padding: 0 0 10px 0; */
}
#main .topics .p_box {
  color: #ffffff;
  background-color: #FF80C0;
  padding: 1px 10px;
  margin: 0 5px;
}
#main .topics .y_box {
  color: #ffffff;
  background-color: #FFBF00;
  padding: 1px 10px;
  margin: 0 5px;
}
#main .topics .b_box {
  color: #ffffff;
  background-color: #00BFFF;
  padding: 1px 10px;
  margin: 0 5px;
}
#main .topics .g_box {
  color: #ffffff;
  background-color: #00D900;
  padding: 1px 10px;
  margin: 0 5px;
}
#main .topics td {
  vertical-align: top;
  padding: 0 0 .5rem 0;
}
#main .topics .date {
  text-align: center;
  width: 75px;
}
#main .topics .new {
  min-width: 30px;
  padding: 1px 4px 0 2px;
}
.revised {
  position: relative;
  font-size: .96rem;
  color: #fff;
  font-weight: bold;
  background-color: #f33;
  padding: .5px 3px;
  margin: 0 5px 0 0;
}
.revised::before {
  position: absolute;
  content: '';
  border: 4px solid transparent;
  border-left: 4px solid #f33;
  top: 25%;
  left: 100%;
}

/* Archives */
#archives {
  width: 860px;
  background-image: url(../images/gray_wall.gif);
  border: 1px solid #CCC;
  margin: 10px auto 20px auto;
  padding: 4px 8px 4px 8px;
}
#archives td {
  padding: 4px 2px 4px 2px;
}

#archives .alert {
  font-weight: bold;
  color: #F33;
}
#archives .deadline {
  text-decoration: line-through;
  color: #F33;
}

/* text link */
#main a:link {
  color: #069;
  text-decoration: none;
}
#main a:hover {
  color: #C60;
  text-decoration: underline;
}
#main a:visited {
  color: #36C;
  text-decoration: none;
}

/* second page */
#backwall_second {
  width: 100%;
  height: 275px;
}
#secondimg {
  width: 900px;
  height: 275px;
  margin: 0 auto;
}


#main .page_t {
  padding: 5px;
  font-weight: bold;
  font-size: 21px;
  color: #4891dc;
}
#main .page_t .sub_t {
  font-weight: bold;
  font-size: 18px;
  color: #000066;
}
/* menu */
#menu {
  position: relative;
  padding-left: 20px;
  list-style: none;
}
#menu li {
  position: relative;
  line-height: 1.2;
  text-align: center;
}
#menu li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
#menu li ul li {
  overflow: hidden;
  width: 500px;
  height: 0;
  line-height: 2;
  color: #fff;
  transition: .2s;
}
#menu li ul li a {
  display: block;
  padding: 10px 10px 10px 20px;
  background-color: #4171A5;
  text-align: left;
  width: 110px;
}
#menu li:hover ul li {
  overflow: visible;
  height: 38px;
}
/* SNS */
#snslink {
  text-align: right;
  margin: 5px;
}
#snslink img {
  width: 20px;
  margin-left: 12px;
}
/* SoMC */
#somc {
  width: 800px;
  margin: 10px auto;
  padding: 0 1.5rem 1rem 1.5rem;
  background: #ddd;
  border: #fff 6px double;
  border-radius: 6px;
}
#somc h3 {
  font-size: 1.05rem;
  margin: 1rem 0 0 0;
}

/* General Description */
#main .generaldescription {
  width: 800px;
  margin: 10px auto;
}
#main .generaldescription .st1 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  /* color:#000066; */
}
#main .generaldescription .st2 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  /* color:#4891dc; */
}
#main .generaldescription .desc {
  line-height: 1.8em;
  margin: 0 0 40px 10px;
}
#main .generaldescription .desc p {
  margin: 0 0 0 10px;
}
#main .generaldescription ul {
  margin: 10px 20px 20px 24px;
}
#main .generaldescription li {
  padding: 0 0 10px 0;
}

/* Member Organizations */
#main .MembershipTxt {
  padding: 0 10px 0 10px;
}
#main .Membership table {
  width: 860px;
  margin: 5px auto 20px auto;
}
#main .Membership td {
  padding: .5rem;
  border-bottom: #999 dotted 1px;
}
#main .Membership th {
  padding: .5rem;
  border-bottom: #999 dotted 1px;
}
#main .Membership .title {
  color: #06F;
  font-size: 16px;
  width: 800px;
  margin: 5px auto;
}
#main .Membership .title .sub {
  color: #06F;
  font-size: 11px;
}
/* FoC */
#main .FoC {
  width: 900px;
  margin: 10px 0 20px 10px;
}
#main .FoC table {
  width: 880px;
}
#main .FoC td {
  padding: 5px;
}
#main .FoC_custom table {
  width: 880px;
  border-collapse: collapse;
}
#main .FoC_custom th {
  padding: 5px;
  border: 1px #CCC solid;
  background-color: #666;
  color: #FFF;
  width: 20%;
}
#main .FoC_custom td {
  padding: 5px;
  border: 1px #CCC solid;
}
#main .FoC ul {
  list-style: none;
}
#main .FoC .blue_wall {
  width: 95%;
  height: 20px;
  background: url(../images/blue_wall.gif);
  border: 1px solid #CCC;
  padding: 5px;
  margin: 5px;
}
#main .FoC .gray_wall {
  width: 95%;
  height: 20px;
  background: url(../images/gray_wall.gif);
  border: 1px solid #CCC;
  padding: 5px;
  margin: 5px;
}
#main .FoCTxt {
  padding: 0 10px 0 10px;
}
#main .FoC .RedTxt {
  font-size: 15px;
  font-weight: bold;
  color: #C00;
}
#main .FoC .pdfbox {
  width: 640px;
  border-bottom: #CCC dotted 1px;
  color: #999;
  padding: 5px;
}
#main .FoC .pdfbox img {
  vertical-align: bottom;
}
#main .FoC .BottomLine {
  border-bottom: #CCC dotted 1px;
}
#main .FoC .SubM {
  width: 800px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: #CCC dotted 1px;
  margin: 10px 0;
}
#main .FoC .project {
  margin: 30px 0 10px 0;
}
.FoC_custom tr:nth-child(2n+1) {
  background: #F3F3F3;
}
.FoC_custom h3 {
  font-size: 18px;
  padding: 20px 0 4px 0;
}

/* Events / Activity Report */
.activityreport {
  width: 420px;
  margin: 10px 20px 20px 10px;
}
.activityreport h3 {
  color: #36C;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 5px 5px 0;
  border-bottom: #CCC dotted 1px;
}
.activityreport li {
  list-style: none;
	background: url(../images/pdf_icon3.jpg) left 0px top 15px no-repeat;
  border-bottom: #CCC dotted 1px;
  padding: 15px 5px 5px 5px;
  text-indent: 18px;  
}
.activityreport img {
  vertical-align: bottom;
}

/* Forum */
#main .Forum table {
  width: 900px;
  margin: 5px auto;
}
#main .Forum td {
  padding: 5px;
}
#main .Forum .pdfbox {
  width: 420px;
  border-bottom: #CCC dotted 1px;
  color: #999;
  padding: 5px;
}
#main .Forum .pdfbox img {
  vertical-align: bottom;
}
#main .Forum .docbox {
  border-bottom: #CCC dotted 1px;
  color: #999;
  padding: 5px;
}
#main .Forum .docbox img {
  vertical-align: bottom;
}
#main .Forum .photobox {
  width: 420px;
  border-bottom: #CCC dotted 1px;
  color: #999;
  padding: 5px;
}
#main .Forum .photobox img {
  vertical-align: top;
  padding: 0 5px 0 0;
}
#main .Forum .photobox .line {
  width: 200px;
  border-top: #CCC dotted 1px;
  margin: 5px auto;
}
#main .Forum .title {
  width: 420px;
  color: #36C;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  border-bottom: #CCC dotted 1px;
}
#main .Forum .btn a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
/* Symposium */
#main .Sympo table {
  width: 900px;
  margin: 5px auto;
}
#main .Sympo td {
  padding: 5px;
}
#main .Sympo .pdfbox {
  width: 420px;
  border-bottom: #CCC dotted 1px;
  color: #999;
  padding: 5px;
}
#main .Sympo .pdfbox img {
  vertical-align: bottom;
}
#main .Sympo .pdfbox2 {
  width: 870px;
  border-bottom: #CCC dotted 1px;
  color: #999;
  padding: 5px;
}
#main .Sympo .pdfbox2 img {
  vertical-align: bottom;
}
#main .Sympo .pdfbox3 {
  width: 500px;
  border-bottom: #CCC dotted 1px;
  color: #999;
  padding: 5px;
}
#main .Sympo .pdfbox3 img {
  vertical-align: bottom;
}
#main .Sympo .photobox {
  width: 420px;
  border-bottom: #CCC dotted 1px;
  color: #999;
  padding: 5px;
}
#main .Sympo .photobox img {
  vertical-align: top;
  padding: 0 5px 0 0;
}
#main .Sympo .photobox .line {
  width: 200px;
  border-top: #CCC dotted 1px;
  margin: 5px auto;
}
#main .Sympo .photobox3 {
  width: 340px;
  border-bottom: #CCC dotted 1px;
  color: #999;
  padding: 5px;
}
#main .Sympo .photobox3 img {
  vertical-align: top;
  padding: 0 5px 0 0;
}
#main .Sympo .photobox3 .line {
  width: 200px;
  border-top: #CCC dotted 1px;
  margin: 5px auto;
}
#main .Sympo .title {
  width: 420px;
  color: #36C;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  border-bottom: #CCC dotted 1px;
}
#main .Sympo .title2 {
  width: 870px;
  color: #36C;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  border-bottom: #CCC dotted 1px;
}
#main .Sympo .titleL {
  width: 500px;
  color: #36C;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  border-bottom: #CCC dotted 1px;
}
#main .Sympo .titleR {
  width: 340px;
  color: #36C;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  border-bottom: #CCC dotted 1px;
}
#main .Sympo .subtitle {
  padding-top: 10px;
}
#main .Sympo .btn a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
/* Meeting */
#main .Meeting table {
  width: 900px;
  margin: 5px auto 20px auto;
}
#main .Meeting td {
  padding: 5px;
}
#main .Meeting .pdfbox {
  width: 420px;
  border-bottom: #CCC dotted 1px;
  color: #999;
  padding: 5px;
}
#main .Meeting .pdfbox img {
  vertical-align: bottom;
}
#main .Meeting .photobox {
  width: 420px;
  border-bottom: #CCC dotted 1px;
  color: #999;
  padding: 5px;
}
#main .Meeting .photobox img {
  vertical-align: top;
  padding: 0 5px 0 0;
}
#main .Meeting .photobox .line {
  width: 200px;
  border-top: #CCC dotted 1px;
  margin: 5px auto;
}
#main .Meeting .title {
  width: 420px;
  color: #36C;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  border-bottom: #CCC dotted 1px;
}
#main .Meeting .btn a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.yt-embed {
  margin: 20px auto 20px auto;
  width: 880px;
}

/* Site Map */
#Sitemap {
  width: 800px;
  margin: 20px auto 20px 80px;
}
#Sitemap li {
  list-style: none;
  margin: 1rem 1rem 2rem 1rem;
  font-size: 1.2rem;
  position: relative;
}
#Sitemap li:before {
  position:absolute;
	content:'';
	top: 0.3rem;
	left: -20px;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 12px;
	border-color: transparent transparent transparent #00689D;
}

#Sitemap .sub li {
  margin: 1rem 1rem 1rem 3rem;
}
#Sitemap .sub li:before {
  top: 0.5rem;
  left: -16px;
  border-width: 4px 0 4px 8px;
}

#main .Sitemap table {
  width: 800px;
  margin: 20px auto;
}
#main .Sitemap td {
  padding: 5px;
}
#main .Sitemap .databox {
  width: 400px;
  color: #666;
  line-height: 2em;
  padding: 4px;
}
#main .Sitemap .title {
  width: 400px;
  color: #36C;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
}
/* Secretariat */
#secretariat {
  width: 840px;
  margin: 10px auto 20px auto;
}
#secretariat p {
  padding: 10px 0;
}
#secretariat img {
  padding: 0 30px 10px 10px;
}
#secretariat .flexbox {
  display: flex;
}

/* footer */
#footer {
  clear: both;
  width: 900px;
  height: 74px;
  background-color: #e5e5e5;
  font-size: 0.846rem;
  border-radius: 0 0 12px 12px;
  /* fix footer */
  position: relative;
  margin: -74px auto 0 auto; /* margin top only use */
}
#footer .menu {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 18px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer .cp {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 18px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*----------------------------------------------------------------------*/
/* projects */
#projects {
  margin: 18px 5px;
}
#projects h3 {
  font-size: 18px;
  color: #36C;
  padding-top: 20px;
}
#projects .projectname {
  font-size: 16px;
  font-weight: bold;
  margin: 14px 0 14px 14px;
}
#projects .projecttitle {
  font-size: 14px;
  font-weight: bold;
}
#projects p.name {
  line-height: 110%;
}
#projects div.flag {
  padding: 10px;
  line-height: 120%;
}
#projects input[type="radio"] {
  display: none;
}
.projects_table {
  display: table;
  border-collapse: collapse;
  margin: 0 0 20px 0;
}
.projects_table th {
  width: 20%;
  background: #dddddd;
  padding: 1em;
  text-align: center;
  border-top: #333333 1px dotted;
  border-bottom: #333333 1px dotted;
}
.projects_table td {
  width: 80%;
  background: #ffffff;
  padding: 1.5em 1.5em;
  border-top: #333333 1px dotted;
  border-bottom: #333333 1px dotted;
}
.projects_table_photo {
  border-collapse: collapse;
}
.projects_table_photo td {
  width: 20%;
  text-align: center;
  border: none;
  padding: 0 3em 1em 0;
}
.projects_table_person {
  width: 100% !important;
  border-collapse: collapse;
}
.projects_table_person td {
  width: 20%;
  text-align: center;
  border: none !important;
  padding: 1em 1em 1em 0;
}
.projects_table_person td.flag {
  width: 100px !important;
}
.projects_table_person td.namelist {
  width: 580px;
  line-height: 100%;
  text-align: left;
}
.pi {
  float: left;
  text-align: center;
  padding: 10px 20px 10px 0;
  width: 200px;
}
.pi p {
  padding: 10px;
}
.researcher {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 10px 0 10px 0;
  width: 178px;
}
.researcher p {
  padding: 5px 0 0 0;
}
.researcher_table {
  width: 100%;
  border-collapse: collapse;
}
.researcher_table td {
  width: auto;
  text-align: left;
  border: none;
  padding: 0 1em 0 0;
}
.researcher_name {
  font-size: 16px;
  font-weight: bold;
}
/* select by country */
.clickarea {
  position: absolute;
  cursor: pointer;
  background: #fff;
  transition: all 0.1s;
  opacity: 0;
  height: 4px;
}
.clickarea:hover {
  opacity: .3;
}
.clicklist {
  width: 124px;
  height: 24px;
}

#table_project td, .foc_project td {
  width: initial !important;
}
#table_project tr:nth-child(2n+1) {
  background: initial;
}
#table_project p {
  font-size: 14px;
  font-weight: bold;
  margin: 0.2em 0.2em 0 0.5em;
}
#table_project ul {
  margin: 0.5em 1em 0 2em;
  font-size: 12px;
}
#table_project li {
  padding-left: 30px;
  line-height: 1rem;
  margin-bottom: 8px;
}
#table_project li img {
  vertical-align: text-bottom;
}
.foc1 {
  background-color: #f36d25 !important;
  color: #fefefe;
  text-align: center;
}
.foc2 {
  background-color: #00aed9 !important;
  color: #fefefe;
  text-align: center;
}
.foc3 {
  background-color: #3eb049 !important;
  color: #fefefe;
  text-align: center;
}
.foc4 {
  background-color: #ba37e7 !important;
  color: #fefefe;
  text-align: center;
}
.foc5 {
  background-color: #f99d26 !important;
  color: #fefefe;
  text-align: center;
}
.foc6 {
  background-color: #ed72b5 !important;
  color: #fefefe;
  text-align: center;
}
.foc7 {
  background-color: #007dbc !important;
  color: #fefefe;
  text-align: center;
}

/*----------------------------------------------------------------------*/
/* Find Collaborators */
#collaborators .summary {
  width: 840px;
  margin: 1rem auto 0 auto;
  /* line-height: 1.8; */
}
#collaborators .summary p {
  margin: .4rem 0 0 0;
}
#collaborators ul {
  list-style: none;
}
#collaborators > ul {
  width: 860px;
  margin: 1.2rem auto 2rem auto;
  border-top: #999 solid 1px;
  border-bottom: #999 solid 1px;
}
#collaborators > ul > li {
  display: flex;
  padding: 0.5rem 0.5rem 0 0.5rem;
  border-top: #999 solid 1px;
}
#collaborators ul li ul {
  max-width: 700px;
}
#collaborators ul li ul li {
  padding: 0.5rem;
  border-bottom: #999 dotted 1px;
}
#collaborators ul li ul li:last-child {
  border-bottom: none;
}
#collaborators .country {
  width: 120px;
  padding: .75rem;
  text-align: center;
}

/*----------------------------------------------------------------------*/
/* Documents and Samples(old:Resources) */
#resources {
  padding: 5px 0 0 20px;
}

#resources .title {
  color: #36C;
  font-size: 16px;
  font-weight: bold;
  margin: 1rem 0 .5rem .5rem;
}

#resources ul {
  margin:  0 0 3rem 1rem;
}
#resources li {
  display: flex;
  align-items: center;
  margin:  1rem 0;
  padding: 0 0 0 2rem;
  list-style: none;
}
#resources .icon-pdf { background: left center url(../images/pdf_icon3.jpg) no-repeat; }
#resources .icon-word { background: left center url(../images/word_icon.png) no-repeat; }
#resources .icon-excel { background: left center url(../images/excel_icon.png) no-repeat; }

#resources .new::before {
  content: url(../images/new.png);
  position: absolute;
  margin: 0 0 .4rem -4.4rem;
  
}

#resources .signage {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  border: #36C 2px solid;
  margin: 0 0 0 1rem;
  padding: .25rem .5rem .2rem .5rem;
}
#resources .signage span {
  font-size: 11px;
  display: block;
}

/*----------------------------------------------------------------------*/
/* Members Prospective  */
#main .participants {
  border-collapse: collapse;
  border: none;
  margin: 10px;
  background: #e5e5e5;
  width: 800px;
}
#main .participants td {
  border: solid 4px #fff;
  font-size: 12px;
  text-align: center;
  padding: 12px 10px 2px 10px;
}
/*----------------------------------------------------------------------*/
/* FAQ  */
#faq {
  padding: 0.5rem 1rem 2rem 1rem;
}

#faq dl {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: none;
  background: #f3f3f3;
}
#faq dt {
  width: 38%;
  float: left;
  padding: 10px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}
#faq dd {
  margin-left: 38%;
  padding: 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #fff;
}
#faq dd:after {
  display: block;
  content: "";
  clear: both;
}

