/* Main
 *---------------------------------------------------------- */
@media screen and (min-width: 761px) {
  /** For PC **/
  .container {
    float: right;

    width: 760px;
  }
}

.page_title {
  background-repeat: no-repeat;
  background-position: top center;
}
.page_title h1 {
  font-weight: bold;

  background: url(../img/bg_title.png) no-repeat left center;
  background-size: auto 100%;
}

.breadcrumb {
  font-size: .9em; 

  width: 980px;
  margin: 0 auto;
  padding: 16px 0;
}
.breadcrumb a {
  color: inherit;
}
.breadcrumb a:link,
.breadcrumb a:visited {
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb a:active {
  text-decoration: none;
}
@media screen and (max-width: 760px) {
  .breadcrumb a:hover {
    text-decoration: none;
  }
}
.breadcrumb ol {
  *zoom: 1;
}
.breadcrumb ol:after {
  font-size: 0;

  display: block;
  visibility: hidden;
  clear: both;

  height: 0; 

  content: " ";
}
.breadcrumb li {
  float: left;

  margin-right: .5em;
}
.breadcrumb li:after {
  content: " >";
}
.breadcrumb li:last-child:after {
  content: none;
}

.entry_content {
  padding: 1px 0 30px;
}

h1.news_title {
  font-size: 22px !important;
  font-weight: bold;

  position: relative; 

  padding-bottom: 4px;
}
h1.news_title:after {
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 4px;

  content: "";

  background: -webkit-linear-gradient(left, #e66069, #e66069 20%, #afbb01 20%, #afbb01);
  background:         linear-gradient(to right, #e66069, #e66069 20%, #afbb01 20%, #afbb01);
}

.entry_content .release_date {
  font-size: 14px;
  font-weight: bold;

  margin: 4px 0 8px;

  text-align: right;
}

.entry_article h1 {
  font-size: 22px !important;

  position: relative; 

  padding-bottom: 4px;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.entry_article h1:after {
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 4px;

  content: "";

  background: -webkit-linear-gradient(left, #c8942e, #c8942e 20%, #7bb312 20%, #7bb312);
  background:         linear-gradient(to right, #c8942e, #c8942e 20%, #7bb312 20%, #7bb312);
}

.entry_article h2 {
  padding: 8px;
  padding-left: 28px;

  border-bottom: 1px solid #ccc2a4;
  background-image: url(../img/h3_before.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 20px;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.entry_article h3 {
  padding: 2px 8px;

  border-left: 5px solid #afbb01;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.entry_article dl {
  clear: both;

  margin: 1em 0;
  padding: 32px 32px 16px;

  background-color: #d8ba8b;
  background-color: rgba(216, 186, 139, .2);

  *zoom: 1;
}
.entry_article dl:after {
  font-size: 0;

  display: block;
  visibility: hidden;
  clear: both;

  height: 0; 

  content: " ";
}

.entry_article dt {
  float: left;
  clear: both; 

  margin-bottom: 16px;
  padding: 0 8px;

  color: #fff;
  background-color: #6a3906;
}

.entry_article dd {
  float: right;

  box-sizing: border-box; 
  width: 90%;
  margin-bottom: 16px;
}

.page-news .entry_article ul {
	list-style:none !important;
	padding-left:0 !important;
}

.page-news .entry_article ul li {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
}

.page-news .entry_article ul li .date {
	color:#e9658d !important;
	font-weight:bold !important;
	margin-bottom:3px !important;
}

.page-news .entry_article ul li .title {
	font-size:1.1em !important;
	background:none;
	border:none;
	line-height:1.4 !important;
}

.page-news .entry_article ul li a {
	text-decoration:none !important;
}

.page-news .entry_article ul li a:hover {
	text-decoration: underline !important;
	color:#e9658d !important;
}

@media screen and (max-width: 760px) {
  /** For Touch Device **/
  .page_title {
    position: relative; 

    height: 130px;

    background-size: auto 100%;
  }
  .page_title h1 {
    font-size: 20px;
    line-height: 28px;

    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 0;

    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 6px 8px 6px 42px;

    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);

    background-color: #fff;
    background-color: rgba(255, 255, 255, .6);
    background-position: 8px center; 
    background-size: auto 28px;
  }
  h1.news_title {
    margin: 0 10px;
  }
  .entry_content .release_date {
    margin: 4px 10px 8px;
  }
  .container .entry_content {
    padding: 0 0 10px;
  }
  .container .entry_article {
    padding: 1px 10px;
  }
  .container .entry_article h1 {
    padding-left: 4px;
  }
}

@media screen and (min-width: 761px) {
  /** For PC **/
  .page_title {
    height: 300px;
  }
  .page_title .title_inner {
    width: 980px;
    margin: 0 auto;
    padding-top: 186px;
  }
  .page_title h1 {
    font-size: 23px;
    line-height: 34px; 

    height: 34px;
    padding-left: 42px;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  }
}

/*  Side
 *---------------------------------------------------------- */
@media screen and (max-width: 760px) {
  /** For Touch Device **/
}

@media screen and (min-width: 761px) {
  /** For PC **/
  .side {
    float: left;

    width: 190px;
  }
}

.side_nav {
  padding: 5px;

  border: 1px solid #ccc2a4;
  border-radius: 6px;
  background-color: #fff;
}
.side_nav .side_nav_main {
  padding: 4px;
}
.side_nav .side_nav_main > li > a {
  font-size: 13px;

  display: block;

  padding: .2em;
  padding-left: .8em;

  color: #afbb01;
  border-bottom: 1px solid #ccc;
}
.side_nav .side_nav_main > li > ul > li a {
  font-size: 13px;

  padding: .4em .2em;
}
.side_nav .side_nav_main > li > ul > li > a {
  position: relative; 

  display: block;

  padding-left: 22px;
}
.side_nav .side_nav_main > li > ul > li > a:before {
  position: absolute;
  top: 50%;
  left: 8px;

  display: block;

  width: 6px;
  height: 0;
  margin-top: -1px; 

  content: "";

  border-bottom: 2px solid #afbb01;
}
.side_nav .side_nav_main > li > ul > li li a {
  display: block;

  padding-left: 32px;
}
.side_nav a {
  color: inherit;
}
.side_nav a:link,
.side_nav a:visited {
  text-decoration: none;
}
.side_nav a:hover {
  text-decoration: underline;
}
.side_nav a:active {
  text-decoration: none;
}
@media screen and (max-width: 760px) {
  .side_nav a:hover {
    text-decoration: none;
  }
}

.sitemap {
    font-size: 1.08em !important;
    line-height: 1.6;
}
.sitemap::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.sitemap p:empty, .sitemap ul:empty {
    display: none;
}
.sitemap a {
    color: #37d;
    text-decoration: underline;
}
.sitemap a:hover {
    text-decoration: none;
}
.sitemap a:active {
    text-decoration: underline;
}
.sitemap ul {
    list-style: outside none disc !important;
    padding-left: 1.5em;
}
.sitemap li {
    margin-bottom: 0.5em;
}
.sitemap .grid {
    padding: 30px 0;
}
.sitemap .grid > div {
    border-bottom: 1px dotted #999;
    box-sizing: border-box;
    padding: 0.8em 10px;
    width: 360px;
}


