.item__main__describe__confirmBtn > a {
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    color: #006cff;
    line-height: 1.2;
	border: 1px solid #006cff;
	margin: 0 0 12px;
}

.item__main__describe__head{
	margin: 0 0 12px;
    padding: 8px 15px;
    background-color: #ebebeb;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
}	
.item__main__ingredient {
    border: 1px solid #d9d9d9;
    margin: 30px 0;
    padding: 25px;
}
.main__tab__ul {
    height: 34px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
	list-style-type:none;
}

.main__tab__ul__item {
    float: left;
    height: 35px;
    font-weight: bold;
    margin-left: 4px;
}

.main__tab__ul__item > a {
    display: block;
    box-sizing: border-box;
    width: 160px;
    height: 35px;
    padding-top: 8px;
    text-align: center;
    color: #1a1a1a;
    border-radius: 8px 8px 0 0;
    line-height: 1.33333;
    position: relative;
	background-color: #f3f3f3;
	border: 1px solid #e7e7e7;
}
.main__tab__ul__item > a > span {
    display: block;
    background-repeat: no-repeat;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.main__tab {
       display: block;
}

.main__tab__ul__item > a.current, .main__tab__ul__item > a:hover {
    text-decoration: none;
	background-color: #fff;
    background: #fff;
}