@charset "UTF-8";
/* 改変禁止。個別のスタイルはstyle.cssに記載をお願いいたします。 */

/* GENERAL
----------------------------------------------------------- */
/* Zero default margin & padding */
article, blockquote, body, dd, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, header, li, menu, nav, ol, p, section, ul {
  margin:0;
  border:0 none #FFFFFF;
  padding:0;
}
body{
  line-height:1;
  margin:0;
  font-family:'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style:none;
}
.clearfix:after {
  content: "";
  clear:both;
  display:block;
}
/* HEADER
----------------------------------------------------------- */
header{
  background:#cc0000;
  height:60px;
}
header h1.head_wh{
  background:#fff;
}
header h1.head_bk{
  background:#000;
}
header h1 a{
  display: block;
  height:50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background:url(/images/logoNewgin.png) no-repeat center;
  background-size: auto 40px;
}
/* FOOTER
----------------------------------------------------------- */
footer{
  background-color: #3B3B3B;
  padding: 35px 0;
}
footer p {
  color: white;
  text-align: center;
  margin-top: 35px;
}
footer h1{
  text-align: center;
}
footer h1 img{
  height:50px;
}
footer .copy small{
  font-size: 0.8em;
}
#footernavi{
  background-color: #ff0000;
  padding-bottom:12px;
}
#footernavi img{
  width:100%;
}
#footernavi ul li{
  width:22.5%;
  float:left;
  margin-left:2%;
}
/* SNS
----------------------------------------------------------- */
a.twitter-button{
  display:inline-block;
  padding:1px 3px 0 19px;
  border:#1b95e0 solid 1px;
  margin-top:2px;
  width:51px;
  border-radius:3px;
  background:#1b95e0 url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E") 2px 3px no-repeat;
  background-size:15px 14px, auto auto;
  /* Text */
  font:bold 11px/17px Helvetica, Arial, sans-serif;
  text-decoration:none;
  color:#FFFFFF;
  text-shadow:0 1px 0 rgba(255, 255, 255, .5);
  white-space:nowrap;
}

#sns{
  width: 180px;
  margin: 35px auto 0 auto;
  overflow:hidden;
}
#sns .fb{
  float:right;
}
#sns .tw{
  float:left;
}

/*吹き出し*/
.balloon p{
    text-align:center;
    font-size: 11px;
    margin:10px;
    color: #000000;
}

.balloon a{
  text-decoration: none;
}

.balloon{
    background: #fff;
    dispay: inline-block;
    position: relative;
    margin-bottom: 8px;
    width: 75px;
    height: 30px;
    border: 1px solid #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.balloon:before {
    content: "";
    display: inline-block;
    border: 8px solid transparent;
    border-top-color: #000;
    position: absolute;
    left: 29px;
    bottom: -16px;
}
.balloon:after {
    content: "";
    display: inline-block;
    border: 7px solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: 30px;
    bottom: -14px;

}