@charset "utf-8";
/*
CSS Information
==============================================================

	Site Name: グリーンプラザ新宿
	Description: 印刷用

==============================================================
*/




/*
common/css/default.css デフォルトのスタイル設定
=========================================================*/
html {
	background-color: #FFFFFF;
}

body {
	letter-spacing: 1px;
	font-size: 12pt;
	color: #000000;
	background: #FFFFFF;
}

hr {
	display: block;
}

.print_only {
	display: block;	/* common/css/module.cssの「display: none;」を印刷時に上書き */
}

.print_none {
	display: none;
}

a img {
	border: none;
}

table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

table {
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 100%;
}

table th,
table td {
	padding: 3px;
	font-size: 92%;
}

table th {
	border-bottom: 1px solid #CCCCCC;
}

table td {
	border: 1px dotted #CCCCCC;
}



/*
common/css/layout.css カラム等レイアウト用
=========================================================*/
#head .utility,
#gnavi,
#subColumn,
#breadclumb,
#footer .utility {
	display: none;
}

#head,
#index #mainImg .inner,
#content .inner,
#footer {
	background:none;
	width:100%;
	height:auto;
	}
#mainImg dl.spa,
#mainImg dl.hotel,
#mainImg dl.restaurant {
	float:none;
	width:auto;
	margin:0 0 20px 0;
	padding:0;
	}
#mainImg dl.spa dt,
#mainImg dl.hotel dt,
#mainImg dl.restaurant dt {
	display:block;
	font-size:14px;
	font-weight:bold;
	}
#footer #copyright {
	color:#000;
	text-align:left;
	}

/*
id="sec" second only 
=========================================================*/
#sec #mainImg .inner {
	background:none;
	width:100%;
	height:auto;
	}
#sec h1 {
	margin:0;
	padding:0;
	color:#000;
	}
#sec #content .inner {
	width:100%;
	}
#sec #mainColumn {
	width:100%;
	}


