@charset "utf-8";
/* CSS Document */

/* pu-toyama.ac.jp/kusuri/
-----------------------------------------------------*/

/* ==============================================
    contact
============================================== */
body.contact {}

#contact p {
	text-align: center;
	line-height: 1.6;
	margin-bottom: 30px;
}

.contact_block {
	border: 1px solid #212121;
	padding: 30px;
	margin: 0 50px;
}
.contact_block dt {
	margin-bottom: 30px;
	line-height: 1.4;
}
.contact_block dd {
	margin-top: 20px;
}
.contact_block dd span {
	font-weight: bold;
	font-size: 1.625em;
}

@media screen and (max-width: 700px) {
	#contact p {
		text-align: left;
	}
	.contact_block {
		padding: 20px 10px;
		margin: 0 auto;
	}
	.contact_block dd span {
	font-weight: bold;
	font-size: 1.286em;
}
}




#access p {
	text-align: center;
	line-height: 1.6;
	margin-bottom: 30px;
}
.access_time {
	padding-top: 30px !important;
	padding-bottom: 10px !important;
}
.access_time dl {
	margin-bottom: 30px;
}

.access_time dt {
	float: left;
	clear: left;
}
.access_time dd {
	margin-left: 210px;
	margin-bottom: 10px;
}


.access_time dd span {
	display: inline-block;
	width: 6.5em;
}
.access_time ul {
	list-style: none;
}
.access_time li {
	margin-bottom: 30px;
}

.googlemap {
	width: 1200px;
	margin: 0 auto;
}
.googlemap iframe {
	width: 100%;
}


@media screen and (max-width: 700px) {
	#access p {
		text-align: left;
	}
	.access_time dt {
		float: none;
		margin-bottom: 10px;
	}
	.access_time dd {
		margin-left: 20px;
		margin-bottom: 10px;
	}
	.access_time dd span {
			display: block;
	margin-bottom: 5px;
	}
	.access_time li em {
		display: none;
	}
	.access_time li span {
		display: block;
		margin: 10px 0 0 20px;
	}
	.googlemap {
	width: 100%;
}
	.googlemap iframe {
		height: 260px;
	}
}

