@charset "UTF-8";
/* CSS Document */

#tour {}
#tour .h2-title { background-position: 0px 0px; }

#tour.openbath .h3-title span { background-position: 0px 0px; }
#tour.bath .h3-title span { background-position: 0px -50px; }


#tour .bath-info { margin-bottom: 20px; }
#tour article figure { margin-bottom: 0.5em; }
#tour article figure img { width: 100%; }

	#tour .effect {}
		#tour .effect .mark {
			display: inline-block;
			width: auto;
			margin-bottom: 0.66em;
			padding: 0 0.8em;
			border: solid 1px #333;
			font-size: 1.07em;
			line-height: 2.2em;
			}
		.ie6 #tour .effect .mark,
		.ie7 #tour .effect .mark {
			width: 5em;
			text-align: center;
			}
		.borderradius #tour .effect .mark {
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-ms-border-radius: 3px;
			-o-border-radius: 3px;
			border-radius: 3px;
			}
	#tour .effect dl {}
		#tour .effect dl dt,
		#tour .effect dl dd {
			margin: 0;
			padding: 0;
			font-weight: normal;
			line-height: 1.7em;
			}
		#tour .effect dl dt {
			clear: both;
			float: left;
			width: 5.5em;
			}
		#tour .effect dl dd {
			margin-left: 5.5em;
			}

