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

.body {
	height:100%;
	width: 100px;
	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: 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;
}


#inheritance-menu  {
	margin-left: 5%;

}

#inheritance-menu ul {
	float: left;
}


#inheritance-menu li {
	text-decoration: underline;
	text-align: left;
}

#menu-right {
	margin-left: 5%;

}

#contents-top {
	padding-top: 20px;
    margin-bottom: 20px;
    clear: both;

}


.case-list {
    border-left: 3px solid gray;
    margin-left: 8%;
    margin-top: 5px;
    
}

.case:hover {
	background-color: #dddddd;
}

.case  {
    cursor: pointer;
    font-weight: bold;
    text-align: left;
    margin-top: 5px;
    font-size: 16px;   

}

.explanation, .answer {
	display: none;
	border: 1px solid #dddddd;
	margin-left: 3%;
	padding: 5px;
}

.explanation a {
	text-decoration: underline;
}

.index {
   background-color: #4682b4;
   width: 200px;
   height: 30px;
   color: white;
   text-align: center;
   font-size: 16px;
   line-height: 30px;
   border-radius: 5px;
   margin-left: 5px;

}

.faq-list {
    border-left: 3px solid gray;
    margin-left: 8%;

}


.question:hover {
	background-color: #dddddd;
}

#questions {
      font-size: 16px;
      margin-top: 20px;
   
}


.question  {
    cursor: pointer;
    font-weight: bold;
    text-align: left;
    margin-top: 5px;
    font-size: 16px;   

}

    
#price {
 padding-top: 50px;


}


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

#price tr {
	min-height: 20px;

}

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

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


/* PC */



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

	#inheritance-menu {
		display: none;
	}

	#contents {
		margin-top: 50px;
	}

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

	#contents p {
		font-size: 14px;

	}

	#contents-top {
		padding-top: 0;
	}


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

	.case-list, .faq-list {
		margin-left: 5%;
	}


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

	}

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


	

	}
/* tablet */


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

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


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


	}
/* smartphone */

