.LBorder {
	border: thin solid;
}
.BBorder {
	border: thick solid;
}
.RLBorder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
}
/*+++20170323 WARASHINA ADD+++*/
.hs2 {
	background-color:#fcfcfc;
	letter-spacing:0.1em;
	padding-left:5px;
	float: right;
}

.sp1 {
	color: black;
    height: 10px;
    width: 80px;
    text-align: center;
}

#guidence_color {
  display: inline-block;
  *display: inline;  
  margin:0;
  padding:0;
  list-style:none;
  font-size:0;
  color:black;
}

#guidence_color span{
  display: inline-block;
  *display: inline;  
  *zoom: 1;
  padding: 5px;
  background: #000000;
  color: black;
  font-size:13px;
}

#itemarea {
	width: 1200px;
	overflow: none !important;
}
/*---20170323 WARASHINA ADD---*/
