@charset "utf-8";

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


.jumbotron {
  padding: 30px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 200;
  line-height: 1.6;
  color: inherit;
  background-color: #f7f7f7;
}

.jumbotron-wh {
  padding: 30px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 200;
  line-height: 1.6;
  color: inherit;
}


.jumbotron h1, .jumbotron-wh h1,.jumbotron .h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-size: 16px;
  line-height: 1.3;
  color: #333333;
  background-color: #ffffff;
  font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 960px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
}

h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

small, .small {
  font-size: 85%;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

.list-inline {
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.list-inline>li:first-child {
  padding-left:0;
}

/* --------------------------------------------------
	basic link colors
-------------------------------------------------- */

a {
  color: #00A975;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #00A975;
  text-decoration: none;
}

#select-language a {
  color: #000;
  text-decoration: none;
  font-family: 'Open Sans', 'Source Sans Pro',sans-serif;
}

#select-language a:hover {
  color: #00A975;
}

#globalnavi li a {
  color: #555555;
  text-decoration: none;
  border-bottom: 3px solid #e7e7e7;
}

#globalnavi li a:hover {
  color: #000;
  border-bottom: 3px solid #A6D8C8;
}

#globalnavi li a.active {
  color: #000;
  border-bottom: 3px solid #00A975;
}

hr.type1 {
  border: 0;
  height: 0;
  text-align: left;
  margin: 15px 0 20px 3px;
  border-bottom: 5px solid #00A975;
  width: 15%;
}

hr.type2 {
  border: 0;
  height: 0;
  text-align: center;
  margin: 15px 10px;
  border-bottom: 2px solid #00A975;
  width: 20%;
}



/* --------------------------------------------------
	basic structure
-------------------------------------------------- */

body {
  background-color: #fbfcfc;
}

.wrap {
  position: relative;
  width: 940px;
}

.wrap:before, .wrap:after {
  content: " ";
  display: table;
}

.wrap:after {
  clear: both;
}

div.profile-content {
  width: 900px;
  margin: 5px 10px;
  display: table;
}

div.profile-title{
  width: 200px;
  padding: 3px 5px 3px 0;
  display: table-cell;
  text-align: left;
  font-size: 16px;
  color: #00A975;
}

div.profile {
  width: 650px;
  padding: 3px 5px 3px 20px;
  display: table-cell;
  text-align: left;
  font-size: 16px;
  vertical-align: middle;
}

div.profile-title-ja {
  width: 50px;
  padding: 2px 5px 2px 0;
  display: table-cell;
  text-align: left;
  font-size: 16px;
  color: #00A975;
}

div.profile-ja {
  width: 750px;
  padding: 2px 5px 2px 20px;
  display: table-cell;
  text-align: left;
  font-size: 16px;
  vertical-align: middle;
}

div.profile div.pro-w170, div.profile-ja div.pro-w170  {
  width: 170px;
  padding: 0 5px 2px 0;
  display: table-cell;
  text-align: left;
  font-size: 16px;
}

div.profile div.pro-w300, div.profile-ja div.pro-w300 {
  width: 300px;
  padding: 0 5px 2px 0;
  display: table-cell;
  text-align: left;
  font-size: 16px;
}

div.message-content {
  width: 900px;
  margin: 0 10px 30px 20px;
  display: table;
}

div.message {
  width: 650px;
  padding: 5px 40px 5px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
}

div.message-470 {
  width: 470px;
  padding: 5px 40px 5px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
}

div.message-content p.msg-name{
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}

div.message-content p.msg-name-en{
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

div.message-image {
  width: 200px;
  padding: 5px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

div.message-image-380 {
  width: 380px;
  padding: 5px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

div.message-image img.photo {
  width: 185px;
  height: auto;
}

div.message-image img.photo-s {
  width: 135px;
  height: auto;
}

div.message-image-380 img.photo-l {
  width: 360px;
  height: auto;
}

div.message-image img.icon {
  width: 38px;
  height: auto;
  margin: auto;
}

header {
  position: relative;
  height: 100px;
}

header:before, header:after {
  content: " ";
  display: table;
}

header:after {
  clear: both;
}

header:before, header:after {
  content: " ";
  display: table;
}

header:after {
  clear: both;
}

#logo {
  float: left;
  width: 200px;
  margin-top: 14px;
}

#logo h1 {
  margin: 0;
}

#globalnavi {
  float: right;
  width: 700px;
}

#globalnavi ul {
  margin-top: 48px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}

#globalnavi ul:before, #globalnavi ul:after {
  content: " ";
  display: table;
  text-align: right;
}

#globalnavi ul:after {
  clear: both;
}

#globalnavi ul:before, #globalnavi ul:after {
  content: " ";
  display: table;
}

#globalnavi ul:after {
  clear: both;
}

