/* =================================================
	button style- 四角
================================================= */
input[type="submit"],
input[type="reset"],
input[type="button"],
.plugin_contents input[type="image"],
.plugin_contents .plugin-freearea a,
.plugin_contents .cartin .submit a,
#header .cartcheck a,
#main .button_style,
#footer .pagetop a {
	-moz-border-radius: 5px;	/* ボタンデザイン */
	-webkit-border-radius: 5px;	/* ボタンデザイン */
	border-radius: 5px;			/* ボタンデザイン */
	-moz-box-shadow: 0px 0px 3px rgba(000,000,000,0.3);
	-webkit-box-shadow:	0px 0px 3px rgba(000,000,000,0.3);
	box-shadow: 0px 0px 3px rgba(000,000,000,0.3);
}
