@charset "UTF-8";
/* CSS Document */

#photo01 ul {
	margin-top: 20px;
}

#photo01 li {
	float: left;
}

#photo01 li + li {
	margin-left: 20px;
}

#doctor h3:before {

    width: 1.1em;
    height: 1.1em;
    background: #9dcdff;
    content: "";
    top: 3px;
    left: -4px;
    margin-left: 5px;
    position: relative;
    display: inline-block;

}

#doctor h3 {
    position: relative;
    display: block;
    font-size:17px;
}


#titlebanner {
    width: 960px;
    height: 200px;
    margin-top: 34px;
    margin-bottom: 40px;
    position: relative;
}

#tantouilist {
	margin-top: 50px;
}

/********************************/

.border-dashed-4 {
  padding: 20px;
  border: 1px solid #ccc;
  border-top: 3px solid #1973E1;
  background-image:url("../images/img_background.png");
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
  background-size: cover;
  background-repeat: no-repeat;
  
  box-shadow: 4px 4px 8px #ddd;
}

#midashi::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 10px;
  height: 30px;
  background-color: #1973E1;
}

#midashi {
font-weight: bold;
position: relative;
padding: 0 0 5px 20px;
border-bottom: 1px solid black;
width: 550px;
display: block;

}

.ul-deco li {
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  padding-left: 1.8em;
  text-indent: -1.7em;
}

/********************************/


/********************************/

.border-dashed-5 {
  padding: 20px;
  border: 1px solid #ccc;
  border-top: 3px solid #008000;
  background-image:url("../images/img_background2.jpg");
  background-color:rgba(255,255,255,0.9);
  background-blend-mode:lighten;
  background-size: cover;
  background-repeat: no-repeat;
  
  box-shadow: 4px 4px 8px #ddd;
}

#midashi2::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 10px;
  height: 30px;
  background-color: #008000;
}

#midashi2 {
font-weight: bold;
position: relative;
padding: 0 0 5px 20px;
border-bottom: 1px solid black;
width: 550px;
display: block;

}

.ul-deco2 li {
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  padding-left: 1.8em;
  text-indent: -1.3em;
}

/********************************/

#diagnosis {
	margin-top: 50px;
}

#diagnosis ul li:before {
	content: '';
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: #1973E1;
	position: relative;
	left: 1px;
	top: 1px;
}

#diagnosis ul li span {
	padding-left: 5px;
}

#device {
	width: 580px;
	height: auto;
	font-size: 13px;
	line-height: 1.7;
	padding: 20px 20px 20px 20px;
	background-color: #F4F0EB;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 46px;
}

#device .subtitle {
	font-size: 15px;
	line-height: 2;
	color: #1973E1;
	margin-left: 6px;
}

#devicephoto ul {
	margin-top: 2px;
}

#devicephoto li {
	float: left;
}

#devicephoto li + li {
	margin-left: 5px;
}

#device #box {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 16px;
}

#box1 ul li:before,
#box2 ul li:before {
	content: '';
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: #1973E1;
	position: relative;
	left: 1px;
	top: 1px;
}

#box1 ul li span,
#box2 ul li span {
	padding-left: 5px;
}

#box2 {
	position: absolute;
	top: 0;
	right: 60px;
}

#doctor h2 {
	font-size: 22px;
	color: #1973E1;
}

#doctor h2 span {
	font-size: 14px;
}

#doctor p {
	margin-bottom: 16px;
}