@charset "utf-8";



/********** Base Font **********/

@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 56.3%;
  } 
}
@media screen and (max-width: 480px) {
  html {
    font-size: 50.0%;
  }
}



/********** 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;
}



@media screen and (min-width: 1025px) {



/********** 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.4rem;
}
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.4rem;
  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: 50%;
  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.4rem;
  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;
  display: flex;
  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;
}



/* Content */

#content {
  vertical-align: top;
  padding: 40px 0 40px 30px;
  width: 700px;
  height: 100%;
}
#content article {
  clear: both;
  overflow: hidden;
  margin: 0 0 40px 0;
  padding: 0;
  position: relative;
}
#content article:last-child {
  margin: 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;
}
#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.current a {
  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.current a:before {
  content: url("../images/icon04.png");
}



/* H-Tag */

main h2 {
  clear: both;
  font-size: 2.0rem;
  font-style: normal;
  font-weight: normal;
  color: #040F25;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  padding: 10px 5px;
  border-bottom: 3px solid #072D6B;
}
main h3 {
  clear: both;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: normal;
  color: #040F25;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 160%;
  border-bottom: 1px solid #072D6B;
}



/********** 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;
}



}



@media screen and (max-width: 1024px) {



/********** Common **********/



body {
  background-color: #040F25;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 1.4rem;
  line-height: 160%;
  color: #040F25;
  min-width: 320px;
}



/* Header */

header {
  background-image: url("../images/header-image.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  -moz-background-size: contain;
  background-size: contain;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}
header #header {
  clear: both;
  text-align: right;
  margin: 0 10px;
  padding: 0;
  height: 200px;
  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: 1.6rem;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #000000;
  line-height: 130%;
}
header #header h1 a {
  color: #FFFFFF;
  text-decoration: none;
}
header #header h1 strong {
  font-size: 3.0rem;
  letter-spacing: 3px;
  font-weight: normal;
  margin: 0 0 0 10px;
}
header #header #lang {
  clear: both;
  position: absolute;
  bottom: 65px;
  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 a {
  position: fixed;
  z-index: 9999;
  right: 10px;
  top: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #040F25;
  display: block;
  padding: 15px;
  border-radius: 100%;
  border: 2px solid #FFFFFF;
  transition: color 0.3s, background-color 0.3s;
}
header #header #trigger a:hover {
  background-color: #F21200;
  transition: color 0.3s, background-color 0.3s;
}
header #header #trigger a img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}



/* Footer */

footer {
  clear: both;
  width: 100%;
  padding: 20px 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 {
  text-align: center;
  margin: 0 10px;
  padding: 0;
}
footer .contents aside {
  text-align: center;
  margin: 0 auto;
  padding: 0 10px;
}
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.4rem;
}
footer .contents aside ul li.text-banner a {
  margin: 0 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.4rem;
  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: 50%;
  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.4rem;
  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: 40px auto 20px auto;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 130%;
}
footer .contents #credit strong {
  font-size: 3.0rem;
  letter-spacing: 3px;
  font-weight: normal;
  margin: 0 0 0 10px;
}
footer #pagetop {
  position: absolute;
  right: 10px;
  bottom: 46px;
}
footer #pagetop img {
  margin: 20px 0 0 0;
}
footer #pagetop a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  width: 50px;
  height: 50px;
  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 a img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
footer #pagetop span {
  display: none;
}
footer #copyright {
  clear: both;
  font-size: 1.2rem;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  font-family: Verdana;
  line-height: 120%;
}



/* Main */

main {
  clear: both;
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  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;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  width: 100%;
}



/* Content */

#content {
  vertical-align: top;
  padding: 40px 10px;
  width: 100%;
  height: 100%;
}
#content article {
  clear: both;
  overflow: hidden;
  margin: 0 0 40px 0;
  padding: 0;
  position: relative;
}
#content article:last-child {
  margin: 0;
}



/* Sidebar */

