@charset 'utf-8';

/*==================================================
# basic_style.css
特集ページなどのシンプルヘッダー・フッター用。
common_2014.cssを切り離した共通箇所や汎用classを記載します。

==================================================*/
a {
  color: #245dc1;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.external:after {
  width: 12px;
  height: 12px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background-image: url(/img/common/icon_external.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  border: 1px solid #dbdbdb;
}
.btn_green,
.btn_purple,
.btn_pink {
  display: inline-block;
  padding: 15px 0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-size: 150%;
  text-align: center;
}
.btn_green {
  box-shadow: 0 3px 0 0 #48a9ab;
  background-color: #52c4c5;
}
.btn_purple {
  box-shadow: 0 3px 0 0 #9a62c7;
  background-color: #c885ff;
}
.btn_pink {
  box-shadow: 0 3px 0 0 #cc6e71;
  background-color: #ff85ad;
}
.clearfix:after {
  content: '';
  clear: both;
  display: block;
}
#Page {
  background-color: #f2f2f2;
}
/*==================================================

  汎用class
--------------------------------------------------*/
/*
  section
--------------------------------------------------*/
.section {
  line-height: 1.5;
  position: relative;
  margin-bottom: 20px;
  padding: 15px 39px 30px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
.section_header {
  margin: 0 -25px 10px;
  font-size: 133.3%;
  font-weight: 100;
}
.section h3 {
  margin-top: 35px;
  font-size: 166.6%;
  font-weight: 100;
}
.section .article_header + h3 {
  margin-top: 15px;
}
.section h4 {
  margin-top: 20px;
  font-size: 116.6%;
  font-weight: 100;
}
.section h5 {
  margin-top: 20px;
  font-weight: 100;
}
.section h6 {
  margin-top: 20px;
  font-weight: 100;
}
.section p {
  margin-top: 15px;
}
.section .section_header + p {
  margin-top: 10px;
}
.section h4 + p {
  margin-top: 5px;
}
.section dl {
  margin-top: 15px;
}
.section ol {
  margin-top: 15px;
}
.section ol li {
  list-style-type: decimal;
  margin-left: 2em;
}
.section ul {
  margin-top: 15px;
}
.section ul li {
  list-style-type: disc;
  margin-left: 2em;
}
.section table {
  margin-top: 15px;
}
.section table tbody th {
  text-align: left;
}
.section iframe {
  margin-top: 15px;
}
.section .figure {
  margin-top: 20px;
  text-align: center;
}
.section .figure .figure_head {
  margin-bottom: 10px;
  font-size: 100%;
  text-align: left;
}
.section .figure_double {
  margin: 0 -15px;
}
.section .figure_double .figure {
  float: left;
  margin: 0 15px;
}
.section .pdficon {
  background-image: url("/img/common/ico_pdf.png");
  background-position: 100% 0;
  background-repeat: no-repeat;
  padding: 0 20px 0 0;
}
}

/*  #SimpleHeader
--------------------------------------------------*/
#SimpleHeader {
  height: 40px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  background-color: #fff;
}
#SimpleHeaderInner {
  width: 940px;
  height: 40px;
  position: relative;
  margin: 0  auto;
}
#SimpleHeader .catch {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 9px 0;
  font-size: 83.3%;
}
#SimpleHeader .catch h1 {
  font-weight: 100;
}
#SimpleHeader .utility_navi {
  position: absolute;
  top: 15px;
  right: 0;
  color: #8f8f8f;
}
#SimpleHeader .utility_navi li {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #8f8f8f;
}
#SimpleHeader .utility_navi li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
#SimpleHeader .logo {
  position: absolute;
  top: 9px;
  left: 0;
}
#Contents {
    margin: 0 auto;
    width: 940px;
}

/*  #SimpleFooter
--------------------------------------------------*/
#SimpleFooter .footer_row_01 {
  width: 940px;
  margin: 0 auto;
}
#SimpleFooter .footer_row_02 {
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  background-color: #fff;
}
#SimpleFooter .footer_row_02_inner {
  width: 940px;
  min-height: 36px;
  margin: 0 auto;
  background: url(/img/common/footer_logo.gif) no-repeat left bottom;
}
#SimpleFooter .catch {
  width: 640px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #6c6c6c;
}
#SimpleFooter .pagetop {
  margin-bottom: 15px;
  text-align: right;
}
#SimpleFooter .pagetop a {
  display: inline-block;
  padding-left: 20px;
  background: url(/img/common/arrow_pagetop.png) 0 center no-repeat;
}
#SimpleFooter .footer_navi {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
}
#SimpleFooter .footer_navi ul li {
  display: inline-block;
  padding: 0 5px;
  border-left: 1px solid #6b6b6b;
}
#SimpleFooter .footer_navi ul li:first-child {
  border-left: 0;
}
#SimpleFooter .utility_navi {
  margin-bottom: 5px;
  margin-left: 180px;
}
#SimpleFooter .utility_navi ul li {
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #6b6b6b;
}
#SimpleFooter .utility_navi ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
#SimpleFooter .copyright {
  margin-left: 180px;
}


