@charset "utf-8";



/**************************************************/
/********** Base Font Setting **********/
/**************************************************/

html {
  font-size: 62.5%;
}



/********** Default **********/

* {
  font-family: Lucida Sans Unicode, sans-serif;
}

::-moz-selection { background: #BBBBBB; color: #FFFFFF; text-shadow: none;}
::selection { background: #BBBBBB; color: #FFFFFF; text-shadow: none;}

::-webkit-input-placeholder {color: #FFFFFF;}
::-moz-placeholder  {color: #FFFFFF;}
:-moz-placeholder {color: #FFFFFF;}
:-ms-input-placeholder  {color: #FFFFFF;} 

p {
  margin: 20px 0;
}
html, body {
  height: 100%;
}
body {
  background-color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 1.3rem;
  line-height: 160%;
  color: #000000;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-style: normal;
  clear: both;
}
a {
  color: #2D287F;
  background: none;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s;
}
a:hover {
  color: #EDCA50;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s;
}
a img {
  border: none;
  transition: opacity 0.3s;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: opacity 0.3s;
}
address {
  font-style: normal;
}
img {
  vertical-align: middle;
}
strong, em {
  font-style: normal;
  font-weight: bold;
}
sup {
  vertical-align: baseline;
  position: relative;
  top: -1ex;
  font-size: 1.0rem;
}
hr {
  border: none;
  height: 1px;
  background-color: #DDDDDD;
  margin: 30px 0;
  clear: both;
}
figure {
  margin: 0 auto;
}
figure img {
  padding: 2px;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
}
figcaption {
  margin: 10px auto;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.alignleft {
  display: inline;
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  display: inline;
  float: right;
  margin: 0 0 20px 20px;
}
.aligncenter {
  display: block;
  margin: 20px auto;
  text-align: center;
}



/********** Common **********/



/* Header */

header {
  clear: both;
  text-align: left;
  margin: 0 auto;
  padding: 0 20px;
  width: 940px;
  height: 100px;
  background-color: #FFFFFF;
  color: #000000;
  display: table;
}
header h1 {
  clear: both;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display: table-cell;
}
header h1 a {
  clear: both;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  color: #000000;
  line-height: 130%;
}
header h1 strong {
  font-size: 2.2rem;
  font-weight: bold;
}
header h1 small {
  font-size: 1.3rem;
  font-style: italic;
}
header h1 a:hover {
  color: #000000;
}
header #lang a {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #2D287F;
  display: block;
  padding: 10px 25px;
  border-bottom-left-radius: 12px;
}
header #lang a:before {
  content: url("../images/icon03.png");;
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
}
header #lang a:hover {
  background-color: #EDCA50;
}
header #logo {
  clear: both;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display: table-cell;
}
header #trigger {
  display: none;
}



/* Global Menu */

#global-menu {
  clear: both;
  text-align: center;
  margin: 0 auto;
  background-color: #EDCA50;
  width: 100%;
  min-width: 980px;
  position: relative;
  z-index: 9999;
}
#global-menu ul {
  clear: both;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: table;
}
#global-menu ul li {
  margin: 0;
  padding: 0;
  display: table-cell;
  font-size: 1.3rem;
  width: 163px;
}
#global-menu ul li a {
  display: block;
  margin: 0;
  padding: 8px 0;
  color: #000000;
  font-weight: bold;
  width: 100%;
  height: 100%;
}
#global-menu ul li a:hover {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #2D287F;
}
#global-menu ul li.current a {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #2D287F;
}



/* Footer */

footer {
  clear: both;
  width: 100%;
  min-width: 980px;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  background-color: #EDCA50;
  overflow: hidden;
}
footer .contents {
  position: relative;
  width: 940px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 20px 5px 20px;
}
footer address {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 100%;
  font-size: 1.2rem;
  line-height: 150%;
}
footer address em {
  font-size: 1.4rem;
  font-weight: bold;
}
footer address span {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 180%;
}
footer #pagetop {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
footer #pagetop img {
  margin: 0 0 2px 0;
}
footer #pagetop a {
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  display: block;
  color: #000000;
}
footer #pagetop a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: opacity 0.3s;
}
footer #copyright {
  clear: both;
  font-size: 1.0rem;
  letter-spacing: 0.1rem;
  color: #000000;
  text-align: right;
  margin: 0 auto;
}



/* Main */

main {
  clear: both;
  width: 100%;
  background-color: #EEEEEE;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: table;
}



/* Page - Main Image */

.page #main-image {
  clear: both;
  width: 100%;
  min-width: 980px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background-color: #000000;
  overflow: hidden;
}
.page #main-image h2 {
  clear: both;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 0.8rem;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative;
  top: 88px;
  left: 38px;
  width: 980px;
}
.page #main-image img {
  margin-top: -22px;
}



/* Home - Image Slider */

#slider {
  clear: both;
  width: 100%;
  text-align: left;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
