@charset "utf-8";
/* CSS Document */
#title {
	display: block;
	margin: 0;
	width: 100%;
}
#title img {
	height: auto;
	width: 100%;
}

#outline {
	background-image: url(../images/outline/ph_img01.png);
	background-repeat: no-repeat;
	background-position: 10px bottom;
	margin: 0 auto;
	padding-bottom: 200px;
	width: 94%;
}

#outline h1 {
	font-size: 43px;
	font-weight: 900;
	color: #333333;
	line-height: 1.5em;
	text-align: center;
}

#outline table {
	margin: 50px auto;
	width: 100%;
}
#outline th {
	font-weight: normal;
	text-align: left;
	padding: 10px 0;
	width: 80px;
}
#outline td {
	padding: 10px 0;
}

#access {
	background-image: url(../images/outline/ti_acmap.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	margin: -20px 0 0;
	padding: 20px 0 10px;
	width: 100%;
}
#access h1 {
	font-size: 43px;
	font-weight: 900;
	color: #333;
	text-align: center;
	line-height: 1.5em;
	margin: 0 auto;
	width: 96%;
}
#access p {
	font-size: 23px;
	color: #333;
	text-align: center;
}

#accessmap {
	display: block;
	margin: 0 0 50px;
	width: 100%;
}

@media only screen and (min-width: 769px) {
#title {
	background-image: url(../images/outline/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	height: 440px;
	width: 1080px;
}

#outline {
	background-image: url(../images/outline/ph_img01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0 auto;
	padding-bottom: 50px;
	width: 810px;
}

#outline h1 {
	font-size: 43px;
	font-weight: 900;
	color: #333333;
	line-height: 1.5em;
	text-align: center;
}

#outline table {
	margin: 50px auto;
	width: 100%;
}
#outline th {
	font-weight: normal;
	text-align: left;
	padding: 10px 0;
	width: 80px;
}
#outline td {
	padding: 10px 0;
}

#access {
	background-image: url(../images/outline/ti_acmap.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	margin: -20px auto 0;
	padding: 70px 0 30px;
	width: 1080px;
}
#access h1 {
	font-size: 43px;
	font-weight: 900;
	color: #333;
	text-align: center;
	line-height: 1.5em;
	margin: 0 auto;
}
#access p {
	font-size: 23px;
	color: #333;
	text-align: center;
}

#accessmap {
	margin: 0 auto;
	height: 760px;
	width: 1080px;
}

}