@charset "utf-8";

/*■ PC : 641px < Window Size ■*/
@media print,screen and (min-width: 641px) {
	/* ------ Body ------ */
	article{
		background-color:#f5f2e9;
	}
	#undercolumn_cart{
		border-bottom:3px solid #d6cdaf;
		padding-bottom:100px;
	}
	#undercolumn_cart h3.sub-ttl{
		font-size:24px;
		color:#6b3c30;
		line-height:1em;
		padding-bottom:1em;
		border-bottom:1px solid #d6cdaf;
		margin-bottom:1em;
	}
	#undercolumn_cart .form_area{
		margin-bottom:0;
	}
	#undercolumn_cart .form_area p{
		margin-bottom:35px;
	}

}

/*■ Mobile (Low Res) : 640px > 0 ■*/
@media only screen and (max-width: 640px) {
	/* ------ Body ------ */
	article{
		background-color:#f5f2e9;
	}
	#undercolumn_cart h3.sub-ttl{
		font-size:1.42em;
		color:#6b3c30;
		line-height:1em;
		padding-bottom:0.5em;
		border-bottom:1px solid #d6cdaf;
		margin-bottom:0.5em;
	}
	#undercolumn_cart .form_area{
		margin-bottom:0;
	}
	#undercolumn_cart .form_area p{
		margin-bottom:1.46em;
	}
	
	#undercolumn_cart .form_area .tbl_cart tr:first-child th:nth-child(1),
	#undercolumn_cart .form_area .tbl_cart tr:first-child th:nth-child(5){
		width:12%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	#undercolumn_cart .form_area .tbl_cart tr td:nth-child(1),
	#undercolumn_cart .form_area .tbl_cart tr td:nth-child(5){
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		padding-left:0;
		padding-right:0;
	}
	#undercolumn_cart .form_area .tbl_cart tr:first-child td:nth-child(1) a{
		width:100%;
	}
}
