@charset "UTF-8";
 @-ms-viewport {
width: device-width;
}
@font-face {
  font-family: "top-font";
  src: url("../font/rounded-mplus-1mn-medium.eot?") format('eot'),
       url("../font/rounded-mplus-1mn-medium.woff2") format('woff2'),
       url("../font/rounded-mplus-1mn-medium.woff") format('woff'),
       url("../font/rounded-mplus-1mn-medium.ttf")  format('truetype');
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	background-image: url(../img/back.jpg);
}
.container {
	width: 100%;
	max-width: 767px;
	margin: auto;
}
section h2 {
	padding: 10px;
	background-image: url(../img/h2-bg.png);
	color: rgba(29,120,119,1.00);
	margin-bottom: 10px;
}
article {
	background-color: rgba(255,255,255,0.75);
	padding: 15px;
	margin-bottom: 10px;
}
article h1 {
	color:rgba(1,74,195,1.00);
	padding-bottom:10px;
	border-bottom:1px solid rgba(1,74,195,1.00);
}
article ol {
	padding: 10px 10px 10px 20px;
}
article ol li {
	margin-bottom: 8px;
}
h2.day-care-h2 {
	background-image: none;
	padding: 10px 0;
	margin-bottom: 0;
	color: #2E2E2E;
}
h2.day-care-h2:before {
	color:rgba(6,78,138,1.00);
	content: '\f152';
	font-family: FontAwesome;
}
h2.day-care-h2 {
	/* color: rgba(2, 72, 152, 1); */
}
h3.day-care-h3 {
	color: #6D6D6D;
	border-bottom: 5px solid rgba(205,205,205,1.00);
	padding-top: 5px;
	/* padding-bottom: 5px; */
	margin-bottom: 10px;
}
.shiroyama_data {
	border: 1px solid rgba(5,75,223,1);
	padding: 10px;
margin: 10px;
	text-align: center;
}
.s-font {
	font-size:10px;
}
.sft {
	font-size:12px; 
}
.xsft {
	font-size:10px; 
}
.blue-font {
	color:rgba(0,49,130,1.00);
	font-weight:bolder;
	}

.赤14p {
	font-size: 100%;
	color: #F00;
	text-decoration: none;
	background-color: #FF6;
}
	
	/*---------- ここから医者テーブル css --------*/
.dr {
	background-color: rgba(255,255,255,0.79);
	width: 48%;
	float: left;
	margin: 0 1% 15px;
}
.dr caption {
	background-color: rgba(0, 153, 153, 1);
	text-align: center;
	color: #fff;
	letter-spacing: 1em;
	padding: 5px 0;
}
.dr .no {
	letter-spacing: normal;
}
.dr, .dr th, .dr td {
	/*border-collapse: collapse; */
	border: 1px solid #666;
}
.dr th {
	background-color: #dff4eb;
	color: #066;
}
.dr th, .dr td {
	padding: 5px;
}
/*---------- ここから医者テーブル2 css --------*/
.dr2 {
	background-color: rgba(255,255,255,0.79);
	width: 98%;
	float: none;
	margin: 0 1% 15px;
}
.dr2 caption {
	background-color: rgba(0, 153, 153, 1);
	text-align: center;
	color: #fff;
/*	letter-spacing: 1em;*/
	padding: 5px 0;
}
.dr2, .dr2 th, .dr2 td {
 /*border-collapse: collapse; */
	border: 1px solid #666;
	text-align: center;
}
.dr2 th {
	background-color: #dff4eb;
	color: #066;
}
.dr2 th, .dr2 td {
	padding: 5px;
}
/*.dr, .dr th, .dr td {
		border: 1px solid #666;
		text-align:  center;
	}
	.dr {
		background-color: rgba(255,255,255,0.80)
	;
		width:  48%;
		float:  left;
		margin: 0 1% 15px 1%;
	}
	.dr caption {
		background-color: rgba(0, 153, 153, 1);
		text-align:  center;
		color: #FFF;
		padding: 5px 0;
		letter-spacing: 1em;
	}
	.dr th, .dr td {
		padding: 5px 0;
;}
	.dr th {
		background-color: #7EDCDB;
		color: #066;
	}
*/				
	/*---------- ここまで医者テーブル css --------*/	

/*---------- ここからfooter --------*/
footer {
	margin-top:20px;
	padding-top:10px;
	background-color:#CECCCC;
	font-size:10px;
	text-align:center;
}
footer .sitecopy {
	background-color:#737272;
	width:100%;
	height:20px;
	margin-top:10px;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	}
	footer a{
	color: #4D4949;
}
footer a:hover{
	color: rgba(41, 63, 234, 0.9);
}
	/*---------- ここまでfooter ----------*/
	/*---------- page-top ----------*/
#page-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 50px;
}
#page-top a{
	text-decoration: none;
	color: rgba(23, 49, 250, 0.5);
	display: block;
}
#page-top a:hover{
	text-decoration: none;
	color: rgba(41, 63, 234, 0.9);
}
@media (max-width:767px) {
	body{
		font-size:0.875em;
	}
	header {
		background-color:#FFFFFF;
	}
	header h1{
		width:50%;
		float:left;
	}
	header .copy{
		width:50%;
		float:right;
	}
	/*---------- ここまでheader --------*/
	
	.sample_img {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.sample_img figure.rec-img {
		display: table-cell;
		padding: 5px;
	}
	.sample_img figure figcaption {
		font-size: 0.8em;
	}
    .menu-collapser {
        background-color:  #004ac3;
		font-family:"top-font";
    }
    .collapse-button {
        background-color: #3e60df;
    }
.collapse-button:hover,.collapse-button:focus {
	background-color: #001F52;
}
				ul.slimmenu li {
	background-color: #507BC2;
				}
				ul.slimmenu li a {
					color:#FFFFFF;
					text-decoration:none;
					padding: 8px 64px 8px 16px;
				}
				ul.slimmenu li a:hover {
					background-color: rgba(80,123,194,0.75);
				}
				ul.slimmenu li ul li {
					background-color:#7594C7;
				}
				ul.slimmenu li .sub-toggle > i {
					color: #FFF;
				}
	/*---------- ここまでメニュー --------*/
				
	/*---------- ここからtop page css --------*/
	.slide {
		width: 100%;
	}
	.top-box {
		width:48%;
		float:left;
		text-align:center;
		background-color:rgba(1,74,195,1.00);
		padding:15px 0 10px;
		margin: 0 1% 10px;
	}
	a:hover .top-box,
	a:focus .top-box {
		opacity: 0.8;
	}
	.top-box img {
		margin-bottom:5px;
	}
	.top-box h3 {
		font-family: "top-font";
		color: #FFF;
		font-size:1.1em;
	}
	section.info h2 {
		position: relative;
		font-family: 'Abhaya Libre', serif;
		background-image: none;
		background-color: #8bc800;
		color: #FFF;
		font-size: 1.6em;
		letter-spacing: 0.5px;
	}
	section.info h2:before {
		position: absolute;
		content: '';
		display: block;
		height: 3px;
		width: 100%;
		background-color: #FFF;
		bottom: 5px;
		left: 0;
	}
	section.info dt,dl {
		text-indent: 1em;
	}
				
	/*---------- ここまでtop page css --------*/
	

	/*---------- 医者の表 css --------*/
	.dr {
		width: 98%;
		float: none;
	}	
	.dr2 {
	font-size:10px; 
	}
	.dr2 th, .dr2 td {
	padding: 1px;
}
}
