@charset "Shift_JIS";

/* ****************************************************************** 

	@This stylesheet Information{
		CSS File Name: smp.css

		Setting of: SubContents area
			1: pcSiteLinkBtn setting
	}

****************************************************************** */

/*===================================================================
	1: pcSiteLinkBtn setting
===================================================================*/

/*-------------------------------------------------------------------
	Setting of Common.
-------------------------------------------------------------------*/

.pcSiteLinkBtn{
margin: auto;width: 952px; padding:15px 0; text-align:center;" 
}
.pcSiteLinkBtn a{
		border:1px solid #9ad92e;
	background:none !important;
	margin:0 auto;
	display:block;
	color:#fff;
	text-shadow: 0 -3px 3px #63a100;
	color:#fff !important;
	text-align:center;
	font-weight:bold;
	padding:30px 0 !important;
	width:90%;
	font-size:56px;
	line-height:1.2;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	text-decoration:none;
background-image: linear-gradient(bottom, rgb(144,203,42) 50%, rgb(115,186,0) 50%) !important;
background-image: -o-linear-gradient(bottom, rgb(144,203,42) 50%, rgb(115,186,0) 50%) !important;
background-image: -moz-linear-gradient(bottom, rgb(144,203,42) 50%, rgb(115,186,0) 50%) !important;
background-image: -webkit-linear-gradient(bottom, rgb(144,203,42) 50%, rgb(115,186,0) 50%) !important;
background-image: -ms-linear-gradient(bottom, rgb(144,203,42) 50%, rgb(115,186,0) 50%) !important;

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.5, rgb(144,203,42)),
	color-stop(0.5, rgb(115,186,0))
) !important;
}
.pcSiteLinkBtn a:hover{text-decoration:none;}

.pcSiteLinkBtn a span {
	background:url(/smp/images/arrow02.png) 0 50% no-repeat;
	padding:0 0 0 40px;
}
