span.sizeLink{word-break:break-all;}

#main {
	line-height: 140%;
	margin-right: auto;
	margin-left: 20px;
	padding-top: 1px;
	width: 700px;
	}

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 700px;	
	background-color: #F2F6F9;
	border-top: #6390BA solid 1px;
	border-left: #6390BA solid 1px;
	border-bottom: #6390BA solid 1px;
	border-right: #6390BA solid 1px;;
	text-align: center;
	}

.sidebar {
	text-align: center;
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
	margin-top: 0px;
	/*width: 550px;	*/
	padding: 0px 0px 0px 0px;
	letter-spacing:1px;
	}
	
.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 2px;
	}
.sidebar li {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	line-height: 120%;	
	margin-top: 3px;
	list-style-type: none;
	list-style:inside url(../../common/images/ya02.gif);
	}

.indent {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	margin: 0px;
	width: 700px;	
	padding:2px;
	clear:right;
	}


TABLE.table1 td,TABLE.table1 th,TABLE.table1{
	border:1px solid #666666;
	border-collapse:collapse;
}
TABLE.table1 th{
	background-color:#E6E6E6;
}
td.style1{
	background-color:#E6E6E6;
}
td.style2{
	background-color:#FFFFFF;
}

/*** ƒXƒ}ƒz—p start **********/
@media screen and (max-width: 767px) {
	table.table1 tr{
		padding: 0px !important;
		margin: 0px !important;
		border:0px !important;
	}
	table.table1 th{
		padding: 0px !important;
		border:0px !important;
	    width:100% !important;
	    display:none;
	}
	table.table1 td{
		padding: 0px !important;
		border:1px solid #CCCCCC !important;
	    width:100% !important;
	    height:100% !important;
	    display:none;
	    float:left;
	}
	table.table1 td.style1,
	table.table1 td.style2{
		display:block;
	}
}