@charset "utf-8";



/********** Base Font **********/

html {
  font-size: 62.5%;
}



/********** Default **********/

* {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
}

::-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: #040F25;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 1.4rem;
  line-height: 160%;
  color: #040F25;
  min-width: 1000px;
}
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: #040F25;
  background: none;
  text-decoration: underline;
}
a:hover {
  color: #F21200;
  text-decoration: none;
}
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;
}
sub {
  vertical-align: baseline;
  position: relative;
  bottom: -1ex;
  font-size: 1.0rem;
}
hr {
  border: none;
  height: 1px;
  background-color: #DDDDDD;
  margin: 30px 0;
  clear: both;
}
figure {
  margin: 0 auto;
}
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;
}
.email:after {
  content: "@";
}



/********** Common **********/



/* Header */

header {
  background-image: url("../images/header-image.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
}
header #header {
  clear: both;
  text-align: right;
  margin: 0 auto;
  padding: 0;
  width: 980px;
  height: 280px;
  color: #FFFFFF;
  position: relative;
}
header #header h1 {
  clear: both;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 15px;
  right: 0;
  color: #FFFFFF;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 2.4rem;
  letter-spacing: 1px;
  font-family: Lucida Sans Unicode;
  text-shadow: 1px 1px 1px #000000;
  line-height: 120%;
}
header #header h1 a {
  color: #FFFFFF;
  text-decoration: none;
}
header #header #lang {
  clear: both;
  position: absolute;
  bottom: 90px;
  right: 0;
}
header #header #lang ul {
  clear: both;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
header #header #lang ul li {
  margin: 0 20px 15px 15px;
  padding: 0;
}
header #header #lang ul li a {
  font-size: 1.6rem;
  font-family: Verdana;
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000000;
}
header #header #lang ul li.current a {
  font-family: Verdana;
  color: #F21200;
  text-decoration: none;
}
header #header #lang ul li a:hover {
  color: #F21200;
}
header #header #trigger {
  display: none;
}



/* Footer */

footer {
  clear: both;
  width: 100%;
  padding: 40px 0 10px 0;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(to bottom, #072D6B 0%, #04193B 30%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
}
footer .contents {
  width: 980px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
footer .contents aside {
  text-align: center;
  margin: 0 auto;
  padding: 0 40px;
}
footer .contents aside ul {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
footer .contents aside ul li {
  margin: 8px auto;
  padding: 0;
  text-align: center;
  vertical-align: top;
  font-size: 1.2rem;
}
footer .contents aside ul li.text-banner a {
  margin: 8px auto;
  padding: 0;
  color: #040F25;
  background-color: #FFFFFF;
  border: 1px solid #BBBBBB;
  box-sizing: border-box;
  display: block;
  width: 260px;
  height: 60px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  line-height: 120%;
  position: relative;
}
footer .contents aside ul li.text-banner a:hover {
  color: #F21200;
}
footer .contents aside ul li.text-banner a img {
  float: left;
  margin: 3px;
}
footer .contents aside ul li.text-banner a span {
  position: absolute;
  top: 30%;
  margin: -0.5em;
  left: 80px;
}
footer .contents aside ul li.text-only-banner a {
  margin: 8px auto;
  padding: 0;
  color: #040F25;
  background-color: #FFFFFF;
  border: 1px solid #BBBBBB;
  box-sizing: border-box;
  display: block;
  width: 260px;
  height: 60px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 60px
}
footer .contents aside ul li.text-only-banner a:hover {
  color: #F21200;
}
footer .contents #credit {
  margin: 50px auto 30px auto;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 1px;
  font-family: Lucida Sans Unicode;
  line-height: 120%;
}
footer #pagetop {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
footer #pagetop img {
  margin: 25px 0 0 0;
}
footer #pagetop a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #072D6B;
  font-size: 10px;
  font-family: Verdana;
  transition: color 0.3s, background-color 0.3s;
}
footer #pagetop a:hover {
  background-color: #F21200;
  transition: color 0.3s, background-color 0.3s;
}
footer #pagetop span:before {
  content: "\A";
  white-space: pre;
}
footer #copyright {
  clear: both;
  font-size: 1.2rem;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  font-family: Verdana;
}



/* Main */

main {
  clear: both;
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background-image:
    url("../images/border-top-bg.png"),
    url("../images/border-bottom-bg.png");
  background-repeat: repeat-x;
  background-position:
    center top,
    center bottom;
}



/* Contents */

#contents {
  clear: both;
  width: 980px;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  min-height: 640px;

  display: table; /*FF用*/
}



/* Content */

#content {
  vertical-align: top;
  padding: 40px 0 40px 30px;
  width: 700px;
  height: 100%;

  display: table-cell; /*FF用*/
}
#content article {
  clear: both;
  overflow: hidden;
  margin: 0 0 40px 0;
  padding: 0;
  position: relative;
}
#content article:last-child {
  margin: 0;
}
#content article .flex01 {
  clear: both;
  margin: 0 0 20px 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#content article .flex01 img {
  margin: 10px 0;
}



/* Sidebar */

