@charset "utf-8";

.detail_btn{ text-align:right; position:absolute;}
.detail_btn a,.btn_close{ display:inline-block; width:30px; height:30px; background-image:url(../images/main/icon_01.png); background-repeat:no-repeat; background-size:80%; background-position:0 10%;cursor:pointer; overflow:hidden; line-height:32px;}
.detail_btn a:hover{background-image:url(../images/main/icon_01_on.png);}
.detail_btn a.btn_share{ overflow:hidden; height:30px; width:30px; margin-top:10px;}


@media screen and (max-width:800px)
{ .detail_btn a.btn_share{ margin-top:0;}
	}

@media screen and (max-width:480px)
{/*.detail_btn{ display:none;}*/
	
	}

