@charset "UTF-8";


/*common style setting */

#general {
	background-color: #f7f7f7;
	font-size: 200%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

#wrapBx {
	width: 100%;
	margin: 0 auto;
}


/*footer style setting */

footer {
	padding: 25px 0 0 0;
	margin-top: 35px;
	background: url(../img/ft_topsdw.png) no-repeat top center;
	font-family: Muli, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
}
#whtBlt {
	background-color: #fff;
	padding: 25px 0;
	border-top: #eee 1px solid;
}
#ftBx {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#dhgNv {
	width: 90%;
	margin: 0 auto;
}
.spftlg {
	width: 272px;
		height: 250px;
}
#dhgNv img {
/*	width: 272px;
	height: 134px;*/
	width: 200px;
	/* height: 145px; */
	height:auto;
}

#dhgNv a {
	color: #4d4d4f;
	text-decoration: none;
}
#dhgNv a:hover {
	text-decoration: underline;
}
.dl li,
.dhg li {
	display: inline-block;
	margin:5px 0;
	padding: 4px 6px;
	
	line-height: 1;
	border-right: 1px solid #333;
}
.dl {
	margin-top: 1em;
	margin-bottom: 1.5em;
	font-size: 90%;
}
.dhg {
	font-size: 80%;
	line-height: 2em;
}
.sphide {
	display: none;
}


address {
	padding-top: 1.3em;
	width: 90%;
	margin: 2em auto;
	text-align: center;
	font-style: normal;
	font-size: 80%;
}
address p {
	line-height: 1em;
	color: #4d4d4f;
	margin-top: 1em;
}
address img {
	width: 40%;
	height: 40%;
}
