@charset "utf-8";
/* CSS Document */

/*--=====メインナビボックス始まり=====*/

h1#fabric a{
	display:block;
	background-position: 10px 2px;
	background-image:url(../img/logo_fabric.png);
	width:207px;
	background-repeat:no-repeat;
	text-indent:-7777px;
	height:40px;
	float:left;
}
#wrap-content .title-box{
	margin-top:30px;
	width:918px;
	padding:40px;
	height:30px;
	background:#fff;
	border:1px solid #d2d2d2;
}
#wrap-content h1.title{
	font-size:14px;
	margin-top:3px;
	vertical-align:center;
}
.boxall{
	margin-top:30px;
}


/* ヘッダーここから */
.header-fabric1{
	width:555px;
	margin-top:9px;
	height:12px;
	float:right;
}
.header-fabric1 li{
	display:block;
	float:left;
}
.header-fabric1 a,
.header-fabric1 p{
	display:block;
	background-image:url(../img/header.png);
	overflow:hidden;
	height:12px;
	text-indent:-7777px;
}
.header-fabric1 a#n-1{
	width:80px;
	background-position:0 0;
}
.header-fabric1 a#n-1:hover{
	background-position:0 -24px;
}
.header-fabric1 p#n-1{
	width:80px;
	background-position:0 -12px;
}
.header-fabric1 a#n-2{
	width:150px;
	background-position:-80px 0;
}
.header-fabric1 a#n-2:hover{
	background-position:-80px -24px;
}
.header-fabric1 p#n-2{
	width:150px;
	background-position:-80px -12px;
}
.header-fabric1 a#n-3{
	width:138px;
	background-position:-230px 0;
}
.header-fabric1 a#n-3:hover{
	background-position:-230px -24px;
}
.header-fabric1 p#n-3{
	width:138px;
	background-position:-230px -12px;
}
.header-fabric1 a#n-4{
	width:187px;
	background-position:-368px 0;
}
.header-fabric1 a#n-4:hover{
	background-position:-368px -24px;
}
.header-fabric1 p#n-4{
	width:187px;
	background-position:-368px -12px;
}
#container_sample{
	width:998px;
	border:1px solid #d2d2d2;
}


.main-box{
	width:1000px;
	padding:60px 40px;
	border:1px solid #d2d2d2;
	margin:20px 0px 0px 0px;
	background:#fff;
	box-sizing: border-box;
}

.main-box.sampleorder-complete{
	padding: 60px 40px 80px;
}

.main-box h2.caption{
	font-size:20px;
	font-weight: 600;
}

.main-box p{
	font-size:12px;
	margin:20px 0px 0px 0px;
	
	
}
.thanks-info-box{
	width: 1000px;
    padding: 40px;
    border: 1px solid #d2d2d2;
    margin: 10px 0px 0px 0px;
    background: #eaeaea;
	box-sizing: border-box;
}
.thanks-info-box h3 {
    font-size: 15px;
}
p.backbutton{
	text-align:center;
	margin-top:40px;
	margin-bottom:20px;
}
p.backbutton a{
	float:left;
	margin-left:385px;
	text-indent:-7777px;	
	height:30px;
	width:150px;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:0 0px;
	background-image:url(../../cart/img/btn_finish.gif);
}
p.backbutton a:hover{
	background-position:0 -30px;
}