@charset "UTF-8";


div#contents img.tents {
	padding: 3px 4px;
	margin: 5px 15px 1px 3px;
	border: 1px solid #999;
	float: left;
}


div#contents h4#notice_ts {
	margin-top: 1px;
	clear: both;
}





div#contents dl {
	font-size: 100%;
}

div#contents dl dt {
	font-weight: bold;
}

div#contents dl dd {
	margin-bottom: 15px;
}




/*     集会用パイプテントの寸法・料金    */

table.tentPrice {
   margin: 5px 0 1em 30px;
   border: 1px solid #999;
   font-size: 100%;
   border-collapse: separate;
   border-spacing: 1px;
}

table.tentPrice th {
   padding: 5px;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   background-color: #E1E2E6;
}

table.tentPrice td {
   padding: 5px;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   background-color: #EFF2F3;
   text-align:center;
}

td.bestPraice {
   color:red;
   font-weight:bold;
}



/*     組み立て方の写真    */

div#contents h5 {
	font-weight: bold;
	margin-left: 10px;
}


p.order {
	margin:0;
	font-size: 100%;
	margin-left: 10px;
}






