/* Your custom css code goes here */

.yellow {
	border-top: 5px double #ffff00;
}

.hr_green {
	border-top: 5px double #32cd32;
}

.right {
	float:right;
	margin-left:10px;
	margin-right:100px;
	margin-bottom:10px;
	width:35%;
 }

.under {
  background: linear-gradient(transparent 50%, #ffff00 50%);
	color: #808080;
  }

.illust {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	width:30% !important;
 }



@media screen and (max-width:992px){.right{width:100%;margin-right:0;}}
@media screen and (max-width:992px){.illust{width:30%;margin-right:0 !important;}}