#contents {
	height: 1440px;
	width: 960px;
}

h3 {
	font-family: 'Droid Serif', serif;
	font-size: 32px;
	letter-spacing: 0.1em;
	font-weight: 700;
	background-image: url(../pics/h3.png);
	background-repeat: no-repeat;
	line-height: 1.1em;
	padding-left: 43px;
	color: #46210C;
	padding-top: 2px;
	padding-bottom: 10px;
	text-shadow: 1px 1px 1px #CCCCCC;
	margin-left: -1px;
}

#m_right {
	float: right;
	width: 435px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#menu dl {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 50px;
	margin-top: -2px;
}

#menu dt {
	width: 285px;
	float: left;
}

#menu dd {
	width: 150px;
	float: left;
	text-align: right;
}

#m_left {
	width: 460px;
	float: left;
	margin-top: 10px;
}

#menu dt,
dd {
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: solid 1px #C5BAB0;
}

.title {
	font-size: 30px;
	font-family: 'Droid Serif', serif;
	font-weight: 500;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	width: 425px;
}

.ts_font {
	font-size: 14px;
	margin-left: 7px;
	font-weight: bold;
}

#contents .guarantee {
	clear: both;
	padding-top: 40px;
	background-repeat: no-repeat;
	padding-left: 27px;
	line-height: 1.3em;
	background-image: url(../pics/menu_waku.png);
}

#contents .guarantee h4 {
	font-size: 30px;
	color: #990000;
	padding-bottom: 12px;
	padding-left: 1px;
	padding-top: 21px;
	font-family: 'Droid Serif', serif;
	font-size: 32px;
	letter-spacing: 0.1em;
	font-weight: 500;
}


.guarantee ul {
	margin-top: 62px;
	margin-left: -23px;
	line-height: 1em;
}

.guarantee p {
	line-height: 1.5em;
}

.guarantee dl {
	clear: both;

}

.guarantee dl dt {
	width: 140px;
	border: none;
	float: left;
}

.guarantee dl dd {
	width: 770px;
	border: none;
	float: left;
	padding: 0;


}

.syousai {
	font-size: 14px;
	line-height: 1.4em;
	padding-top: 10px;
	padding-bottom: 8px;
}

#menu #m_right .other .title {
	margin-top: 0px;
	margin-bottom: 5px;
}

.sy_font {
	font-size: 14px;
	margin-left: 15px;
	color: #785B34;
}

#menu a {

	font-size: 14px;
	margin-left: 15px;
	color: #785B34;
}

#menu a:hover {

	color: #B8494D;
}

#menu #m_right a img {
	margin-top: 125px;
	margin-left: 11px;
}

#cam_menu {
	background-image: url(../pics/menu_cam.png);
	background-repeat: no-repeat;
	width: 460px;
	margin-top: -25px;
	margin-left: -12px;
	margin-bottom: 0px;
	height: 200px;
}

#m_right .tr_sub {
	margin-top: -45px;
	font-size: 85%;
	margin-bottom: 40px;
}

@media screen and (max-width:480px) {
	h3 {
		width: 100%;
		font-size: 1.75rem;
		padding: 3px 0 0 45px;
		margin: 0 0 30px 0;
	}

	#m_left {
		width: 100%;
	}

	.title {
		width: 100%;
	}

	#menu dl {
		width: 100%;
	}

	#menu dt {
		width: calc(100% - 100px);
		clear: both;
		float: left;
	}

	#menu dd {
		float: right;
		width: 100px;
	}

	#menu a {
		font-size: 0.75rem;
	}

	#m_right {
		width: 100%;
		float: none;
		margin: 0;
	}

	.sp_small {
		font-size: 90%;
	}

	.s_font {
		font-size: 70%;
	}

	#contents .guarantee {
		padding: 25px;
		background: #ffffff;
		box-shadow: 0 0 2px 2px rgb(238, 231, 225);
	}

	.guarantee dl {
		margin-bottom: 15px;
		line-height: 1.5;
	}

	.guarantee dl dt {
		float: none;
		width: 100%;
		margin-bottom: 4px;
	}

	.guarantee dl dt:before {
		display: inline-block;
		content: "";
		width: 8px;
		height: 8px;
		border-radius: 8px;
		background: #503A27;
		margin-right: 5px;
		vertical-align: 2px;
	}

	.guarantee dl dd {
		float: none;
		width: 100%;
	}

	.guarantee ul {
		margin-top: 0;
		margin-left: 0;
		line-height: 1.5;
	}
}