
 html, body, div, span, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 abbr, address, cite, code,
 del, dfn, em, img, ins, kbd, q, samp,
 small, strong, sub, sup, var,
 b, i,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, figcaption, figure,
 footer, header, hgroup, menu, nav, section, summary,
 time, mark, audio, video {
     margin:0;
     padding:0;
     border:0;
     outline:0;
     font-size:100%;
     vertical-align:baseline;
     background:transparent;
 }


html{
  font-size: 60.25%;
  font-size: 10px;
}

body{
	/* background-color: rgba(0, 0, 0, .5); */
  background-color: #fff;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  line-height: 1.6;
}

a:link{
  text-decoration: none;
  color:#4169e1;
  font-weight: bold;
}
a:visited{
  color:#4169e1;
}
a:hover{
  color:#e041a5;
}
/* a:active */

.clear {display: block;}

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */

#header_link_wrapper {
	width: 100%;
	background-color:#fff;
	border-bottom:3px solid #2da666;
	margin: 0 auto;
	padding-bottom:4px;
	z-index:100;
}

#header_link_wrapper a {
	text-decoration: none;
}

#header_link_wrapper ul{
	list-style:none outside none;
	margin-left:15px;
}

#header_link_wrapper ul li{
	float:left;
	padding:8px 8px 0px 0;
}

@media screen and (max-width:640px) {
  #header_link_wrapper {
		margin: 0 auto 3px;
	}
	#header_link_wrapper ul{
		margin:0 auto 3px;
		padding-top:10px;
	}
	#header_link_wrapper ul li img {
		width:140px;
		height:auto;
		}
}

.wrapper{
  width:1300px;
	min-height:650px;
  margin:auto;
  background-color: #fff;
  color:#333;
}

h1{
  margin:100px auto 80px auto;
  font-size:3.5rem;
  text-align:center;
}

.date{
  font-size:1.5rem;
  width:1120px;
  text-align:right;
  /* border:2px solid red; */
  margin-bottom:20px;
  color:#888;
}

.link_button{
  display:flex;
  justify-content: space-between;
  width:800px;
  /* border:2px solid red; */
  margin:auto;
}

.link_button img{
  transition:	all 0.4s ease;
}

.link_button img:hover{
opacity: 0.7 ;
}

.link_button div{
  text-align: center;
}

.link_button div p{
  font-size:1.7rem;
  margin:15px 0 10px 0;
}

.hukidashi{
  background-image: url("images/promo_info/hukidashi.png");
  width:259px;
  height:86px;
  margin: auto;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  justify-content: center;
}

.hukidashi p{
  font-size:1.5rem !important;
  padding-top:10px;
  text-align:left;
}
