@charset "utf-8";
/* CSS Document */
@media(min-width:780px){
	.nonePC{display: none}
}
/*floatで親要素からはみ出るのを防ぐ*/
.clearfix::after{
	content: "";
	clear: both;
	display: block;
}
h2{
	margin:0 auto;
	display: inline-block;
	border-style: solid;
	border-radius: 10px;
	padding-right: 70px;
	padding-left: 70px;
	background-color: mediumseagreen;
	color: white;
	text-align: center;
}
h3{
	color:seagreen;
}

th,td {
	/*月‐土の診療表*/
	border: solid 1px;
	border-color: darkgoldenrod;
	background-color: lightgoldenrodyellow;
	color:maroon;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
table {
	/*月‐土の診療表*/
	border-width: 2px;
    border-collapse:  collapse;     /* セルの線を重ねる */
	margin: auto; 					/*表をセンターに配置*/
    }

.nonfloatleft{
	clear: both;
}
.boxEditarea{
	width:auto;
	min-width: 360px;	
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: white;
	border-style: solid;
	border-color: tan;
	border-width: 1px;
	position: relative;
	top: 60px;
	left: 0px;
	word-break: keep-all;
}
.boxEditarea img{
	max-width: 100%;
 	height: auto;
}
@media(max-width:780px){
	.boxEditarea{
		position: relative;
		top: 60px;
		left: 0;
	}
}
/*タイトルの前の緑の四角*/
.sikaku{
	color: green;
	font-size: x-large;
}
/*全体に適用*/
.container {
	background-color: white;
	width:100%;
	min-width: 360px;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

.topimg {
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}

.spmenu a{
	text-decoration: none;
	color: white;
}
/*H1要素　各ページの表題*/
.boxcenter{
	width: 100%;
	margin: 5px;
	padding: 5px;
	text-align: center;
}
/*PCの歯科医院についてコンテンツページの左側の各メニューの小さいボックス*/
.sidemenu{
	border-style: solid;
	border-color: green;
	border-width: 1px;
	background-color: olivedrab;
	text-align: center;
	margin: 5px;
	padding: 5px;
}
@media (max-width:780px){
	.asidemenu{
		padding: 5px;
		margin-left: 5px;
		margin-right: 5px;
	}
}
.sidemenu a{
	text-decoration: none;
	color:white;
	display: block;
}
/*インプラント、歯科医院について*/
.boxleft{      
	width: 250px;
	margin: 5px;
	padding: 5px;
	height: auto;
	border-style: solid;
	border-color:tan;
	border-width: 0.5px;
	float: left;
	box-sizing: border-box;
}
@media (max-width:780px){
	.boxleft{
		width: 100%;
		float: none;
	}
}
/*インプラント　歯科医院について*/
.boxright{
	height: auto;
	width: auto;
	margin: 5px;
	padding: 5px;
	margin-left: 280px;
  	padding-left: 10px;
	margin-top: 22px;
	padding-top: 0px;
  	box-sizing: border-box;
	border-style: solid;
	border-color: tan;
	border-width: 0.5px;
	word-break: break-all;
}
.boxright img{
	max-width: 100%;
	height: auto;
}
@media (max-width:780px){
	.boxright{
		width: auto;
		clear: left;
		margin-left: 5px;
	}
}
.small{
	font-size: 8px;
}
/*歯科医院に来られる方へ、の小さな説明ボックス*/
.kiji{
	text-align: center;
	width: 300px;
	height: 200px;
	margin: 5px;
	padding:5px;
	border-style: solid;
	border-radius: 5px;
	border-color: tan;
	float: left;
	word-break: break-all;
}
.kiji img{
	padding: 5px;
}
.topContents{   /*index.htmlの記事*/
	width: 100%;
	text-align: center;
	min-width: 250px;
	background-color: white;
	box-sizing: border-box;
}
.topContents img{
		max-width: 324px;
		width: 100%;
	}

.asideRight{
	padding-top: 50px;
	border-style: solid;
	border-color: tan;
	border-width: 1px;
	width:30%;
}

@media (max-width:780px){
	.asideRight{display: none}
}

.asideRight img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;	
}

.footer{	
	height:auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: saddlebrown;
	color:white;
	font-size: 16px;
	min-width: 250px;
	text-align: center;
	font-weight: lighter;
	letter-spacing: 2px;
	position: relative;
	top: 60px;
	left: 0px;
}
@media (max-width:780px){
	h1{
		font-size: 20px;
	}
	/*画面幅が狭い場合は、CSS改行を行う*/
	.br::before{
		content:"\A";
		white-space: pre;
	}
} 
@media(max-width:780px){
	.noneSP{display: none}
	.spcenter{
		text-align: center;
		}
}



