@charset "utf-8";
/* CSS Document */

.orangelist{
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex: wrap;
}

.orange_btn01{
	width:100%;
	height:40px;
	font-size:15px;
	font-weight:bold;
	line-height:40px;
	display:block;
	text-align:center;
	box-sizing:border-box;
	border:2px solid #ff6749;
}

.orange_btn01 a{
    text-decoration:none;
	color:#ff6749;
	display:block;
}

.orange_btn01 a:hover{
	color:#fffb8b;
	text-decoration:none;
    width:100%;
    background-color:#ff6749;
}


.orange_btn02{
	width:100%;
	height:40px;
	font-size:15px;
	font-weight:bold;
	line-height:40px;
	display:block;
	background-color:#ff6749;
	text-align:center;
}

.orange_btn02 a{
    text-decoration:none;
	color:#FFF;
	display:block;
}

.orange_btn02 a:hover{
	color:#fffb8b;
	text-decoration:none;
    width:100%;
    background-color:#c42000;
}

.orangeprice{
	color:#E22; 
	font-weight: bold;
	margin-top: 10px;
	font-size:16px;
}

.orangeprice span{
	font-size:186%;
	letter-spacing: -1px;
	font-style: italic;
	line-height: 1em;
	font-family: "Arial Black", Tahoma, Helvetica, San-serif;
}

.orangemenu{
	width:181px;
	font-size:16px;
	line-height:35px;
	display:block;
	text-align:center;
	box-sizing:border-box;
	font-weight:bold;
	background-color:#acd5ff;
	color:#2a6fb5;
}

.orangemenu a{
	display:block;
	text-decoration:none;
	color:#2a6fb5;
}

.orangemenu a:hover{
	background-color:#2a6fb5;
	text-decoration:none;
	color:#FFF;
	display:block;
}