@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;
	behavior: url(css/ie-css3.htc);
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	background-color: #FFFFFF;
	text-align: center;
	background: url(../media/top/background.gif);
}

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;
}


/*　---------------　共通項目　---------------*/
.menu{
	background-color: #EAE8C2;
	background: url(../media/top/menu-back.gif) no-repeat top left;
	width: 870px;
	height: 65px;
	line-height: 65px;
	text-align: left;
	margin: auto;
	padding-left: 30px;
	border-radius: 0px 0px 20px 20px;
	letter-spacing: -0.5px;
	font-size: 15px;
}

.fotter{
	background-color: #EAE8C2;
	background: url(../media/top/menu-back.gif) no-repeat top left;
	width: 870px;
	text-align: left;
	margin: auto;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 15px;
	border-radius: 20px 20px 0px 0px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	letter-spacing: -0.5px;
}



/*　---------------　問い合わせBOX　---------------*/

.toiawase {
	background-color: #e6e9dd;
	width: 768px;
	margin: auto;
	padding: 20px;
	border-radius: 20px;
	text-align: center;
  -moz-transition: all 0.1s linear 0;
  -webkit-transition: all 0.1s linear 0;
}
.toiawase:hover{
	width: 800px;
	}


.toiawase2 {
	background: url(../media/top/jamback.gif);
	width: 768px;
	margin: auto;
	padding: 20px;
	border-radius: 20px;
	text-align: center;
  -moz-transition: all 0.1s linear 0;
  -webkit-transition: all 0.1s linear 0;
}
.toiawase2:hover{
	width: 800px;
	}

/*　---------------　問い合わせボタン　---------------*/
#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;
}
#btn3 {
	display: inline-block;
	border-radius: 20px;
	padding-top: 18px;
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 13px;
	background-color: #b6b44f;
	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;
}
#btn3:hover{
	font-size: 23px;
	background-color: #bbd044;
}

#btn2 {
	display: inline-block;
	border-radius: 20px;
	padding-top: 18px;
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 13px;
	background-color: #e2c349;
	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;
}
#btn2:hover{
	font-size: 23px;
	background-color: #bbd044;
}


/*　---------------　SNSボタン　---------------*/

.footertext {
	clear: both;
	margin-left:3px;
	margin-bottom:5px;
}
.sns {
}


.btn_top {
	margin-bottom:5px;
}



#social {
    display: inline;
    list-style: none;
}
#social li {
    float: left;
    display: block;
    vertical-align: middle;
}