@charset "utf-8";
/* CSS Document */



/*-----
  font set
---*/
.sub_green{
	color: #a0b167;
	font-size: 1.61em;
	font-weight: bold;
	width: auto;
}
.sub_blue{
	color: #35A1CC;
	font-size: 1.61em;
	font-weight: bold;
	width: auto;
}
.txt_green{
	color: #a0b167;
}
.txt_drak_green{
	color: #72813F;	
}
.txt_blue{
	color: #35A1CC;
}
.txt_dark_blue{
	color: #286C88;
}
.txt_black{
	color: #474747;
}
.txtsize_1_2em{
	font-size: 1.2em;
}
.txtsize_0_9em{
	font-size: 0.9em;
}

.footer_bg{
	color: #fff;
	font-weight: 400;
	line-height: 180%;
}
.footer_bg a{
	color:#fff;
}
.footer_bg a:hover{
	color:#e1efd6;
}
/*-----
  button set
---*/

button{
	border: 0px;
	cursor: pointer;
	letter-spacing: 3px;
	font-weight: bold;
	border-radius: 25px;
	padding: 7px 27px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
}

button.Bg_green{
	color: #fff;
	background: #a0b167;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}
button.Bg_green:hover{
	background: #9cb017;
}

button.Bg_blue{
	color: #fff;
	background: #74B3CD;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}
button.Bg_blue:hover{
	background: #3FABD6;
}

a button.Bg_green , a button.Bg_blue {
	color: #fff;
} 
