﻿/* ボタン表示 */
a.btn40, a.btn60, a.btn80, 
a.btn100, a.btn120, a.btn140 {
	display:inline-block;
	background-color:#FFF;
	color:#000;
    font-family:"Meiryo UI";
    border:1px solid gray;
	text-decoration: none;
	text-align:center;
	font-size:1.2rem;
	padding: 2px 6px;
	white-space: nowrap;
	height:20px;
	line-height:20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
a.btn40:hover, a.btn60:hover, a.btn80:hover, 
a.btn100:hover, a.btn120:hover, a.btn140:hover {
	background-color:#CDE6F6;
	color:#000;
}
a.btn40:active a.btn60:active, a.btn80:active, 
a.btn100:active, a.btn120:active, a.btn140:active {
	
}

a.btn40{
	width:20px;
}
a.btn60{
	width:40px;
}
a.btn120{
	width:80px;
}
a.btn140{
	width:100px;
}


/* ボタン表示 */
a.btn80back, a.btn100back, a.btn120back, a.btn140back {
    border-top: 1px solid #cccccc;
    border-right: 1px solid #333333;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #333333;
	min-height:15px;
	text-decoration: none !important;
	text-align:center;
	color:black !important;
	font-size:12px;
	display: inline;
	padding: 2px 8px 2px 24px;
	white-space: nowrap;
	border-radius: 4px;
}
a.btn80back:hover, a.btn100back:hover, 
a.btn120back:hover, a.btn140back:hover {
    border-top: 1px solid #FFD555;
    border-right: 1px solid #FFBF00;
    border-left: 1px solid #FFD555;
    border-bottom: 1px solid #FFBF00;
	min-height:15px;
	white-space: nowrap;
	border-radius: 4px;
}
a.btn80back:active, a.btn100back:active, 
a.btn120back:active, a.btn140back:active {
	left:1px; top:1px; 
	white-space: nowrap;
	min-height:15px;
	border-radius: 4px;
}

a.btnFormParts{
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    font-weight:bold;
    font-family:"Meiryo UI";
    display: block;
    background: #FFF;
    color: #555555;
    box-shadow: 2px 2px 4px #777;
    -webkit-box-shadow: 1px 1px 2px #777;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    border-top: 1px solid #BBB;
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    width: 120px;
    padding: 10px 6px;
    border-collapse: separate;
}
a.btnFormParts:hover {  
    background: ghostwhite;
}
a.btnFormParts img{
    margin-top:4px;
}