@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:#ccc solid 1px;
  margin-top:2px;
  width:45px;
  border-radius:3px;
  background:#f8f8f8 url(https://platform.twitter.com/images/bird.png) 2px 3px no-repeat;
  background:url(https://platform.twitter.com/images/bird.png) 2px 3px no-repeat,
  -webkit-linear-gradient(#fff, #dedede);
  background:url(https://platform.twitter.com/images/bird.png) 2px 3px no-repeat,
  -o-linear-gradient(#fff, #dedede);
  background:url(https://platform.twitter.com/images/bird.png) 2px 3px no-repeat,
  linear-gradient(#fff, #dedede);
  background-size:15px 14px, auto auto;
  /* Text */
  font:bold 11px/17px Helvetica, Arial, sans-serif;
  text-decoration:none;
  color:#333;
  text-shadow:0 1px 0 rgba(255, 255, 255, .5);
  white-space:nowrap;
}
iframe.twitter-share-button {
  width: 69px !important;
}
#sns{
  width: 180px;
  margin: 35px auto 0 auto;
  overflow:hidden;
}
#sns .fb{
  float:right;
}
#sns .tw{
  float:left;
}
/* sub Navi
-------------------------------------------------------------*/
#subnavi {
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	left: 0px;
	z-index: 100;
	width: 100%
}


#subnavi li {
	width: 50%;
	float: left;
}

#subnavi li img {
	vertical-align: top;
	line-height: 1;
}

#subnavi li:first-child a {
	display: block;
}

#subnavi li:nth-child(2) a {
	display: block;
}