@charset "utf-8";

/*----------------------------- 
共用
-----------------------------*/
#content .item
{
	width: 670px;
	font-size: 95%;
	padding: 15px 0 25px 35px;
	font-family: Meiryo,"メイリオ","MS P Gothic","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
}

/*----------------------------- 
受付時間・休診日
-----------------------------*/
#content .time img
{
	margin: 28px 0 0 18px;
}

#content .time p
{
	width: 374px;
	margin: 28px 0 10px 54px;
	float: left;
}

#content .time p span
{
	display: block;
	font-size: 120%;
}

#content .time a
{
	width: 186px;
	height: 67px;
	margin: 28px 0 0 0;
	overflow: hidden;
	float: left;
	display: block;
}

#content .time a img
{
	margin: 0;
}

/*----------------------------- 
予約について
-----------------------------*/
#content .item img.yoyaku
{
	margin: 40px 0 0 48px;
}

/*----------------------------- 
交通アクセス
-----------------------------*/
#content .access
{
	width: 309px;
	float: left;
	display: inline;
	margin: 35px 0 0 18px;
	line-height: 1.5;
}

#content .access h4
{
	font-weight: normal;
	line-height: 1.4;
	font-size: 110%;
	padding: 0 0 0 7px;
	margin: 0;
	border-left: solid 7px #f1b0b0;
	font-family: Meiryo,"メイリオ","MS P Gothic","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
}

#content .access ul
{
	font-size: 75%;
	list-style: none;
	font-weight: bold;
	color: #282727;
	margin: 13px 0 0 18px;
}

#content .access ul li ul
{
	font-size: 100%;
	list-style: none;
	font-weight: normal;
	margin: 0 0 20px 0;
}

#content .map
{
	width: 377px;
	float: left;
	display: inline;
	margin: 35px 0 0 0;
	text-align: right;
	font-size: 75%;
}

#content .map iframe
{
	margin: 0 0 10px 0;
}

#content .map a
{
	color: #282727;
}

#content .map a img
{
	vertical-align: text-bottom;
}

/*----------------------------- 
お知らせ
-----------------------------*/
#content dl
{
	width: 683px;
	margin: 20px 0 0 19px;
	padding: 0 0 60px 0;
	position: relative;
	font-size: 85%;
	color: #272727;
	font-family: Meiryo,"メイリオ","MS P Gothic","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
}

#content dl dt
{
	width: 113px;
	padding: 12px 498px 10px 72px;
	margin: 0 0 13px 0;
	background-image: url(../images/information/news_top01.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
}

#content dl dt.new
{
	background-image: url(../images/information/news_top02.gif);
}

#content dl dt.nonew
{
	background-image: url(../images/information/news_top03.gif);
}

#content dl dd
{
	padding: 12px 10px 10px 170px;
	margin: 0 0 13px 0;
	background-color: #ffffff;
	background-image: url(../images/information/news_bottom01.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content dl dd p
{
	position: relative;
	z-index: 1;
}

#content dl dd p a
{
	color: #272727;
}


/*----------------------------- 
ページ送り
-----------------------------*/

ul.pageNav01{
	margin: 0 0 0px;
	padding: 12px;
	text-align: center;
}

ul.pageNav01 li {
	display: inline;
	margin: 0 1px;
	padding: 0;
}

ul.pageNav01 li span,
ul.ppageNav01 li a {
	display: inline-block;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-decoration: none;
}

ul.pageNav01 li a:hover {
	background: #efefef;