@charset "utf-8";

body {
	background:#e6cfb8;
font-size: 18px !important;}

h1{
	color:#FF8000;
}

.bg-orange{
	background:#ff8000;
  color:#fff;
}

h2 {
  color: #ff8000;
  background: #fce9a9;
}
.bg-stitch{box-shadow: 0px 0px 0px 5px #fce9a9;border:dashed 3px white;}

.list-box{color: #ff8000;border: dashed 2px #ff8000;background: #fcf3d4;}
.list-double{color: #ff8000;border: double 5px #ff8000;background: #fcf3d4;}
.list-fusen{padding: 0;position: relative;}
.list-fusen li{color: #ff8000;border-left: solid 6px #ff8000;background: whitesmoke;margin-bottom: 3px;line-height: 1.5;padding: 0.5em;list-style-type: none!important;}

@media screen and (max-width: 680px) {
	#wrapper{
	border:none;
	border-radius: 0;
}

}
