@charset "utf-8";

/* 2022/11/14 Add */
.redunderline
{
  text-decoration: underline solid red;
}

.blackline
{
  height: 2px;
  background-color: black;
  width: 280px;
  border: none;
  margin-left: 0px;
}

/* eruboshi-img */
.eruimgbox
{
  position: relative;
  /* text-align: center; */
  width: 774px;
  height: 480px;
  background: #ffffff;
}

.eruboshilogoimg
{
  position: absolute; 
  top: 105px;
  left: 255px;
  width: 240px;
  height: auto;
}

.backimg
{
  position: absolute;
  top: 20px;
  left: 122px;
  width: 500px;
  height: 460px;
}

.markcom
{
  position: absolute;
  width: 160px;
  left:	540px;
  top: 10px;
  background-color: #ffffff;
  font-size: 70%;
  color: #e4007f;
  font-weight: bolder;
  border: 1px solid #e4007f; 
  box-shadow: 4px 4px 8px #444444;
  padding: 10px 10px 10px 10px;
}

/* 1-5 Comment Common */
.allcom
{
  position: absolute;
  width: 150px;
  height: 80px;
  border-radius: 75% 25% 75% 25% / 75% 25% 75% 25%;
  box-shadow: 4px 4px 8px #444444;
  color: #e4007f;
  font-weight: bolder;
  padding-top: 1em;
  padding-left: 2em;
  text-indent: -2em;
}

/* Comment Detail */
.comde1
{
  font-size: 90%;
  left: 285px;
  top: 0px;
  background: #f4b4d0;
}

.comde2
{
  font-size: 90%;
  left: 50px;
  top: 160px;
  background: #e8d3ca;
}

.comde3
{
  font-size: 90%;
  left: 120px;
  top: 370px;
  background: #d3edfb;
}

.comde4
{
  font-size: 90%;
  left: 430px;
  top: 370px;
  background: #a5d4ad;
}

.comde5
{
  font-size: 80%;
  left: 520px;
  top: 160px;
  background: #fff9b1;
}

.comcom
{
  color: black;
  font-weight: normal;
  font-size: 90%;
}

.comcom2
{
  color: black;
  font-weight: normal;
  font-size: 90%;
}

/* link color */

a.linkcolor
{
  display: block;
  color: blue;
  text-decoration: none;
}
a.linkcolor:hover
{
  display: block;
  color: #FF0000;
  text-decoration: none;
}

p.comsizedown
{
  font-size: 70%;
}

