#single_pet{
	display: block;
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}

.pageTitle{
	font-size: 1.5rem;
}

.main img{
	display: block;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#single_pet h2,#single_pet h3,#single_pet h4,#single_pet h5{
	position: relative;
	padding: 0.6em;
	background: #e0edff;
	margin-bottom: 1rem;
}
#single_pet h2:after,#single_pet h3:after,#single_pet h4:after,#single_pet h5:after{
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}


h6 {
	position: relative;
	background: #dfefff;
	box-shadow: 0px 0px 0px 5px #dfefff;
	border: dashed 2px white;
	padding: 0.2em 0.5em;
	color: #454545;
	margin-top: 3rem;
	margin-bottom: 1rem;
}

h6:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

#single_pet img{
	display: block;
	width: 100%;
	height: auto;
}

#day{
	font-size: 0.9rem;    
}

#toc {
	display: block;
	width: 50%;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid rgba(104,104,104,1.00);
	line-height: 1.5rem;
}
#read{
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
}

#read-cnt-area{
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 780px;
	padding-left: 10px;
	padding-right: 10px;
}
.pageTitle{
	margin-top: 2rem;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1rem;
	display: block;
	width: 100%;
	max-width: 800px;
	font-size: 1.2rem;
}
table{
	width: 100%;
	border-collapse: collapse;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}
