.html{
	height: 100%;
	background-color: white;
}

.body {
	height:100%;
	width: 100%;
	margin:0 auto;
	padding:0px;
	background-color: white;
}

#container {
	min-height: 100%;
	height: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background-color: white;
	text-align: center;
	font-family: YuMincho, '游明朝', serif;

}

li {
	list-style: none;
}
a {
	text-decoration: none;
}


#contents{
	float: left;
	margin: 100px auto 30px;
	padding-top: 30px;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;


}

#contents h1 {
	text-align: left;
	font-size: 20px;
	margin-bottom: 20px;
	border-left: 4px solid gray;
	padding-left: 10px;
}

#contents p {
	text-align: left;
	font-size: 16px;
	margin-left: 10%;
}

#contents dl  {	
	font-size: 16px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #d9e0e2;
	width: 95%;
		
}

#contents dl dt dd {
	font-size: 16px;
}

#contents dl dt {
	line-height: 1.2em;
	margin: 0px;
	text-align: center;
	background-color: #d9e0e2;
	clear: both;
	width: 30%;
	max-width: 100px;
	padding: 3px;

}

#contents dl dd {
	position: relative;
	text-align: left;
	width: 70%;
	padding-left: 20%;
	border-bottom: 1px solid #d9e0e2;
	margin: 0px;
	top: -1.2em;
	left: 4.5em;
	border-width: 0px;
	line-height: 100%;
	z-index: 1;
	line-height: 1.2em;
}


#access {
	float: left;
	width: 69%;

}

#access span {
	font-weight: bolder;
}

#contents iframe {
	width: 29%; 
	height: 300px;
	float: right;

}

#micasa {
	height: 700px;
	
}

#direction {
	padding-top: 30px;

}

#direction h2 {
	text-align: left;
}

#direction img {
	width: 300px;
	height: 300px;
	margin-right: 20px;

}


#direction ul {
	text-align: left;
}

#direction li {
	clear: both;
}


#direction p {
	padding-top: 5%;
	padding-left: 20px;
}

/* PC */



/* tablet */
@media all and (max-width: 768px) {
	#contents {
		width: 90%;
		margin-top: 50px;
		padding-left: 5%;
		padding-right: 5%;
	}

	#contents h1 {
		font-size: 18px;
		
	}

	#contents p {
		font-size: 14px;
	}

	#contents dl dt dd {
		font-size: 14px;
	}

	#contens dl dt {
		width: ;

	}

	#contents dl dd {
		width: 60%;
		padding-left: 25%;
		
	}

	#access {
		width: 100%;
		clear: both;
	}

	#contents iframe {
		clear: both;
		width: 100%;

	}

	#direction {
		margin-top: 300px;
		padding-top: 100px;
	}

	#direction img {
	width: 200px;
	height: 200px;
	margin-right: 10px;
	
	}

	#direction p {
		font-size: 14px;
	}

	#micasa {
		height: 750px;
	}

}
/* tablet */


/* smartphone */
@media all and (max-width: 480px) {
	#contents iframe {
		height: 300px;
	}

	#contents dl {
		font-size: 12px;
	}

	#direction {
		margin-top: 250px;
	}

	#micasa {
/*		height: 750px;*/
	}
	

	}
/* smartphone */

