

.btn {

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
	
	position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    display: block;
    width: 100%;
}


button {
    text-transform: none;
    cursor: pointer;
	overflow: visible;
    line-height: normal;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.btn-social :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.fa-facebook:before {
    content: "\f09a";
}

.i-icon-yahoo {
    background-color: white;
}
/*ヤフー*/

.btn-yahoo {

    color: #FFF;
    background-color: #DD4B39 !important;
    border-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 5px;
	margin-left:6px;
	width:284px;
}

.btn-yahoo-u {

    color: #FFF;
    background-color: #DD4B39 !important;
    border-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 5px;
	margin-left:6px;
	width:200px;
}


.btn-yahoo:hover,
.btn-yahoo-u:hover,
.btn-yahoo-v:hover
 {

    color: #FFF;
    background-color: #B30006 !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    text-decoration: none;
	border-radius: 2px;
	transition: all 0.2s linear 0s;

}


/*フェイスブック*/

.btn-facebook {

    color: #FFF;
    background-color: #3B5998 !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    margin-bottom: 5px;
    text-align: center;
	width:284px;

}

.btn-facebook-u {

    color: #FFF;
    background-color: #3B5998 !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    margin-bottom: 5px;
    text-align: center;
	width:200px;
	margin-left: 10px;
}




.btn-facebook:hover,
.btn-facebook-u:hover,
.btn-facebook-v:hover

 {

    color: #FFF;
    background-color: #30487B !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    text-decoration: none;
	border-radius: 2px;
	transition: all 0.2s linear 0s;

}


.Regist-btn{
	font-size:0;
}

.Defec-btn{
	font-size:0;
	margin-top:20px;
}


.facebook-list,
.yahoo-list {
	display: inline-block!important;
}

/*----占い----*/
.mail_form-u{
	margin:0!important;
}




/*-----virates -------*/

.btn-facebook-v {

    color: #FFF;
    background-color: #3B5998 !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    margin-bottom: 5px;
    text-align: center;
	width:250px;
	margin-left: 0;
	margin-right:6px;
}

.btn-yahoo-v {

    color: #FFF;
    background-color: #DD4B39 !important;
    border-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 5px;
	margin-left:0px;
	width:250px;
}



