@charset "UTF-8";

/*------------------------------------------------------------------------------
	メディカルスタッフ - Print CSS
	URL: http://mc-staff.co.jp/
	Date: 2016-10-05
	Copyright (C) Medical Staff All Rights Reserved.
------------------------------------------------------------------------------*/

/*  Hide Object 
----------------------------------------------------*/

ul#skip,
ul#globalNav,
ul#subNav,
p#pan,
#sub,
footer,
#main p.toTop{display:none;}

/* Hide Background
----------------------------------------------------*/

body,
#wrapper,
#main,
footer{
	background-image:none;
	background-color:#fff;
	}

/* Printing Setting
----------------------------------------------------*/

body{
	color:#000;
	font-size:10pt;
	font-family:Sans-Serif;
	line-height:1.5;
	letter-spacing:0.1em;
	}

a:link,
a:visited{
	color:#000;
	text-decoration:underline;
	}

img{border:0;}

div#main{
	float:none !important;
	width:auto !important;
	margin:0 !important;
	padding:0 !important;
	}

#main ul{
	list-style-type:square;
	list-style-position:inside;
	}
#main ul li{
	padding-left:0;
	background:none;
	}

#main table,
#main table th,
#main table td{
	border:1px solid #333;
	}
	
	
/*--EOF-----------------------------------------------------------------------*/
