@charset "UTF-8";
/*------------- _____ ▼ボタン _____ --------------------------------------------------*/
.submitstyle{
  appearance: none;
  border: none;
  border-raduis: none;
}

.btEntryFooter{/*ボタン：フッタ　エントリー*/
display:block;
box-sizing: border-box;
width:100%;
border: 10px solid #FFFFFF;
border-radius: 0px;
margin:0px 0px 0px;
padding: 20px 0px 30px;
text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
font-size:48px;
letter-spacing:2px;
text-align: center;
color: #FFFFFF;
text-decoration: none;
}
a.btEntryFooter:hover{
	cursor: pointer;
}
a.btEntryFooter:visited{
	color: #FFFFFF;
}


.btbl{/*ボタン：ブルー*/
display:block;
width:100% !important;
border:0px;
border-radius: 2px;
margin:0px 0px 0px;
padding: 30px 0px 30px;
text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
font-size:17px;
letter-spacing:2px;
font-weight:normal;
text-align: center;
color: #FFFFFF;
background-color: #0092E7;
}

.btgy{/*ボタン：グレー*/
width:calc(100% - 2px);
	border: 1px solid #999;
margin:0px 0px 0px;
	padding: 15px 0px;
text-align: center;
background-color: #cdcdcd;
font-size: 16px !important;
font-family: 'M PLUS 1p',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,  sans-serif !important;
font-weight: 300;
letter-spacing: 1px !important;
}

.btwh{/*ボタン：ホワイト*/
	width:calc(100% - 2px);
	border: 1px solid #999;
	margin:0px 0px 0px;
	padding: 15px 0px;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 16px !important;
	font-family: 'M PLUS 1p',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,  sans-serif !important;
	font-weight: 300;
	letter-spacing: 1px !important;
	color: #000000;
}

.btbl:hover,.btgy:hover,.btwh:hover{
	cursor:pointer;
	opacity: 0.5;
}

@media screen and (max-width: 767px) {/*スマホ対応*/
.btbl,.btgy,.btwh{
}
.btwh{
}
}

.BT{
    margin: 0;
    padding: 30px 0 0;
}
.BT1of1{
	position: relative;
	max-width: 700px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 20px;
}
.BT1of2{
	position: relative;
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin: 0;
	padding: 0 20px;
}
.BTin{
	margin: 0 0 0 auto;
	padding: 0;
	min-width: 240px;
	max-width: 300px;
}
.BTinR{
	margin: 0;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.BT1of1, .BT1of2{
	float: none;
	width: 100%;
	margin: 0 0 40px;
}
.BTin{
	margin: 0 auto;
}
.BTinR{
	margin: 0 auto;
}
}


/*ボタン*/
a.btLink{
	display: block;
	margin: 0 auto;
	padding: 10px 15px;
	text-align: center;
}
a.btLink.detailBT, a.btLink.toiBT{
	border: 1px solid #999;
	color: #000;
}
a.btLink.toiBT{
	width:calc(90% - 2px);
}
a.btLink.detailBT{
	width: 100%;
}
a.btLink.detailBT.oredrBT{
    background-color: #0B3F1F;
    color: #FFFFFF;
}
a.btLink.detailBT:hover, a.btLink.toiBT:hover{
	background-color: #0d4224 !important;
	color: #fff;
	cursor: pointer;
	opacity: 1;
}
a.btLink.detailBT.oredrBT:hover{
    background-color: #fff !important;
    color: #0d4224;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
a.btLink.toiBT{
	width: 100%;
	width:calc(90% - 2px);
}
}

