@charset "utf-8";
/* ------------------------------------------
                   RESET
------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
  /* margin-left: -10px; */
  /* display: block; */
  /* width: calc(100% + 20px); */
  /* margin-bottom: 30px; */
  /* color: #ddd; */
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  vertical-align: top;
  lien-height: 0;
  font-size: 0;
  max-width: 100%;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}
/* ------------------------------------------
                COMMON STYLES
------------------------------------------ */
* {
  box-sizing: border-box;
}
body {
  background: #1C1B1B;
  font: 16px 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #343434;
  line-height: 1.5;
  text-align: center;
    font-family: "Noto Sans Japanese","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  padding-top: 4em;
}
a:link {
  color: #727516;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
}
a:visited {
  color: #8D9092;
  text-decoration: none;
}
a:active {
  color: #343434;
  text-decoration: none;
}
.pt0{padding-top: 0!important;}
.pt5{padding-top: 5px!important;}
.pt10{padding-top: 10px!important;}
.pt15{padding-top: 15px!important;}
.pt20{padding-top: 20px!important;}
.pt30{padding-top: 30px!important;}
.pt40{padding-top: 40px!important;}

.mt0{margin-top: 0px!important}
.mt5{margin-top: 5px!important}
.mt10{margin-top: 10px!important}
.mt15{margin-top: 15px!important}
.mt20{margin-top: 20px!important}
.mt30{margin-top: 30px!important}
.mt40{margin-top: 0px!important}
/* ------------------------------------------
                   HEADER
------------------------------------------ */
header {
  /* padding: 30px 0 20px 0; */
  background: transparent;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 999999;
  width: 100%;
  top: 0;
  height: 4em;
  background: #1f1d18;
}
header .inner {
  width: 90%;
  max-width: 1320px;
  min-width: 980px;
  margin: 0 auto;
}
header h1 {
  /* width: 300px; */
  /* margin: 0 auto 20px auto; */
}
header h1 img {
  width: 162px;
  height: auto;
  margin-top: 8px;
}
header h2 {
  margin-bottom: 45px;
  font-size: 28px;
  font-weight: normal;
}
#globalnavi ul li {
  display: inline-block;
  margin: 0 1.5em;
}
#globalnavi ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #343434;
  text-decoration: none;
}
#globalnavi ul li a:hover {
  color: #8d9092;
}
header.header-lower {
  /* padding: 20px 0; */
  background: rgb(29, 33, 19);
  box-shadow: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header.header-lower h1 {
  width: 200px;
  margin: 0;
  float: left;
}
header.header-lower #globalnavi {
  padding-top: 13px;
  text-align: right;
}
header.header-lower #globalnavi ul li {
  margin: 0 0 0 1.5em;
}
#responsive-menu-button {
  display: none;
}
/* ------------------------------------------
                   FOOTER
------------------------------------------ */
footer {
  color: #fff;
  text-align: left;
  background: #333;
  box-shadow: 2px 2px 10px #000 inset;
}
footer .inner {
  width: 90%;
  max-width: 1200px;
  min-width: 980px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}
footer a:link, footer a:visited {
  color: #D4D5D5;
}
#footer-about {
  width: 44%;
  float: left;
  font-size: 93%;
  line-height: 170%;
}
#footer-social {
  width: 100%;
  float: right;
  text-align: right;
}
#footer-about h1 {
  margin-bottom: 15px;
}
.footer-logo img {
  width: 143px;
  float: left;
  margin-right: 30px;
}
.footer-social-buttons {
  margin-bottom: 15px;
}

.footer-social-buttons ul {
  text-align: right;
}

.footer-social-buttons ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
}

.footer-social-buttons ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.footer-social-buttons ul li.pocket{
  width:86px;
}

.footer-social-buttons ul li.facebook {
  position: relative;
  top: -3px;
  width: 80px;
}
.footer-social-buttons ul li.google {
  width: 60px;
}

.footer-social-links {
  font-size: 93%;
}
.footer-copyright {
  margin: 20px auto;
  color: #5f5f5f;
  text-align: center;
  width: 1200px;
}
/* ------------------------------------------
                   LAYOUTS
------------------------------------------ */
#content {
  width: 90%;
  max-width: 1200px;
  min-width: 980px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: left;
}
#main-wrapper {
  width: 100%;
  float: left;
  margin: 0 -230px 0 0;
}
#main-wrapper_webpage{
  width: 100%;
  float: left;
  margin: 0 auto;
}
#content main {
  display: block;
  margin-right: 270px;
  border-radius: 6px;
  box-sizing: border-box;
}

#main-wrapper_webpage main{
  display: block;
  margin-right: auto;
  border-radius: 6px;
  box-sizing: border-box;
}


#content aside {
  width: 230px;
  float: right;
}
#content aside section {
  margin-bottom: 30px;
}

@media(max-width:800px){
.side-entrylist,#side-recentpost {
  margin: 0 5px;
  margin-bottom: 30px;
  display:inline-block;
  width:45%;
  vertical-align: top;
  text-align: left;
}
}

/* ------------------------------------------
                   PARTS
------------------------------------------ */
.entrybox-large {
  margin-bottom: 90px;
}
.entrybox-large .entry-image {
  display: block;
  position: relative;
  width: 57%;
  float: left;
}
.entrybox-large .entry-image .image img {
  width: 100%;
}
a.label {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 0.3em 0.6em;
  z-index: 100;
  background: #8D9092;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-bottom-left-radius: 3px;
  font-size: 12px;
}
a.label:hover {
/*  background: #0076BF;*/
}
.entrybox-large .entry-detail {
  width: 43%;
  float: right;
  padding-left: 2em;
}
.entrybox-large .entry-detail .entry-meta {
  margin-bottom: 20px;
}
.entrybox-large .entry-detail .entry-meta .entry-author {
  display: table;
  width: 50%;
  float: left;
}
.entrybox-large .entry-detail .entry-meta .entry-author figure {
  display: table-cell;
  width: 40px;
  vertical-align: middle;
}
.entrybox-large .entry-detail .entry-meta .entry-author figure img {
  width: 100%;
}
.entrybox-large .entry-detail .entry-meta .entry-author p {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}
.entrybox-large .entry-detail .entry-meta .entry-author p a {
  text-decoration: none;
}
.entrybox-large .entry-detail .entry-meta .entry-date {
  width: 50%;
  float: left;
  padding-top: 9px;
  text-align: right;
  color: #8D9092;
}
.entrybox-large .entry-detail .entry-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
.entrybox-large .entry-detail .entry-title a {
  text-decoration: none;
  color: #343434;
}
.entrybox-large .entry-detail .entry-title a:hover {
  color: #8D9092;
}
.entrylist .entry-image {
  position: relative;
}
.entrylist li {
  width: calc((100% - 60px)/3);
  float: left;
  margin: 0 0 20px 20px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  background: #E1E1E1;
  /* height: 350px; */
  padding: 10px;
  padding-bottom: 65px;
  /* margin-bottom: 0; */
  position: relative;
  transition:0.5s;
}

