@charset "UTF-8";

#layoutset2 #main{
	width:100%;
}
#layoutset2 .price_list	ul{
	width:100%;
	min-height:240px;
}
#layoutset2 .price_list ul li{
	float:left;
	margin:3px;
}
#layoutset2 table{
	width:100%;
	border-collapse:collapse;border-spacing:0;
}
#layoutset2 #contents .contact{
  position:absolute; top:0; right:0;	
}
table th{
	background-color:#f5899c;	
	color:#fff;
	font-weight:bold;
	border:solid 1px #fff;
	vertical-align:middle;
	table-layout:fixed;
	padding:5px 10px;
}
table th.th1{
	width:120px;	
}
table th.th3{
	width:80px;	
}
table td{
	border:solid 1px #f5899c;
	border-top:none;
	border-left:none;
	background-color:#fff;	
	vertical-align:middle;
	table-layout:fixed;
	padding:5px 10px;
}
.f_normal	{
	font-weight:normal;	
}
th.size_S, th.size_M, th.size_L, th.size_LL, td.size_S, td.size_M, td.size_L, td.size_LL	{	
	vertical-align:middle;
}
th.size_S, td.size_S	{
	width:30px;
}
th.size_M, td.size_M	{
	width:90px;
}
th.size_L, td.size_L	{
	width:230px;
}
th.size_LL, td.size_LL	{
	width:280px;
}