#sidebar {
  vertical-align: top;
  margin: 0;
  padding: 43px 0;
  width: 250px;
  background-image:
    url("../images/sidebar-bg-bottom.png"),
    url("../images/sidebar-bg-top.png"),
    linear-gradient(to bottom, #040F25 0%, #072D6B 30%, #072D6B 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-repeat: no-repeat;
  background-position:
    center bottom,
    center top;

  display: table-cell; /*FF用*/
}
#sidebar nav {
  clear: both;
  margin: 0;
  padding: 0;
}
#sidebar nav ul {
  clear: both;
  text-align: center;
  margin: 0 20px;
  padding: 0 0 40px 0;
}
#sidebar nav ul li {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1.3rem;
}
#sidebar nav ul li a {
  display: block;
  margin: 0;
  padding: 8px 0;
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #FFFFFF;
  box-sizing: border-box;
  font-family: Lucida Sans Unicode;
}
#sidebar nav ul li a:hover,
#sidebar nav ul li a.current {
  color: #F21200;
  border-bottom: 1px solid #F21200;
  box-sizing: border-box;
}
#sidebar nav ul li a:before {
  content: url("../images/icon03.png");
  position: relative;
  top: 4px;
  margin: 0 6px 0 0;
}
#sidebar nav ul li a:hover:before,
#sidebar nav ul li a.current:before {
  content: url("../images/icon04.png");
}
#sidebar nav ul li ul {
  margin: 0 0 0 20px;
  padding: 0;
}



/* H-Tag */

main h2 {
  clear: both;
  font-size: 2.0rem;
  font-style: normal;
  font-weight: normal;
  color: #040F25;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
  padding: 10px 0;
  border-bottom: 3px solid #072D6B;
}
main h3 {
  clear: both;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin: 0 0 20px 0;
  padding: 4px 16px;
  line-height: 160%;
  background-color: #072D6B;
  border-radius: 2px;
}
main h4 {
  clear: both;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: bold;
  color: #040F25;
  margin: 0 0 20px 0;
  padding: 0 0 0 10px;
  line-height: 160%;
  border-bottom: 1px solid #072D6B;
  border-left: 5px solid #072D6B;
}
main h5 {
  clear: both;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: bold;
  color: #040F25;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 160%;
}
main h5:before {
  content: url("../images/icon02.png");
  position: relative;
  top: 1px;
  margin: 0 4px 0 0;
}



/********** Contents **********/



/* Home */

.home #content #photo {
  display: inline;
  float: right;
  margin: 0 0 20px 20px;
  border: 2px solid #072D6B;
  padding: 4px;
}
.home #content #photo #slide {
  width: 320px;
  height: 240px;
  margin: 0 auto;
  position: relative;
}
.home #content #photo #slide img {
  position: absolute;
  left: 0;
  top: 0;
}
.home #content dl {
  clear: both;
  margin: 20px 0;
  padding: 0;
  border-bottom: 1px dotted #888888;
  width: 100%;
}
.home #content dl dt {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  color: #072D6B;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  font-family: Verdana;
}
.home #content dl dd {
  margin: 0;
  padding: 3px 0 5px 0;
  text-align: left;
  font-size: 1.4rem;
}
.home #content .archives {
  text-align: right;
  font-size: 1.3rem;
  position: absolute;
  top: 12px;
  right: 0;
}
.home #content .archives:before {
  content: url("../images/icon02.png");;
  position: relative;
  top: 2px;
  margin: 0 4px 0 0;
}



/* Research */

.page-id-1 #content ul {
  list-style-position: inside;
  margin: 20px 0 20px 40px;
}
.page-id-1 #content ul li {
  list-style-type: disc;
}



/* Members */

.page-id-2 #content ul {
  clear: both;
  margin: 0;
  padding: 0;
}
.page-id-2 #content ul li {
  margin: 20px 0;
  padding: 0;
  border: 1px solid #072D6B;
}
.page-id-2 #content ul li dl {
  clear: both;
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #888888;
  width: 100%;
  display: table;
  border-collapse: separate;
}
.page-id-2 #content ul li dl:last-child {
  border: none;
}
.page-id-2 #content ul li dl dt {
  margin: 0;
  padding: 4px 10px;
  text-align: center;
  white-space: nowrap;
  display: table-cell;
  width: 30%;
  background-color: #F2F2F2;
  border-right: 1px solid #072D6B;
}
.page-id-2 #content ul li dl dd {
  margin: 0;
  padding: 0 10px;
  text-align: left;
  display: table-cell;
  width: 100%;
}
.page-id-2 #content ul li dl dd span:after {
  content: "@";
}
.page-id-2 #content ul li dl dd a:after {
  content: url("../images/icon06.png");
  margin: 0 0 0 4px;
}



/* Recruit */

.page-id-5 #content ul {
  list-style-position: inside;
  margin: 20px 0 20px 40px;
}
.page-id-5 #content ul li {
  list-style-type: disc;
}



/* NEWS */

.page-id-8 #content dl {
  clear: both;
  margin: 20px 0;
  padding: 0;
  border-bottom: 1px dotted #888888;
  width: 100%;
}
.page-id-8 #content dl dt {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  color: #072D6B;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  font-family: Verdana;
}
.page-id-8 #content dl dd {
  margin: 0;
  padding: 3px 0 5px 0;
  text-align: left;
  font-size: 1.4rem;
}



/* NEWS - Detail */

.page-id-8.page-child #content .back {
  clear: both;
  border-top: 1px solid #072D6B;
  margin: 20px 0 0 0;
  padding: 10px 0 0 0;
  text-align: right;
}
.page-id-8.page-child #content .back:before {
  content: url("../images/icon02.png");
  margin: 0 4px 0 0;
  position: relative;
  top: 2px;
}