/*******************************************************************************/
/*   （株）システマ ＨＰ 印刷用CSS                                             */
/*    Author           : Noko                                                  */
/*    Date Written     : 2008.06.12                                            */
/*                                                                             */
/*    Index                                                                    */
/*      01.Init&Layout : 初期設定、ボックス類の印刷有無                        */
/*      02.Items       : 個々のアイテムの印刷用                                */
/*                                                                             */
/*      91.tour        : ウンベルティポツアー用                                */
/*                                                                             */
/*******************************************************************************/

/*******************************************************************************/
/*      01.Init&Layout : 初期設定、ボックス類の印刷有無                        */
/*******************************************************************************/
* {
	background-color: transparent !important;
	color: #000000 !important; 
	border-color: #000000 !important;
} 
/* ********************************************** リンク */
a:link,
a:visited,
a:active { 
	color: #000000 !important; 
}
a { text-decoration: underline !important; }

a[href]:after {
	content: " (" attr(href)") ";
	font-size: 9pt !important;
}
div#head a[href]:after,
div.thmfl a[href]:after{
	content: "";
}
/* ********************************************** html, body */
html { margin:0; padding:0; border:0; }
body {
	padding:0; margin:0; border:0;
	font-size: 10pt;
	line-height:15pt;
}
/* ********************************************** #wrapperを全幅に */
div#wrapper {
	margin:0; padding:0; border:0; 
	width: 100%
}
/* ********************************************** #headのborderを消す */
div#head { border: none; }
/* ********************************************** #tlabelタイトルサイズ縮小 */
div#tlabel { 
	font-size: 18pt; 
	padding-top: 16px;
} 
/* ********************************************** #sideを消して#mainを全面に*/
div#main { 
	position: relative;
	top:0;
	left:0;
	margin:0; padding:0; border:0; 
}
div#side { display: none ; }
/* ********************************************** （topのみ#sideも印刷） */
body.top div#main { margin-left: 238px; }
body.top div#side { display: block ; }
/* ********************************************** .menuナビゲーションバーを消す */
div.menu { display: none; }
/* ********************************************** #foot */
div#foot { 
	margin-top: 1em;
	border-top: solid 1px; 
}
/* ********************************************** 改ページ */
.prbreak {page-break-before:always;}
/*******************************************************************************/
/*      02.Items       : 個々のアイテムの印刷用                                */
/*******************************************************************************/
p.tecnote {display:none;}
/* ************************** .tips内 見出しボーダー */
div.tips h1,
div.tips h1.tour { border-width: 1px ; }
/* ************************** ページトップリンク用p を消す */
p.pgnav { display: none; }
div.paging { display: none; }
/* ************************** 商品リストテーブルのサイズ調整 */
table#syouhin { margin-left: 0; width: 100%;}
table#syouhin th, table#syouhin td { padding: 2px 4px ; }
table#syouhin .eng { font-size: 100%; }
/*******************************************************************************/
/*      91.tour        : ウンベルティポツアー用                                */
/*******************************************************************************/
div.livenews h1 { 
	margin-top: 1em;
	border: solid 1px;
}
/**************************** ツアースケジュールテーブル */
table.schedule th, table.schedule td { line-height:1.2; }
/*****************************/
body.unbel input[type="button"] {display:none;}
