﻿
/*=================================*/
/*  common
/*=================================*/
body {
  font-size: 13px;
  line-height: 1.5;
  font-family: メイリオ, Meiryo, verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

::selection {
  color: #fff;
  background: #1D7744;
}

::-moz-selection {
  color: #fff;
  background: #1D7744;
}

a, a:visited {
  color: #1D7744;
  text-decoration: none;
}

a:hover {
  color: #1D7744;
  text-decoration: underline;
}

a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.wrapper {
  margin: 0 auto;
  width: 960px;
}

.clearfix, #headerSection, .navbar-inner {
  zoom: 1;
}

.clearfix:after, #headerSection:after, .navbar-inner:after {
  display: block;
  clear: both;
  content: "";
}

/*=================================*/
/*  button
/*=================================*/
a.submit_button:hover {
  text-decoration: none;
}

/*=================================*/
/*  frame
/*=================================*/
#headerSection {
  margin: 35px 0 40px;
}
#headerSection h1 img {
  width: 262px;
}
#headerSection .header_utility {
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  #headerSection {
    margin: 0 0 40px;
  }
  #headerSection .right,
  #headerSection .left {
    float: none;
  }
  #headerSection .header_utility {
    text-align: right;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px;
    padding: 0 0 5px;
  }
  #headerSection h1 {
    text-align: center;
  }
  #headerSection h1 img {
    width: 90%;
    max-width: 220px;
  }
}

#SiteSearch {
  display: inline-block;
  vertical-align: top;
  float: right;
}
@media (max-width: 767px) {
  #SiteSearch {
    display: none;
  }
}

.input-append {
  position: relative;
}

#SiteSearchText {
  background: #ececec;
  border: none;
  padding: 7px 12px;
  width: 176px;
  border-radius: 18px;
  box-shadow: none;
  border: 1px solid #fff;
}
#SiteSearchText:focus {
  border: 1px solid #ccc;
}

#SiteSearchButton {
  overflow: hidden;
  padding-top: 32px;
  width: 37px;
  height: 0;
  background-repeat: no-repeat;
  background-image: url(../img/front/icon_search.png);
  background-position: 8px 8px;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 3;
}
@media (max-width: 767px) {
  #SiteSearchButton {
    background-position: 10px 6px;
  }
}

p.header_rss {
  float: right;
  margin: 0;
}
p.header_rss a {
  display: inline-block;
  background: url(../img/front/icon_rss.png) no-repeat;
  height: 0;
  margin: 5px 0 0 8px;
  padding: 24px 0 0;
  overflow: hidden;
  width: 24px;
}

#header_utility_list {
  clear: both;
}
#header_utility_list > li {
  float: right;
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0 0 14px;
  position: relative;
}
@media (max-width: 767px) {
  #header_utility_list > li {
    margin: 0 0 0 14px;
  }
}
#header_utility_list > li a {
  color: #666;
}
@media (max-width: 767px) {
  #header_utility_list > li a {
    display: inline-block;
    margin: 5px 0 0;
  }
}
@media (max-width: 767px) {
  #header_utility_list {
    display: inline-block;
  }
}

/*nav*/
.nav_opener {
  display: none;
}
@media (max-width: 767px) {
  .nav_opener {
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
  }
  .nav_opener:after {
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    background-image: url(../img/front/icon_arrow_white_borrom.png);
    background-repeat: no-repeat;
    -moz-background-size: 13px 13px;
    -o-background-size: 13px 13px;
    -webkit-background-size: 13px 13px;
    background-size: 13px 13px;
    margin: 0 0 1px 5px;
    vertical-align: middle;
  }
  .nav_opener.opened:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.navbar .nav {
  display: table;
  width: 100%;
}
.navbar .nav a:focus {
  outline: none;
  outline: none -webkit-focus-ring-color;
  outline-offset: 0;
  background: url(../img/front/header_hover.png);
}
@media (max-width: 767px) {
  .navbar .nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-inner li.nav_home_menu {
    display: none;
  }
}

.nav_home {
  display: inline-block;
  overflow: hidden;
  padding-top: 15px;
  width: 16px;
  height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../img/front/icon_home.png);
  margin: 0 14px;
}

.navbar .nav > li {
  float: none;
}

.navbar-inner {
  background: #1D7744;
  box-shadow: none;
  border: none;
  margin: 25px 0 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .navbar-inner {
    margin: 10px 0 0;
  }
}
.navbar-inner li {
  display: table-cell;
}
@media (max-width: 767px) {
  .navbar-inner li {
    display: block;
  }
}

.navbar-inner a,
.navbar .nav > li > a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-shadow: none;
  padding: 12px 0;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.navbar-inner a:hover,
.navbar .nav > li > a:hover {
  text-decoration: none;
  background: url(../img/front/header_hover.png);
}
.navbar-inner a:first-child,
.navbar .nav > li > a:first-child {
  border-radius: 0 4px 4px 0;
}
.navbar-inner a:last-child,
.navbar .nav > li > a:last-child {
  border-radius: 4px 0 0 4px;
}

