.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: 'Times New Roman', 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: 75%;
    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 a {
	text-decoration: underline;
}

#price {
 	padding-top: 50px;


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

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

#price tr {
	min-height: 30px;

}

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

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

/* 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%;
		
	}

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

	}

	#price table.type {
		width: 30%;
	}

	

	}
/* tablet */


/* smartphone */
@media all and (max-width: 480px) {

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

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

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

	#price th, #price td {
		padding: 5px;

	}

	}
/* smartphone */


	}


