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

/*商品紹介枠*/
#cart_cont{
	width: 700px;
	margin:0 auto;
	margin-top: 10px;
	border: #F1B941 solid 1px;
}

/*タイトル部*/
.tb_s-tt{
	width: 710px;
	margin: 0 auto;
	padding:0;
}
.tb_s-tt tb{
	font-size: 16px;
	color: white;
	font-weight: bold;
	text-align: center;
	background-color: #11AB05;
}

/* 商品詳細テーブル　*/

#tb_syousai{
	width: 680px;
	/* margin: 0 auto; */
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	padding:0;	
}

.tb_syousai01{
	width:400px;
}
.tb_setsumei{
	width:auto;
	padding-left: 10px;
	vertical-align: top;
}
/*商品名*/
.tb_setsumei h4{
	padding:0;
	font-size:18px;
	font-weight: bold;
	line-height: 1.5;
}
/*商品説明*/
.tb_setsumei p{
	padding:0px;
	font-size:13px;
	line-height: 1.5;
}
/*仕様・メーカーなど*/
.naiyou{
	margin-top:20px;
	margin-bottom: 20px;
	line-height: 1.5;
}
/*formボタンなど*/
.tb_setsumei img{
	float: right;
	clear: both;
}

/* 配送料など　*/
.note{
	width: 680px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 10px;
	text-align: left;
	line-height: 1.5;
	border-top: #A1A3A0 1px solid;
}

/* カート　*/
.header_cart02{
	width: 60px;
	height: 80px;
	/*position: absolute;
	right: 5px;*/
}

.cart_icon02{
	position: absolute;
	right: 0;
	width: 50px;
	height: 50px;
	bottom: 0;
}

.circle02{
	position: absolute;
	bottom: 30px;
	left: 28px;
	width: 21px;
	height: 21px;
}

.circle_img{
	z-Index: 1;
}

/*組合資材部*/

#foot_com{
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
	line-height: 1.8;
	border-top:solid 1px #eeeeee;
}
#foot_com span{
	font-size:16px;
	color:#9E5901;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

