
.tbStart{
	margin-top: 20px;
	border: solid 15px #f1eedf;
	background: #fff;
	}
	.tbStart .tbBox{
		width: 50%;
		margin: 0;
		float: left;
		}
		.tbStart .tbBox .BoxT{
			display: block;
			margin: 15px;
			padding: 15px 10px 15px 10px;
			background: #f2f2f2;
			border-top: solid 1px #e60012;
			text-align: center;
			font-size: 18px;
			}
		.tbStart .tbBox .Box{
			display: block;
			padding: 15px;
			}
			.tbStart .tbBox .Box ul{
				margin: 0 10px 10px 10px;
				padding: 10px;
				border: solid 1px #d4d4d4;
				}
			.tbStart .tbBox .Box li{
				padding: 0 0 5px 10px;
				background: url(/img/list_mark.gif) left 4px no-repeat;
				font-size: 11px;
				}
			.tbStart .tbBox .Box input[type="button"]{
				padding: 8px 20px !important;
			    background: #fff !important;
				border: solid 3px #e60012 !important;
				border-radius: 5px !important;
				-moz-border-radius: 5px !important;
				-webkit-border-radius: 5px !important;
				text-align: center !important;
				font-size: 16px !important;
				color: #e60012;
				-webkit-transition: all 0.4s ease;
				-moz-transition: all 0.4s ease;
			}
			.tbStart .tbBox .Box input[type="button"]:hover {
				background: #e60012 !important;
				color: #fff !important;
				opacity: 1;
			}
.DeliAreaTitle{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	}
.deliveryOKmes{
	display: block;
	margin: 10px 0;
	padding: 10px;
	background: none repeat scroll 0 0 #FFFFDF;
	border: 1px solid #FFEF9F;
	text-align: center;
	}
	.deliveryOKmes strong{
		padding: 0 10px;
		}

.CatalogList{
	display: block;
	margin: 0;
	padding: 0 0 0 12px;
	}
	.CatalogList dl{
		float: left;
		margin: 0 5px 0 0;
/*
		margin: 0 10px 0 0;
*/
		padding: 10px 0;
		width: 290px;
		/*
		width: 180px;
		*/
		}
	.CatalogList dt{
		margin: 0 0 1em 0;
		padding: 0 0 3px 0;
		border-bottom: solid 1px #ff0000;
		text-align: center;
		}
	.CatalogList dd{
		margin: 0;
		padding: 0 5px 5px 20px;
		background: url(/img/base/bullet_navHeaderSub.png) 5px 4px no-repeat;
		letter-spacing: 0;
		}
		.txtPopup{
			width:520px;
			margin:1em auto;
			padding-left :45px;
			font-size:120%;
			text-align:left;
			background: url(/img/bg_Err.jpg) left -14px no-repeat;
			font-weight: bold;

			text-decoration:underline;
			
		}
		.txtHowto{
			width:520px;
			margin:0.5em auto;
			font-size:120%;
			padding-left :45px;
			font-weight: bold;
			text-align:left;
			text-decoration:underline;
			background: url(/img/bg_Err.jpg) left -14px no-repeat;
		}
		.CatalogList dd.canone{
			background:none;
			margin-left:-20px !important;
			
		}
		.CatalogList dd span{
			color:000EEE;
        font-size:80%;
		}


@media only screen and (max-width: 768px) {

	.tbStart .tbBox{
		width: 100%;
		margin: 0;
		float: none;
		}

}
