body {
	text-align : left;
	margin: 0;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #ffffff;
	padding:0 10px;
	width: 100%;
	font-size: 100%;
	line-height: 130%;

}

/* ======PC用のスタイルシートの設定 ====== */
@media only screen and (min-width:900px) {


div#container {
	width: 80%;
	max-width: 1050px;
	margin: 0 auto;
	box-sizing: boder-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	position: relative;
	overflow: hidden;
	color: #363636;
}

nav ul {
	width:100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: auto;

}


nav li {
	float: left;
	width: 145px;
	height: 30px;
	margin: 0px;
	padding: 0px
}

nav li img {
	width: 100%;
	height: auto;

}



ul#menu1{
   margin:0;
   padding:0;
}

ul#menu1 li {
   float:left;
   list-style:none;
}




article {
	background: url(../img/top_bg.jpg) left top no-repeat;
	margin: 0 auto;
	padding: 0px;
	
}

section {
	margin: 50px;
	padding: 0 50px 0 150px;
	width: 70%;
}



p{
	padding: 0 0 0 50px;
}



}
/* ======PC用の設定ここまで ====== */


/* ======タブレット用のスタイルシートの設定 ====== */
@media only screen and (min-width:600px) 
and (max-width:899px) {


div#container {
	width: 90%;
	margin: 0 auto;
	box-sizing: boder-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	position: relative;
	overflow: hidden;
	color: #363636;


}


nav ul {
	width:100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: auto;

}


nav li {
	float: left;
	width: 106px;
	height: 25px;
	margin: 0px;
	padding: 0px
}

nav li img {
	width: 100%;
	height: auto;

}


article{
	margin: 0 auto;

	
}

section{
	margin: 0px;
	padding: 0 0px 0 13px;
	width: 95%;
}


}
/* ======タブレット用の設定ここまで ====== */


/* ======スマホ用のスタイルシートの設定 ====== */
@media only screen and (max-width:599px) {


div#container {
	width: 90%;
	margin: 0 auto;
	box-sizing: boder-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	position: relative;
	overflow: hidden;
	color: #363636;


}


nav ul {
	width:100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: auto;

}


nav li {
	float: left;
	width: 90px;
	height: 18px;
	margin: 0px;
	padding: 0px
}

nav li img {
	width: 100%;
	height: auto;

}



article{
	margin: 0 auto;

	
}

section{
	margin: 0px;
	padding: 0 0px 0 13px;
	width: 95%;
}



}
/* ======スマホ用の設定ここまで ====== */





header {
	position: static;
	margin: 0;
	padding: 0;
	width: 95%;
}


header img {
	width: 100%;
	height: auto;
}



div#top_line {
	background-color: #ffffff;
	width: 100%;
}

h1 {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 5px;
}


h1#top {
	padding: 1px;
	margin: 3px 0 0 0;
	font-size: 70%;
}

nav {
	position: static;
	margin:0 auto;
	padding: 0;
	width: 100%;
	height: 100px;
}


img {
	border: 0px;
}





div.right {
	width: 100%;
	text-align: right;
}





h1.about{
	width: 129px;
	height: 46px;
	padding: 0;
	margin: 0;
	font-size: 130%;
}

h1.TT{
	width: 129px;
	height: 46px;
	padding: 0;
	margin: 0;
	font-size: 130%;
}

table {
	border-collapse: collapse;
	margin-left: 50px; 
}

table, th, td {
	border: 1px #000000 solid;
	text-align: center;
}

td.dofw {
	width: 2em;

}

td.timein {
	width:13em;
}

.bold {
	font-weight:bold;
}


.red {
	font-color:#ff0000;
}


footer {
	color: #888888;
	padding: 3px 0 3px 0;
	margin: 25px 0 0 0;
	padding-bottom: 8px;
	clear: both;
	border-top: solid 1px #aaaaaa;
}

small	{font-size: 0.75em;
	font-style: normal;
	text-align: left;
	display: block}

small::before	{content: 'Clinic PROP';
	display: block;
	width: 200px;
	padding: 10px 0;
	background-color: #880000;
	color: #ffffff;
	font-family: 'Righteous', cursive;
	font-size: 16px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg) translate(62px, 20px);
	-moz-transform: rotate(-45deg) translate(62px, 20px);
	-o-transform: rotate(-45deg) translate(62px, 20px);
	-ms-transform: rotate(-45deg) translate(62px, 20px)}

/* 画像の配置 */
figure	{margin: 0}

