.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%;
	margin: 0 auto;
	background-color: white;
	text-align: center;
	font-family: YuMincho, '游明朝', serif;
	max-width: 1000px;

}

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%;

}

#main {
    width: 70%;
    float: left;
    line-height: 200%;

}

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

#main p {
    font-size: 16px;
    text-align: left;
    width: 90%;
    padding-left: 2%;

}

#main h2 {
	text-align: left;
	font-size: 20px;
	padding-left: 2%;
	margin-bottom: 5px;
}


#price {
 	padding-top: 50px;


}


#price table {
	border: 1px solid #dddddd;
	width: 90%;
	margin-left: 2%;
	
}

#price th, #price td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 10px;
}

#price th {
	background:#efefef;
	text-align: center;
}


#documents {
	padding-top: 30px;
}

.docs {
	font-size: 18px;
	font-weight: bold;
	margin-left: 2%;
}

#documents ul {
	margin-left: 10%;
}

#documents li {
	text-align: left;
	list-style-type: circle;
}


/* PC */



/* tablet */
@media all and (max-width: 768px) {
	#submenu {
		display: none;
	}

	#contents {
		margin-top: 50px;
	}

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

	#contents p {
		font-size: 14px;
		width: 100%;

	}

	#main {
		line-height: 150%;
		width: 95%;
		margin: 0 2.5%;
		
	}

	#documents li {
		font-size: 14px;
	}

	#price table {
		width: 100%;
		margin-left: 0;

	}

	}
/* tablet */


/* smartphone */
@media all and (max-width: 480px) {
	#contents h1 {
		font-size: 16px;
	}

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


	#price table {
		font-size: 12px;
	}

	}
/* smartphone */

