@charset "utf-8";

/**********************************************
* STANDARD button
* based on theme13 @ css-button-generator.com
***********************************************/
button, .std-btn {
	cursor: pointer;
	font-size:16px;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding: 8px 10px;
	display:inline-block;
	text-decoration:none;
	border:1px solid #c584f3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(13%, #dfbdfa), color-stop(92%, #bc80ea) );
	background:-moz-linear-gradient( center top, #dfbdfa 13%, #bc80ea 92% );
	background:-ms-linear-gradient( top, #dfbdfa 13%, #bc80ea 92% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfbdfa', endColorstr='#bc80ea');
	background-color:#dfbdfa;
	color: #000;
	text-shadow: -1px -1px 0px #ddd;
 	-webkit-box-shadow: 1px 1px 2px 0px #efdcfb;
 	-moz-box-shadow: 1px 1px 2px 0px #efdcfb;
 	box-shadow: 1px 1px 2px 0px #efdcfb;
} button:hover, .std-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(13%, #bc80ea), color-stop(92%, #dfbdfa) );
	background:-moz-linear-gradient( center top, #bc80ea 13%, #dfbdfa 92% );
	background:-ms-linear-gradient( top, #bc80ea 13%, #dfbdfa 92% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc80ea', endColorstr='#dfbdfa');
	background-color:#bc80ea;
	text-decoration: none;
} button:active, .std-button:active {
	position:relative;
	top:1px;
}

/**********************************************
* SUB button
***********************************************/
.sub-btn {
	border:1px solid #000000;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #888888), color-stop(100%, #000000) );
	background:-moz-linear-gradient( center top, #888888 5%, #000000 100% );
	background:-ms-linear-gradient( top, #888888 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#000000');
	background-color:#000000;
	color:#ffffff;
	text-shadow:1px 1px 0px #333333;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #cccccc;
 	-moz-box-shadow:inset 1px 1px 0px 0px #cccccc;
 	box-shadow:inset 1px 1px 0px 0px #cccccc;
}.sub-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #000000), color-stop(100%, #888888) );
	background:-moz-linear-gradient( center top, #000000 5%, #888888 100% );
	background:-ms-linear-gradient( top, #000000 5%, #888888 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#888888');
	background-color:#000000;
}

/**********************************************
* GO button
* based on thema09 @ css-button-generator.com
***********************************************/
.go-btn {
	border:1px solid #d02718;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f24537), color-stop(100%, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	background:-ms-linear-gradient( top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	color:#ffffff;
	text-shadow:1px 1px 0px #810e05;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #f5978e;
 	-moz-box-shadow:inset 1px 1px 0px 0px #f5978e;
 	box-shadow:inset 1px 1px 0px 0px #f5978e;
}.go-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #c62d1f), color-stop(100%, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	background:-ms-linear-gradient( top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}


/**********************************************
* BACK button
* based on thema20 @ css-button-generator.com
***********************************************/
.back-btn {
	border:1px solid #3866a3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #63b8ee), color-stop(100%, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	background:-ms-linear-gradient( top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	color:#ffffff;
	text-shadow:1px 1px 0px #810e05;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bee2f9;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bee2f9;
 	box-shadow:inset 1px 1px 0px 0px #bee2f9;
}.back-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #468ccf), color-stop(100%, #63b8ee) );
	background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
	background:-ms-linear-gradient( top, #468ccf 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
	background-color:#468ccf;
}


/**********************************************
* MORE button
* based on thema26 @ css-button-generator.com
***********************************************/
.more-btn {
	border:1px solid #74b807;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #89c403), color-stop(100%, #608507) );
	background:-moz-linear-gradient( center top, #89c403 5%, #608507 100% );
	background:-ms-linear-gradient( top, #89c403 5%, #608507 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#608507');
	background-color:#89c403;
	color:#ffffff;
	text-shadow:1px 1px 0px #810e05;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #a4e271;
 	-moz-box-shadow:inset 1px 1px 0px 0px #a4e271;
 	box-shadow:inset 1px 1px 0px 0px #a4e271;
}.more-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #608507), color-stop(100%, #89c403) );
	background:-moz-linear-gradient( center top, #608507 5%, #89c403 100% );
	background:-ms-linear-gradient( top, #608507 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#608507', endColorstr='#89c403');
	background-color:#608507;
}



/**********************************************
* Button utilities
***********************************************/

button.wide, .widebutton button {
	width: 80%;
	max-width: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

@media only screen and (max-width: 700px) {
	button.wide, .widebutton button {
		width: 100%;
		max-width: none;
	}
}



/************************************************
 prefix icon
 jquery-ui のアイコンをinline的に使用するため
*************************************************/
.dt-prefix-icon {
	display: inline-block;
	margin-right: 0.5em;
}



