
/* =================================================
	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;			/* ボタンデザイン */
}