/*
 Theme Name:   Shinkobolt based on twentysixteen
 Description:  Generatepress Child Theme
 Author:       Ryo Wakimoto
 Template:     twentysixteen
 Version:      1.0.0
*/
*,
*::before,
*::after{
  box-sizing: content-box;
}
body{
  background: #123;
}
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}
embed,
iframe,
object,
video{
  max-width: none;
}
@media screen and (min-width: 56.875em){
  .content-area {
    float: none;
    margin: auto;
    width: 100%;
  }
  .site-footer{
    display: block;
    padding: 0;
  }
}
.entry-content h2, .entry-summary h2, .comment-content h2, .textwidget h2{
  font-size: 1em;
  margin: 3px;
  line-height: 28px;
}
@media screen and (min-width: 44.375em){
  body:not(.custom-background-image):before, body:not(.custom-background-image):after {
    height: 0;
  }
  .site{
    margin: 0;
  }
}
.sitemap a:hover, .sitemap a:focus, .sitemap a:active,
.btn a:hover, .btn a:focus, .btn a:active{
  color: #ffffff;
}
.site{
    background: none;
}
/* GCSE */
.searchbox{
    float: right;
    margin: 0;
    margin-top: -10px;
}
.searchbox .gsc-control-cse{
    padding: 0;
    border: 0;
    background: none;
}
.searchbox table.gsc-search-box{
    width: 150px;
}
.searchbox table.gsc-search-box td.gsc-input{
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.searchbox table.gsc-search-box td.gsc-input .gsc-input-box{
    border: solid 1px #065CA7;
    height: 39px;
}
.searchbox table.gsc-search-box button.gsc-search-button{
    border-color: #065CA7;
    background-color: #065CA7;
    border-radius: 0;
    margin: 0;
    padding: 6px 15px;
    max-width: none;
}
.searchbox table,
.searchbox th,
.searchbox td{
  margin: 0;
  border: 0;
}
