@charset "utf-8";

/*****************************************************/
/* @出張地域・交通費ページ定義用CSSファイル          */
/*****************************************************/


#deli{
	font-size: 1.2em;
}

#deli table{
	width: 580px;
	border: 1px solid #cccccc;
	margin: 10px auto 20px auto;
}

#deli table th{
	color: #FF2478;
	font-weight: bold;
	border: 1px solid #cccccc;
	padding: 5px 0;
}

#deli table td{
	padding: 5px 0;
	border: 1px solid #cccccc;
	padding-left: 20px;
}

#deli #annai{
	width: 580px;
	margin: 0 auto;
	line-height: 1.4;
}

#deli #gotanda{
	width: 580px;
	text-align: center;
	margin: 15px auto;
	border: 1px solid #FF7F00;
	background: #FFEFD4;
	padding: 5px;
	color: #333333;
}

#deli #gotanda span{
	font-weight: bold;
	color: #F90071;
}

#rental figure {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

#rental figure #access {
	position: absolute;
	bottom: 12px;
	right: 45px;
	font-size: 12px;
	line-height: 1.4;
}

#rental figure img{
	vertical-align: top;
}

#rental figure .waite{
	margin: 0 25px;
}

#rental #annai2{
	font-size: 1.6em;
	color: #EE0000;
	line-height: 1.6;
	margin: 10px 0 20px 30px;
}

#rental .printout{
	margin: 40px 0;
	text-align: center;
}

h2#rentalrooms,
#rental table {
	width: 750px;
	margin: 0 auto;
}


h2#rentalrooms {
	font-size: 16px;
	font-weight: bold;
	margin: 20px auto 10px;
}

h2#rentalrooms span {
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 10px;
}
#rental table {
	border-collapse: collapse;
	border: 1px solid #666;
	border-bottom: none;
	font-size: 13px;
}

#rental table th,
#rental table td {
	border-bottom: 1px solid #666;
	text-align: left;
	padding: 5px 0 5px 10px;
	line-height: 1.5;
}

#rental table th {
	border-right: 1px solid #666;
	font-weight: bold;
}

