.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: 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: 95%;
    padding-left: 2%;

}

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

#main a {
	text-decoration: underline;
	color: blue;
}

#will-menu {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: 10%;


}
#will-menu ol {
	text-align: left;
	text-decoration: underline;
	
}

#will-menu li {
	list-style-type: decimal;
}


#type, #attention, #probate, #office {
	padding-bottom: 20px;
	margin-top: -90px;
	padding-top: 90px;
}

#type span {
	font-weight: bold;
}


#price {
 	margin-top: -75px;
 	padding-top: 75px;	

}

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

}

#type table {
	margin-top: 10px;
}


#price table, #type 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, #type 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%;
		
	}

	#conference-menu ol {
		font-size: 14px;
	}

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

	#price table, #type table {
		font-size: 14px;
	}


	}
/* tablet */


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

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

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

	#type table {
		font-size: 10px;
	}


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

	}
/* smartphone */