#PartsHeader .nav a:hover {
  color: #fff;
}

/*dropdown*/
.dropdown-menu {
  background: rgba(51, 51, 51, 0.9);
  border-radius: 0;
  margin: 0;
}

#PartsHeader .navbar .dropdown-menu li {
  display: block;
  float: none;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
}
@media (max-width: 767px) {
  #PartsHeader .navbar .dropdown-menu {
    position: relative;
    width: 100%;
    float: none;
    box-shadow: none;
    border-radius: 0 0 4px 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
}

#PartsHeader .dropdown-menu a {
  color: #ccc;
  font-size: 14px;
  font-weight: normal;
}
#PartsHeader .dropdown-menu a:hover {
  background: none;
  color: #fff;
}

#header_utility_list .dropdown-menu {
  top: 130%;
}

.footer_pagetop {
  margin: 50px 0 20px;
  padding: 15px 0 0;
  border-bottom: 1px solid #333;
  text-align: right;
}
.footer_pagetop a {
  color: #fff;
  background: #333;
  vertical-align: bottom;
  display: inline-block;
  padding: 5px 25px;
  font-size: 12px;
  border-radius: 4px 4px 0 0;
}
.footer_pagetop a:hover {
  text-decoration: none;
  background: #666;
}

ul.footer li a {
  font-size: 14px;
  color: #555;
}
@media (max-width: 767px) {
  ul.footer {
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    margin: 20px 0 10px;
  }
  ul.footer li {
    display: block;
    float: none;
    width: 100%;
    border-left: none;
    padding: 0;
    border-style: solid;
    border-width: 0px 0 1px;
    border-color: #e5e5e5;
  }
  ul.footer li:last-child {
    border-width: 0;
  }
  ul.footer ul.footer li:first-child {
    border-left: solid 1px #e5e5e5;
  }
  ul.footer a {
    display: block;
    padding: 10px 0;
  }
  ul.footer a:hover {
    background-color: #f5f5f5;
  }
}

#footer_copyright {
  font-size: 12px;
  color: #666;
  text-align: center;
}

@media (max-width: 767px) {
  #likebox_container,
  #SideMobileInfo {
    display: none;
  }
}

@media (min-width: 980px) {
  #mainSection {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #mainSection {
    float: right;
  }
}

#Main {
  margin: 0 0 30px;
}

h2 {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  border-left: none;
  padding-left: 0;
  padding-bottom: 10px;
}
h2:first-child {
  margin-top: 0;
}

h3 {
  font-size: 18px;
  letter-spacing: 0.02em;
  background: #ececec;
  padding: 3px 15px;
  margin-top: 20px;
}

h4 {
  margin-top: 20px;
}

h3#PostDate {
  margin-top: 0;
}

#SideMobileQr {
  text-align: center;
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/*=================================*/
/*  parts
/*=================================*/
input.btn-submit,
a.btn-submit,
a.btn-pdf {
  display: inline-block;
  color: #FFF;
  background: #1D7744;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 22px;
  border-radius: 4px;
  border: none;
}
input.btn-submit:hover,
a.btn-submit:hover,
a.btn-pdf:hover {
  color: #FFF;
  background: url(../img/front/header_hover.png);
  text-decoration: none;
}

a.btn-pdf:before {
  content: "PDF";
  background: #fff;
  color: #1D7744;
  margin: 0 10px 0 0;
  padding: 0 5px;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  border-radius: 4px;
}
a.btn-pdf:visited {
  color: #FFF;
}

a.btn-default, input.btn-default {
  border: none 0px #000;
  display: inline-block;
  color: #FFF;
  background: #858585;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 22px;
  border-radius: 4px;
}
a.btn-default:hover, input.btn-default:hover {
  color: #FFF;
  background: #999;
  text-decoration: none;
}
a.btn-default:visited, input.btn-default:visited {
  color: #FFF;
}

.paginate {
  font-size: 12px;
}

.btn-pdf-small {
  line-height: 25px;
  display: inline-block;
  color: #FFF;
  background: #1D7744;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 22px;
  border-radius: 4px;
  border: none;
}
.btn-pdf-small:hover {
  color: #FFF;
  background: url(../img/front/header_hover.png);
  text-decoration: none;
}
.btn-pdf-small:visited {
  color: #FFF;
}

/*=================================*/
/*  top
/*=================================*/
#PartsTopCarousel {
  margin: 10px 0 0 0;
}
@media (max-width: 767px) {
  #PartsTopCarousel {
    margin: 10px 0 60px 0;
  }
}

@media (min-width: 980px) {
  #PartsRecentReports {
    float: left;
    width: 460px;
  }

  #PartsRecentNews {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}
