@charset "utf-8";
/* CSS Document */

#side a:link{
color:#fff;
}

#side a:visited{
color:#ccc;
}
/*----blog ------*/
/*----blog ------*/

#global_navi,#side h2,#side h3{
font-family: 'Fjalla One', sans-serif;
}
#top_header{
background-image: url("../common_images/blog_top_back.jpg") ;
background-size:cover;
border-bottom:var(--accent_color) 3px solid;
}
#logo_text{
width:200px;
vertical-align: middle;
}

#top_header{
height: 200px;
}
.logo_box{
height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}



.badge{
  display: inline-block;
  padding:0.5em;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

#blog article{
font-family: initial;
display: block;
margin-bottom: 50px;
padding: 1rem;
border-bottom: 2px solid var(--accent_color);
background-color: var(--bg_color);
word-break: break-word;
}
#blog article a{
color:#fff
}
#blog .embed-responsive{
margin-bottom: 1rem;
}
.honbun img{
width: 100%;
height: auto;
margin-bottom: 1rem;
}
.honbun{
font-size:1.3rem;
font-weight: normal;
}
figure.image {
background-color: #1A1D25;
}
figure.image > figcaption {
font-size:1rem;
opacity:0.8;
padding :0 1rem 1rem 1rem;
font-style: normal;
}

#blog h1{
padding:1.5rem 0;
font-size: 1.25rem;
  font-weight: bold;
}

.pager_flex{
 display: flex;
flex-wrap:         nowrap;
justify-content:         space-between;
margin:20px 0;
}
a.paging_button{
display:inline-block;
width:49%;
text-align:center;
background:var(--link-blue);
color:#fff  !important;
font-size:1rem;
padding:20px;
border-radius:3px;
border-bottom: 6px solid var(--link-blue2);;
}
div.pager_right > a{
amargin-left:2px;
}
.disabled{
display:inline-block;
width:49%;
text-align:center;
background-color:var(--link-blue2);
color:#fff  !important;
font-size:1rem;
padding:20px;
border-radius:3px;
opacity: 0.3;
}

	.anoter_posts{
padding:0px;
margin-bottom: 1rem;
}

.anoter_posts.clearfix h4{
font-family: initial;
font-size: 1rem;
font-weight:normal;
}

div.anoter_posts.clearfix > p{
font-family: initial;
color:#fff !important;
line-height: 1rem;
}

.image_waku {
width:120px;
height:130px;
overflow:hidden;
float:left;
margin-right:10px ;
}

.image_waku > img{
margin-top: 5px;
max-width:120px;
height:auto;
}
.spi_button{
background-color: #333;
filter: drop-shadow(4px 4px 4px rgba(255,255,255,0.2));
}

.yymm > a{
display:block;

}
#hid{
display: none;
}
#more{
cursor: pointer;
color:#fff;
}
.dropdown-toggle{
display:block;
padding:10px 0 0 10px;
}

/*- https://github.com/philipwalton/solved-by-flexbox/blob/master/assets/css/components/input-add-on.css-*/
.InputAddOn {
  display: flex;
}

.InputAddOn-field {
  flex: 1;
  background: #5F5F5F;
  color:#fff;
}
.InputAddOn-item.btn.btn-primary{
padding-left:24px;
padding-right:24px;
  border-radius: 0px;
	border:none;
				border-left:none;

}

 input.InputAddOn-field{
	border:none;
	border-right:none;

	}

#blog a img{
border-bottom: 4px solid #222;
  border-radius: 6px;

}

 .found{
  animation: Flash1 2s infinite;
}


article a.badge{
font-weight: normal;
font-size:0.8rem;
}

.guide_title{
font-size:1.2rem;
background-color: #111;
padding: 0.5rem;
}
.badge-pill
{

  padding-right: 0.2em;
  padding-left: 0.2em;
font-size:0.8rem;
width:100%;
}
.opa03{
opacity: 0.5;
}

#blog_under_banner  img{
width:100%;
}
#guide_table td,#guide_table th{
width: calc( 100% / 7) !important;
font-size: 0.8rem;
font-family: 'Fjalla One', sans-serif;
}

#blog_side_sponsor img{
margin-top: 40px;
margin-left: 5%;
width:90%;
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 

#top_header{
height:250px;
}
#logo_text{
width:400px;
}

#top_header{
height: 300px;
}
#blog article{
padding: 2rem;
}

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
#blog article{
padding: 2rem;
}

#blog_under_banner  img{
width:48%;
margin-left: 2%;
}

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

#top_header{
background-image: url("../common_images/blog_top_back_large.jpg") ;
}
#blog_side_sponsor img{
margin-top: 40px;
margin-left: 5%;
width:200px;
}

}

@media (min-width: 1600px) { 

}