
#check {
	position:relative;
	float:left;
	width:60%;
	height:auto;
	margin-left:20%;
	margin-right:20%;
	color:#000;
	padding-top: 10px;
	padding-bottom:10px;
}
#check-full {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	color:#000;
	padding-top: 10px;
	padding-bottom:10px;
	text-align:center;
}
#check-button {
	position:relative;
	width:220px;
	height:auto;
	margin: 20px auto 10px auto;
}
.login {
	position:relative;
	width:99%;
	height:25px;
	padding: 0 0 0 1%;
	background-color:#fff;
}
.cart-head {
	position:relative;
	float: left;
	width: 100%;
	height: auto;
	color: #fff;
	font-family: 'Michroma', sans-serif;
	font-size: 22px;
	font-weight:500;
	text-align: center;
	padding: 8px 0 12px 0;
	background-color: #000;
	margin: 10px 0 10px 0;
}
.cart-head-check {
	position:relative;
	float: left;
	width: 100%;
	height: auto;
	color: #fff;
	font-family: 'Michroma', sans-serif;
	font-size: 22px;
	font-weight:500;
	text-align: center;
	padding: 8px 0 12px 0;
	background-color: #009175;
	margin: 10px 0 10px 0;
}
.cart-strip {
	position:relative;
	float:left;
	width: 1200px;
	background-color: #f1f1f1;
}
.checkform-frame {
	position:relative;
	float:none;
	width:600px;
	top:20px;
	height:auto;
	margin:auto;
	margin-right:auto;
	margin-bottom:40px;
	padding: 0 0 20px 0;
}	
.checkform-frame-02 {
	position:relative;
	float:none;
	width:690px;
	top:20px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding: 0 0 20px 0;
}	
.checkform-login-frame {
	position:relative;
	float:none;
	width:690px;
	top:20px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding: 0 0 20px 0;
}	
.checkform {
	position:relative;
	float:left;
	width:100%;
	height:35px;
	margin:5px 0 15px 0;
	background-color:#fff;
	border:solid 1px #ccc;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:400;
	color:#666;
	padding-top:5px;
	padding-left:10px;
}		
.checkform-top {
	position:relative;
	float:left;
	width:200px;
	height:32px;
	margin:0 20px 15px 0;
	background-color:#fff;
	border:solid 1px #ccc;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:400;
	color:#666;
	padding-top:5px;
	padding-left:10px;
}	
.checkform-select {
	position:relative;
	float:left;
	width:100%;
	height:40px;
	margin:5px 0 15px 0;
	background-color:#fff;
	border:solid 1px #ccc;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:400;
	color:#666;
	padding-top:5px;
	padding-left:10px;
}
.check-submit:hover{
	background-color: #009175;
}
@media screen and (max-width: 1024px) {
	
.cart-head {
	position:relative;
	float: left;
	width: 100%;
	height: auto;
	color: #fff;
	font-family: 'Michroma', sans-serif;
	font-size: 22px;
	font-weight:500;
	text-align: center;
	padding-top: 8px;
	background-color: #009175;
	margin: 10px 0 10px 0;
}
.cart-strip {
	position:relative;
	float:left;
	width: 96%;
	height: auto;
	background-color: #f1f1f1;
	padding-left:2%;
	padding-right:2%;
}
}	
@media screen and (max-width: 850px) {

.login {
	position:relative;
	width:100%;
	height:30px;
}
#check {
	position:relative;
	width:96%;
	margin-left:2%;
	margin-right:2%;
	color:#000;
}
.cart-head {
	position:relative;
	float: left;
	width: 100%;
	height: auto;
	color: #fff;
	font-family: 'Michroma', sans-serif;
	font-size: 18px;
	font-weight:500;
	text-align: center;
	padding: 6px 0% 12px 0%;
	background-color: #000;
	margin: 10px 0 10px 0;
}
.cart-strip {
	position:relative;
	float:left;
	width: 96%;
	height: auto;
	background-color: #f1f1f1;
	padding-left:2%;
	padding-right:2%;
}
.checkform-frame {
	position:relative;
	float:none;
	width:90%;
	top:20px;
	height:auto;
	margin:20px 5% 40px 5%;
}	
.checkform-frame-02 {
	position:relative;
	float:none;
	width:90%;
	top:20px;
	height:auto;
	margin:20px 5% 40px 5%;
}	
.checkform-login-frame {
	position:relative;
	float:none;
	width:90%;
	top:20px;
	height:auto;
	margin:20px 5% 40px 5%;
}			
.checkform-top {
	position:relative;
	float:left;
	width:90%;
	height:auto;
	margin:0 5% 15px 5%;
	background-color:#fff;
	border:solid 1px #ccc;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:400;
	color:#666;
	padding-top:5px;
	padding-left:10px;
}	
}