@charset "utf-8";




/* ****************************************************************************************************
   * schedule
**************************************************************************************************** */

ul.schedule,
ul.schedule li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.schedule {
	margin-top: 20px;
	text-align: justify;
	text-justify: distribute-all-lines;
} .ie7 ul.schedule { zoom:1; }

ul.schedule:after {
	content: '';
	width: 100%;
	display: inline-block;
	line-height: 0;
	visibility: hidden;
}

ul.schedule li {
	margin: 6px 0;
	font-size: 17px;
	text-align: center;
	vertical-align: top;
	display: inline-block;
} .ie7 ul.schedule li { display:inline; zoom:1; }

ul.schedule li a {
	width: 161px;
	height: 44px;
	padding-top: 56px;
	display: block;
	color: #444;
	text-decoration: none;
}

@media (max-width:736px) {
  ul.schedule {
    text-align: center;
  }
  ul.schedule li {
    font-size: 14px;
  }
  ul.schedule li a {
    width: 160px;
    height: 100px;
    background-size: contain !important;
    padding-top: 60px;
  }
}

ul.schedule li a[href]:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* ○ */
ul.schedule li.maru a {
	color: #060;
	background: url(../../_images/usr/bnr-maru.png) left top no-repeat;
}

/* △ */
ul.schedule li.sankaku a {
	color: #805103;
	background: url(../../_images/usr/bnr-sankaku.png) left top no-repeat;
}

/* × */
ul.schedule li.batsu a {
	background: url(../../_images/usr/bnr-batsu.png) left top no-repeat;
}

/* 休診 */
ul.schedule li.closed a {
	background: url(../../_images/usr/bnr-closed.png) left top no-repeat;
}
