.btn_set{
    position: relative;
    width: 110px;
    /* zoom: 1; */
    /* overflow: hidden; */
}
.btn_set>div {
    position: relative;
    /* float: right; */
    /* zoom: 1; */
    /* overflow: hidden; */
}
.btn_set *,
.btn_set *:before,
.btn_set *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.btn_set>div a{
    position:relative;
    display:block;
    float:left;
    border:#ccc 1px solid;
    width:56px;
    height:62px;
    margin-left:10px;
    border-radius:4px;
    color:#333;
    font-size: 12px;
    line-height:13px;
    text-align:center;
    text-decoration:none;
    padding:40px 0 0;
    font-family: "Yu Gothic", YuGothic,"Hiragino Sans",  sans-serif;
    font-weight:600;
    -webkit-backface-visibility: hidden;
}
.btn_set>div a:first-child{
    margin-left: 0;
}
.btn_set>div a.btn_detele{
    background:#fff url(../img/icon_detail.png) center top no-repeat;
    background-size:55px auto;
}
.btn_set>div a.btn_pdf{
    background:#fff url(../img/icon_pdf.png) center top no-repeat;
    background-size:55px auto;
}
.btn_set>div a.btn_youtube{
    background:#fff url(../img/icon_youtube.png) center top no-repeat;
    background-size:55px auto;
}
.btn_set>div a.btn_poster{
    background:#fff url(../img/icon_poster.png) center top no-repeat;
    background-size:55px auto;
}
.btn_set>div a.btn_delete{
    background:#fff url(../img/icon_delete.png) center top no-repeat;
    background-size:55px auto;
}
.btn_set .tgl_set {
    position: relative;
    float: right;
    display: inline;
    width: 108px;
    height: 62px;
    /* margin-left: 20px; */
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}
.btn_set .delete_tgl{
    position:absolute;
    bottom:0;
    left:0;
    display:block;
    width:108px;
    height:26px;
    cursor:pointer;
    transition:ease-out 0.2s;
}
.btn_set .delete_tgl:hover{
    opacity: 0.5;
}
.btn_set .delete_tgl .txt_del{
    position:absolute;
    top:8px;
    left:0;
    z-index:3;
    color:#666;
    font-size: 12px;
    line-height:13px;
    text-align:center;
    text-decoration:none;
    padding:0;
    font-family: "Yu Gothic", YuGothic,"Hiragino Sans",  sans-serif;
    font-weight:600;
    transition:ease-out 0.4s;
}
.btn_set .delete_tgl .txt_add{
    position:absolute;
    top:8px;
    right:0;
    z-index:3;
    color:#666;
    font-size: 12px;
    line-height:13px;
    text-align:center;
    text-decoration:none;
    padding:0;
    font-family: "Yu Gothic", YuGothic,"Hiragino Sans",  sans-serif;
    font-weight:600;
    transition:ease-out 0.4s;
}
.btn_set .delete_tgl p{
    position:relative;
    margin:0 auto;
    width:50px;
    height:26px;
    margin:0 auto;
    background:#999;
    border-radius:30px;
    transition:ease-out 0.4s;
}
.btn_set .delete_tgl p span{
    position:absolute;
    right:27px;
    top:3px;
    width:20px;
    height:20px;
    display:block;
    background:#fff;
    border-radius:30px;
    transition:ease-out 0.4s;
}
.btn_set .delete_tgl.flg_add .txt_add{
    color:#2272ad;
}
.btn_set .delete_tgl.flg_add p{
    background:#2272ad;
}
.btn_set .delete_tgl.flg_add p span{
    right:3px;
}