/************************************************************************
// システム名  ：介護受注Webシステム
// 分類名      ：事業者側システム
// メニュー名  ：共通
// 機能名      ：共通スタイルシート（印刷用）
*************************************************************************/

@CHARSET "UTF-8";
/* CSS Document */

@media print {

body{
	margin: 0;
}

/* ------------------------------
ページ全体
------------------------------ */
div.div-print{
	width: 100%;
}

div.order-detail-width .row div:nth-of-type(odd) {
	width:14.1%;
}
div.order-detail-width .row div:nth-of-type(5) {
	width:16.1%;
}
div.order-detail-width .row div:nth-of-type(6) {
	width:14%;
}
div.order-detail-width-address {
	width:46%;
}

div.print-display{
	display: block !important;
}

#change-info{
	margin-top:0px !important
}

}