/* アクセス --------------------------------------------------------------- */



#content {
	}

	#content h1 {
		font-size: 32px;
		padding-bottom: 15px;
		margin: 30px 0 30px 60px;
		border-bottom: #d9d9d9 solid 1px;
		}

@media(max-width: 990px){
	#content {
		width: 90%;
		}
	
		#content h1 {
			display: block;
			font-size: 28px;
			padding-bottom: 10px;
			margin: 80px 0 10px 0;
			}
	}

@media(min-width: 1px) and (max-width: 660px){
	}



/* access --------------------------------------------------------------- */
#access {
	margin: 0 100px 100px 100px;
	overflow: hidden;
	position: relative;
	}
	
	#access dl {
		width: 100%;
		display: table;
		margin-bottom: 25px;
		}

		#access dl dt,
		#access dl dd {
			display: table-cell;
			vertical-align: top;
			}

		#access dl dt {
			width: 150px;
			}

		#access dl dd {
			}

			#access dl dd p {
				margin-bottom: 1em;
				}

			#access dl dd p:last-of-type {
				margin-bottom: 0;
				}

			#access dl dd img {
				width: 100%;
				height: auto;
				}

			#access dl dd a {
				display: inline;
				text-decoration: underline;
				}

@media(max-width: 990px){
	#access {
		margin: 20px auto 0 auto;
		}
	
		#access dl {
			width: 100%;
			display: block;
			margin-bottom: 30px;
			}

			#access dl dt,
			#access dl dd {
				display: block;
				}

			#access dl dt {
				width: 100%;
				font-size: 18px;
				margin-bottom: 5px;
				}

			#access dl dd,
			#access dl dd p {
				font-size: 15px;
				}
	}

@media(min-width: 1px) and (max-width: 660px){
	}
