@charset "utf-8";

/*
	Name         : print.css
	Description  : 印刷スタイル
	Last Modefied: 2007-
*/

@import url("./reset-fonts.css");
@import url("./modules.css");


/* Tags
--------------------------------------------------*/

body {
	color: #000;
	background: #fff;
	line-height: 1.5;
}

a:link,
a:visited {
	color: #000;
	background: #fff;
	text-decoration: underline;
}


/* Blocks
--------------------------------------------------*/

h1 img {
	width: 640px;
	height: 130px;
}

h2 {
	clear: both;
	margin: 2em 0 1em;
}

h3 {
	margin: 1em 0 0.5em;
}


.scheduleAssets {
	margin-top: 0.5em;
	border-top: 1px solid #000;
}

.showDetail td,
.showDetail th,
.infoTable td,
.infoTable th {
	padding: 0.2em 0.5em;
	border: 1px solid #000;
}

.showDetail th,
.infoTable th {
	white-space: nowrap;
}

dl.general dt {
	font-weight: bold;
}

dl.general dd {
	margin: 0.1em 0 1em 2em;
}

ul.general {
	margin: 1em;
	padding: 0.5em;
}

ul.general li {
	list-style: outside disc;
	padding: 0.2em 0;
}

.imgPic {
	float: right;
	margin: 0 0 0.5em 1em;
}

.smallPic {
	float: left;
	margin: 0 1em 0.5em 0;
}

#footer {
	clear: both;
	border-top: 1px solid #000;
	padding-top: 0.3em;
}


.scheduleAssets h4,
.scheduleAssets .contact {
	margin-left: 1em;
}

.scheduleDetail h4 {
	margin: 1em 0;
	font-weight: bold;
	font-size: 122%;

}

.priceTable td {
	padding: 5px 10px;
	border: 1px solid #000;
}

/* Hidden Objects
--------------------------------------------------*/

.noPrint,
#mainMenu,
#header,
#fMenu,
#toPageTop,
.scheduleHeader,
.scheduleList,
.backBtn {
	display: none !important;
}


/* EOF */
