@charset "utf-8";
/* CSS Document */
#undercolumn table {
    margin: 15px auto 20px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100% ;
    border-collapse: collapse;
    text-align: left;
}

@media screen and (max-width: 768px) {
    #undercolumn table {
        font-size:12px;
    }
    .alignC input{
	width:60px;
}

input[type='checkbox'] {
	width:20px;
}


}










#undercolumn table th {
    padding:clamp(0.125rem, -0.78rem + 2vw, 0.5rem);
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
}
#undercolumn table td {
    padding:clamp(0.25rem, -0.353rem + 1.33vw, 0.5rem);
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#undercolumn table .alignR {
    text-align: right;
}
#undercolumn table .alignL {
    text-align: left;
}
#undercolumn table .alignC {
    text-align: center;
}
#undercolumn table .resulttd {
    text-align: right;
}
#undercolumn table caption {
    padding: 8px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #000;
    background-color: #f0f0f0;
    text-align: left;
    font-weight: bold;
}

#undercolumn table select {
    margin-bottom: 7px;
    border: solid 1px #ccc;
}

#undercolumn .btn_area {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

#undercolumn .btn_area li {
    padding-right: 10px;
    display: inline;
}

#undercolumn .btn_area a {
	position: relative;
	display: inline-block;
	background-color: #E8702C;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 180px;
	min-height: 42px;
	line-height: 42px;
	text-decoration: none;
	margin-bottom: 1em;
}

ul.sales_btn_area {
	display: flex;
	justify-content: center;
}

li.sales_btn{
	display: inline-block;
	margin-left:20px;
}

input#btn_back {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	width: 180px;
	border: none;
	padding: 12px 0;
	cursor: pointer;
	text-align: center;
	background: 17px center #E8702C;
}

input#btn_rank_up {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	width: 180px;
	border: none;
	padding: 12px 0;
	cursor: pointer;
	text-align: center;
	background: 17px center #E8702C;
}

#undercolumn .zipimg {
    margin-top: 5px;
    vertical-align: middle;
}

#undercolumn .zipimg a {
	position: relative;
	display: inline-block;
	background-color: #E8702C;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	width: 100px;
	min-height: 28px;
	line-height: 28px;
	text-decoration: none;
}

#undercolumn .addbtn a {
    position: relative;
    display: inline-block;
    background-color: #E8702C;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    width: 180px;
    min-height: 28px;
    line-height: 28px;
    text-decoration: none;
}

.attention {
    color: #f00;
}

.cart_attention{
	color: #FF0004;
	font-weight: 700;
}



@media screen and (max-width:724px){
	textarea{
	width:300px !important;
}



}
