.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;
	width: 100%;
	margin: 100px auto 30px;
	font-size: 16px;
	
}

#contents-mid img {
	max-width: 980px;
	max-height: 500px;
	width: 100%;
	height: 90%;}

#descriptions {
	text-align: left;
	margin-top: 0;
	padding-left: 1%;
	
}

#contents-bottom {
	padding-left: 1%;
	padding-right: 1%;
}

#contents-bottom-left {
	width: 75%;
	float: left;
	overflow: hidden;
	padding-top: 30px;

}

.appear {
	display: none;
}

.tab {
	overflow: hidden;
	border-bottom: 2px solid black;
	display: table;
	text-align: center;
    table-layout: fixed;
    width: 100%;
}

.tab li { 
	padding:5px 25px;
	cursor: pointer;
	display: table-cell;
    vertical-align: middle;
}

.tab li.select {
	background: black;
	color: white;
}

.hide {
	display: none;
}

#greeding {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.tab-index li {
	margin-top: 20px;
}

.tab-index h2 {
	width: 250px;
	background-color: ;
	color: orange;
	border: 2px solid orange;
	border-radius: 5px;
	margin-top: 20px;
	padding: 5px;
}

.tab-index dl {
	margin: 20px 0 20px 5%;
}

.tab-index dl dt {
	color: #8b0000;
	background-color: #e9dacb;
	border-radius: 5px;
	padding: 5px;
	width: 150px;
	text-align: center;
}

.tab-index dl dd {
	text-align: left;
	margin-top: 5px;
	margin-left: 5%;
}

.tab-index table {
	width: 100%;
	margin-top: 40px;

}

.tab-index .services tr td.title {
	background-color: #0075c2;
}

.tab-index .sozoku tr td.title {
	background-color: orange;
}

.tab-index tr td.title {
	color: white;
	border-radius: 5px;
	width: 30%;
	padding: 5px;

}

.title a {
	color: white;
	display: block;
}

.tab-index tr td.blank {
	width: 5%;
}

.tab-index tr td.explanation {
	text-align: left;
}

.tab-index tr td.mid-blank {
	height: 20px;
}

.tab-index .sozoku tr td.explanation {
	font-size: 14px;
}


.tab-index li p {
	text-align: left;
}

.tab-index tr td.title:hover {
	opacity: 0.5;
}



#contents-bottom-right {
	width: 20%;
    float: right;
    font-family: century;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 1%;
  
}


#contents-bottom-right li {
	margin-top: 10px;
	margin-left: auto;
	
}

#contents-bottom-right li:first-child a, #contents-bottom-right li:nth-child(2) a {
    display: block;
    color: black;
	width: 200px;
	height: 60px;
	border: 2px solid black;
	text-align: center;
	font-size: 16px;
	line-height: 60px;

}

#contents-bottom-right li:first-child a:hover, #contents-bottom-right li:nth-child(2) a:hover  {
	background-color: #dddddd;
	
}


#contents-bottom-right li:not(:first-child), #contents-bottom-right li:not(:nth-child(2)) {
	border-style:none;
	margin-top: 20px;

}


/* PC */
#top-description {
	display: none;

}


.tablet-services {
	display: none;
}




/* tablet */
@media all and (max-width: 768px) {

	#contents {
		margin-top: 70px;
	}

	#top-description {
		text-align: left;
		font-size: 14px;
		display: block;

	}



	#descriptions {
		display: none;
	}

	#contents-mid {
		margin-top: -20px;
		padding-bottom: 10px;
	}

	#top-description {
		margin-left: 2%;
		width: 97%;
	}

	#contents-bottom {
		border-top:1px solid #dddddd;
	}

	#contents-bottom-right, #greeding {
		display: none;

	}

	.disappear {
		display: none;
	}

	.appear {
		display: block;
	}

	#sozoku-tab {
		display: none;
	}

	.services {
		display: none;
	}

	


	.appear {
		text-align: center;

	}

	#contents-bottom-left{
		width: 100%;
		padding-top:10px;
		
	}


	.tab-index h2 {
		text-align: center;
		width: 200px;
		margin-left: 1%;
	}

	#contents-bottom-left li {
		font-size: 14px;
		text-align: left;

	}

	.tab-index li table.tablet-services {
		display: block;
		width: 100%;
		font-size: 16px;
		margin-top: -30px;
	}



	.tablet-services td  {
		padding-top: 15px;
		width: 50%;

	}

	.fill {
		border-bottom: 2px solid black;
		
	}


	.fill a {
		display: block;

	}

	.tab-index dl dd {
		margin-right: 10%;

	}



}

/* smartphone */ 
@media all and (max-width: 480px) {
	.tab-index li table.tablet-services {
		font-size: 14px;

		}

	.tab li {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.tab-index dl dd {
		font-size: 12px;
	}

}





