@charset "UTF-8" ;

.midasi
 {color:#ff0000;}  
 
 .midasi1
 {color:#0000cd;}
 
 .midasi2/*ƒsƒ“ƒN*/
 {color:#ff1493;
 text-align: center;
 font-size: 28;
 font-weight: bold;}

 .midasi3/*—Î*/
 {color: #008000;}
 
 
 .center
 {text-align: center;}
 
 .right
 {text-align: right;}
 
 .left
 {text-align: left;}
 
 
 
 ul li{list-style-type: none;
padding-top: 8px;
padding-bottom: 8px;	}

.menu_ice
	{font-size: 24px;
	background: #0000ff;
	color: #ffffff;
	}

.menu_hot
	{font-size: 24px;
	background: #ff0000;
	color: #ffffff;
	}

.caption1 {
		font-size: 80%;
		}
		
.caption2
	{font-size: 60%;}
	
.btn-gradient-simple {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 3px;
 /*font-weight: bold;*/
  color: #33ff99;
  background-image: linear-gradient(45deg, #133366 0%, #7a8499 100%);
  transition: .4s;
}

.btn-gradient-simple:hover {
  background-image: linear-gradient(45deg, #133366 50%, #7a8499 100%);
}