@charset "utf-8";
/* CSS Document */

/* pu-toyama.ac.jp/kusuri/
-----------------------------------------------------*/

/* ==============================================
    links
============================================== */
body.links {}


section ul {
	margin-left: 0px;
	margin-bottom: 80px;
	list-style: none;
}

section li {
	margin-bottom: 15px;
	margin-left: 25px;
	
}
section li a {
	color: #212121;
	text-decoration: none;
	display: block;
	padding: 5px 0;
	border-bottom: 1px dashed #ccc;
}
section li a:hover {
	text-decoration: none;
}
section li a::before {
	content: "";
	display: inline-block;
	background: url("image/arrow.png") no-repeat 0 0;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: middle;
	margin-left: -25px;
}



@media screen and (max-width: 700px) {

}

