@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url('https://news.eigafan.com/wp-content/themes/basic-theme/css/_image.css');


/* reset
-------------------------------------------------- */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

li {
  list-style-type: none;
}

img {
  border: none;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

a:link {
  text-decoration: underline;
  color: #da060a;
}

a:visited {
  text-decoration: underline;
  color: #da060a
;
}

a:hover {
  text-decoration: none;
  color: #ff5222;
}

a:active {
  text-decoration: underline;
  color: #ff5222;
}

.img {
  display: block;
  margin-top: 20px !important;
  margin-left: auto;
  margin-right: auto;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}


/* --------------------------------------------------
Contents
-------------------------------------------------- */

html,
body {
  height: 100%;
}

body {
  background-color: #000000;
  color: #151515;
  line-height: 1.6;
  font-family: "Oswald","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-y: scroll;
}

#wrapper {
  padding: 0 0 50px;
}

#content {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}

#header_img {
  margin: 0 0 40px;
}

/* --------------------------------------------------
menu
-------------------------------------------------- */
.headline {
    border-bottom: solid 3px #da060a;
    position: relative;
    /*margin-bottom: 20px;*/
    font-size: large;
}

.headline:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #bfbfbe;
    bottom: -3px;
    width: 30%;
}

/*
.menu,
.menu2{
  position: absolute;
  width: 180px;
  float: left;
  background-color: #fff;
  padding: 20px;
}
*/

nav {
  position: absolute;
  width: 220px;
  float: left;
}

.menu,
.menu2{
  background-color: #fff;
  padding: 20px;
}

.menu li:nth-child(n+2),
.menu2 li:nth-child(n+2){
  margin-top: 20px;
}

.menu2 {
  margin-top: 20px;
}

/* --------------------------------------------------
main
-------------------------------------------------- */

header {
  height: 350px;
  width: 100%;
  background-color: #000000;
  text-align: center;
  margin-bottom: 40px;
}


/*記事のベタなど*/

.blogWrap {
  width: 720px;
  margin: 0 auto 50px;
  padding: 0 0 50px;
  background-color: #fff;
  background-position: 98% 96%;
  float: right;
}

.inner_content {
  background: #fff;
  margin-bottom: 20px;
  padding: 0 25px 0;
  position: relative;
}


/*本文*/

.inner_content p {
  font-size: 14px;
  line-height: 28px;
  margin: 0 0 20px;
  word-wrap: break-word;
}


/*記事の詳細*/

.inner_content > h3 {
  margin: 20px 0;
  font-size: 20px;
  color: #d01815;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}

h3 > a:link {
  text-decoration: none !important;
}

h3 > a:visited {
  text-decoration: none !important;
}

h3 > a:active {
  text-decoration: none !important;
}

h3 > a:hover {
  text-decoration: underline !important;
}


/*日付の指定*/

.date {
  position: relative;
  width: 670px;
  padding: 20px 0 0 25px;

}

.date-text {
  font-size: 28px !important;
  font-family: 'Oswald', sans-serif;
  line-height: 100%;
  margin: 0 !important;
  font-weight: normal;
  color: #000;
}

.sns_btn {
  position: relative;
  width: 720px;
  padding: 0;
}


/*twitterアイコン*/

.sns_btn .twitter {
  position: absolute;
  height: 20px;
  left: 276px;
}

.sns_btn .facebook {
  position: absolute;
  height: 20px;
  right: 248px;
}

.snsbtn img {
  margin-top: 2px;
}


/* --------------------------------------------------
footer
-------------------------------------------------- */


/* crear
----------------------------------- */

.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

.clearfix {
  min-height: 1px;
  /*IE6、7対策*/
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/ /*MAC IE5.x対策*/
  height: auto;
  overflow: hidden;
  /**/
}


/* ページャー */
.pager{
  text-align:center;
  width: 720px;
  margin-bottom: 70px;
  float: right;
}
a.page-numbers,
.pager .current{
  background:rgba(0,0,0,0.02);
  border:solid 1px rgba(0,0,0,0.1);
  border-radius:5px;
  padding:5px 8px;
  margin:0 2px;
}
.pager .current{
  background:rgba(0,0,0,1);
  border:solid 1px rgba(0,0,0,1);
  color:rgba(255,255,255,1);
}

.page-numbers.dots {
  color: #da060a;
}



/* --------------------------------------------------
c-ruby
-------------------------------------------------- */
.c-ruby {
  position: relative;
  display: inline-block;
  background: inherit;
}

.c-ruby__rt {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -0.9em) scale(0.5);
  white-space: nowrap;
  background: inherit;
  line-height: 1.2;
  padding: 0.3em;
}

.article__ttl .c-ruby__rt {
  transform: translate(-50%, -45%) scale(0.3);
}