﻿@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666666;
}
header {
	background-image: url("../images/catch.jpg");
	background-repeat: no-repeat;
	background-position: center -100px;
	background-size: cover;
	padding: 5px;
	text-align: center;
	height: 50vh;
	color: #eeeeee;
	text-shadow: 1px 1px #222222;
	font-weight: bold;
}
.box {
	padding: 20px 0;
	background-image: -webkit-linear-gradient(270deg,rgba(241,217,217,1.00) 0%,rgba(249,238,238,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(241,217,217,1.00) 0%,rgba(249,238,238,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(241,217,217,1.00) 0%,rgba(249,238,238,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(241,217,217,1.00) 0%,rgba(249,238,238,1.00) 100%);
	border: 1px none #AAAAAA;
	box-sizing: border-box;
	margin:5px;
}
.box h2 {
	padding: 20px 0;
	text-align: center;
	font-size: 140%;
}
a:hover .box {
	color: #FFFFFF;
	background-image: url("../images/catch.jpg");
	background-position: center;
	background-size: cover;
	transition: 1.5s all ease-out;
}
a {
	text-decoration: none!important;
	color: #444444;
}
a:hover {
	background-color: #333333;
	color: ffffff;
}
.ok {
	position: fixed;
	width: 300px;
	right: 20px;
	bottom: 0;
	animation: 2s fade ease-out;
	transform:rotate(10deg)
}
@keyframes fade {
	0%{
		bottom: -300px;
	}
	30% {
		bottom: -300px;
	}
	90% {
		bottom: 0px;
	}
	92% {
		bottom: -10px;
	}
	94% {
		bottom: 0px;
	}
	96% {
		bottom: -5px;
	}
	97% {
		bottom: 0px;
		transform:rotate(0deg)
	}
	99% {
		bottom: -2px;
		transform:rotate(10deg)
	}
	100% {
		bottom: 0px;
		transform:rotate(-5deg)
	}
}
.ok img {
	width: 100%;
	height: auto;
}
article {
	position: relative;
}
@media (screen and max 
