.superheader-yy h1{
	font-size: 1.0em;
	line-height: 1;
}

.superheader-yy p{
	font-size: 1em;
	line-height: 1;
}

.header-yy{
	background-color: #99CCFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-bottom-color: #000066;
	background-color: #99CCFF;
}


.header-yy p{
	line-height: 1.3;
}

.header-yy a:link {
	color: #0000FF;
}
.header-yy a:visited {
	color: #0000FF;
}
.header-yy a:hover {
	color: #FF6600;
}
.header-yy a:active {
}

/*ヘッダーの電話番号*/
.headertel-yy a{
	color: #000000;
	text-decoration: none ;
	font-weight: bold;

}

/*電話番号*/
a.tel-yy {
	color: #000000;
	text-decoration: none ;
	font-weight: bold;
}

.headertel-yy a:link {
	color: #000000;
}
.headertel-yy a:visited {
	color: #000000;
}
.headertel-yy a:hover {
	color: #FF6600;
}
.headertel-yy a:active {
}


/*PC用サイドナビ*/

.sidenav-yy a{
	text-decoration: none;
	padding-top: 0.7em;
	padding-right: 10px;
	padding-bottom: 0.7em;
	padding-left: 10px;
	position: relative;
	background-color: #99CCFF;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b1d8ff;
	border-right-color: #688bae;
	border-bottom-color: #688bae;
	border-left-color: #b1d8ff;
	display: block;
	font-weight: bold;
}

.sidenav-yy a.pink{
	background-color: #FF99B7;
	border-top-color: #FFB2CA;
	border-right-color: #AD687C;
	border-bottom-color: #AD687C;
	border-left-color: #FFB2CA;
}


.sidenav-yy a:link {
	color: #000000;
}
.sidenav-yy a:visited {
	color: #000000;
}
.sidenav-yy a:hover {
	color: #FFFFFF;
	background-color: #FF9900;
}


/*スマホ用topナビ*/

.topnav-yy a{
	background-color:  #99CCFF;
	color: #000;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b1d8ff;
	border-right-color: #688bae;
	border-bottom-color: #688bae;
	border-left-color: #b1d8ff;
	display: block;
	font-weight: bold;
}

.topnav-yy a.pink{
	background-color: #FF99B7;
	border-top-color: #FFB2CA;
	border-right-color: #AD687C;
	border-bottom-color: #AD687C;
	border-left-color: #FFB2CA;
}


.topnav-yy a:link {
	color: #000000;
}
.topnav-yy a:visited {
	color: #000000;
}
.topnav-yy a:hover {
	color: #FFFFFF;
	background-color: #FF9900;
}

.topnav-yy a:active {
	color: #FFFFFF;
	background-color: #FF9900;
}

/*パンくずリスト*/
.path-yy{
	background-color: #99CCFF;
	padding-top: 0.5em;
	padding-bottom: 1px;
	padding-left: 1em;
}

