@charset "utf-8";

* {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
html {
  height: 100%;
}
img {
  border: 0px;
}

/* 全体 */
body {
  font-size: 16px;
  height: 100%;
  margin: 0;
  padding: 0;
  word-break: normal;
}

a {
  color: #0071bc;
}

a:hover {
  text-decoration: none;
}

.zh {
  font-family: "Microsoft Yahei", SimHei, "微软雅黑", "PingHei" ,"sans-serif";
}

/* 玄関ページ */
#index {
  margin: 0 auto;
  height: auto;
  width: 100%;
  margin-top: 0;
  padding: 140px 0 30px;
  text-align: center;
}
.indexLogo img {
  height: auto;
  width: 360px;
}

/* ヘッダー */
header {
  min-width: 960px;
}

.shadow {
  padding-bottom: 0;
  box-shadow: 0 5px 10px 3px rgba(211, 191, 169, .5);
  -webkit-box-shadow: 0 5px 10px 3px rgba(211, 191, 169, .5);
  -moz-box-shadow: 0 5px 10px 3px rgba(211, 191, 169, .5);
  min-width: 960px;
  z-index: 2;
  position: relative;
}

/* ロゴ部分 */
.headerLogo {
  float: left;
  margin: 0;
  padding: 5px 20px;
  height: 105px;
}

header table {
  margin: 0 0 0 480px;
  height: 80px;
  padding: 20px 0 0 0;
  width: 480px;
}

header td {
  margin: 0;
  height: 40px;
  padding: 0;
}

/* 言語選択メニュー */
.lang {
  background: #cccccc;
  list-style-type: none;
  margin: 0;
  padding: 5px 10px;
  width: 130px;
}
.select {
  background: #86c9d8;
  border: none;
  color: #ffffff;
}
.lang li {
  float: left;
  height: 30px;
  margin: 0 2px;
  padding: 0;
}
.lang img {
  display: block;
}
.lang a {
  outline: none;
}

/* 中枠960px */
.content {
  margin: 0 auto;
  height: 100%;
  padding: 0;
  width: 960px;
}

.bg {
  background-color: #ffffff;
  background-image: url(../img/item/bg.png);
  background-repeat: repeat-x;
}

/* グローバルナビゲーション */
nav {
  background: #ffa810;
  color: #ffffff;
  float: left;
  height: 100%;
  min-height: 100%;
  margin-right: 0;
  padding-bottom: 30px;
  padding-top: 40px;
  position: relative;
  width: 220px;
}

.global-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.global-nav li {
  height: 80px;
  margin: 0;
  text-align :center;
  width: auto;
  padding: 0;
}

/* メニューボタン */
.global-nav li a {
  background-position: right center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  display: inline-block;
  height: 100%;
  text-decoration: none;
  padding: 0;
  width: 100%;
}

/* 外部リンク */
.nav-link {
  bottom: 30px;
  left: 50%;
  margin: 0 auto;
  margin-left: -120px;
  text-align: left;
  position: absolute;
}

.nav-link img {
  display: block;
  height: auto;
  margin: 0 auto 6px;
  width: 160px;
}

.nav-link ul {
  list-style-type: none;
}
.nav-link li {
  margin: 2px 0;
}
.nav-link .word a {
  background: #fff;
  color: #565656;
  display: inline-block;
  font-size: 14px;
  line-height: 45px;
  margin-bottom: 5px;
  height: 45px;
  text-align: center;
  width: 160px;
}

/* メインコンテンツ部分 */
.main {
  background: #ffffff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  float: right;
  min-height: 720px;
  padding: 40px 30px 60px;
  width: 740px;
}

h2 {
  background-image: url(../img/item/icon_h2.png);
  background-position: left;
  background-repeat: no-repeat;
  box-sizing: border-box;
  font-size: 21px;
  margin: 0 0 10px 0px;
  padding-left: 30px;
}

