/*
Theme Name:   BA_001 子テーマ
Template:     60l_design_a
Version:      1.0.0
Description:  BA_001_ブランディング重視の子テーマです
Author:       Visual Research
*/
/*********************************************************
//チェックボックスを押した後の丸を消す
**********************************************************/

.mw_wp_form label.selected::after{
	background: none;
}

.mw_wp_form label::before{
	display: none;
}
.footer_copy{
	font-size: 12px;
}

/*********************************************************
//ヘッダー
**********************************************************/
#header {
    height: auto;
}

/*********************************************************
//印刷ボタンを物件詳細ページに追加
**********************************************************/
.like_print_btnbox{
	float:right;
}
a.print {
	clear: both;
    display: inline-block;
    width: 100px;
    background-color: #EBEBEB;
    font-size: 12px;
    text-decoration: none;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #888888;
    border-bottom: 4px solid #888888;
    color: #333333;
    height: 35px;
    box-sizing: border-box;
	margin-right: 5px;
}
a.btn-push-like{
    width: 100px;
}
@media screen and (max-width: 980px){
/* 	a.print {
		margin-left: 180px;
	} */
	a.btn-push-like{
		margin-top: 4px;
	}

}
.print_img_title{
	display:none;
}


/*********************************************************
//fontawesomeが文字化けする
**********************************************************/
.print i::before {
	font-family: "Font Awesome 5 Free";
	padding-right: 5px;
}