.path-yy ol {
  padding-left:0;
  margin-left:0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.path-yy li{
  display:inline;/*横に並ぶように*/
  list-style: none;
font-weight: bold;/*太字*/
}

.path-yy li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.path-yy li:last-child:after{
  content: '';
}

.path-yy li a {
    text-decoration: none;
    color: #0000FF;/*色*/
}

.path-yy li a:visited {
	color: #0000FF;
}

.path-yy li a:hover {
    text-decoration: underline;
}




p.ptype02 {
	font-size: 1.1em;

}

/*h2 line-height　と　h2:before　heightを同じにする*/
.content-yy h2 {
	position: relative;
	font-size: 1.6em;
	margin-top:0.5em;
	font-weight: bold;
	line-height: 1.1em;
	padding: 0.5em 0;/*上下の余白*/
	border-top: solid 3px #364e96;/*上線*/
	border-bottom: solid 3px #364e96;/*下線*/

}


@media(min-width:768px){
	.content-yy h2{
		padding-left: 20px;
	}
	.content-yy h2:before{
	position:absolute;	
	left:0;
	content:"";
	display:inline-block;
	width:1em;
	height:1.1em;
	background:url(../images/mark001.gif) no-repeat;
	background-size:contain;
		
	}

}

.content-yy h3 {
	font-size: 1.5em;
	padding: 0.5em;/*文字周りの余白*/
	color: #010101;/*文字色*/
	background: #99CCFF;/*背景色*/
	border-bottom: solid 3px #4072B3;/*下線*/



}



.content-yy h4 {
	font-size: 1.4em;
	padding: 0.4em 0.4em;/*文字の上下 左右の余白*/
	color: #494949;/*文字色*/
	background: #f4f4f4;/*背景色*/
	border-left: solid 5px #7db4e6;/*左線*/
	border-bottom: solid 3px #d7d7d7;/*下線*/
}

.content-yy h5 {

	background-color: #99CCFF;
	padding: 0.5em;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
	border-radius: 0.5em;
}



.content-yy p {

	padding-left: 0.5em;
	padding-bottom: 0.1em;	
	margin-bottom: 0.5em;
}





/*リストマーク*/
ul.mark01 {
margin-top: 1em;
  background: #fffcf4;
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 0.5em 0.5em 0.5em 2em;
}

ul.mark01 li {


  line-height: 1.5;
  padding: 0.5em 0;

}

.content-yy ol {
	margin-top: 1em;
  background: #fffcf4;
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 0.5em 0.5em 0.5em 2em;
}

.content-yy ol li{
	  line-height: 1.5;
  padding: 0.5em 0;

}

.box30mokuji ol {
	margin-top: 0em;
  background: #f1f1f1;
  border-radius :0px;/*角の丸み*/
  box-shadow :0px 0px 0px silver;/*5px=影の広がり具合*/
  padding: 0.2em 0.5em 0.2em 2em;
  	counter-reset: hl_count;
	list-style: none;
}

.box30mokuji ol li{
	  line-height: 1.5;
  padding: 0.2em 0;
  	counter-increment: hl_count;

}

.box30mokuji li:before{
	content: counters(hl_count, "-") ".";
	text-align: center;
	margin-right: 0em;
	padding: .1em .5em;
}




/*診療時間テーブル*/


.table-sinryo {
	font-size: 16px;
	width: 98%;
	border-bottom: none;
}



.table-sinryo td {
	padding: 5px;
	border: none;
	border-bottom: 1px solid #b8daff;
	border-right: 1px solid #b8daff;
}

.table-sinryo th{
	padding: 5px;
	border: none;
	border-bottom: 1px solid #b8daff;

	border-left: 1px solid #fff;
	background-color: #b8daff;
	text-align: center;
	white-space: nowrap;
}
.table-sinryo th {

}
.table-sinryo td {
	text-align: center;
	background-color: #fff;
}

.table-sinryo table{
	border:  1px solid #b8daff

}

th.uleft-yy{
	border-left:  1px solid #b8daff
}



.content-yy table{
	border-spacing: 0;
	border-collapse: collapse;

}


.footer-yy p{
	text-align: center;
	line-height: 1.2;
	font-size: 1.1em;	
}




/*フッターリンク*/

.footerlink-yy {
	margin-top: 10px;
	margin-right: 10px;
	line-height: 1.4;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footerlink-yy a {
	text-decoration: none;
}

.footerlink-yy a:link {
	color: #0000FF;
}
.footerlink-yy a:visited {
	color: #0000FF;
}
.footerlink-yy a:hover {
	color: #FF6600;
}
.footerlink-yy a:active {
}

.footerlink-yy span {
	margin-right: 5px;
	margin-left: 5px;
}
.footerlink-yy ul {
	margin: 0px;
	padding: 0px;
}
.footerlink-yy li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.footerlink-yy li a {
	padding-right: 0.3em;
	padding-left: 0.3em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}







/*お知らせ*/
.news-yy li a{
	display: block;
	padding: 5px;
	border-bottom: dotted 2px #dddddd;
}


/*院長の紹介*/

.doctorintro table {
	margin-left: 33px;
	margin-top: 20px;
}


#content .doctorintro td {
	vertical-align: top;
}

.doctorintro p {
	margin: 0px;
	padding-left: 1em;
	font-size: 1.2em;
}

.doctorintro p.drname {
	font-size: 1.6em;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
}
span.drname {
	font-size: 0.7em;
}


/*診療理念*/

dl.philosophy {

}
dl.philosophy dt {
	margin-bottom: 0.2em;
	font-size: 1.6em;
	background-image: url(../images/button001.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	vertical-align: middle;
	background-position: left center;
	margin-top: 1em;
}

dl.philosophy dd {
	margin-bottom: 0.5em;
	font-size: 1.2em;
	line-height: 1.5;
}
dl.philosophy dd p {
	margin-left: 20px;
}


dl.philosophy dl dt {
	margin-bottom: 0em;
	font-size: 1.1em;
	vertical-align: middle;
	background-position: left center;
	margin-top: 0.5em;
	background-image: none;
	padding-left: 0px;
	margin-left: 30px;
	font-weight: bold;
}

dl.philosophy dl dd {
	margin-left: 1em;
	margin-bottom: 0.5em;
	font-size: 1em;
	line-height: 1.5;
}



dl.mark51 dt {
	background-image: url(../images/buttun002.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	vertical-align: middle;
	font-weight: normal;
}
dl.mark51 dd p {
	padding-left: 20px;
}

dl.mark52 {
	margin-top: 1em;
  	background: #fffcf4;
  	border-radius :8px;/*角の丸み*/
  	box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  	padding: 0.5em 0.5em 0.5em 2em;
}

/*地図*/
#map{
	width: 100%;
	height: 800px;
	background-color: grey;
}


#map400 {
	width: 100%;
	height: 400px;
	background-color: grey;

}



/*テーブル*/

.tabstan01 {

	margin-top: 0.1em;
	margin-bottom: 1em;
}

.tabstan01 table{
	border-collapse:collapse;
	border-spacing:0;
}

.tabstan01 table caption{

	caption-side: top;
}


.tabstan01 th {
	padding: 5px;
	background-color: #99CCFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a7d3ff;
	border-right-color: #7fa9d3;
	border-bottom-color: #7fa9d3;
	border-left-color: #a7d3ff;

	text-align: center;
	
}

.tabstan01 td {
	text-align: center;
	padding: 5px;
	background-color: #ecead8;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eeeeee;
	border-right-color: #aca899;
	border-bottom-color: #aca899;
	border-left-color: #eeeeee;
}

.tabstan01 a:link {
	color: #0000FF;
}
.tabstan01 a:visited {
	color: #0000FF;
}

.tabstan01  a:hover {
	color: #FF6600;
}

.tabstan01 td.nowrap{

	white-space: nowrap;
}

.tabstan01 th.nowrap{

	white-space: nowrap;
}

/*ＦＡＱ用のスタイル*/

ul.faq {
	margin-top: 0px;
	margin-right: 0px;
}
li.q {
	list-style-type: none;
	vertical-align: middle;
	line-height: 1.8;
	background-image: url(../images/Q1.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 30px;
}
dl.faq {
	margin-left: 0px;
}

dt.q {
	background-image: url(../images/Q1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	line-height: 1.5;
	margin-bottom:	0.5em;
}
dd.ans {
	line-height: 1.5;
	padding-left: 30px;
	background-image: url(../images/A1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 1em;

}
dd.ans p {
	margin: 0px;
	padding: 0px;
}
dd.ans ul.mark01 {
	margin-left: 0px;
}
dd.ans ol {
	margin-left: 0px;
	
}

/*ボックスデザイン*/

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1.2;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0;
	margin-top:0.5em;
	padding: 0;
}

.box30 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #5fc2f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}

.box30mokuji {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30mokuji .box-title {
    font-size: 1.2em;
    background: #5fc2f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30mokuji p {
    padding: 15px 20px;
    margin: 0;
}

/*署名*/
.sign{
	text-align:right
}