@charset "UTF-8";


@font-face {
font-family: mig;
src: 
url('mig.eot?') format('oldIE'),
url('mig.woff') format('woff'),
url('mig.ttf') format('truetype');
}

@font-face {
font-family: lemon;
src: 
url('lemon.eot?') format('oldIE'),
url('lemon.woff') format('woff'),
url('lemon.ttf') format('truetype');
}


@font-face {
font-family: min;
src: 
url('min.eot?') format('oldIE'),
url('min.woff') format('woff'),
url('min.ttf') format('truetype');
}


@-webkit-keyframes fadein {
0%{
        opacity: 0;
background-color: white;
}
100%{
opacity: 1;
background-color: white;
}
}

body {
	-webkit-animation-name: fadein;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	margin: 0;
	padding: 0;
	color: #333;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 14px;
	line-height: 2;
	background: url(../media/top/jamback.gif);
	text-align: center;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style:none;
}
a img {
	border: none;
}
a:link {
	text-decoration: none;
	color: #333;
  -moz-transition: all 0.1s linear 0;
  -webkit-transition: all 0.1s linear 0;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #25ae00;
	font-size: 108%;
	font-weight: bold;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
.title{
	width: 760px;
	text-align: left;
	margin: auto;
	font-family:min;
	color:#a22a18;
	font-size:30px;
	letter-spacing:-2px;
}
.copy{
	width: 760px;
	text-align: left;
	margin: auto;
	font-family:min;
	font-size:16px;
	text-shadow:0px 1px 0px #d4d4d4;
}
.copy2{
	width: 760px;
	text-align: center;
	margin: auto;
	font-family:min;
	font-size:13px;
	text-shadow:0px 1px 0px #d4d4d4;
}
.box{
	width: 760px;
	margin: auto;
}
.box2{
	width: 760px;
	margin: auto;
	text-align:left;
}
.textback{
	text-align: left ;
	width: 730px;
	border-radius: 20px;
	background: url(../media/top/background.gif);
	margin: auto;
	padding:15px;
	padding-left:20px;
	line-height: 20px;
	margin-top:15px;
}
.btn {
	display: inline-block;
	border-radius: 20px;
	padding-top: 18px;
	padding-right: 100px;
	padding-bottom: 13px;
	padding-left: 100px;
	background-color: #cbcc8a;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 100%;
	font-weight: normal;
	letter-spacing:-1px;
  -moz-transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
}.btn:hover{
	font-size: 23px;
	background-color: #bbd044;
}