h3 {
  border-bottom: 1px #ee9f00 solid;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px 0px;
  margin-left: 30px;
}

h4 {
  border: 2px #86c9db solid;
  margin: 0 0 20px;
  padding: 3px 0;
  text-align: center;
}

.slider {
  height:400px;
  width:960px;
}

/* NewsTopics部分 */
.update {
  margin: 0;
  padding: 0;
}

.update li {
  border-bottom: 1px #27a5b8 dotted;
  list-style-type: none;
  padding-bottom: 10px;
  padding-top: 10px;
}

.date {
  display: inline-block;
  font-weight: bold;
  width: 130px;
}

/* moreリンク */
.more a {
  background: #ffffff;
  border: 1px #ee9f00 solid;
  color: #ee9f00;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin:10px 0 30px 580px;
  text-align: center;
  text-decoration: underline;
  width: 100px;
}

.more a:hover {
  background: #ee9f00;
  color: #ffffff;
  text-decoration: none;
}

/* テキスト部分 */
article:after {
  clear: both;
  content: "";
  display: block;
}
article .text {
  margin:10px 0 50px 30px;
}
article .text:after {
  clear: both;
  content: "";
  display: block;
}
article .text ul {
  margin: 0;
  padding: 0;
  list-style: square;
}
article .text li {
  margin: 5px 0;
}

/* top.html_経営理念 */
article .first {
  height: auto;
  margin-top: 40px;
}
article .first .top-ja {
  font-size: 14px;
  margin: 30px 0;
  letter-spacing: 0.1em;
  line-height: 1.65em;
}
article .first .top-zh {
  font-size: 16px;
  margin: 30px 0;
  letter-spacing: 0.1em;
  line-height: 2.15em;
}

/* company.html_ご挨拶 */
.hi {
  letter-spacing: 0.1em;
  line-height: 2.5em;
}
.hi-zh {
  letter-spacing: 0.18em;
  line-height: 2.5em;
}

.minFooter {
  font-size: 14px;
  margin-top: 50px;
  text-align: center;
}

/* 画像の回り込み指定 */
.photo img {
  float: right;
  height: auto;
  margin: 10px;
  width: 320px;
}
.photo-left img {
  float: left;
  height: auto;
  margin: 10px;
  width: 320px;
}
.photo-big img {
  float: none;
  height: auto;
  margin-bottom: 5px;
  width: 640px;
}
.photo-first img {
  float: right;
  height: auto;
  margin-left: 5px;
  width: 300px;
}

/* 会社概要テーブル */
.company table {
  margin: 10px 0;
}

.company td {
  margin: 0;
  padding: 0;
  vertical-align: top;
  line-height: 1.8em;
}

/* カレンダー */
.calendar table {
  margin: 0 auto;
  width: 100%;
}

.calendar td {
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
  vertical-align: top;
  width: 340px;
}

.calendar img {
  height: auto;
  width: 320px;
}

.saturday {
  color: #ddebf7;
}

.sunday {
  color: #ffccff;
}

/* 年度変更タブ */
.year {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.year ul {
  margin-left: auto;
  width: 200px;
}

.year li {
  border: 1px #86c9db solid;
  border-bottom: none;
  float: right;
  margin: 0 5px;
  padding: 0;
  text-align: center;
  width: 90px;
}

.year li a {
  display: inline-block;
  width: 100%;
}

.year li a:hover {
  background: #86c9d8;
  color: #ffffff;
}

/* フッター */
footer {
  background-color: #86c9d8;
  color: #4d4d4d;
  font-size: 12px;
  min-width: 960px;
}

.foot {
  padding-top: 15px;
  padding-bottom: 10px;
}

.foot table {
  box-sizing:border-box;
  margin:0 auto;
  width:400px;
}

.foot .center {
  text-align: center;
}

.foot .right {
  padding-left: 60px;
}

.clear:after {
  clear: both;
  content: "";
  display: block;
}
