<!--

.smp1{
	cursor:pointer;/*繧ｫ繝ｼ繧ｽ繝ｫ繧呈欠蜈亥梛縺ｫ縺励∪縺�*/
	font-size:130%;
	font-weight: bold;
	width:120px;
	height :40px;
	padding: 5px 0;
	margin:0.5em 0.5em 0 0;
	border-style:none;/*繝�ヵ繧ｩ繝ｫ繝医�繝懊�繝繝ｼ繧呈ｶ医☆縲ゅ�繝ｼ繝繝ｼ縺ｮ謖�ｮ壹ｒ荳頑嶌縺阪＠縺ｦ繧０K*/
	color: #fff;
	-webkit-transition: none;
	transition: none;
	position: relative;
	background:#6fbd3b;/*閭梧勹濶ｲ繧呈欠螳�*/
/*竊薙�繝�け繧ｹ縺ｮ隗剃ｸｸ縺ｮ謖�ｮ壹〒縺�*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
/*竊薙�繝�け繧ｹ縺ｮ繧ｷ繝｣繝峨え縺ｮ謖�ｮ壹〒縺�*/
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;
	box-shadow: 0 3px 0 #0e8c73;
/*竊薙ユ繧ｭ繧ｹ繝医す繝｣繝峨え縺ｮ謖�ｮ壹〒縺�*/
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/*竊薙�:hover縲阪〒縲√Ο繝ｼ繝ｫ繧ｪ繝ｼ繝舌�譎ゅ↓螟峨∴縺溘＞謖�ｮ壹ｒ縺励∪縺吶ゅ％縺薙〒縺ｯ閭梧勹濶ｲ縺�縺大､画峩*/
.smp1:hover{

	top: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .10s;
	background-color: #7bd142;
	box-shadow: none;
}
-->