/*==================================================
responsive 対応用

#SimpleHeader_res
#SimpleFooter_res
==================================================*/

/*  #SimpleHeader_res
--------------------------------------------------*/
#SimpleHeader_res {
  height: 40px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  background-color: #fff;
}
#SimpleHeaderInner {
  width: 940px;
  height: 40px;
  position: relative;
  margin: 0  auto;
}
#SimpleHeader_res .catch {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 9px 0;
  font-size: 83.3%;
}
#SimpleHeader_res .catch h1 {
  font-weight: 100;
}
#SimpleHeader_res .utility_navi {
  position: absolute;
  top: 15px;
  right: 0;
  color: #8f8f8f;
}
#SimpleHeader_res .utility_navi li {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #8f8f8f;
}
#SimpleHeader_res .utility_navi li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
#SimpleHeader_res .logo {
  position: absolute;
  top: 9px;
  left: 0;
}
#SimpleHeader_res .logo img {
  width: 95px;
  height: auto;
}

/*  #SimpleFooter_res
--------------------------------------------------*/
#SimpleFooter_res .footer_row_01 {
  width: 940px;
  margin: 0 auto;
}
#SimpleFooter_res .footer_row_02 {
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  background-color: #fff;
}
#SimpleFooter_res .footer_row_02_inner {
  width: 940px;
  min-height: 36px;
  margin: 0 auto;
  background: url(/img/common/footer_logo.gif) no-repeat left bottom;
}
#SimpleFooter_res .catch {
  width: 640px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #6c6c6c;
}
#SimpleFooter_res .pagetop {
  margin-bottom: 15px;
  text-align: right;
}
#SimpleFooter_res .pagetop a {
  display: inline-block;
  padding-left: 20px;
  background: url(/img/common/arrow_pagetop.png) 0 center no-repeat;
}
#SimpleFooter_res .footer_navi {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
}
#SimpleFooter_res .footer_navi ul li {
  display: inline-block;
  padding: 0 5px;
  border-left: 1px solid #6b6b6b;
}
#SimpleFooter_res .footer_navi ul li:first-child {
  border-left: 0;
}
#SimpleFooter_res .utility_navi {
  margin-bottom: 5px;
  margin-left: 180px;
}
#SimpleFooter_res .utility_navi ul li {
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #6b6b6b;
}
#SimpleFooter_res .utility_navi ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
#SimpleFooter_res .copyright {
  margin-left: 180px;
}


  /* @media screen and (max-width: 767px)
--------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #SimpleHeader_res {
    height: 50px;
  }
#SimpleHeader_res .utility_navi {
  display: none;
}
#SimpleHeader_res .logo {
  position: absolute;
  top: 9px;
  left: 0;
}
 #SimpleHeader_res #SimpleHeaderInner {
   width: 100%;
  }
 #SimpleHeader_res .logo img {
    width: 131px;
    height: auto;
    position: relative;
    margin-left: 8px;
    top: 0;
    left: 0;
 }
  #SimpleFooter_res .footer_row_01 {
    width: 100%;
  }

  #SimpleFooter_res .footer_row_02_inner {
    width: 90%;
    min-height: 36px;
    margin: 0 auto;
    background: url(/img/common/footer_logo.gif) no-repeat left top;
  }
  #SimpleFooter_res .catch {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 15px;
   color: #6c6c6c;
  }
  #SimpleFooter_res .pagetop {
    margin-bottom: 15px;
    text-align: right;
  }
  #SimpleFooter_res .pagetop a {
    display: inline-block;
    padding-left: 20px;
    background: url(/img/common/arrow_pagetop.png) 0 center no-repeat;
  }
  #SimpleFooter_res .footer_navi {
    display: none;
  }
  #SimpleFooter_res .footer_navi ul li {
    display: inline-block;
    padding: 0 5px;
    border-left: 1px solid #6b6b6b;
  }
  #SimpleFooter_res .footer_navi ul li:first-child {
    border-left: 0;
  }
  #SimpleFooter_res .utility_navi {
    margin-bottom: 5px;
    margin-left: 180px;
  }
  #SimpleFooter_res .utility_navi ul li {
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #6b6b6b;
  }
  #SimpleFooter_res .utility_navi ul li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  #SimpleFooter_res .copyright {
    margin-left: 0;
    margin-top: 35px;
  }
}

/*==================================================
responsive 対応用

.responsive
==================================================*/

  /* @media screen and (max-width: 767px) コンテンツ部分汎用
--------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .section .responsive {
    margin: -15px 0 20px 0;
    padding: 0 20px;
  }
  .section .responsive .article_header {
    margin: 0 -20px;
  }
  .section .responsive ul {
    margin: 5px 0 0 0;
  }
  .section .responsive div {
    margin-top: 15px;
  }
}
/*--------------------------------------------------------------------------*/

.borderred span{
	color:#d60935;
	font-weight:bold;
}

.borderred{
	width:820px;

}