@charset "utf-8";

img.right {
	float:right;
	margin:0 0 0 20px;
}

#guide dt,
#guide dd {
	font-size:13px;
	overflow:hidden;
}

#sizeguide {
	overflow:hidden;
}
#sizeguide table.cartTable {
	width:90% !important;
	margin:0 0 0 0 !important;
}
#sizeguide div.column {
	width:50%;
	float:left;
}
#sizeguide table.cartTable td {
	padding-top:6px !important;
	padding-bottom:6px !important;
	padding-left:16px;
	padding-right:16px;
	background:#fff !important;
}
#sizeguide th.flg {
	width:120px !important;
}
#sizeguide h3 {
	border:none !important;
	line-height:100% !important;
	margin: 20px 0 10px 0 !important;
	padding-right:20px;
	font-size:15px;
}

#guide .body-inner {
	padding:20px 0;
}

#guide .body-inner p {
	margin:0 0 10px 0;
}

#guide .body-inner ol {
	padding:10px 0 0 1.8em;
}
#guide .body-inner ol li {
	list-style-type:decimal;
}
#guide .body-inner ol {
	font-size:14px;
	line-height:190%;
	color:#505d62;
}

.pagetop {
    border-top: 1px solid #cedfe6;
    margin: 0 auto;
    padding: 30px 0 55px;
    width: 100%;
}

#container {
    padding: 30px 0 0;
}

/* iPad
=======================================*/

@media screen and (min-width:721px) and (max-width:1023px) {


}

/* iPhone5
=======================================*/

@media screen and (max-width:720px) and (orientation:portrait) {
	



}


