@charset "utf-8";

#tourism {
	margin-bottom:100px;
}
#tourism > header {
	text-align:center;
	margin-bottom:70px;
}
#tourism > header > h1 {
	font-size:48px;
	margin-bottom:50px;
}
	@media(max-width:980px) {
		#tourism > header > h1 {
			font-size:32px;
		}
	}

.start {
	width:960px;
	margin:0 auto 30px auto;
	color:#FFF;
	text-align:center;
	font-size:20px;
	background-color:#204D8E;
	position:relative;
	padding:12px 0;

    border-radius:12px;	/* CSS3草案 */  
    -webkit-border-radius:12px;	/* Safari,Google Chrome用 */  
    -moz-border-radius:12px;	/* Firefox用 */  
}
	@media(max-width:980px) {
		.start {
			width:auto;
			margin-left:5px;
			margin-right:5px;
		}
	}

.start:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #204D8E;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.start h2 {
	line-height:1.3;
}

.via {
	width:960px;
	margin:0 auto 20px auto;
	color:#FFF;
	text-align:center;
	font-size:20px;
	background-color:#204D8E;
	position:relative;
	padding:12px 0;

    border-radius:12px;	/* CSS3草案 */  
    -webkit-border-radius:12px;	/* Safari,Google Chrome用 */  
    -moz-border-radius:12px;	/* Firefox用 */  
}
	@media(max-width:980px) {
		.via {
			width:auto;
			margin-left:5px;
			margin-right:5px;
		}
	}
.via h2 {
	line-height:1.3;
}

.message {
	width:958px;
	margin:30px auto 80px auto;
	background-color:#F7F7F7;
	border:1px solid #CCC;
}
	@media(max-width:980px) {
		.message {
			width:auto;
			margin-left:5px;
			margin-right:5px;
			border:none;
		}
	}
.message p {
	padding:15px;
	line-height:1.6;
}
.message p strong {
	font-size:20px;
}

span.annotation {
	font-size:14px;
	display:block;
	margin:10px 0;
}

.vehicleFrame {
	width:960px;
	margin:100px auto 80px auto;
}
	@media(max-width:980px) {
		.vehicleFrame {
			width:auto;
		}
}

.vehicle {
	padding:20px;
	background-color:#F7F7F7;
	border:1px solid #CCC;
}
	@media(max-width:980px) {
		.vehicle {
			border:none;
		}
	}

.vehicle h2 {
	font-size:24px;
	text-align:center;
	margin-bottom:20px;
	line-height:1.3;
}

.vehicle .cycling {
	margin-bottom:20px;
}

.vehicle figure {
	width:480px;
	float:left;
	margin-bottom:10px;
}
	@media(max-width:980px) {
		.vehicle figure {
			width:auto;
			float:none;
		}
	}

.vehicle div.text {
	width:420px;
	float:right;
}
	@media(max-width:980px) {
		.vehicle div.text {
			width:auto;
			float:none;
		}
	}

.vehicle div.text h3 {
	font-size:20px;
	margin-bottom:10px;
}
.vehicle div.text p {
	line-height:1.6;
	margin-bottom:1em;
}
.vehicle div.text p span {
	font-size:14px;
}

#rest {
	text-align:center;
	line-height:1.3;
	margin-bottom:80px;
}
	@media(max-width:900px) {
		#rest {
			font-size:16px;
			margin:0 10px 80px 10px;
		}
	}

#rest strong {
	color:#F00;
}
