@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
/*--------------------------------------------------------------------------メインイメージ*/
#breadcrumb { display:none;}

#mimg {
	position: relative;
	width: 100%;
	height: 150px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
#mimg .txtBox {
	width: 320px;
	height: auto;
	margin: 0 auto;
	z-index: 1000;
}
#mimg .p1 {
	position: relative;
	width: 320px;
	height: auto;
	font-size: 21px;
	line-height: 22px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #fff;
    text-align: left;
	float: left;
	margin-top: 55px;
}
#mimg .p2 {
	position: relative;
	width: 320px;
	height: auto;
	margin: 0 auto;
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 0px;
	font-weight: 500;
	color: #fff;
    text-align: left;
	float: left;
	margin-top: 7px;
}


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 15px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#Menu {
	width: 320px;
	height: auto;
	padding: 10px 0 10px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	float: left;
}
#Menu.f {
	width: 320px;
	height: auto;
	border-top: 0px solid #fff;
	border-bottom: 1px solid #CCC;
	float: left;
}
#Menu:hover .ttl {
	margin-left: 0px;
	color: #239178;
}
#Menu .ttl{
	width: 270px;
	height: auto;
	padding-bottom: 5px;
	padding-left: 30px;
	float: left;
	background-image: url(../web/ambulatory/ac01.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	letter-spacing: 0px;
	color: #000;
	font-family: 'Zen Maru Gothic', sans-serif;
	margin-top: 0px;
	margin-left: 10px;
	transition: 0.4s;
	border-bottom: 1px dotted #ddd;
}
#Menu .txt{
	width: 300px;
	height: auto;
	float: left;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	color: #000;
	margin-top: 10px;
	margin-left: 10px;
}


}