#sidebar {
  display: none;
}
#modal-window {
  display: none;
}
#modal-window li {
  border-bottom: 1px solid #555555;
  padding: 10px 0 4px 0;
}
#pageslide {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 30%;
  padding: 20px;
  background: rgba(0,0,0,0.8);
  color: #FFFFFF;
  text-align: right;
}
#pageslide a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
}



/* H-Tag */

main h2 {
  clear: both;
  font-size: 2.0rem;
  font-style: normal;
  font-weight: normal;
  color: #040F25;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  padding: 10px 5px;
  border-bottom: 3px solid #072D6B;
  width: 100%;
}
main h3 {
  clear: both;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: normal;
  color: #040F25;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 160%;
  border-bottom: 1px solid #072D6B;
  width: 100%;
}



/********** 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: 40%;
  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: "@";
}



/* 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;
}



@media screen and (max-width: 768px) {



/********** Common **********/



/* Header */

header #header {
  height: 200px;
}



}



@media screen and (max-width:640px) {



/********** Common **********/



/* Header */

header #header {
  height: 180px;
}
header #header #lang {
  bottom: 60px;
}



/* Footer */

footer .contents aside ul li {
  width: 100%;
}
footer .contents aside ul li.text-only-banner a:hover {
  color: #F21200;
}
footer .contents #credit {
  margin: 20px auto;
}
footer .contents #credit strong:before {
  content: "\A";
  white-space: pre;
}
footer #pagetop {
  bottom: 60px;
}



/********** Contents **********/

/* Home */

.home #content #photo {
  margin: 0 auto 20px auto;
  text-align: center;
  border: none;
  width: 100%;
}
.home #content #photo #slide {
  width: 320px;
  height: 240px;
  margin: 0 auto;
}



}



@media screen and (max-width:480px) {



/********** Common **********/



img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
body {
  min-width: 240px;
}



/* Header */

header #header {
  height: 150px;
}
header #header h1 {
  font-size: 1.3rem;
  line-height: 130%;
  bottom: 10px;
}
header #header #lang {
  bottom: 40px;
  display: flex;
  justify-content: space-around;
}
header #header #lang ul li a {
  font-size: 1.3rem;
}
header #header #trigger a {
  padding: 10px;
}
header #header #trigger a img {
  width: 20px;
}



/* Footer */

footer .contents aside ul li {
  width: 100%;
}
footer .contents aside ul li.text-only-banner a:hover {
  color: #F21200;
}
footer .contents #credit {
  margin: 20px auto;
  text-align: center;
  font-size: 1.3rem;
  line-height: 130%;
}
footer #pagetop {
  bottom: 54px;
}



/* Content */

#content article {
  margin: 0 0 10px 0;
}



/********** Contents **********/

/* Home */

.home #content #photo #slide {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.home #content #photo #slide {
  width: 240px!important;
  height: 180px!important;
}
.home #content #photo #slide ul li {
  width: 240px!important;
  height: 180px!important;
}



}



@media screen and (max-width:320px) {



/* Header */

header #header {
  height: 110px;
}
header #header h1 {
  line-height: 120%;
  text-align: center;
  left: 0;
  font-size: 1.3rem;
  bottom: 10px;
}
header #header h1 strong:before {
  content: "\A";
  white-space: pre;
}
header #header #lang {
  bottom: 50px;
  left: 0;
  text-align: center;
}
header #header #lang ul {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 0;
}
header #header #lang ul li {
  margin: 0 20px 10px 15px;
  padding: 0;
  display: inline-block;
}



/* Footer */

footer .contents #credit {
  margin: 20px auto;
}
footer #pagetop img {
  margin: 15px 0 0 0;
}
footer #pagetop a {
  width: 30px;
  height: 30px;
}
footer #pagetop {
  bottom: 35px;
}
footer #pagetop a img {
  margin: 10px 0 0 0;
}



/* Content */

#content {
  padding: 20px 10px;
}



}