.btn-default {
	display: inline-block;
	width: 260px;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1;
	padding: 10px 0 10px;
	color: #FFF;
	background: rgba(233,163,38,1);
}
a.btn-default {
	text-decoration: none;
	color: #FFF;
	}

a:hover.btn-default {
	color: #FFF;
	background: rgba(233,163,38,0.7);
}
a.underline {
	text-decoration: none !important;
}
.base-radius {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}


.btn-default2 {
	display: inline-block;
	width: 250px;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1;
	padding: 10px 0 10px;
	color: #FFF;
	background: rgba(70,130,180,1);
}
a.btn-default2 {
	text-decoration: none;
	color: #FFF;
	}

a:hover.btn-default2 {
	color: #FFF;
	background: rgba(70,130,180,0.7);
}

.btn-default-uratomi {
	display: inline-block;
	width: 260px;
	text-align: center;
	font-size: 1.0rem;
	line-height: 1.2;
	padding: 6px 0 6px;
	color: #FFF;
	background: rgba(255,105,180,1);
}
a.btn-default-uratomi {
	text-decoration: none;
	color: #FFF;
	}

a:hover.btn-default-uratomi {
	color: #FFF;
	background: rgba(255,105,180,0.7);
}