body {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.container {
	max-width: 980px;
}
.container-fluid {
	overflow: hidden;
}

h2 {
	font-weight: bold;
	color: #009ec3;
}

.noMargin{
	padding:0px;
	margin:0px;
}

.underLine{
	border-bottom: 1px dotted #009ec3;
}

.grayBackground {
	background-color: #eeeeee;
	color: #4671ce;
	font-size: 12px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#footer {
	background-color: #022344;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
}
.map {
	background-color: #EEEEEE;
	padding: 5px;
}

/* 光るLINE */
@-webkit-keyframes flash {
 0% {
 background-position: -73px 0;
}
 20% {
 background-position: 980px 0;
}
 100% {
 background-position: 980px 0;
}
}
.flashBtn {
	position: relative;
	z-index: 3;
}
.flashBtn span {
	display: block;
	background-repeat: no-repeat;
	background-position: 0px;
	background-image: url(../img/bnr_lighting.png);
	-webkit-animation-duration: 7s;
	-webkit-animation-timing-fanction: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: flash;
}
.flashBtn img {
	position: relative;
	z-index: -1;
}
/* 点滅 */
.blinking {
	-webkit-animation: blink 1.5s ease-in-out infinite alternate;
	-moz-animation: blink 1.5s ease-in-out infinite alternate;
	animation: blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
from {
opacity: 1.0;
}
 to {
opacity: 0.2;
}
}
@-moz-keyframes blink {
from {
opacity: 1.0;
}
 to {
opacity: 0.2;
}
}
@keyframes blink {
from {
opacity: 1.0;
}
 to {
opacity: 0.2;
}
}

.melitBack{
	background-color:#EEEEEE;
	padding:20px;
}

#button2 {
	display: block;
	width: 100%;
	margin: 0 auto;
}
#button2 a {
	display: block;
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	border: 1px solid #5ed13f;
	border-radius: 2px;
	background-color: #5ed13f;
	color: #ffffff;
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
	transition: .25s linear;
	-webkit-transition: .25s linear;
	-moz-transition: .25s linear;
}
#button2 a:hover {
	color: #5ed13f;
	background-color: #ffffff;
}
#button2 a:before {
	display: block;
	position: absolute;
	z-index: -1;
	left: -30%;
	top: -50%;
	content: "";
	width: 30px;
	height: 100px;
	transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
 	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
	animation: shiny 3s infinite linear;
	-webkit-animation: shiny 3s infinite linear;
	-moz-animation: shiny 3s infinite linear;
}
@keyframes shiny {
	0% {
		left: -30%;
	}
	20% {
		left: 120%;
	}
	100% {
		left: 120%;
	}
}
@-webkit-keyframes shiny {
	0% {
		left: -30%;
	}
	20% {
		left: 120%;
	}
	100% {
		left: 120%;
	}
}
@-mox-keyframes shiny {
	0% {
		left: -30%;
	}
	20% {
		left: 120%;
	}
	100% {
		left: 120%;
	}
}

#button3 {
	display: block;
	width: 100%;
	margin: 0 auto;
}
#button3 a {
	display: block;
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	border: 1px solid #f55608;
	border-radius: 2px;
	background-color: #f55608;
	color: #ffffff;
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
	transition: .25s linear;
	-webkit-transition: .25s linear;
	-moz-transition: .25s linear;
}
#button3 a:hover {
	color: #f55608;
	background-color: #ffffff;
}
#button3 a:before {
	display: block;
	position: absolute;
	z-index: -1;
	left: -30%;
	top: -50%;
	content: "";
	width: 30px;
	height: 300px;
	transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
 	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
	animation: shiny 3s infinite linear;
	-webkit-animation: shiny 3s infinite linear;
	-moz-animation: shiny 3s infinite linear;
}