*::-ms-backdrop, .entrylist li {width: 31%;}

@supports (-ms-ime-align:auto) {
.entrylist li {width: 31%;}
}

.entrylist li:hover {background:#fff;}

.entrylist li.id_no_category {border-top:10px solid #726A00;}
.entrylist li.id_cat2 {border-top:10px solid #EF7E00;}
.entrylist li.id_cat3 {border-top:10px solid #a0a0a0;}
.entrylist li.id_cat4 {border-top:10px solid #a0a0a0;}
.entrylist li.id_cat9 {border-top:10px solid #3F51B5;}
.entrylist li.id_ctf4girls_1 {border-top:10px solid #CD679D;}
.entrylist li.id_seccon2018 {border-top:10px solid #C6B665;}
.entrylist li.id_seccon_beginners {border-top:10px solid #56984C;}

.entrylist li.id_ctf4girls_1 a.label {background: #CD679D;}
.entrylist li.id_seccon2018 a.label {background:#C6B665;}
.entrylist li.id_cat9 a.label {background:#3F51B5;}
.entrylist li.id_seccon_beginners a.label {background:#56984C;}

.entrylist li.id_cat9 {border-top:10px solid #3F51B5;}

.entrylist li.id_cat3 {border-top:10px solid #a0a0a0;}

.entrylist li.id_cat2 .entry-title a{color:#da7c12 !important ;}
.entrylist li.id_cat3 .entry-title a{color:#A09FA0 !important ;}


.entrylist li:nth-child(3n) {
  /* margin-right: 0; */
}
.entrylist li .entry-image {
  position: relative;
  margin-bottom: 15px;
  /* height: 200px; */
  overflow: hidden;
  background: #fff;
  padding-top: 62%;
}
.entrylist li .entry-image .image img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.entrylist li .entry-detail .entry-meta {
  margin-bottom: 10px;
  font-size: 80%;
  position: relative;
}
.entrylist li .entry-detail .entry-meta .entry-author {
  display: table;
  width: 60%;
  float: left;
}
.entrylist li .entry-detail .entry-meta .entry-author figure {
  display: table-cell;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.entrylist li .entry-detail .entry-meta .entry-author figure a {
  display: block;
  width: 25px;
  height: 25px;
}
.entrylist li .entry-detail .entry-meta .entry-author figure img {
  width: 100%;
}
.entrylist li .entry-detail .entry-meta .entry-author p {
  display: table-cell;
  padding-left: 5px;
  vertical-align: middle;
}
.entrylist li .entry-detail .entry-meta .entry-date {
  width: 100%;
  float: right;
  text-align: right;
  color: #8d9092;
  display: block;
}
.entrylist li .entry-detail .entry-title a {
  /* font-size: 18px; */
  font-weight: bold;
  line-height: 1.4;
  color: #343434;
  text-decoration: none;
}
.entrylist li .entry-detail .entry-title a:hover {
  color: #8d9092;
}

.page-navigation {
  text-align: center;
}

.page-navigation ul{
  display: block;
  padding-bottom: 10px;
}

.page-navigation li {
  display: inline-block;
  border-bottom: none;
}

.page-navigation li.page-navigation-next{
  float: right;
}

.page-navigation li a{
  padding: 0 10px;
}

.page-navigation li a[rel="prev"]::before {
  content: "Ã‚Â«";
  margin-right: 0.3em;
}

.page-navigation li a[rel="next"]::after {
  content: "Ã‚Â»";
  margin-left: 0.3em;
}

.pagenation {
  text-align: center;
}
.pagenation ul li {
  display: inline-block;
}
.pagenation ul li a {
  padding: 0.7em 1em;
  border: solid 1px #D8D8D8;
  border-radius: 3px;
  line-height: 1;
  text-decoration: none;
}
.pagenation ul li a:hover {
  background: #F5F4F2;
}
.pagenation ul li a.active {
  background: #004B9A;
  color: #fff;
  font-weight: bold;
}
.pagenation ul li span {
  margin: 0 0.5em;
}
.pagenation ul li.next {
  margin-left: 1em;
}
.pagenation ul li.next a {
  padding: 0;
  font-weight: bold;
  border: none;
  color: #343434;
}
.pagenation ul li.next a:hover {
  background: none;
  color: #8d9092;
}
.pagenation ul li.prev {
  margin-left: 1em;
}
.pagenation ul li.prev a {
  padding: 0;
  font-weight: bold;
  border: none;
  color: #343434;
}
.pagenation ul li.prev a:hover {
  background: none;
  color: #8d9092;
}
.textbox {
  padding: 27px;
  background: #F5F4F2;
}
.textbox h1 {
  margin-bottom: 15px;
  font-size: 114%;
}
.textbox p {
  font-size: 93%;
  margin-bottom: 30px;
}
aside nav h1 {
  padding: 0.6em 1em;
  margin-bottom: 12px;
  background: #4A4A4A;
  color: #fff;
  border-radius: 3px;
}
.memberlist nav ul {
  padding: 0 20px;
  margin-right: -20px;
}
.memberlist nav ul li {
  float: left;
  margin: 0 20px 20px 0;
}
.memberlist nav ul li img {
  border-radius: 50%;
}

.categorylist ul {
  margin: 12px 0 auto 12px;
  list-style-type: none;
}

.categorylist ul li {
  margin-bottom: 0.3em;
  margin: 0px 0px 12px 0px;
  font-weight: bold;
}

.sidebar .group > ul > li {
  margin-bottom: 24px;
}

.categorylist ul li small {
  padding: 0.2em 0.4em;
  margin-left: 0.3em;
  font-size: 13px;
  font-weight: bold;
  color: #8a8e14;
  background: #D8D8D8;
  border-radius: 3px;
}
.categorylist ul li ul li {
  font-size: 86%;
  font-weight: normal;
}
.side-entrylist ul li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px #D8D8D8;
}
.side-entrylist ul li a {
  display: block;
  text-decoration: none;
  color: #343434;
  font-weight: bold;
}
.side-entrylist ul li a:hover {
  color: #8d9092;
}
.side-entrylist ul li a figure {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  margin-right: 12px;
  float: left;
}
.side-entrylist ul li a figure img.entry-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.side-entrylist ul li a figure span {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100;
}
.side-entrylist ul li a figure span img {
  width: 27px;
}
.side-entrylist ul li a p {
  font-size: 93%;
  overflow: hidden;
}
.breadcrumb-navi {
  background: #928e87;
  font-size: 0.8em;
  box-shadow: 1px 1px 5px #333 inset;
}
.breadcrumb-navi .inner {
  width: 90%;
  max-width: 1200px;
  min-width: 980px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: left;
}
.page-title {
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 1.5em;
  font-weight: normal;
  border-bottom: solid 2px #C6B665;
  color: #C6B665;
}
/* ------------------------------------------
                   Entry
------------------------------------------ */
.entry {
  padding: 30px;
  background: #E1E1E1;
  border: 2px solid #C6B665;
  box-sizing: border-box;
  box-shadow: 1px 1px 3px #000;
  border-radius: 2px;
}
.entry .entry-meta {
  margin-bottom: 0;
}
.entry .entry-meta .entry-author {
  display: table;
  width: 50%;
  float: left;
}
.entry .entry-meta .entry-author figure {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
}
.entry .entry-meta .entry-author figure img {
  margin-top: 0;
  border-radius: 50%;
}
.entry .entry-meta .entry-author p {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}
.entry .entry-meta .entry-author p a {
  text-decoration: none;
}
.entry .entry-meta .entry-date {
  /* padding-top: 12px; */
  text-align: right;
  color: #8D9092;
  font-family: 'oswald';
  font-weight: lighter;
  font-size: 1.5em;
}
.entry .entry-categories {
  margin-bottom: 20px;
}
.entry .entry-categories ul li {
  display: inline-block;
}
.entry .entry-categories ul li a {
  display: inline-block;
  padding: 0.3em 0.6em;
  margin-right: 0.2em;
  z-index: 100;
  background: #004B9A;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-size: 86%;
}
.entry .entry-categories ul li a:hover {
  opacity: 0.8;
}

/* ------------------------------------------
                   SNS
------------------------------------------ */

.entry .entry-social-buttons ul {
  clear: both;
  margin-bottom: 20px;
  margin-left: 0px;
}

.entry .entry-social-buttons ul li{
  margin-right: 0.5em;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: bottom;
  list-style: none;
}

.entry .entry-social-facebook {
  padding-bottom: 6px;
}

.entry-content {
  clear: both;
  margin-bottom: 70px;
  padding-top: 25px;
}
.entry .entry-content ul {
  /* margin: 2em 0 !important; */
}
.entry .entry-content ul li {
  font-weight: bold;
}

.entry .entry-content ol {
  margin: 0 !important;
}
.entry .entry-content ol ol {

  margin: 0 !important;
}
.entry .entry-content ol li {
  list-style: inside decimal;
  font-weight: bold;
  padding-left: 1rem;
  text-indent: -1rem;
}
.entry .entry-content ol ol li {
  margin: 0 !important;
  font-weight: normal;
}

.entry .entry-content li li {
    padding-left: 2em;
    text-indent: -1em;
    list-style: inside none;
    font-weight: normal;
}

.entry .entry-content ul li ol li,.entry .entry-content ol li ol li {
    list-style: inside upper-latin;
    font-weight: normal;
}


.entry .entry-content ul ul li {
    list-style: none;
    font-weight: normal;
}

.entry .entry-content ul ul li:before,.entry .entry-content ol ul li:before {
  content:'・';
}


.entry .entry-content dl {
  margin: 1em !important;
}
.entry .entry-content dl dt {
  margin-bottom: 0.5em !important;
  font-weight: bold !important;
}
.entry .entry-content dl dd {
  margin: 0 0 1em 2em !important;
}
.entry h2 {
  margin-bottom: 15px;
  font-size: 1.4em;
  font-weight: bold;
  background: #333;
  color: #C6B665;
  padding: 3px 15px;
  border-radius: 5px;
  width: 100%;
  clear: both;
  margin: 10px auto;
}

.entry h3 {
  clear: both;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: #7d7d7d 1px solid;
}
.entry h4 {
  clear: both;
  margin: 15px 0;
  font-size: 20px;
  font-weight: bold;
}
.entry p {
  margin-bottom: 30px;
  width: 100%;
}
.entry img {
  display: inline-block;
  margin-top: 15px;
  max-width: 100%;
  height: auto;
}
.entry blockquote {
  position: relative;
  padding: 35px 45px;
  margin-bottom: 30px;
  background: #F5F4F2;
}
.entry blockquote:before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: url(/images/quote.png);
}
.entry blockquote:after {
  position: absolute;
  bottom: 10px;
  right: 10px;
  content: url(/images/quote_end.png);
}
.entry .caption {
  display: block;
  margin-bottom: 30px;
}
.conversation dt {
  float: right;
}
.conversation dt.moderator {
  float: left;
}
.entry .userpic {
  width: 42px;
  height: 42px;
}
.entry .userpic img {
  margin-top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}
.conversation dd {
  position: relative;
  padding: 1em 1.62em;
  margin: 0px 4em 1.62em 0px;
  background-color: #F5F4F2;
  border-radius: 10px;
}
.conversation .moderator + dd {
  margin: 0px 0px 1.62em 4em;
  background-color: #F5F4F2;
}
.conversation dd:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 20px;
  width: 0px;
  height: 0px;
  border-top: 15px solid #F5F4F2;
  border-right: 15px solid transparent;
}
.conversation .moderator + dd:after {
  left: -15px;
  border-right: 0px none;
  border-left: 15px solid transparent;
}
.conversation dd p {
  margin: 0.62em 0px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #004B9A;
  margin: 1em 0;
  padding: 0;
}
.ninja_onebutton {
  margin-bottom: 30px;
}
.entry-author-detail {
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
  background: #F5F4F2;
}
.entry-author-detail-header {
  margin-bottom: 15px;
}
.entry-author-detail-header p {
  margin-bottom: 0;
  font-weight: bold;
}
ul.entry-author-buttons {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  padding-right: 30px;
  text-align: right;
}
ul.entry-author-buttons li {
  display: inline-block;
  margin-left: 0.1em;
  vertical-align: top;
  line-height: 1;
}
ul.entry-author-buttons li img {
  margin-top: 0;
}
.entry-author-detail-body figure {
  width: 90px;
  float: left;
}
.entry-author-detail-body figure img {
  margin-top: 0;
  border-radius: 50%;
}
.entry-author-detail-body .entry-author-detail-body-text {
  margin-left: 120px;
}
.entry-author-detail-body .entry-author-detail-body-text p {
  margin-bottom: 0;
}
.entry-author-detail-body .entry-author-detail-body-text .name {
  margin-bottom: 5px;
}
.entry-author-detail-body .entry-author-detail-body-text .name a {
  color: #556AA9;
  font-weight: bold;
  text-decoration: none;
}
.entry-author-detail-body .entry-author-detail-body-text .name a:hover {
  text-decoration: none;
}
.entry-author-detail-body .entry-author-detail-body-text .profile {
  font-size: 79%;
}
.entry-navi a {
  display: block;
  padding: 15px;
  margin-bottom: 30px;
  border: solid 1px #DFDFDF;
  border-radius: 5px;
  text-decoration: none;
  color: #4A4A4A;
  font-size: 114%;
}
.entry-navi a:hover {
  background: #c7c7c7;
  border: solid 1px #CDCDCD;
}
.entry-navi a .header {
  margin-bottom: 3px;
  font-weight: bold;
}
.entry-navi a .title {
  margin-bottom: 0;
}
.entry-navi .entry-navi-next a .header {text-align: right;}
.entry-navi .entry-navi-prev a .header {
  text-align: left;
}
.entry-navi a .header i {
  color: #0076BF;
}
.entry-navi .entry-navi-next a .header i {
  margin-right: 0.5em;
}
.entry-navi .entry-navi-prev a .header i {
  margin-left: 0.5em;
}
.mailmagazine {
  margin-bottom: 30px;
  padding: 30px;
  border: solid 1px #C0C0C0;
  border-radius: 5px;
  background-position: 93% 20px;
  background-size: 100px 100px;
}
aside .mailmagazine {
  background: none;
}
.mailmagazine .title {
  margin-bottom: 10px;
  font-size: 114%;
  font-weight: bold;
}
.mailmagazine .lead {
  width: 90%;
  margin-bottom: 20px;
  padding-right: 120px;
}
aside .mailmagazine .lead {
  width: 100%;
  margin-bottom: 20px;
  padding-right: 0;
  background: none;
}
.mailmagazine form {
  padding: 15px;
  background: #F5F4F2;
  border-radius: 5px;
}
.mailmagazine form .mail-text {
  width: 76%;
  float: left;
  margin-right: 2%;
  padding: 0.5em;
  font-size: 100%;
  border: solid 1px #C0C0C0;
  border-radius: 5px;
}
aside .mailmagazine form .mail-text {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 0.5em;
}
.mailmagazine form .main-button {
  width: 20%;
  float: left;
  padding: 0.5em;
  background: #4A4A4A;
  color: #fff;
  font-size: 100%;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
aside .mailmagazine form .main-button {
  width: 50%;
  float: none;
}
.mailmagazine form .main-button:hover {
  background: #999;
}
.follow-action {
  clear: both;
  margin-top: 30px;
  margin-bottom: 0;
}
.follow-action .title {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.follow-action ul {
  text-align: center;
}
.follow-action ul li {
  width: 32%;
  margin: 0 0.1em;
  display: inline-block;
}
.follow-action ul li a {
  width: 100%;
  display: inline-block;
  padding: 15px 15px 15px 65px;
  color: #fff;
  text-decoration: none;
  text-align: left;
}
.follow-action ul li.facebook a {
  background: #3B579E url(/images/icon-follow-facebook.png) no-repeat 17px 20px;
}
.follow-action ul li.twitter a {
  background: #55ADEF url(/images/icon-follow-twitter.png) no-repeat 17px 20px;
}

.follow-action ul li.instagram a {
  background: #8426a7 url(/images/icon-follow-insta.png) no-repeat 17px 20px;
}

.follow-action ul li.feedly a {
  background: #89C131 url(/images/icon-follow-feedly.png) no-repeat 17px 20px;
}
.follow-action ul li a:hover {
  opacity: 0.8;
}
.relation-entrylist h1 {
  margin-bottom: 15px;
  padding: 0.3em 1em;
  background: #4A4A4A;
  color: #fff;
}
.relation-entrylist ul li {
  width: 100%;
  display: table;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #D8D8D8;
}
.relation-entrylist ul li a {
  text-decoration: none;
}
.relation-entrylist ul li figure {
  display: table-cell;
  padding: 0 20px 0 0;
  vertical-align: top;
  width: 150px;
  height: 80px;
  overflow: hidden;
}
.relation-entrylist ul li figure img.entry-thumbnail {
  margin-top: 0;
  width: 150px;
}
.relation-entrylist ul li .detail {
  display: table-cell;
  vertical-align: top;
}
.relation-entrylist ul li a .detail .title {
  margin-bottom: 0;
  font-size: 114%;
  font-weight: bold;
  color: #928751;
}
.relation-entrylist ul li a:hover .detail .title {
  color: #8D9092;
}
.relation-entrylist ul li a .detail .excerpt {
  margin-bottom: 0;
  color: #343434;
}
/* ------------------------------------------
                  ClearFix
------------------------------------------ */
.clearfix, .conversation {
  zoom: 1;
  /* overflow: hidden; */
  display: block;
  text-align: left;
  position: relative;
  width: 100%;
  margin:0;
  padding:0;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  word-break: break-all;
  /* margin-left: -20px; */
}
.clearfix:after, .conversation:after {
  content: "";
  display: block;
  clear: both;
}

ul#block-entries{margin-left:-20px;width: calc((100% + 20px));}

/* ------------------------------------------
               for Small PC
------------------------------------------ */
@media(max-width:1100px) {
  #content {
    padding-left: 1em;
    padding-right: 1em;
  }
  .entrybox-large .entry-detail .entry-title {
    font-size: 18px;
  }

ul#block-entries{margin-left: 5px;width: calc(100% - 20px);/* margin:0 auto; */}

}
/* ------------------------------------------
                 for tablet
------------------------------------------ */
@media(max-width:768px) {
  img {
    max-width: 100%;
    height: auto;
  }
  header {
    padding: 30px 0 20px 0;
    background: #F5F4F2;
    box-shadow: none;
  }
  header .inner {
    width: 100%;
    max-width: 100%;
    min-width: 300px;
    padding-left: 1em;
    padding-right: 1em;
  }
header h1 img {
    width: auto;
    height: 50px;
    margin-top: 5px;
}
  header h2 {
    display: none;
  }
  header.header-lower #globalnavi {
    padding-top: 16px;
  }
  header.header-lower #globalnavi ul li {
    margin-left: 1em;
  }
  header.header-lower #globalnavi ul li a {
    font-size: 100%;
  }
  .breadcrumb-navi .inner {
    width: 100%;
    max-width: 100%;
    min-width: 300px;
    padding: 15px 1em;
  }
  #content {
    width: 100%;
    max-width: 100%;
    min-width: 300px;
    padding: 0 0 10px 0;
    text-align: left;
  }
  #main-wrapper {
    width: 100%;
    float: none;
    margin: 0 0 0 0;
  }
  #content main {
    margin-right: 0;
    margin-bottom: 50px;
    padding: 0;
  }
  #content aside {
    width: 100%;
    float: none;
    padding: 0 1em;
    text-align: center;
  }
  #content aside .mailmagazine {
    display: none;
  }
  #side-banner {
    text-align: center;
  }
  #side-likebox {
    width: 300px !important;
    margin: 0 auto;
  }
  footer .inner {
    width: 100%;
    max-width: 100%;
    min-width: 300px;
    margin: 0 auto;
    padding: 20px 10px;
  }
  footer a:link, footer a:visited {
    color: #D4D5D5;
  }
  #footer-about {
    width: 100%;
    float: none;
    margin-bottom: 1em;
    text-align: center;
  }
  #footer-social {
    width: 100%;
    float: none;
  }
  .footer-logo img {
    float: none;
    margin-right: 0;
  }
  #footer-about p {
    margin-top: 1em;
  }
  .footer-social-buttons {
    margin-bottom: 0;
  }
  .footer-social-buttons ul {
    text-align: center;
  }
  .footer-social-links {
    text-align: center;
  }
  .footer-copyright {
    margin-top: 30px;
  }
  .entry {
    /* padding-right: 0; */
    border-right: none;
    border-left: none;
    border-radius: 0;
  }
  .entrybox-large {
    margin-bottom: 30px;
  }
  .entrylist li {
    margin: 0px 20px 30px 0px;
  }
  .entrylist li .entry-image {
    /* height: 160px; */
    padding-top: 62%;
  }
}
/* ------------------------------------------
                 for sp
------------------------------------------ */
@media(max-width:1020px) {
  .head_navigation.sp{display:block;position: absolute;top: 0;left: 0;height: 50px;}
  #responsive-menu-button {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: url(/images/responsive-menu-button.png) no-repeat 8px 12px;
    background-size: 25px 17px;
    cursor: pointer;
  }
  .responsive-btn-active {
    background: url(/images/responsive-menu-button-active.png) no-repeat 10px 10px !important;
    background-size: 20px 20px !important;
  }
    header.header-lower #globalnavi, header.top-header #globalnavi {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding-top: 0;
    text-align: left;
    z-index: 1000;
  }
  #navi-content {
    height: 300px;
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
    overflow: auto;
  }
  header.header-lower #globalnavi ul li, header.top-header #globalnavi ul li {
    display: block;
    margin: 0px 0px 0px 0;
  }
  header.header-lower #globalnavi ul li a, header.top-header #globalnavi ul li a {
    display: block;
    padding: 0.7em;
    background: rgba(76, 76, 76, 0.95);
    border-bottom: solid 1px #616161;
    font-weight: normal;
    color: #ddd;
    font-size: 0.8em;
  }
  header.header-lower #globalnavi ul li a span, header.top-header #globalnavi ul li a span{
  display:inline-block;margin-left:5px;
  color:#C6B665;
  font-family:'oswald';
  font-size:0.8em;
  letter-spacing:0.05em;
  }
  header.top-header #globalnavi ul ul li a {
    display: block;
    margin: 0px 0px 0px 0;
    padding-left:20px;
    background: rgba(115, 115, 115, 0.97);
  }
  header.top-header #globalnavi ul ul li a:before {content:'>';margin-right:3px;}
  
  .init-bottom:after{content:none;}
}
@media(max-width:768px) {
  body {
    padding-top: 60px;
  }
  header.header-lower, header.top-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 14px 0px;
    background: #1C1A1A;
    z-index: 1000;
  }
  header.header-lower h1, header.top-header h1 {

  }

  .entrybox-large .entry-image {
    display: block;
    position: relative;
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .entrybox-large .entry-detail {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .entrybox-large .entry-detail .entry-meta {
    margin-bottom: 15px;
  }
  #breadcrumb {
    display: none;
  }
  .page-title {
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 2px solid #EBEBEB;
  }
  .pagenation ul li {
    margin-bottom: 2em;
  }
  .entry-author {
    font-size: 86%;
  }
  .entry .entry-meta .entry-date {
    padding-top: 14px;
    font-size: 86%;
  }
  .entry .entry-categories ul li {
    margin-bottom: 0.3em;
  }
  .entrylist li {
    width: calc((100% - 20px)/2);
    margin: 0 0 10px 10px;
    /* float: none; */
  }
  .entrylist li:nth-child(3n) {
    /* margin-right: 10px; */
  }
  .entrylist li:nth-child(2n) {
    margin-right: 0;
  }
  .entry h2 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
  }
  .entry h3 {
    font-size: 20px;
    font-weight: bold;
  }
  .entry h4 {
    font-size: 16px;
  }
  .ninja_onebutton {
    margin-bottom: 30px;
  }
  .entry-author-detail {
    padding: 15px;
  }
  .entry-author-detail-header {
    margin-bottom: 15px;
  }
  .entry-author-detail-header p {
    text-align: center;
  }
  ul.entry-author-buttons {
    position: static;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
  ul.entry-author-buttons li {
    margin: 0 0.1em 0 0;
  }
  ul.entry-author-buttons li img {
    margin-top: 0;
  }
  .entry-author-detail-body figure {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    text-align: center;
  }
  .entry-author-detail-body figure img {
    margin-top: 0;
  }
  .entry-author-detail-body .entry-author-detail-body-text {
    margin: 0 0 15px 0;
  }
  .mailmagazine {
    background: none;
  }
  .mailmagazine .lead {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    background: none;
  }
  .mailmagazine form label {
    width: 100%;
    float: none;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 0.5em;
    text-align: left;
  }
  .mailmagazine form .mail-text {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .mailmagazine form .main-button {
    width: 50%;
    float: none;
  }
  .follow-action ul li {
    width: 30%;
  }
  .follow-action ul li a {
    display: block;
    height: 60px;
  }
  .follow-action ul li a span {
    display: none;
  }
  .follow-action ul li.facebook a {
    background: #3B579E url(/images/icon-follow-facebook.png) no-repeat 50% 13px;
  }
  .follow-action ul li.twitter a {
    background: #55ADEF url(/images/icon-follow-twitter.png) no-repeat 50% 13px;
  }
  .follow-action ul li.instagram a {
    background: #8426a7 url(/images/icon-follow-insta.png) no-repeat 50% 13px;
  }
  .relation-entrylist ul li a .detail .excerpt {
    display: none;
  }
  #footer-about {
    text-align: left;
  }
  #side-likebox {
    width: 100% !important;
  }
  .search-form .search-text {
    width: 250px;
  }

  .footer-social-links {
    text-align: left;
  }
  .footer-copyright {
    text-align: center;
  }
}
#page-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
}
#page-top a {
  text-decoration: none;
}


