/* ウィジェットタイトル部分 */
aside h4 {
font-size: 18px; /* 文字の大きさ */
}

.general-button  {
  border-radius: 4px;
  background-color: #f2f2f2;
}

.general-button:before  {
  border-radius: 4px;
  border-bottom: 0px solid rgba(49,101,146, 0);
  background-color: rgba(49,101,146, 0);
}

.button-content  {
  border-radius: 0px 0px 4px 4px;
  padding: 5px 10.5px;
  box-shadow: 0px 0px 0px 0px rgba(49,101,146, 0);
  color: #f2f2f2;
}

.button-text  {
  padding: 0px 10.5px;
  line-height: 1.8em;
  font-size: 15px;
}

.icon-font  {
  padding: 0px 10.5px;
  font-size: 27px;
}

/*----------------- at hover -----------------*/

.general-button:hover  {
  top: -0px;
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
  background-color: #999;
}

.general-button:hover:before  {
  border-bottom: 0px solid rgba(49,101,146, 0);
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
}

.general-button:hover .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(49,101,146, 1);
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
}

/*----------------- at active -----------------*/

.general-button:active  {
  background-color: #3b77ad;
  box-shadow: 0px 1px 0px 0px rgba(43,88,127, 1) inset;
}

.general-button:active:before  {
  top: -0px;
  padding-bottom: 0px;
  border-bottom: 0px solid rgba(49,101,146, 0);
}

.general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(49,101,146, 0);
}

/*------------------------------------------
// User style end
----------------------------------------- */

/*------------------------------------------
// Core style start
// not change
----------------------------------------- */

.general-button  {
  display: -moz-inline-box;
  display: inline-block;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;position: relative;
  top: 0px;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}

.general-button:before  {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-content  {
  display: table;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.button-text  {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}

.icon-font  {
  display: table-cell;
  vertical-align: middle;
}

/*----------------- at hover -----------------*/

.general-button:hover  {
  transition-timing-function: ease-in-out;
}

.general-button:hover:before  {
  transition-timing-function: ease-in-out;
}

.general-button:hover .button-content  {
  transition-timing-function: ease-in-out;
}

/*----------------- at active -----------------*/

.general-button:active  {
  top: 0px;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active:before  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active .button-content  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

/*------------------------------------------
// Core style end
----------------------------------------- */

/*------------------------------------------
// Touch style start
----------------------------------------- */

/*----------------- at hover -----------------*/

.touch .general-button:hover  {
  top: 0px;
  background-color: #4385bf;
}

.touch .general-button:hover:before  {
  border-bottom: 0px solid rgba(49,101,146, 0);
}

.touch .general-button:hover .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(49,101,146, 1);

}

/*----------------- at active -----------------*/

.touch .general-button:active  {
  background-color: #3b77ad;
  box-shadow: 0px 1px 0px 0px rgba(43,88,127, 1) inset;
}

.touch .general-button:active:before  {
  top: -0px;
  padding-bottom: 0px;
  border-bottom: 0px solid rgba(49,101,146, 0);
}

.touch .general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(49,101,146, 0);
}

/*------------------------------------------
// Touch style end
----------------------------------------- */

hr.style-six {
	border: 0;
	height: 0;
	border-bottom: 1px solid #ddd;
}

.button a {
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 4px;
  color: #333;
  display: block;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
  margin: 10px auto;
  padding: 10px 20px;
}
.button a:hover {
}