#slider ul li {
  position: relative;
}
#slider h2 {
  clear: both;
  font-size: 2.0rem;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.7);
  padding: 40px 0 60px 0;
  line-height: 120%;
}
#slider h2 span {
  display: block;
  width: 900px;
  margin: 0 auto;
}
#slider ul,
#slider ul li {
  float: left;
  display: inline;
  overflow: hidden;
}
#slider ul li img {
  width: 100%;
  display: none;
}
.slider_base {
  top: 0;
  position: absolute;
}
.slider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
}
.slider_prev,
.slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
.slider_prev {
  background-color: #000;
  background-image: url("../images/prev.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.slider_next {
  background-color: #000;
  background-image: url("../images/next.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 200;
}
.pagination a {
  margin: 0 10px;
  width: 12px;
  height: 12px;
  display: inline-block;
  overflow: hidden;
  background: #FFFFFF;
}
.pagination a.active {
  filter:alpha(opacity=100)!important;
  -moz-opacity: 1!important;
  opacity: 1!important;
}
.slider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.slider ul {
  display: inline-block;
  overflow: hidden;
}



/* Contents */

#contents {
  clear: both;
  width: 980px;
  text-align: left;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  display: flex;
  background-color: #FFFFFF;
}



/* Content */

#content {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px;
  width: 680px;
  height: 100%;
}
#content article {
  clear: both;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  background-color: #FFFFFF;
  color: #000000;
}
#content article:last-child {
  margin: 0;
}



/* Sidebar */

#sidebar {
  display: table-cell;
  vertical-align: top;
  margin: 0;
  padding: 0 20px 0 0;
}
#sidebar aside {
  clear: both;
  text-align: center;
  margin: 0;
  padding: 0;
}
#sidebar aside ul {
  margin: 0;
  padding: 0;
}
#sidebar aside ul li {
  margin: 0 0 20px 0;
  padding: 0;
}



/* H-Tag */

main h3 {
  clear: both;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  margin: 0 0 20px 0;
  padding: 0 15px;
  line-height: 160%;
  border-bottom: 3px solid #2D287F;
}
main h4 {
  clear: both;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  margin: 0;
  padding: 20px 0 0 0;
  line-height: 160%;
}



/********** Contents **********/



/* Home */

.home #content dl {
  clear: both;
  margin: 30px 0;
  padding: 0;
  border-bottom: 1px dotted #888888;
  width: 100%;
  display: table;
}
.home #content dl dt {
  display: table-cell;
  font-size: 1.2rem;
  color: #555555;
  text-align: left;
  white-space: nowrap;
  padding: 0 15px;
}
.home #content dl dd {
  display: table-cell;
  text-align: left;
  font-size: 1.4rem;
  width: 100%;
}
.home #content .archives {
  text-align: right;
  font-size: 1.2rem;
  position: absolute;
  top: 2px;
  right: 0;
}
.home #content .archives:before {
  content: url("../images/icon02.png");;
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
}



/* Outline */

.page-id-1 #content {
}



/* Members */

.page-id-2 #content dl {
  clear: both;
  margin: 20px 0;
  padding: 0;
  width: 100%;
  display: table;
  border-bottom: 1px dotted #888888;
}
.page-id-2 #content dl dt {
  display: table-cell;
  text-align: left;
  width: 180px;
}
.page-id-2 #content dl dt:before {
  content: url('../images/icon02.png');
  margin: 2px 5px 0 0;
  float: left;
}
.page-id-2 #content dl dd {
  display: table-cell;
  text-align: left;
}



/* Syllabus */

.page-id-3 #content {
}



/* Activity Report */

.page-id-4 #content {
}



/* Links */

.page-id-5 #content ul li {
  margin: 20px 0;
  border-bottom: 1px dotted #888888;
}
.page-id-5 #content ul li a {
  display: block;
}
.page-id-5 #content ul li:before {
  content: url('../images/icon02.png');
  margin: 2px 5px 0 0;
  float: left;
}
.page-id-5 #content ul li span {
  color: #888888;
  font-family: Arial;
  font-style: italic;
  margin: 0 0 0 10px;
}
.page-id-5 #content ul li span:before {
  content: "-";
  margin: 0 10px 0 0;
}



/* News & Topics */

.page-id-6 #content dl {
  clear: both;
  margin: 30px 0;
  padding: 0;
  border-bottom: 1px dotted #888888;
  width: 100%;
  display: table;
}
.page-id-6 #content dl dt {
  display: table-cell;
  font-size: 1.2rem;
  color: #555555;
  text-align: left;
  white-space: nowrap;
  padding: 0 15px;
}
.page-id-6 #content dl dd {
  display: table-cell;
  text-align: left;
  font-size: 1.4rem;
  width: 100%;
}



/* News & Topics (Detail) */

.page-id-6.page-child #content dl {
  margin: 0;
  padding: 10px;
}
.page-id-6.page-child #content dl dt {
  font-size: 1.4rem;
  color: #000000;
  padding: 0;
  text-align: center;
}
.page-id-6.page-child #content dl dd {
  font-size: 1.4rem;
  color: #000000;
  width: 540px;
}
.page-id-6.page-child #content .archives {
  text-align: right;
  font-size: 1.2rem;
}
.page-id-6.page-child #content .archives:before {
  content: url("../images/icon02.png");;
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
}