.contents-area{
	width:1190px !important;
	margin-bottom: 0 !important;
}
#utdContents .brand_logo{
	text-align: center;
	margin-top:20px;
}
#footer{
	margin-top:0 !important;
}


/*================================

My size

================================*/

h1.mysize {
	display: block;
	margin:0 auto;
	padding:0;
	width:100%;
	height: auto;
	text-align: center;
	}

h1.mysize img{
	width:300px;
	}


@media screen and (max-width: 480px) {
	h1.mysize img{
		width:200px;
	}
}

/* PC
------------------------------------------------------------------ */

.shoplistBox{
	margin:0;
	padding:0;
	width:100%;
	text-align: left;
}

.contL,
.contM,
.contR{
	float:left;
	width:30%;
}

.contL,
.contM{
	margin-right:3%;
}

table.detailTable{
	width:100%;
	max-width:100%;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#FFFFFF;
	empty-cells:show;
	margin-bottom:15px;
}
.detailTable th{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-weight:bold;
	background-color:#e7e7e7;
	padding:5px;
	text-align:center;
}
.detailTable td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:5px;
	vertical-align:top;
	text-align:left;
}


table.detailTableInner{
	background-color:#FFFFFF;border-spacing:0;
	}
.detailTableInner td{
	border:0px solid #FFFFFF;padding:0px;vertical-align:top;
}

.taC
{
	text-align:center !important;
}

.nb{
	font-size:80%;
	margin-top:10px;
}


@media screen and (max-width: 480px) {
	.shoplistBox{
		width:100%;
		margin-bottom:20px;
	}
	.contL,
	.contM,
	.contR{
		width:98%;
		clear:both;
		margin:0 1%;
	}
}
