.marker {
	background: linear-gradient(transparent 0%, #55FFFF 85%);
}

.marker2 {
	background: linear-gradient(transparent 0%, #FF8856 85%);
}

.marker3 {
	background: linear-gradient(transparent 0%, #00BB00 85%);
}


.marker4 {
	background: linear-gradient(transparent 0%, #FFFF00 85%);
}

.marker5 {
	background: linear-gradient(#fff 70%, #A16EFF 90%);
}/*紫色の細めのマーカー*/

.marker6 {
	background: repeating-linear-gradient(-45deg, #FFFF77, #FFF9C9 1px, #fff 0, #fff 3px);
}/*黄色の細めストライプマーカー*/

.marker9 {
	background: repeating-linear-gradient(-55deg, #22FFFF, #FFF9C9 1px, #EEFFFF 0, #EEFFFF 3px);
}/*水色の細めストライプマーカー*/

.marker10 {
	background: repeating-linear-gradient(-45deg, #43FF6B, #FFF9C9 1px, #E6FFE9 0, #E6FFE9 3px);
}/*緑色の細めストライプマーカー*/

.marker7 {
	background: linear-gradient(#fff 80%, #FFC7AF 90%);
}/*薄橙の細めのマーカー*/


.marker8 {
	background: linear-gradient(#fff 80%, #8EF1FF 90%);
}/*水色の細めのマーカー*/


.line {
	border-bottom: 2px solid #ff3333;
	
}

.var {
    border-top: 2px dotted #00DD00;
    border-bottom: 2px dotted #00DD00;
}

.surround {
  margin: 10px auto;
  width: 95%;
  border: 4px double #9966ff;
}

.box {
    width: 1000px;
    padding: 0.5em 1em;
    margin: 2em auto;
    color: #FFF;
    background: #6eb7ff;
    border-bottom: solid 6px #3f87ce;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
   /* text-align: center;*/
    
}
.box p {
    margin: 0; 
    padding: 0;
}
.yazirushi {
    position: relative;
    top: -23px;/*ここで場所変更*/
    left: 70px;/*ここで場所変更*/
    width: 30px;
    height: 10px;
    background-color: red;
}
.yazirushi1 {
  width: 0;
  height: 0;
  position: relative;
  top: -5px;/*基準は"yazirushi"*/
  left: 30px;/*基準は"yazirushi"*/
  border-left: 10px solid red;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.traiangle {
  width: 0;
  height: 0;
  position: relative;
  top: 25px;
  left: -13px;
  border-left: 10px solid gold;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.komidashi {
  width: 300px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  top: -33px;
  left: 0;
  background-color: green;
  text-align: center;
  line-height: 50px;
  border-radius: 20px;
}

table.example {
  border: 2px groove #339999;
  box-shadow: 2px 2px 2px silver;
}

td.example{
  border: 1px dashed red;
}

.text-design {
  text-weight: bold;
  text-shadow: 2px 2px 2px silver;
}
.text-design-example {
  color: #FF6600;
  text-weight: bold;
  text-shadow: 2px 2px 2px silver;
}
.text-design-kyoutyou {
  color: #FF9900;
  text-weight: bold;
  text-shadow: 1px 1px 2px silver;
  
}/*橙色*/

.text-design-kyoutyou2 {
  color: #00EE00;
  text-weight: bold;
  text-shadow: 1px 1px 2px silver;
}/*黄緑色*/

.text-design-kyoutyou3 {
  color: #22FFFF;
  text-weight: bold;
  text-shadow: 1px 1px 2px silver;
  
}/*水色*/

.text-design-kyoutyou4 {
  color: #A16EFF;
  text-weight: bold;
  text-shadow: 1px 1px 2px silver;
  
}/*紫色*/

img.picture-border {
	border: 4px groove #CCCC00;
	box-shadow: 2px 2px 2px silver;
}