@charset "UTF-8";
/*------------- _____ ▼ボタン _____ --------------------------------------------------*/

.btbl{/*ボタン：ブルー*/
width:250px;
border:1px solid #3B5E8C;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-family:arial, helvetica, sans-serif;
margin:0px 0px 0px;
padding: 7px 0px 5px;
text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
font-size:13px; letter-spacing:1px;
font-weight:normal;
text-align: center;
color: #FFFFFF;
background-color: #3B5E8C;
background-image: -webkit-gradient(linear, left top, left bottom, from(#3B5E8C), to(#2A365E));
background-image: -webkit-linear-gradient(top, #3B5E8C, #2A365E);
background-image: -moz-linear-gradient(top, #3B5E8C, #2A365E);
background-image: -ms-linear-gradient(top, #3B5E8C, #2A365E);
background-image: -o-linear-gradient(top, #3B5E8C, #2A365E);
background-image: linear-gradient(to bottom, #3B5E8C, #2A365E);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3B5E8C, endColorstr=#2A365E);
}
.btbl:hover{
cursor:pointer;
border:1px solid #4773AB;
background-color: #4773AB;
background-image: -webkit-gradient(linear, left top, left bottom, from(#4773AB), to(#425493));
background-image: -webkit-linear-gradient(top, #4773AB, #425493);
background-image: -moz-linear-gradient(top, #4773AB, #425493);
background-image: -ms-linear-gradient(top, #4773AB, #425493);
background-image: -o-linear-gradient(top, #4773AB, #425493);
background-image: linear-gradient(to bottom, #4773AB, #425493);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4773AB, endColorstr=#425493);
}

.btgy{/*ボタン：グレー*/
width:250px;
border:1px solid #b3b3b3;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-family:arial, helvetica, sans-serif;
margin:0px 0px 0px;
padding: 7px 0px 5px;
text-shadow: -1px -1px 0 rgba(255,255,255,0.3);
font-size:13px; letter-spacing:1px;
font-weight:normal;
text-align: center;
color: #333333;
background-color: #cdcdcd;
background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#b3b3b3));
background-image: -webkit-linear-gradient(top, #cdcdcd, #b3b3b3);
background-image: -moz-linear-gradient(top, #cdcdcd, #b3b3b3);
background-image: -ms-linear-gradient(top, #cdcdcd, #b3b3b3);
background-image: -o-linear-gradient(top, #cdcdcd, #b3b3b3);
background-image: linear-gradient(to bottom, #cdcdcd, #b3b3b3);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cdcdcd, endColorstr=#b3b3b3);
}
.btgy:hover{
cursor:pointer;
border:1px solid #cacaca;
background-color: #E6E6E6;
background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
}


/*ボタン*/
a.btLink{
	display: block;
	margin: 0px auto;
	padding: 10px 15px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 16px;
}
a.btLink.detailBT{
	width: 100%;
	border: 1px solid #999;
	color: #FFFFFF;
}
a.btLink.detailBT:hover{
	background-color: #333333 !important;
	color: #fff;
	cursor: pointer;
	opacity: 1;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
}


