@charset "UTF-8";
.container {
	background-color: #FFFFFF;/*#FFFFFF*/
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.footer2 {
	background-color:#FFFFFF;
	margin-top: 10px;
	margin-bottom: 15px;
}
#section h3{
	text-indent: 2em;
}

#section p,strong{
	margin:0 3em;
	width:87%;
}

#section{
	background-image: url("town.png");
	background-repeat: repeat-x;
	background-position: right bottom;
	position: relative;
}
#section h2 a{
	color: #1580E5;
}
#section h2{
	margin-top: 40px;
	margin-left: 75px;
	margin-bottom: 0px;
}
.doctor{
	width:55px;
	margin-left: 8px;
	margin-top: -20px;
	position: absolute;
}
.tkr{
	float: left;
	margin: 2px 30px;
	width:150px;
	border-radius: 15px;
}
.tkr2{
	float: left;
	margin: 2px 30px;
	height:130px;
	border-radius: 15px;
}
.msg:after{
	clear: both;
	content: "";
	display: block;
}
.name{
	text-indent: 2em;
	width:160px;
	margin-left: 20px;
	padding: 0.5em 15px;/*上下の余白*/
    border-top: dotted 1px gray;/*上線*/
    border-bottom: dotted 1px gray;/*下線*/
	background: #fffff4;
}
.name2{
	text-indent: 1em;
	width:160px;
	margin-left: 20px;
	padding: 0.5em 15px 0.5em 0px;/*上下の余白*/
    border-top: dotted 1px gray;/*上線*/
    border-bottom: dotted 1px gray;/*下線*/
	background: #fffff4;
}
.workrecord span{
	color: #27CD37;
}
.club span{
	color: #EDAE46;
}

@media (max-width: 768px) {
#section h2{
	margin-top: 40px;
	padding-top:25px;
	margin-left: 55px;
}
.doctor{
	width:38px;
	margin-left: 8px;
	margin-top: 18px;
	position: absolute;
}
}
@media (max-width: 450px) {
#section{
    font-size:small;
}
#section p,strong{
	margin:0 2em;
}
}
