#label1 > p{
	color :#fff;
  background-color: #00f;
}

.select-nav select {
	position: relative;
	padding: 0 20px 0 5px;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 15px;
  line-height: 28px;
  height: 31px;
  background: #bbcfe5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), color-stop(50%, #e6e6e6), color-stop(50%, #d4d4d4), to(#b6b6b6));
  background: -webkit-linear-gradient(top, #f5f5f5, #e6e6e6 50%, #d4d4d4 50%, #b6b6b6);
  background: -moz-linear-gradient(top, #f5f5f5, #e6e6e6 50%, #d4d4d4 50%, #b6b6b6);
  background: -ms-linear-gradient(top, #f5f5f5, #e6e6e6 50%, #d4d4d4 50%, #b6b6b6);
  background: -o-linear-gradient(top, #f5f5f5, #e6e6e6 50%, #d4d4d4 50%, #b6b6b6);
  background: linear-gradient(top, #f5f5f5, #e6e6e6 50%, #d4d4d4 50%, #b6b6b6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #8a8a8a;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.select-nav label {
	position: relative;
}

.select-nav label:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%2211.949%2C3.404%207%2C8.354%202.05%2C3.404%20-0.071%2C5.525%207%2C12.596%2014.07%2C5.525%20%22%2F%3E%3C%2Fsvg%3E") 98% center #A3A3A3 no-repeat;
  background-position: center center;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  pointer-events: none;
}

.select-nav select::-ms-expand {
	display: none;
}

/**********************
/ インジケータ
/
/**********************/
#indicator {
    width : 100%;
}

#indicator ul,
#indicator ol {
	list-style : outside none none;
}

#alerts {
	width: 100%;
	display: inline-block;
}

#alerts li {
	height : 30px;
	width : 50%;
	float : left;
}

#alerts p[class^="alert"] {
		display : block;
    text-align: center;
    width : 100%;
		height : 100%;
    float : left;
    position : relative;
    z-index  : 0;
    font-weight : bold;
		overflow : hidden;
		white-space : nowrap;
		border : solid 1px #bbbbbb;
}
#alerts p[class^="alert"] a {
    display : block;
		line-height : 30px;
}
.alert0 {
    text-shadow: #c0c0c0 1px 1px 0px, #c0c0c0 -1px 1px 0px, #c0c0c0 1px -1px 0px, #c0c0c0 -1px -1px 0px;
    background : #c0c0c0;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#EEEEEE, endColorstr=#c0c0c0)";
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#EEEEEE, endColorstr=#c0c0c0);
    background-image : -moz-linear-gradient(0deg, #c0c0c0 0%, #EEEEEE 100%);
    background-image : -webkit-linear-gradient(bottom, #c0c0c0 0%, #EEEEEE 100%);
    background-image : -ms-linear-gradient(0deg, #c0c0c0 0%, #EEEEEE 100%);
    background-image : linear-gradient(0deg, #c0c0c0 0%, #EEEEEE 100%);
    background-image : -o-linear-gradient(0deg, #c0c0c0 0%, #EEEEEE 100%);
    background-image : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#c0c0c0));

}
.alert1 {
		background:#32CD32;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#98FB98, endColorstr=#32CD32);
    background-image : -moz-linear-gradient(0deg, #32CD32 0%, #98FB98 100%);
    background-image : -webkit-linear-gradient(bottom, #32CD32 0%, #98FB98 100%);
    background-image : -ms-linear-gradient(0deg, #32CD32 0%, #98FB98 100%);
    background-image : linear-gradient(0deg, #32CD32 0%, #98FB98 100%);
    background-image : -o-linear-gradient(0deg, #32CD32 0%, #98FB98 100%);
    background-image : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98FB98), color-stop(100%,#32CD32));
}
.alert2 {
    background: #FFCC00;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFCC, endColorstr=#FFFF00);
    background-image : -moz-linear-gradient(0deg, #FFFF00 0%, #FFFFCC 100%);
    background-image : -webkit-linear-gradient(bottom, #FFFF00 0%, #FFFFCC 100%);
    background-image : -ms-linear-gradient(0deg, #FFFF00 0%, #FFFFCC 100%);
    background-image : linear-gradient(0deg, #FFFF00 0%, #FFFFCC 100%);
    background-image : -o-linear-gradient(0deg, #FFFF00 0%, #FFFFCC 100%);
    background-image : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFCC), color-stop(100%,#FFFF00));
}
.alert3 {
    text-shadow: #ff0000 1px 1px 0px, #ff0000 -1px 1px 0px, #ff0000 1px -1px 0px, #ff0000 -1px -1px 0px;
    background : #ff0000;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffabce, endColorstr=#ff0000);
    background-image : -moz-linear-gradient(0deg, #ff0000 0%, #ffabce 100%);
    background-image : -webkit-linear-gradient(bottom, #ff0000 0%, #ffabce 100%);
    background-image : -ms-linear-gradient(0deg, #ff0000 0%, #ffabce 100%);
    background-image : linear-gradient(0deg, #ff0000 0%, #ffabce 100%);
    background-image : -o-linear-gradient(0deg, #ff0000 0%, #ffabce 100%);
    tbackground-image : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffabce), color-stop(100%,#ff0000));
}
.alert4 {
		text-shadow : #844898 1px 1px 0px, #844898 -1px 1px 0px, #844898 1px -1px 0px, #844898 -1px -1px 0px;
    background : #844898;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c29acf, endColorstr=#844898);
    background-image : -moz-linear-gradient(0deg, #844898 0%, #c29acf 100%);
    background-image : -webkit-linear-gradient(bottom, #844898 0%, #c29acf 100%);
    background-image : -ms-linear-gradient(0deg, #844898 0%, #c29acf 100%);
    background-image : linear-gradient(0deg, #844898 0%, #c29acf 100%);
    background-image : -o-linear-gradient(0deg, #844898 0%, #c29acf 100%);
    tbackground-image : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c29acf), color-stop(100%,#844898));
}

.alert0 a {
    color      : #f4f4f4;
    cursor     : text;
}
.alert1 a,
.alert2 a {
    color      : #000000;
    cursor     : pointer;
}
.alert3 a,
.alert4 a {
    color      : #ffffff;
    cursor     : pointer;
}


