body{
	background-color: #fffabd;
}

#outer{
	font-size: 80%;
	margin: 0 0 10px 0;
	color: #bc763c;
}

#sotowaku{
	width: 1000px;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	border: 2px solid #c0c0c0;
	line-height: 150%;
}

h1{
	text-align: center;
	margin-bottom: 50px;
}

h3{
	margin: 30px 0 10px 0;
}


.site-title {
color:#000000;
text-decoration:none;
}

.site-title:hover {
color:#000000;
background-color: #ffff00;
text-decoration:underline;
}

.contents{
	width: 570px;
	margin: 0px auto 0px auto;
	text-align: left;
}

.top{
	margin: 50px auto 50px auto;
	font-decoration: bold;
	font-size: 150%;
	line-height: 175%;
	text-align: center;
}

#footer{
	width: 1000px;
	margin: 30px auto 0px auto;
	text-align: right;
	font-size: 80%;
}

/*　↓↓↓　　トップページで使用　↓↓↓　*/
.language	{
	float: right;
	margin: 10px 10px 0 0;
}
/*　↑↑↑　　トップページで使用　↑↑↑　*/

/*　↓↓↓　　岐阜辞典　で使用　↓↓↓　*/
dt	{
	font-weight: bold;
	margin-top: 20px;
}
.term-initial	{
	text-align: center;
	margin-left: 30px;
	margin-top: 20px;
	font-weight: bold;
	font-size; 120%;
}
.loc	{
	margin-top: 10px;
	color: #006400;
}
/*　↑↑↑　　岐阜辞典　で使用　↑↑↑　*/


@media screen and (max-width: 768px) {
	img {
		max-width: 90%;
		height: auto;
	}
	#sotowaku{
		width: auto;		
	}
	.googlemap {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	} 
	.googlemap iframe,
	.googlemap object,
	.googlemap embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.contents{
		width: auto;
		margin: 0px 5px 0px 5px;
	} 
	#footer{
		width: auto;
	}
}