@CHARSET "UTF-8";
html{
  height:100%;
}

.flexboxtweener, .flexboxtweener>body {
  height: 100%;
}
body{
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  background-color:#f5f5f5;
}
header {
  z-index:11;
}
#sidenav-overlay {
  z-index:10001;
}
.side-nav{
  z-index:10002;
}

main {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  padding-left: 0px;
}
#content{
  max-width:1200px;
  margin: 0 auto;
}
.content-inner {
  background-color:#fdfdfd;
  z-index:10;
}

.head-menu{
  line-height:3em;
  padding:0 0 0 0;
}
.head-menu a{
	display:inline-block;
	padding: 0 1rem;
}
.head-menu-active{
	color:#000;
	background-color:#E3F2FD;
}
.footer-link a{
	text-decoration:underline;
}

@media only screen and (min-width : 992px) {
   main {
    padding-left: 200px;
  }
  .side-nav{
    margin-top:72px;
    height: auto;
    width: 200px;
    padding-bottom: 0;
  }

  .jnav-scroll{
    margin-top: 10px;
  }
}

.jfixed{
  position: absolute;
}
.jfixed nav{
  width: auto;
  margin: 0.5em 0.5em;
  box-shadow: none;
  background-color:transparent !important;
}

.btn-nav-menue{
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.35em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3.25em;
  height: 2.5em !important;
  line-height: 2.5em !important;
}
.btn-nav-menue i{
  line-height: 1.25em !important;
}
.jclose-nav{
  text-align: center;
  width: 5rem;
  margin: 0 0 0 auto;
}

.u-form select {
	margin-bottom:21px;
}

.n-margin-b {
	margin-bottom: 0px;
}

.btn-submit {
	height: 3rem;
	line-height: 3rem;
}

.spinner-grey-only {
    border-color: #9e9e9e;
}

.loading {
  margin: 1rem auto;
  width: 190px;
  display: hidden;
}

.loading p {
	padding-left:2em;
}

.image-desc {
  line-height:1em;
}

.str-break{
  word-break: break-all;
}

.taglist a {
	color:#555;
	text-decoration:underline;
	margin-right:0.5em;
	line-height:2em;
}

.sq-area {
  width: 100%;
  margin: 0px;
  position: relative;
/*  border: 1px solid #999;*/
  float: left;
}
.sq-area .sq-block{
  width: 100%;
  padding-bottom: 100%;
}
.sq-area .sq-block .sq-box{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.contain {
    display: inline-block;
    background-color: #f5f5f5;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 1%;

    border: 1px solid #ddd;
    background-size: contain;
}

.cover {
    display: inline-block;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 1%;

    border: 1px solid #ddd;
    background-size: cover;
}

/*scrolltop*/
.material-scrolltop{
  background-color: #01579b ;
  bottom:56px;
}
.material-scrolltop:hover {
  background-color:#0277bd; 
}
.material-scrolltop::before {
  background-color:#0277bd; 
}
.material-scrolltop:focus {
  background-color:#0277bd; 
}
/*input*/
 .row .input-field input:focus {
   border-bottom: 1px solid #0277bd !important;
   box-shadow: 0 1px 0 0 #0277bd !important
 }
/*date picker*/
.picker__frame {
  width: 280px;
}
.picker__date-display {
  background-color: #37474f;
  padding-bottom: 5px;
}

.picker__weekday-display {
  background-color: #263238;
  padding: 5px;
  margin-bottom: 5px;
}
.picker__month-display{
  width: 55%;
  float: left;
  font-size: 3.5rem;
  font-weight: 400;
  text-align: right;
}
.picker__day-display{
  width: 45%;
  float: left;
  font-size: 3.5rem;
  text-align: left;
  padding-left: 1rem;
}
.picker__year-display{
  clear: both;
}


.picker__header select {
  margin-bottom: 5px;
}

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
  background-color: #455a64;
}

.picker__table{
  margin-bottom: 0px;
}

.picker__close, .picker__today {
  color: #263238;
  width: 50%;
}
.picker__clear {
  color: #90a4ae;
  display: none;
}

/**/
.title_s {
  font-size:1.2rem;
  padding-left:1rem;
  font-weight: bold;
  font-size: 50%;
}
.title_n {
  padding-left:2rem;
   font-size: 100%;
}

.taglist {
  overflow:hidden;
}

.taglist li{
  float: left;
  margin: 0 1rem;
}

.refrect{
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.btn-close {
  display: block;
  margin:1em 0 0.5em 1em;
  width: 7em;
  height: 3.5em;
  border: 1px solid #039be5;
  padding: 1em;
}

.btn-close span:before{
  content: '<';
  margin-right: 1em;
}

.fixbtn-close {
  display:none;
  position:fixed;
  right:0;
  top:0;
  background-color:#fff;
  opacity: 0.6;
  margin:0.5rem 0.5rem 0 0;
  width: 3.2rem;
  height: 3.2rem;
  line-height:3.2rem;
  border: 1px solid #039be5;
  border-radius:1.6rem;
  -moz-border-radius:1.6rem;
  -webkit-border-radius:1.6rem;
  text-align:center;
  font-size:2em;
  z-index:10000;
}
.fixbtn-close-scroll {
  display:block;
}

.seiga-search-link{
  display: block;
  border-bottom: 1px solid #039be5;
  width:7em;
  text-align: center;
  margin: 0 0 0.5em auto;
  line-height:1.5em;
  cursor: pointer;
}

.not-found{
  padding: 3rem 0;
}

.info-table{
  border: 1px solid #ddd;
}
.info-table th{
  padding-left: 1rem;
  font-weight:normal;
}

.pcad {
  margin-top:1em;
}
.ad-line {
  margin:1em 0 0 0;
}
.ad-area {
  position: relative;
  padding: 0 !important;
  height:150px;
}

.ad-pr,.page-count {
  display:block;
  position: absolute;
  top: 3px;
  left: 4px;
  width:2em;
  height:1em;
  line-height:1em;
  background-color: rgba(0,0,0,0.5);
  padding:0 0 1px 0;
  margin-left:0;
  color:#fff;
  text-align: center;
}
.ad-pr{
  top: 0px;
  left: 0px;
}

#nend_adspace_220067_666389{
  margin-left:-0.75em !important;
}
@-webkit-keyframes bg-color {
  0% { background-color: #ffa; }
  100% { background-color: #fff; }
}
@keyframes bg-color {
  0% { background-color: #ffa; }
  100% { background-color: #fff; }
}
.anime-bg{
	animation:bg-color 1s 1;
	-webkit-animation:bg-color 1s 1;
}
#graphranklink {
  text-align:center;
  padding: 1.2em 0;
}
#graphranklink a {
  display:inline-block;
  border: 1px solid #039be5;
  padding: 1em;
}

.images-block {
	text-align:center;
}
.images-block img {
	margin-top:1em;
	max-width:100%;
}

