@charset "UTF-8";

.btnTypeAppbox{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    display: block;
    padding: 23px 20px;
    text-align: center;
    text-decoration: none !important;
    color: #fff !important;
    border: none;
    background: #f03;
	max-width:400px;
	margin:0 auto;
}
.btnTypeAppbox02 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    display: block;
    padding:23px 16px;
    border-style: solid;
    border-width: 4px;
    border-color: #404040;
    text-align: center;
    text-decoration: none !important;
    color: #404040 !important;
    background: #fff;
	max-width:400px;
	margin:0 auto;
}

/*======================================================================================================== SP */
@media screen and (max-width: 767px) {
.btnTypeAppbox,.btnTypeAppbox02 {
    font-size: 16px;
    padding: 15px;
}
}

/* android */
.appboxAndr{
	display:none;
	margin-bottom:50px;
}
.android .appboxAndr{
	display:block !important;
}
.android .appboxAll{
		display:none;
}

/* iphone */
.appboxIphone{
	display:none;
	margin-bottom:50px;
}
.iphone .appboxIphone{
	display:block !important;
}
.iphone .appboxAll{
		display:none;
}

/* ipad */
.appboxIpad{
	display:none;
	margin-bottom:50px;
}
.ipad .appboxIpad{
	display:block !important;
}
.ipad .appboxAll{
		display:none;
}