/* slider */
.carousel-control {
  top: 50%;
  width: auto;
  height: auto;
  background: none;
  border: none;
  font-size: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.carousel-control:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media (max-width: 767px) {
  .carousel-control {
    bottom: -35px;
    top: auto;
  }
}

.goto_list {
  font-size: 14px;
}

.recent_report {
  margin: 0 0 15px;
}
.recent_report li {
  border-bottom: 1px solid #ddd;
  padding: 15px 0 15px 76px;
  background-repeat: no-repeat;
  background-position: 0 22px;
}
@media (max-width: 767px) {
  .recent_report li {
    padding: 43px 0 26px;
  }
}
.recent_report .category {
  font-size: 12px;
  margin: 0 0 8px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .recent_report .category {
    padding: 0 0 0 66px;
    font-size: 14px;
  }
}
.recent_report .short_comment {
  background-image: url(../img/front/icon_strategy_bulletin.png);
}
.recent_report .short_comment .category {
  color: #6DAC4B;
}
.recent_report .long_report {
  background-image: url(../img/front/icons_key_strategy_issues.png);
}
.recent_report .long_report .category {
  color: #446CB1;
}
.recent_report .title {
  color: #333;
  font-size: 18px;
  font-weight: normal;
}
.recent_report h3 {
  margin: 0 0 8px;
  padding: 0;
  background: none;
}
@media (max-width: 767px) {
  .recent_report h3 {
    margin: 25px 0 10px;
  }
}
.recent_report .date {
  font-size: 14px;
  color: #888;
}
.recent_report .detail {
  float: right;
}

.report_categories {
  text-align: right;
  margin: 0 0 10px;
}
.report_categories li {
  display: inline-block;
  margin: 0 0 10px 15px;
}
.report_categories .icon {
  width: 23px;
  vertical-align: middle;
  margin: -4px 0 0;
}

.whats_new_list {
  margin: -10px 0 15px;
}
.whats_new_list li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.whats_new_list p.date {
  font-size: 11px;
  margin: 0;
}
.whats_new_list h4.title {
  font-size: 15px;
  margin: 2px 0 15px;
}
.whats_new_list p.text {
  font-size: 12px;
  margin: 0;
  line-height: 1.5;
}

.report_list {
  margin: -10px 0 15px;
}
.report_list li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.report_list p.date {
  margin: 0;
}
.report_list h3.title {
  background-color: #FFF;
  margin: 2px 0;
}
.report_list p.text {
  font-size: 14px;
  margin: 0;
}

.event_list {
  margin: -10px 0 15px;
}
.event_list li {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.event_list p.date {
  font-size: 11px;
  margin: 0;
}
.event_list p.title {
  font-size: 15px;
  margin: 2px 0;
}
.event_list p.text {
  font-size: 14px;
  margin: 0;
}

#PartsSideContents {
  font-size: 12px;
  line-height: 1.5;
}
#PartsSideContents h2 {
  font-size: 16px;
  margin: 20px 0 15px;
}

.breadcrumb {
  font-size: 12px;
}

#dl_6 dt {
  margin: 30px 0 5px;
}
#dl_6 p {
  margin: 0;
}

h1#PostTitle {
  line-height: 1.3;
  margin: 10px 0 25px;
}

h2#PostSubTitle {
  margin: 15px 0 0;
}

.login-btn a {
  border: solid 2px #1d7744;
  border-radius: 7px;
  padding: 10px 10px;
}
.login-btn a:hover {
  text-decoration: none;
}
@media (min-width: 980px) {
  .login-btn a {
    transition: .5s;
  }
  .login-btn a:hover {
    color: #fff;
    background: #1d7744;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .login-btn a {
    padding: 3px 20px;
  }
}

.english-btn a {
  border: solid 2px #1d7744;
  border-radius: 7px;
  padding: 10px;
}
.english-btn a:hover {
  text-decoration: none;
}
@media (min-width: 980px) {
  .english-btn a {
    transition: .5s;
  }
  .english-btn a:hover {
    color: #fff;
    background: #1d7744;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .english-btn a {
    padding: 3px 10px;
  }
}

@media (min-width: 980px) {
  #PartsRecentReports h2 {
    margin-top: 22px;
  }
}

@media (min-width: 980px) {
  #PartsRecentMessage {
    float: right;
    width: 220px;
  }
  #PartsRecentMessage h2 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #memberDropdown {
    padding: 3px 0 0;
  }
}

@media (min-width: 980px) {
  #printbtn {
    margin: 20px 0 10px;
    text-align: center;
  }
  #printbtn a {
    border: solid 2px #1d7744;
    border-radius: 7px;
    padding: 10px;
    transition: .5s;
  }
  #printbtn a:hover {
    color: #fff;
    background: #1d7744;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  #printbtn {
    display: none;
  }
}

.print {
  display: none;
}

.map-wrap {
  width: 700px;
  max-width: 100%;
  height: 590px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .map-wrap {
    height: 350px;
  }
}

@media print {
  #headerSection {
    display: none;
  }

  #footerSection {
    display: none;
  }

  #leftSection {
    display: none;
  }

  .print-none {
    display: none;
  }

  .print {
    display: block;
    width: 700px;
  }
}
