/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
@font-face {
	font-family: "LigatureSymbols";
	src: url("../font/LigatureSymbols-2.11.eot");
	src: url("../font/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"), url("../font/LigatureSymbols-2.11.woff") format("woff"), url("../font/LigatureSymbols-2.11.ttf") format("truetype"), url("../font/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
	font-weight: normal;
	font-style: normal;
}

.icon-font {
	font-family: "LigatureSymbols";
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

/*------------------------------------------
// User style start
// change
----------------------------------------- */
.general-button {
	border-radius: 8px;
	background-color: #6fef08;
	text-decoration: none;
}

.general-button:before {
	border-radius: 8px;
	border-bottom: 0 solid rgba(85,184,6,0);
	background-color: rgba(85,184,6,0);
}

.button-content {
	border-radius: 0 0 8px 8px;
	padding: 2px 8px;
	box-shadow: 0 0 0 0 rgba(85,184,6,0);
	color: #ffffff;
}

.button-text {
	padding: 0 4px;
	line-height: 1.8em;
	text-decoration: none;
	font-size: 26px;
}

.icon-font {
	padding: 0 8px;
	font-size: 46px;
}

/*----------------- at hover -----------------*/
.general-button:hover {
	background-color: #ff33ff;
}

/*----------------- at active -----------------*/
.general-button:active {
	background-color: #ff33ff;
}

/*------------------------------------------
// User style end
----------------------------------------- */
/*------------------------------------------
// Core style start
// not change
----------------------------------------- */
.general-button {
	display: -moz-inline-box;
	display: inline-block;
	transition: all 0;
	-moz-transition: all 0;
	-webkit-transition: all 0;
	-o-transition: all 0;
	position: relative;
	top: 0;
	cursor: pointer;
	text-decoration: none;
	line-height: 1;
}

.general-button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}

.button-content {
	display: table;
	transition: all 0;
	-moz-transition: all 0;
	-webkit-transition: all 0;
	-o-transition: all 0;
}

.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: 0;
	transition: all 0;
	-moz-transition: all 0;
	-webkit-transition: all 0;
	-o-transition: all 0;
}

.general-button:active:before {
	transition: all 0;
	-moz-transition: all 0;
	-webkit-transition: all 0;
	-o-transition: all 0;
}

.general-button:active .button-content {
	transition: all 0;
	-moz-transition: all 0;
	-webkit-transition: all 0;
	-o-transition: all 0;
}

/*------------------------------------------
// Core style end
----------------------------------------- */