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

/* ----------------------------
注文ページ　
---------------------------- */
ul {
	margin-left: -40px!important;
	}

li {
	padding-left: 10px!important;
	}

.ml10 {
	margin-left: 10px;
	}

.mr10 {
	margin-right: 10px;
	}

#container-order{
	width: 900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
}


.logo-form{
	border-collapse: collapse;
	clear: both;
	float: left;
	height: 60px;
	width: 900px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.sample_01{
	border-collapse: collapse;
	width: 900px;
	margin-top: 20px;	
}
.sample_01 th{
	padding: 6px;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}

.th-1{
	width: 400px;
	padding-right: 10px;
	padding-left: 10px;
}

.th-2{
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
}



.sample_01 td{
	border: 1px solid #b9b9b9;
	margin-left: 20px;
}


.t-size{
	width: 155px;
	margin-right: auto;
	margin-left: auto;
}


.t-size-center{
	float: left;
	width: 155px;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 5px;
}
.t-img-center{
	width: 123px;
	height: 56px;
	clear: both;
	margin: 20px auto 0 auto;
}
.t-img-t-img-center-hight{
	width: 123px;
	height: 65px;
	clear: both;
	margin: 20px auto 0 auto;
}


.t-size-img{
	width: 80px;
	float: left;
}

.t-li-colore{
	background-color: #F8F8F8;
}

.sample_01 td li{
	border-bottom: 1px solid #b9b9b9;
	list-style-type: none;
	padding: 5px 5px 3px 5px;
	vertical-align: middle;
}


td .pdl10{
	padding-left: 10px
}




#form-box{
	height: auto;
	width: 838px;
	margin-top: 50px;
	border: 1px solid #b9b9b9;
	padding: 30px;
	background-color: #eee;
	}
	
/* ----------------------------
	サンクスページ
---------------------------- */

	
#thanks
{
	height: 100px;
	width: 500px;
	margin-bottom: 200px;
	margin-top: 250px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	text-align: center;
	}
	
