@charset "utf-8";
/* CSS Document */
.button {
  display: inline-block;
  width: 250px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #669999;
  color: #fff;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button:hover {
  background-color: #336666;
}
.button3 {
  display: inline-block;
  width: 250px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #fff;
  color: #336666;
  border: 2px solid #336666;
	margin-bottom: 2px;
}

.button2 {
  display: inline-block;
  width: 48.5%;
  height: 45px;
  text-align: center;
  text-decoration: none;
  line-height: 45px;
  outline: none;
	background-color: #3399cc;
  color: #fff;
	font-size: 0.8em;
}
@media only screen and (max-width: 850px) {
.button2 {
	font-size: 0.7em;
}
}
@media only screen and (max-width: 785px) {
.button2 {
	font-size: 0.8em;
}
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button2 {
  position: relative;
  z-index: 2;
  background-color: #3399cc;
  border: 2px solid #3399cc;
  color: #fff;
  line-height: 45px;
}
.button2:hover {
  background-color: #fff;
  border-color: #3399cc;
  color: #3399cc;
}
.button2::before,
.button2::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #3399cc;
}
.button2::before {
  right: 0;
}
.button2::after {
  left: 0;
}
.button2:hover::before,
.button2:hover::after {
  width: 0;
  background-color: #3399cc;
}
.button_1 {
  display: inline-block;
  width: 500px;
  height: 54px;
  text-align: left;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #669999;
  color: #fff;
}
.button_1::before,
.button_1::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_1,
.button_1::before,
.button_1::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button_1:hover {
  background-color: #336666;
}
.button6 {
  display: inline-block;
  width: 180px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  outline: none;
background-color:#34800A;
  color: #fff;
	font-size: 0.8em;
}
.button6::before,
.button6::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button6,
.button6::before,
.button6::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button6 {
  position: relative;
  z-index: 2;
  background-color:#34800A;
  border: 2px solid #000;
  color: #fff;
  line-height: 20px;
}
.button6:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.button6::before,
.button6::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #34800A;
}
.button6::before {
  right: 0;
}
.button6::after {
  left: 0;
}
.button6:hover::before,
.button6:hover::after {
  width: 0;
  background-color: #34800A;
}
.button_2 {
  display: inline-block;
  width: 600px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  background-color:#F8D6D6;
  color: #000;
}
.button_2::before,
.button_2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_2,
.button_2::before,
.button_2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button_2:hover {
  background-color:#F1AAA8;
  color: #fff;
}
