@charset "utf-8";
/* CSS Document */
body {
 position: relative;
}
#ItemRelated {
 margin: 0 auto;
}
#ItemRelated h2 {
 width: 100%;
 font-size: 35px;
 padding: 30px 10px 10px 10px;
 border-bottom: 5px dotted #f2b300;
 margin-bottom: 40px;
}
#ItemRelated #RelatedText {
 width: 100%;
 margin: 0 auto 30px;
 padding: 0 20px;
}
#ItemRelated #RelatedText p {
 line-height: 1.6;
}

#GoToIeneko{
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #2b1612;
	font-size: 18px;
	}
	
#GoToIeneko:hover{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
	

@media screen and (min-width: 1299px) {
 #ItemRelated {
  width: 1200px;
 }
}
@media screen and (min-width: 767px) and (max-width: 1299px) {
 #ItemRelated {
  width: 100%;
 }
 #ItemRelated #finditem-contents .result {
  width: calc((99% - 80px) / 3);
  max-width: 100%;
 }
 #ItemRelated h2 {
  font-size: 28px;
 }
}
@media screen and (max-width: 767px) {
 #ItemRelated h2 {
  font-size: 18px;
  width: 98%;
  margin-bottom: 20px;
 }
 #ItemRelated #RelatedText {
  padding: 0 15px;
 }
 #ItemRelated #RelatedText p {
  font-size: 14px;
 }
}