/* for sub categories */
.categorylist .catdepth-2 {
  position: relative;
  margin-left: 0px;
}

.categorylist .catdepth-2 .nolink {
  color: #cccccc;
}

.categorylist .catdepth-2::before {
  content: "Ã¢â€â€";
  position: absolute;
  left: -1em;
  top: 0px;
}

.categorylist .catdepth-3 {
  position: relative;
  margin-left: 12px;
}

.categorylist .catdepth-3 .nolink {
  color: #cccccc;
}

.categorylist .catdepth-3::before {
  content: "Ã¢â€â€";
  position: absolute;
  left: -1em;
  top: 0px;
}


/* ------------------------------------------
            Google Custom Search
------------------------------------------ */
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.gsib_a {
  padding-top: 0  !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0 0 1em 0  !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  margin: 10px;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  background-color: #004B9A !important;
  border-color: #004B9A !important;
}



/*add*/
.readmore{
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    font-family: 'Roboto Condensed', sans-serif;
    }
.readmore a{
	    display: block;
	    text-align: center;
	    border: 1px solid #726A00;
	    padding: 5px;
	    border-radius: 3px;
	    color: #726A00;
	    transition: 0.2s;
	    background: #dcdcdc;
	    box-shadow: 1px 1px 3px #ccc;
}
.readmore a:hover{background: #726A00;color: #E1E1E1;}

.top_corner{}
.top_corner_btn{
    display: block;
    overflow: hidden;
    font-size: 0;
}
.top_corner_btn li{
    display: block;
    /* width: calc((100% - 20px)/2); */
    margin: 0 0 10px;
    background: #292524;
    box-sizing: border-box;
    font-size: 20px;
    /* padding: 20px; */
}
.top_corner_btn li.right_btn{
    margin-right: 0;
}
.top_corner_btn li a{font-family: 'Oswald', sans-serif;font-weight: 200;font-size: 2em;color:#C6B665;padding: 20px;display: block;overflow: hidden;transition:0.2s;background: #a70000;border: 8px solid #C6B666;line-height: 3rem;}
.top_corner_btn li a:hover{background:#4c4c4c}
.top_corner_btn li a span{font-family: 'Oswald', sans-serif;font-weight: 200;font-size: 18px;clear:both;display:block;color:#ccc;line-height: 15px;margin-top: 15px;}

.news_title{display: block;font-family: 'Oswald', sans-serif;font-weight: lighter;font-size: 2.5em;color:#C6B665;text-align:center;margin-top:10px;}
.news_title_sub{display: block;text-align: center;color: #ccc;}

@media(max-width: 1200px) {
.top_corner_btn li a{font-family: 'Oswald', sans-serif;font-weight: 200;font-size: 1.7rem;color:#C6B665;padding: 20px;display: block;overflow: hidden;transition:0.2s;line-height: 2rem;}
.top_corner_btn li a:hover{background:#4c4c4c}
.top_corner_btn li a span{font-family: 'Oswald', sans-serif;font-weight: 200;font-size: 16px;clear:both;display:block;color:#ccc;line-height: 1.5rem;}
.news_title{display: block;font-family: 'Oswald', sans-serif;font-weight: lighter;font-size: 1.8em;color:#C6B665;text-align:center;margin-top:10px;}
.news_title_sub{display: block;text-align: center;color: #ccc;}
}




#top_corner{display:block;margin-bottom:20px;}

@media(max-width:800px){
  #top_corner{display:block;margin:0 1rem 20px;}
}


#seccon2018main_image{display: block;position:relative;text-align:center;width:100%;background:#292524;overflow: hidden;position: relative;padding-top: 45%;z-index: 1;}


#seccon2018main_image div.svgwrap{
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 0;
  }
  
#seccon2018main_image .message{
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    z-index: 1;
    display: none;
    }

@media(max-width:1020px){
#seccon2018main_image{padding-top: 60%;z-index: 1;}
#seccon2018main_image .message{width:80%;}
}




/*メインメニューブロック*/

.menu {
    position: relative;
    width: 100%;
    /* height: 50px; */
    max-width: 1230px;
    margin: 0 auto;
}



.menu > li {
    float: right;
    width: calc((100% - 160px)/6); /* グローバルナビ4つの場合 */
    /* height: 50px; */
    /* line-height: 50px; */
    /* background: #1f1d18; */
}

.menu > li:first-child {width: 200px;float: left;}

.menu > li a {
    display: block;
    color: #C6B665;
    line-height: 2.5em;
    height: 4em;
    transition:0.2s;
}
.menu > li a.nolink,.menu > li a.nolink:hover {
    display: block;
    color: #737373;
    line-height: 2.5em;
    height: 4em;
    transition:0.2s;
}
.menu__single a.nolink span,.menu__single a.nolink:hover span{
    display: block;
    line-height: 0.8em;
    font-size: 0.8em;
    font-family: 'Oswald', sans-serif;
    font-weight: lighter;
    color: #636363;
    letter-spacing: 0.05em;
}


.menu > li a:hover {
     color: #f9e890;
     background: #000000;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    font-size:0.9em;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    /* background: #000000; */
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
    height: 4em;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #111;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
/*
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0px 0px 3px;
    border-right: 1px solid #C6B665;
    border-bottom: 1px solid #C6B665;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/
@media(max-width:1020px){
.init-bottom:after {
position:absolute;
right:10px;
}
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}


.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 4.3em;
    width: 100%;
    background: #272727;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    visibility: visible;
    opacity: 1;
}

.menu__single{}
.menu__single a{}
.menu__single a span{
    display: block;
    line-height: 0.8em;
    font-size: 0.8em;
    font-family: 'Oswald', sans-serif;
    font-weight: lighter;
    color: #fff;
    letter-spacing: 0.05em;
}


.head_navigation.pc{display: block;background: #1f1d18;}

.top_menu{display: block;position: absolute;bottom:0;left: 0;width: 100%;text-align: center;z-index: 2;background: rgba(0, 0, 0, 0.4);}
.menu_top{display: block;max-width: 1200px;margin: 0 auto;font-size: 0;}
.menu_top li{display: inline-block;width: calc((100%)/3);box-sizing: border-box;overflow: hidden;}
*::-ms-backdrop, .menu_top li {display: inline-block;width: 30%;box-sizing: border-box;overflow: hidden;}
.menu_top li a{display: block;transition:0.5s;}
.menu_top li a:hover{background: rgb(6, 6, 6);opacity:0.9;}
.menu_top li a img{width: 80%;height: auto;padding: 5%;}

.sp{display: none;}

#breadcrumb .inner{color: #d2d2d2;padding: 10px 20px;}
#breadcrumb .inner a{color: #ddd;font-weight: bold;}

@media(max-width:1020px){
	.head_navigation.pc{display: none;}
}







table {
	width: 100%;
	border-spacing: 0;
}

table th {
	width: 260px;
	padding: 14px 15px;
	color: #e6e6e6;
	/* font-size: 1.2em; */
	line-height: 1.4;
	text-align: left;
	border: 1px solid #636363;
	border-bottom: none;
	vertical-align: top;
	background: #3a3a3a;
}

table thead th {
    width: auto;
    text-align: center;
}

table thead td {
    width: auto;
    text-align: center;
    padding: 14px 15px;
    color: #ff8f8f;
    font-size: 1.5rem;
    line-height: 1.4;
    border: 1px solid #805454;
    border-bottom: none;
    background: url(/images/bg-nav.png) repeat;
    vertical-align: top;
}

.articleContents table th em {
    font-size: 1.2rem;
    color: #995656;
    line-height: 1.4;
    font-family: Source Code Pro,sans-serif;
    display: block;
}

table thead th,
table thead td,
table thead tr:last-child th,
table thead tr:last-child td {
    border-right: none;
    border-bottom: none;
    vertical-align: middle;
}

table thead tr th:last-child {
    border-right: 1px solid #805454;
}

table tr:last-child th {
	border-bottom: 1px solid #805454;
}

table th .fsen {
	color: #C6B665 !important;
	font-size: 0.8em;
}

.fsen {
	color: #868658 !important;
	font-size: 0.8em;
}


table td .fsen {
	display: block;
	color: #7b6509;
}

table td > :last-child {
	margin-bottom: 0;
}

table .fsen {
	font-size: 0.8em;
	font-family: 'Roboto Condensed', sans-serif;
}

table td {
	line-height: 1.5;
	border: 1px solid #3e3e47;
	border-bottom: none;
	padding: 14px 10px;
	background: url(/images/bg-table.png) repeat;
}

table tbody td {
    line-height: 1.5;
    border: 1px solid #3e3e47;
    border-right: none;
    border-bottom: none;
    padding: 14px 10px;
    background: url(/images/bg-table.png) repeat;
}

table .table-end {
    margin-top: 5px;
    display: block;
    background-color: red;
    border-radius: 3px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
}

table .table-link {
    color: #fff;
}

table span .table-link {
    color: #a7a7a7;
}


table tbody td:last-child {
    border-right: 1px solid #3e3e47;
}

table tr:last-child td {
	border-bottom: 1px solid #3e3e47;
}

.table-def tbody td {
    line-height: 1.8;
}

.list-table li {
	margin-bottom: 10px;
	line-height: 1.2;
}

.list-table li:last-child {
	margin-bottom: 0;
}

@media(max-width:800px){

table th{display:block;width:100%;margin-bottom: 10px;border-radius: 5px;}
td{display:block;width:100%;}


}




/*リスト*/

.col {
    margin: 0 auto 20px;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.col>li {
    margin: 0;
    /* float: left; */
    padding: 0;
    display: inline-block;
    width: 100%;
}

.col--2>li {
    width: calc((100% - 32px)/2);
    display: inline-block;
    height: auto;
}
col--2>li:nth-of-type(2n+1) {
    clear: both;
}

.col--4>li {
    width: calc((100% - 32px)/4);
    display: inline-block;
    height: auto;
}
col--2>li:nth-of-type(4n+1) {
    clear: both;
}

.col--6>li {
    width: calc((100% - 32px)/6);
    display: inline-block;
    height: auto;
}
col--6>li:nth-of-type(6n+1) {
    clear: both;
}

.ac {
    text-align: center !important;
}

@media(max-width:800px){

table table{}
table thead{}
table tbody{
    border-bottom: 1px solid #333;
}

table thead th{
    display: inline-block;
    padding: 0 3px;
    border: none!important;
    background: transparent;
    text-align: center;
    float: none;
}
table tr{display: block;border: 1px solid #333;border-bottom: none;padding: 10px;background: rgba(255, 255, 255, 0.24);}
table tset tr{display: block;border: 1px solid #333;border-bottom: none;padding: 10px;}
table thead tr:first-child{background:#333;text-align: center;}
table td{
    display: inline-block;
    border: none!important;
    padding: 0!important;
}

table tr:last-child td {
}

table tr .ac{
    padding: 3px 10px;
    background: #333;
    color: #fff;
    margin-bottom: 10px;
    font-family: oswald;
    border-radius: 5px;
}

}



.entry-navi{font-size: 14px;}
.relation-entrylist{margin-top: 20px;}


/*navi---------------------------------------------------*/
.entry-navi-prev,.entry-navi-next{display:inline-block;width:48%;vertical-align: top;}


a.blank_btn{background: #a99b51;color: #d4d4d4;padding: 10px 15px;text-align: center;border-radius: 5px;box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);transition: 0.2s;display: inline-block;}
a.blank_btn:before{content:'>> ';}
a.blank_btn:hover{background: #696632;}


footer h2{background: #4e4e4e;display:block;border-radius:5px;padding: 8px 10px;margin:0 auto 10px;color: #C6B665;box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);font-weight: normal;}
.footer_two{display:block;width: calc(100% + 20px);margin-left: -20px;letter-spacing: -5em;}
.footer_two:after{content:''display:table;clear:both;}
.footer_two li{
    display: inline-block;
    width: calc((100% - 40px)/2);
    margin-left: 20px;
    vertical-align: top;
    font-size: 0.9em;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: normal;
}

@media(max-width:800px){
.footer_two li{
    display: inline-block;
    width: 50%;
    /* margin-left: 10px; */
    vertical-align: top;
    font-size: 0.7em;
}
}

footer .link_btn{margin:10px 0;display:inline-block;}
footer .link_btn img{border:1px solid #C6B665;overflow:hidden;box-sizing:border-box;}

.side-entrylist p{margin-bottom: 10px;}

a img{transition: 0.5s;}
a:hover img{opacity: 0.5;}

.side-entrylist a{display: inline-block;overflow: hidden;transition: 0.5s;}
.side-entrylist a:hover{overflow: hidden;opacity: 0.5;}


p.att90{display: block;margin-top: 10px;font-size: 0.9em;}
div.en_copy{font-family: 'oswald';font-size: 1.5em;margin: 0 auto 10px;}
div.en_copy.ls{font-size: 5em;margin: 40px auto 0;}
div.center_block{text-align: center;display: block;}

.footer-copyright{display:table;margin:0 auto;max-width:1200px;width:100%;padding:10px;}
.sec_badge{display:table-cell;margin-left:0;text-align:left;vertical-align:middle;}
.copy_c{display:table-cell;text-align:right;vertical-align:middle;}





/*sponsor*/
.sp_title{display: block;background: #C6B665;color: #fff;padding: 5px 15px ;border-radius: 5px;font-weight: bold;font-family: 'oswald';font-weight: 300;letter-spacing: 0.02em;font-size: 1.2em;}
.sp_title span{font-size: 0.7em;font-weight: bold;}

.col1{}
.col2{}
.col4{}
.col6{}
.col3{}

.col1 ul{font-size: 0;line-height: 0;letter-spacing: -5em;margin: 10px 0 20px -5px;width: calc(100% + 5px);}
.col2 ul{font-size: 0;line-height: 0;letter-spacing: -5em;margin: 10px 0 20px -5px;width: calc(100% + 5px);}
.col4 ul{font-size: 0;line-height: 0;letter-spacing: -5em;margin: 10px 0 20px -5px;width: calc(100% + 5px);}
.col6 ul{font-size: 0;line-height: 0;letter-spacing: -5em;margin: 10px 0 20px -5px;width: calc(100% + 5px);}
.col3 ul{font-size: 0;line-height: 0;letter-spacing: -5em;margin: 10px 0 20px -5px;width: calc(100% + 5px);display: flex;flex-wrap: wrap;}

.col1 ul li{display: inline-block;box-sizing: border-box;width: calc((100% - 5px));vertical-align: top;text-align: center;background: #fff;line-height: normal;font-size: 16px;letter-spacing: normal;margin:0 0 5px 5px;border-radius: 5px;}
.col2 ul li{display: inline-block;box-sizing: border-box;width: calc((100% - 10px)/2);vertical-align: top;text-align: center;background: #fff;line-height: normal;font-size: 16px;letter-spacing: normal;margin:0 0 5px 5px;border-radius: 5px;}
.col4 ul li{display: inline-block;box-sizing: border-box;width: calc((100% - 20px)/4);vertical-align: top;text-align: center;background: #fff;line-height: normal;font-size: 16px;letter-spacing: normal;margin:0 0 5px 5px;border-radius: 5px;}
.col6 ul li{display: inline-block;box-sizing: border-box;width: calc((100% - 30px)/6);vertical-align: top;text-align: center;background: #fff;line-height: normal;font-size: 16px;letter-spacing: normal;margin:0 0 5px 5px;border-radius: 5px;}
.col3 ul li{display: inline-block;box-sizing: border-box;width: calc((100% - 15px)/3);vertical-align: top;text-align: center;background: #fff;line-height: normal;font-size: 16px;letter-spacing: normal;margin:0 0 5px 5px;border-radius: 5px;font-size: 14px;font-weight: normal!important;text-align: left;}
.col3 ul li a{font-weight: normal;}
.infra.col3 ul li{display: inline-block;box-sizing: border-box;width: calc((100% - 15px)/3);vertical-align: top;text-align: center;line-height: normal;font-size: 16px;letter-spacing: normal;margin:0 0 5px 5px;border-radius: 5px;background: transparent;}
.col3 ul li div.logoarea {background: #fff;border-radius: 5px;margin-top: 10px;padding: 10px;}

.sponsor_area ul li{padding: 10px;box-sizing: border-box;}

.infra.col3 ul li{padding: 0;}

.sponsor_area img{width: 100%;height: auto;margin-top: 0;}

.platinum .sp_title{background: #404040;}
.gold .sp_title{background: #C6B665;}
.silver .sp_title{background: #a0a0a0;}
.bronze .sp_title{background: #82573b;}
.infra .sp_title{background: #005ba2;}
.beginners .sp_title{background: #1b4020;}
.supporters .sp_title{background: #797979;}


@media(max-width:800px){
.col2 ul li{width: calc((100% - 5px));}	
.col4 ul li{width: calc((100% - 10px)/2);}	
.col6 ul li{width: calc((100% - 10px)/2);}	
.col3 ul{    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}
.col3 ul li{width: calc((100% - 10px)/2);}
.infra.col3 ul li{width: calc((100% - 5px));}
.infra.col3 ul li div.logoarea{margin-bottom: 10px;}
.sp_title{text-align: center;}
.sp_title span,.col3 ul li span{display: block;}
}

.slider_head_wrap{border-bottom: 3px solid #C6B665;width:100%;display:block;}
.slider_head{display:block;/* width:100%; */max-width:1180px;margin:0 auto;text-align:left;}
.slider_ttl{color: #2b2b2b;padding:5px 10px;background: #C6B665;display:inline-block;border-radius:5px 5px 0 0;font-family: 'oswald';font-weight: 100;letter-spacing: 0.02em;}


@media(max-width:800px){
	.slider_head{display:block;/* width:100%; */max-width:1180px;margin-left:10px;text-align:left;}
	.footer_two{margin: 0 auto;margin-left: -10px;width: 100%;display: flex;flex-direction: row;}
}

.sub_corner_wrap{background:#fff;padding: 0 20px 20px;border: 2px solid #C6B665;box-sizing: border-box;}
.sub_corner_wrap ol,.sub_corner_wrap ul{font-size:0.9rem;}
.sub_corner_wrap li{margin:5px 0;font-size:0.9rem;}
.sub_corner_wrap li li{margin:5px 0;font-size:0.8rem;}
.sub_corner_wrap h4{color: #C6B665;font-weight: bold;margin: 20px 0 20px;padding-bottom: 5px;border-bottom: 1px solid #C6B665;}


a.preregist {
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 2em;
    color: #C6B665;
    padding: 15px 30px 15px;
    display: block;
    overflow: hidden;
    transition: 0.2s;
    background: #a70000;
    border: 8px solid #C6B666;
    line-height: 2.5rem;
    text-decoration: none;
    margin: 0 auto 20px;
    width: 70%;
}

a.preregist:hover {
    background: #4c4c4c;
}

a.preregist span.txt_sub {
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 18px;
    clear: both;
    display: block;
    color: #ccc;
    line-height: 15px;
    margin-top: 15px;
}