@charset "utf-8";

/* 生地のご紹介 */
ul#snav {
	float: right;
	width: 250px;
	margin: 48px 0 -18px;
	overflow: hidden;
	}
h2.subtitle {
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
	}		
ul.cloth {
	margin-bottom: 50px;
	clear: both;
	overflow: hidden;
	position: relative;
	}
	ul.cloth li {
		float: left;
		width: 312px;
		padding: 30px 27px 30px 0;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px dotted #CCCCCC;
		}
		ul.cloth li.first {
			padding-top: 0;
			}
		ul.cloth li.first_box_r {
			padding: 0 0 30px 28px;
			border-right: none;
			}	
		ul.cloth li.box_r {
			padding: 30px 0 30px 28px;
			border-right: none;
			}	
			ul.cloth li img {
				margin-bottom: 10px;
				}
			ul.cloth li span {
				color: #666666;
				font-size: 14px;
				font-weight: bold;
				}
				ul.cloth li span.italy {
					background: url(img/flag_italy.gif) no-repeat right center;
					padding-right: 40px;
					}
				ul.cloth li span.uk {
					background: url(img/flag_uk.gif) no-repeat right center;
					padding-right: 40px;
					}
					ul.cloth li span.uk.col2 {
						background: url(img/flag_uk.gif) no-repeat right center;
						padding-right: 90px;
						}
				ul.cloth li span.germany {
					background: url(img/flag_germany.gif) no-repeat right center;
					padding-right: 40px;
					}
		ul.cloth li.same {
			height: 190px;
			}
		ul.cloth li.last {
			padding-bottom: 0;
			border-bottom: none;
			}
		ul.cloth li.last.box_r {
			border-right: none;
			}
	.order .detail {
		margin-top: 120px;
		}

