﻿@charset "UTF-8";

/*=============================================

	File name		:	RDS_Cal_tool_print.css
	
	//INDEX
_ : Print Style
	
=============================================*/


/*========================================
0 : Print Style
========================================*/

.screen{
display: none;
}
img{
display: none;
}

html,
body{
width: 1000px;
margin: 0;
padding: 0;
font-size: 10px;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
header h1{
margin-bottom: 10px;
}
header ul li{
display: none;
}
footer .RDS_btn_container ul{
display: none;
}

h2{
margin-top: 60px;
padding-top: 20px;
padding-bottom: 20px;
border-top:2px solid #000;
border-bottom:2px solid #000;
}
td,th{
}
dl,
dt{
}
dl{
border-left:1px solid #000;
padding-left: 10px;
padding-right: 10px;
margin-left: 10px;
}
input{
display: none;
}
select{
display: none;
}

#save-modal,
#load-modal,
#exp-modal,
#imp-modal,
#exp-b-modal,
#imp-b-modal,
#help-modal,
#save-b-modal,
#load-b-modal,
#help-b-modal,
#config-modal,
#notice-modal,
#max-row-notice-modal,
#import-error-notice-modal,
#save-error-notice-modal,
#attention-modal{
display: none!important;
}

#print-preview-modal{
margin-top: 60px;
padding-top: 30px;
border-top:2px solid #000;
}

table#recordvolume-print-table,
table#bandwidth-print-table{
border-left:1px solid #999;
border-top:1px solid #999;
width: 100%;
table-layout:fixed;
}

table#recordvolume-print-table th,
table#bandwidth-print-table th{
font-size: 9px;
border-right:1px solid #999;
border-bottom:1px solid #999;
padding-left: 1px;
padding-right: 3px;
}

table#recordvolume-print-table td,
table#bandwidth-print-table td{
font-size: 9px;
border-right:1px solid #999;
border-bottom:1px solid #999;
padding-left: 1px;
padding-right: 3px;
word-wrap: break-word;
}

table .p_rv_th_width01 {width: 6.5%;}
table .p_rv_th_width02 {width: 6.0%;}
table .p_rv_th_width03 {width: 8.0%;}
table .p_rv_th_width04 {width: 5.0%;}
table .p_rv_th_width05 {width: 6.5%;}
table .p_rv_th_width06 {width: 5.0%;}
table .p_rv_th_width07 {width: 4.0%;}
table .p_rv_th_width08 {width: 6.5%;}
table .p_rv_th_width09 {width: 11.0%;}
table .p_rv_th_width10 {width: 7.0%;}
table .p_rv_th_width11 {width: 4.5%;}
table .p_rv_th_width12 {width: 7.0%;}
table .p_rv_th_width13 {width: 7.5%;}
table .p_rv_th_width14 {width: 6.5%;}
table .p_rv_th_width15 {width: 9.0%;}

table .p_bw_th_width01 {width: 14.0%;}
table .p_bw_th_width02 {width: 6.0%;}
table .p_bw_th_width03 {width: 12.0%;}
table .p_bw_th_width04 {width: 6.0%;}
table .p_bw_th_width05 {width: 8.0%;}
table .p_bw_th_width06 {width: 10.0%;}
table .p_bw_th_width07 {width: 14.0%;}
table .p_bw_th_width08 {width: 10.0%;}
table .p_bw_th_width09 {width: 10.0%;}
table .p_bw_th_width10 {width: 10.0%;}

.modal-body .copyright{
text-align: right;
}
.modal-body li{
list-style: disc;
}
