@charset "UTF-8";

/* CSS Document */

.btn a {
	padding:10px 15px;
	margin:0.5em;
	float:left;
	width:130px;
	text-align:center;
	border-radius:5px;
	font-size:15px;
	color:#FFFFFF;
	border:solid 1px #057EAA;
	background: #53cbf1; /* Old browsers */
	background: -moz-linear-gradient(top,  #53cbf1 0%, #057eaa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53cbf1), color-stop(100%,#057eaa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #53cbf1 0%,#057eaa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #53cbf1 0%,#057eaa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #53cbf1 0%,#057eaa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #53cbf1 0%,#057eaa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53cbf1', endColorstr='#057eaa',GradientType=0 ); /* IE6-9 */
}

.btn a:hover {
	text-decoration:underline;
	text-shadow:-1px -1px 0 #057EAA;
	border:solid 1px #05abe0;
	background: #87e0fd; /* Old browsers */
	background: -moz-linear-gradient(top,  #87e0fd 0%, #05abe0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(100%,#05abe0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #87e0fd 0%,#05abe0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #87e0fd 0%,#05abe0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #87e0fd 0%,#05abe0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #87e0fd 0%,#05abe0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
}

.snsbtn a {
	padding:10px 15px;
	margin:0.5em;
	float:left;
	width:130px;
	text-align:center;
	border-radius:5px;
	font-size:15px;
	color:#FFFFFF;
	border:solid 1px #3b679e;
	background: #2b88d9; /* Old browsers */
	background: -moz-linear-gradient(top,  #2b88d9 0%, #3b679e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b88d9), color-stop(100%,#3b679e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2b88d9 0%,#3b679e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2b88d9 0%,#3b679e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2b88d9 0%,#3b679e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2b88d9 0%,#3b679e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b88d9', endColorstr='#3b679e',GradientType=0 ); /* IE6-9 */
}

.snsbtn a:hover {
	text-decoration:underline;
	text-shadow:-1px -1px 0 #3b679e;
	border:solid 1px #2379ea;
	background: #7abcff; /* Old browsers */
	background: -moz-linear-gradient(top,  #7abcff 0%, #2379ea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(100%,#2379ea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7abcff 0%,#2379ea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7abcff 0%,#2379ea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7abcff 0%,#2379ea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7abcff 0%,#2379ea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#2379ea',GradientType=0 ); /* IE6-9 */
}

.clearfix {
	clear:both;
	padding:8px;
}