/***************************************************************************************************************************************
with new 更新開始
****************************************************************************************************************************************/
.logo img {
    width: 50%;
    margin: 5px 0;
}

.sidebar {
	float: right;
	width: 25%;
	margin: 3.5% 0 3%;
}

	/***************************************************************************************************************************************
with new 更新結束
****************************************************************************************************************************************/
.eve-tab {
	margin: 0;
}

.convenience>a {
	float: left;
	color: #fff;
	text-align: center
}

.button>i {
	font-size: 1.5em;
	line-height: 1.6em
}

.convenience:hover a {
	color: #642100
}

.convenience {
	float: left;
	margin: 0;
	padding: 2% 1%;
	color: #fff;
	cursor: pointer
}

.pink {
	margin: 0;
	padding: 4% 10%;
	background-color: #e75280;
	font-size: 2.5em;
	line-height: 1.5em
}

.pricingTable-header .price-value span {
	/*display: inline;
	padding: 5% 5%;
	border-radius: 10px;
	color: #fff*/
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    background-color: #e75280;
    font-size: 36px;
    padding: 10px 25px;
    margin: 20px auto;
}

.pricingTable-header .price-value i {
	display: inline-block;
	margin: 0 0 0;
	width: 45px;
	height: 45px;
	border-radius: 22%;
	background: #fff;
	color: #e75280;
	line-height: 45px
}
/*
.pricingTable-header .price-value {
	display: inline-block;
	width: 100%
}
*/
.pricingTable {
	margin-bottom: 10px;
	height: auto;
	border-color: #FBFBFF;
	border-style: solid;
	border-width: 10px;
	box-shadow: 2px 2px 2px rgba(20%,20%,40%,.6),4px 4px 6px rgba(20%,20%,40%,.4),6px 6px 12px rgba(20%,20%,40%,.4)
}

.t_right {
	text-align: right;
}








