@charset "UTF-8";

/*==========================

	pickup

============================*/
#pickupBox .pickupBg {
    line-height: 0;
    margin: 0 auto 1%;
    padding: 4.7% 0 0;
    width: 56.25%;
}
#pickupBox .size {
	text-align: center;
    margin: 0 auto 5%;
}
#pickupBox .time {
    margin: 0 auto;
    padding: 0 0 3%;
    width: 95%;
}
#pickupBox h3 {
    color: #ffc90f;
    font-weight: normal;
    margin: 0 auto;
    text-align: left;
    width: 95%;
    padding: 0;
}
#pickupBox .text {
    margin: 0 auto;
    padding: 0 0 5%;
    width: 95%;
    line-height: 1.5;
}

/*pick*/
.pickList {
    margin: 0 auto 5%;
    width: 98%;
}

.pickList li {
	background: #ad0000;
    list-style: none outside none;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}
.pickList .lipadding {
    padding: 5px;
}
.pickList  li:last-child {
	margin: 0 auto;
}
.pickList li a:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: solid 2px #ffc90f;
	border-right: solid 2px #ffc90f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pickList .time {
    border-bottom: 1px dotted #ba8e06;
    color: #ffffff;
    line-height: 1.5;
    text-align: left;
}

.pickList .title {
    color: #ffc90f;
    line-height: 1.2;
	padding-top:5px;
	padding-bottom:5px;
    text-align: left;
}

.pickList .pic {
    float: left;
    width: 30%;
}

.pickList .pic img {
    height: 120px;
    width: 90px;
}

.pickList .textBox {
    color: #ffffff;
    float: left;
    line-height: 1.3;
    margin-left: 3%;
    text-align: justify;
    width: 60%;
}

.pickList .textBoxNoimg {
    color: #ffffff;
    line-height: 1.3;
    margin-left: 3%;
    text-align: justify;
    width: 90%;
}


.pickList .mainBox {
    height: auto;
    overflow: hidden;
    width: 100%;
}

.pickList .lipadding {
    padding: 5px;
}