.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 h2 {
	text-align: left;
	font-size: 20px;
	padding-left: 2%;
	margin-bottom: 5px;
}

#contents-top, #kkgk, #square, #branch {
	margin-bottom: 30px;
}

table {
	font-size: 14px;
	margin-left: 2%;
}

table, th, td {
	border:1px solid black;
	border-collapse: collapse;
}

th {
	background-color: #4682b4;
	color: white;
	
}

table tr th {
	text-align: center;
}

td {
	padding: 5px;
}

#pc-details a:hover {
   color: blue;

}

#pc-details li:active {
    opacity: 1;
    box-shadow: 0 0;

}

#pc-details a:active {
   	color: white;

}

#pc-details a {
	display: block;
	color: white;
}


#pc-details {
	font-size: 16px;
	margin-left: 2%;
	padding: 0;
	text-align: left;
}

#pc-details li {
	display: inline-block;
    background-color: #4682b4;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    width: 160px;
    text-align: center;
    opacity: 0.7;
    box-shadow: 0px 5px;	
}

#pc-details li:not(:first-child) {
	margin-left: 1%;
}

/* PC */
#tablet-details {
	display: none;
}




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

	table {
		width: 100%;
		margin-left: 0;
		font-size: 14px;

	}

	#pc-details {
		display: none;
	}

	#tablet-details {
		display: block;
		font-size: 16px;
		text-decoration: underline;
		margin-bottom: 5px;
		text-align: left;
		margin-left: 2%;

	}



	}
/* tablet */


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

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

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

	table {
		font-size: 12px;
	}

	#tablet-details {
		font-size: 14px;
	}

	}
/* smartphone */


	}


