﻿/* layout
================================================= */
#contentsBox{
	width:1000px;
	margin:0 auto;
}



/* topcart
================================================= */
.topcartBox{
	width:100%;
	margin:0 auto;
	position:relative;
}

.topcartBtn{
	position:absolute;
	margin:0 auto;
    margin-top: -980px;
}

/* cart01
================================================= */
.cart01Box{
	width:100%;
	margin:0 auto;
	position:relative;
}

.cart01Btn{
	position:absolute;
	left:30px;
	top:80px;
}

/* cart02
================================================= */
.cart02Box{
	width:100%;
	margin:0 auto;
	position:relative;
}

.cart02Btn{
	position:absolute;
	left:46px;
	top:65px;
}



/* form
================================================= */
#confirmBtnBox{
	width:100%;
	position:relative;
	margin:0 auto;
}

.confirmBtn{
	position:absolute;
	left:171px;
	top:0;
}

#confirm_button{
	height:135px !important;
}



/* footer
================================================= */
#footer{
	margin:0 auto !important;
}