@media screen {
/* Hide useless elements in print layouts... */

/*詳細ボタン*/
a.btn-detail{
display: block;
float: right;
/*position: relative;
top: -6px;*/
cursor: pointer;
/*margin: 0;*/
border: 0;
text-align: center;
width: 96px;
height: 30px;
background: url(../images/btn-detail.png) no-repeat left top ;
}
a.btn-detail:hover{
background: url(../images/btn-detail.png) no-repeat left -30px;
}
a.btn-detail span{
color: #fff;
display: block;
width: 96px;
height: 10px;
padding-top: 10px;
text-align: center;
font-size: 10px;
line-height: 10px;
text-indent: 0;
}
/*タブボタン*/
a.btn-tab{
display: block;
cursor: pointer;
margin: 0 auto;
border: 0;
text-align: center;
width: 120px;
height: 30px;
background: url(../images/btn-tab.png) no-repeat left top ;
}
a.btn-tab:hover{
background: url(../images/btn-tab.png) no-repeat left -30px;
}
a.btn-tab span{
color: #fff;
display: block;
width: 100%;
height: 10px;
padding-top: 10px;
text-align: center;
font-size: 10px;
line-height: 10px;
}


/*図面ダウンロードボタン*/
a.btn-pdf{
display: block;
cursor: pointer;
margin: 0 auto;
border: 0;
text-align: center;
width: 150px;
height: 42px;
background: url(../images/btn-pdf.png) no-repeat left top ;
}
a.btn-pdf:hover{
background: url(../images/btn-pdf.png) no-repeat left -42px;
}
a.btn-pdf span{
color: #fff;
display: block;
width: 100%;
height: 10px;
padding-top: 22px;
text-align: center;
font-size: 10px;
line-height: 10px;
text-indent: -15px;
}


/*googleボタン*/

/*a .button,*/
input.button{
color: #fff;
text-decoration: none;
}
/*a .button:hover,*/
input.button:hover{
color: #fff;
text-decoration: none;
}

/*寸法*/
.width80{
margin: 0;
display: block;
width: 80px;
height: 30px;
}
.width100{
display: block;
width: 100px;
height: 30px;
}
.width120{
margin: 0;
display: block;
width: 120px;
height: 30px;
}
.width150{
display: block;
width: 150px;
height: 30px;
}
.width180{
display: block;
width: 180px;
height: 30px;
}
.width200{
display: block;
width: 200px;
height: 30px;
}

/*フォントサイズ*/
.size10bt{
font-size: 10px;
line-height: 30px;
}
.size12bt{
padding-top: 10px;
padding-bottom: 10px;
font-size: 12px;
line-height: 12px;
}
.size14bt{
padding-top: 10px;
padding-bottom: 10px;
font-size: 14px;
line-height: 14px;
}

}



@media print {

/*詳細ボタン*/
a.btn-detail{
display: none;
}
a.btn-detail:hover{
display: none;
}
a.btn-detail span{
display: none;
}
/*タブボタン*/
a.btn-tab{
display: none;
}
a.btn-tab:hover{
display: none;
}
a.btn-tab span{
display: none;
}


/*図面ダウンロードボタン*/
a.btn-pdf{
display: none;
}
a.btn-pdf:hover{
display: none;
}
a.btn-pdf span{
display: none;
}


/*a .button,*/
input.button{
display: none;
}
/*a .button:hover,*/
input.button:hover{
display: none;
}

}