#globalnavi li {
  float: left;
}

#globalnavi li a {
  display: inline-block;
  padding: 6px 21.5px;
  font-size: 16px;
  font-family: 'Open Sans', 'Source Sans Pro',sans-serif;
}

#select-language {
  position: absolute;
  top: 10px;
  right: 15px;
}

#select-language li {
  color: #999999;
  font-size: 14px;
  font-family: 'Open Sans', 'Source Sans Pro',sans-serif;
  text-transform: uppercase;
}

#select-language li:not(:last-child) a {
  padding-right: 10px;
}

#select-language li:not(:last-child):after {
  content: "|";
  margin-left: 10px;
}

#select-language li:last-child {
  padding-left: 0;
}

.content {
  margin-bottom: 30px;
}

footer {
  background-color: #ececec;
  text-align: center;
}

#copyright {
  margin: 0;
  font-family: verdana, sans-serif;
  font-size: 13px;
  line-height: 25px;
}


/* --------------------------------------------------
	common styles
-------------------------------------------------- */

.page-header {
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: #4d4d4d;
  color: #adc435;
}

.page-header .h1 {
  margin: 0;
  color: #adc435;
  font-size: 32px;
  line-height: 84px;
  text-transform: uppercase;
  font-family: 'Open Sans', 'Source Sans Pro',sans-serif;
  font-weight: 300;
  letter-spacing: .1em;
}

.page-header+.jumbotron {
  margin-top: -20px;
  padding: 30px;
  border-top: 1px solid #555555;
}

.page-header+.jumbotron .jumbotron-head {
  margin-bottom: 30px;
}

.page-header+.jumbotron .small {
  color: #555555;
  font-size: 12px;
}

.page-header+.jumbotron p, .container p {
  margin-bottom: 20px;
  line-height: 1.8;
  color: #555555;
}

.container ul li {
  font-size: 16px;
  line-height: 2;
  color: #555555;
  list-style: none;
}

.container ul.disc li {
  font-size: 16px;
  line-height: 2;
  color: #555555;
  list-style-type: disc;
  margin-left: 35px;
}

.content-heading {
  margin-top: 0;
  color: #2e6f38;
  font-size: 18px;
}

.side-heading {
  margin-top: 0;
  padding: 10px 15px;
  background-color: #81b220;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.side-heading i {
  font-size: 110%;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#sidebar li i {
  margin-right: 6px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.content p, .content dt, .content dd {
  line-height: 1.7;
}

.panel h2, .panel h3 {
  margin-top: 0;
}


/* --------------------------------------------------
	page content styles
-------------------------------------------------- */

#main-visual {
  margin-top: 15px;
  margin-bottom: 0;
  background-color: #4d4d4d;
  text-align: center;
  vertical-align: middle;
}

div.banner-change {
  margin: 10px auto 0 auto;
  width: 960px;
}


/* --------------------------------------------------
	recruit
-------------------------------------------------- */

#recruit table{
  table-layout: auto;
  margin: auto;
  border-collapse: collapse;
  vertical-align: middle;
  line-height: auto;
  border: none;
}

#recruit tr {
  border: none;
}

#recruit td.item{
  width: 150px;
	padding: 5px;
	text-align: center;
	vertical-align:middle;
	border: 1px solid #ccc;
	background: #eee;
	font-size: 14px;
}

#recruit td.description{
  width: 650px;
	padding: 10px;
	vertical-align:middle;
  border: 1px solid #ccc;
	font-size: 14px;
}

#recruit ul.square li {
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
  list-style-type: square;
  margin-left: 35px;
}


/* --------------------------------------------------
	Top Editions
-------------------------------------------------- */
div.link-container-home {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

div.special {
  display: table;
  width: auto;
  margin: 15px auto 15px auto;
  border-collapse: separate;
  border-spacing: 10px 0;
}

div.s-table-box {
  display: table-cell;
  width: 300px;
  margin: auto;
  padding: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px #ccc;
}

div.s-image {
  text-align: center;
  vertical-align: middle;
  width: 280px;
  margin: auto;
}

div.s-image img {
  width: 250px;
  height: auto;
}

div.ss-image img {
  width: 150px;
  height: auto;
}

div.s-image img.maru {
  width: 80px;
  height: auto;
}

div.s-subtitle {
  text-align: left;
  margin: 15px 0;
  color: #23382A;
  font-size: 14px;
  width: 280px;
  padding: 0 10px;
}

div.s-title {
  text-align: center;
  color: #23382A;
  font-weight: bold;
  padding: auto;
  width: 280px;
  margin: 10px auto auto auto;
}

a.link-small {
  color: #fefefe;
  font-size: medium;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: #1A73E8;
  display: inline-block;
}

a:hover.link-small {
  background-color: #0044BF;
}
