@charset "utf-8";

#header-logo {
  display: none;
  text-align: center;
  height: 75px;
  width: 100%;
  background-color: #f6f3f0;
}

#header-logo img {
  height: 74px;
  width: auto;
}

#top {
  height: 15rem;
  max-height: 240px;
    
  background-image: url(../images/news/header_bg.png);
}
#top .inner {
    background-image: url(../images/news/dareyon.png);
    max-width: 562px;
    width: 100%;
}

#top .inner > .login_logo {
  margin: 0 auto 1rem;
  padding: 1.875rem 0 0;
  max-width: 240px;
  width: 100%;
}
#top .inner > .login_logo > a > img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#top .inner > h1 {
  /**font-size: 3.75rem;**/
  font-size: 3rem;
  margin: 0;
  padding: 0;
  text-align: center;
}
#top .inner > p {
  letter-spacing: 1em;
  color: #fff;
  text-align: center;
  padding: 1.25rem 0 0;
  margin: 0;
}

#news {}
#news > div {}
#news > div > .row {
  margin: 0 auto 2.5rem;
  padding: 0 0 2.5rem 0;
  max-width: 800px;
  width: 100%;
}

#news > div:first-of-type {
  padding-top: 5rem;
}

#news > div a {
  background-color: #fff;
  border-radius: 6px;
  display: block;
  width: 100%;
  margin: 0 0 5rem 0;
}
#news > div img {
  -webkit-box-shadow: 0px 12px 4px -4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 12px 4px -4px rgba(0,0,0,0.1);
  box-shadow: 0px 12px 4px -4px rgba(0,0,0,0.1);
  width: 100%;
  height: auto;
  margin: 0 0 5rem 0;
}

#news > div a > img {
  -webkit-box-shadow: 0px 12px 4px -4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 12px 4px -4px rgba(0,0,0,0.1);
  box-shadow: 0px 12px 4px -4px rgba(0,0,0,0.1);
  margin: 0;

  width: 100%;
  height: auto;
  transition: opacity 0.3s;
}
#news > div a > img:hover {
  opacity: 0.3;
}

#news> div:last-of-type {
  padding-bottom: 5rem;
}
#news > div .back-btn {
  color: #5e0000 !important;
  background-color: #f6f3f0 !important;;
  border: 1px solid #5e0000 !important;
  display: block !important;
  font-size: 1.125rem 0 !important;
  line-height: 2.5 !important;
  margin: 0 auto !important;
  max-width: 240px !important;
  transition: 0.3s !important;
  text-align: center !important;
  text-decoration: none !important;
  width: 100% !important;
}
#news > div .back-btn:hover {
  background-color: #5e0000 !important;
  color: #fff !important;
}

#news .news_data {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 1rem;
  margin: 0 auto 3rem;
  max-width: 1168px;
  padding: 3rem;
  width: 100%;
}
#news .news_data > h1 > a {
  color: #5e0000;
  font-size: 3.75rem;
  line-height: 1;
  margin: 0 0 1rem;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
#news .news_data > h1 > a:hover {
  opacity: 0.3;
}
#news .news_data > h1 > a::first-letter {
  color: #0054a7;
}
#news .news_data > time {
  color: #0054a7;
  display: block;
  font-size: 0.875rem;
  text-align: center;
  margin: 0 0 2rem;
}
#news .news_data > .news_contents {
  border-width: 1px 0 1px;
  border-style: dashed;
  border-color: #5e0000;
  padding: 2rem 0;
  position: relative;
}
#news .news_data > .news_contents:after {
  content: 'DAREYON NEWS';
  color: #0054a7;
  display: block;
  background-color: #fff;
  font-family: "Gothic MB101 Bold";
  font-weight: bold;
  font-size: 0.5625rem;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  right: 0;
  margin: auto;
  width: 10em;
  text-align: center;
}
/** ニュースページャー **/
#news > div .tablenav {
  text-align: center;
}
#news > div .tablenav a{
	color: #2583ad;
	background:white;
  border-radius: 0;
  display: inline-block;
	margin: 1em auto;
	line-height: 1.5;
	text-align:center;
  text-decoration: none;
  width: auto;
}

a.page-numbers, .tablenav .current {
	color: #00019b;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:hover {
	color:white;
	background: #328ab2;
}

.tablenav .current {
	color: white;
	background: #328ab2;
	border-color: #328ab2;
	font-weight: bold;
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}

#return_top {
  background-color: #5e0000;
  font-size: 1.3125rem;
  line-height: 3.5;
  text-align: center;
}
#return_top > a {
  color: #c8a8a8;
  display: inline-block;
  padding: 0 0 0 1.5rem;
  position: relative;
  text-decoration: none;
  transition:color 0.3s;
}
#return_top > a:hover {
	color: #fcc800;
}
#return_top > a:before,
#return_top > a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  transition: 0.3s;
}
#return_top > a:before {
  content: url(../images/tokuten/nav_arrow_default.png);
  opacity: 1;
}
#return_top > a:hover::before {
  opacity: 0;
}
#return_top > a:after {
  content: url(../images/tokuten/nav_arrow_hover.png);
  opacity: 0;
}
#return_top > a:hover::after {
  opacity: 1;
}


.news_top_logo {
  position: absolute;
  left: 1rem;
  top: 1.75rem;
}
.news_top_tw {
  position: absolute;
  right: 1rem;
  top: 1.75rem;
}

.news_tw {
  position: absolute;
  width: 83px;
  height: 28px;
  top: -16px;
  right: 80px;
}
.news_tw img {
      box-shadow: none !important;
}