@charset "utf-8";

/* スライダー */
.p-mv{
	margin-top: 30px;
}
.p-mv-inner{
	position: relative;
	width: 950px;
	margin: 0 auto;
	height: 370px;
	overflow: hidden;
}
.p-mv-prev{
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -30.5px;
}
.p-col{
	color: #CC0000;
	font-weight: bold;
}


.p-mv-next{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -30.5px;
}




/* ページャー */
.p-mv-pager{
	text-align: center;
	width: 950px;
	margin: 0 auto;
	padding-bottom: 15px;
}

.p-mv-pager-list{
	display: inline-block;
	background: #325db9;
	padding: 10px;
}

.p-mv-pager-list li{
	width: 228px;
	height: 64px;
	float: left;
	position: relative;
}

.p-mv-pager-list li + li{
	margin-left: 5px;
}

.p-mv-pager-list a{
	width: 100%;
	height: 100%;
	padding-top: 7px;
	cursor: pointer;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.p-mv-pager-list .active{
	background: url(/images2/bg_mv.png) 0 0 no-repeat;
}

.p-mv-pager-list a:before{
	content: "";
	width: 224px;
	height: 55px;
/*	background: url(/images2/bg_pager_filter.png);*/
	margin: 0 auto;
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	z-index: 5;
	display: inline-block;
}

.p-mv-pager-list .active:before{
	background: none;
}

.p-mv-pager-list img{
	width: 224px;
	height: 55px;
}


/* 症状からさがす
---------------------------------------------------------------------------- */

.p-symptom-list li{
	float:left;
	width:179px;
}
.p-symptom-list li a{
	color:#343434;
}
/* 治療
---------------------------------------------------------------------------- */
.p-treatment-content{
	border-top: solid 2px #325db9;
	border-right: solid 2px #cecece;
	border-bottom: solid 2px #cecece;
	border-left: solid 2px #cecece;
	padding:30px 20px 20px;
}

.p-treatment-list li{
	float:left;
	width:auto;
}
.p-treatment-list li a{
	width:320px;
	border-bottom: dashed 1px #a7a7a7;
	display:block;
	color:#3a3a3a;
	padding-bottom:10px;
	margin-bottom:10px;

	
}
.p-treatment-list02 li{
	float:left;
	width:auto;
}
.p-treatment-list02 li a{
	width:200px;
	border-bottom: dashed 1px #a7a7a7;
	display:block;
	color:#3a3a3a;
	padding-bottom:10px;
	margin-bottom:10px;
}

.p-treatment-sh{
	background: url(/images2/bg_news.png) no-repeat left top;
	width:690px;
	height:21px;
	padding-top:3px;
	padding-left:30px;
	font-weight:bold;
	color:#325db9;
}
/* お知らせ
---------------------------------------------------------------------------- */
.p-tab li,
.p-tab02 li{
	float: left;
	width:250px;
	cursor: pointer;
	background: url(/images2/bg_tab_off.png) no-repeat;
	margin-right:10px;
}
.p-tab li span,
.p-tab02 li span {
	display: inline-block;
	padding: 8px 10px 10px 15px;
	height: 23px;
}
.p-tab li.select,
.p-tab02 li.select {
	color: #fff;
	background: url(/images2/bg_tab_on.png) no-repeat;
}
.p-news{
	margin-top:50px;
	position:relative;
}
.p-news-txt{
	position:absolute;
	top:10px;
	right:0;
	font-weight:bold;
}

.p-news-content {
	border-top: solid 2px #325db9;
	border-right: solid 2px #cecece;
	border-bottom: solid 2px #cecece;
	border-left: solid 2px #cecece;
	padding:30px 20px;
	
}
.p-news-sh{
	background: url(/images2/bg_news.png) no-repeat left top;
	width:690px;
	height:21px;
	padding-top:3px;
	padding-left:10px;
	font-weight:bold;
	color:#325db9;
}
.p-news-box{
	border-bottom:solid 1px #e3e3e3;
	font-weight:bold;
	position:relative;
	padding:15px 0;
}
.p-news-txt02{
	position:absolute;
	top:15px;
	left:0;
	font-weight:bold;
}
.p-news-txt03{
	padding-left:120px;
}
.p-news-txt03 a{
	text-decoration:underline;
}
.p-news-txt03 a:hover{
	text-decoration:none;
}
.p-news-txt04{
}
.p-news-txt04 a{
	text-decoration:underline;
}
.p-news-txt04 a:hover{
	text-decoration:none;
}
.p-sub-news{
	margin-bottom: 15px;
}
.p-sub-news dt{
	color: #CC0000;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: underline;
	cursor: pointer;
}
.p-sub-news dd{
	display: none;
}
.p-sub-news-table{
	width: 100%;
}
.p-sub-news-table th{
	width: 30%;
	text-align: left;
}

/* カレンダー */

.p-table{
	width:560px;
	margin:0 auto;
}

.p-table-txt{
	font-size:16px;
	font-weight:bold;
	margin-top:15px !important;
}

.p-table iframe {
	width:100% !important;
}

@media screen and (max-width: 767px) {
	.p-table{
	width:94%;
	margin:0 auto;
}
}