/* CSS Document */
body{background-color: #AF875F;}

table{background-color: #505050;}

td.td_style1{background-color: #CFB79F;}
td.td_style2{background-color: #EFE7DF;}

.f_style1{color: #000000; font-size: 16px; font-weight: bold;}
.f_style2{color: #000000; font-size: 15px; font-weight: bold;}
.f_style3{color: #000000; font-size: 14px; font-weight: bold;}
.f_style4{color: #FF0000; font-size: 14px; font-weight: bold;}
.f_style5{color: #000000; font-size: 13px; font-weight: bold;}

@media(max-width: 767px){

	table{
		width: auto;
	}

	td{
		height: auto;
	}

	#bigPic{
		width: 280px;
	}

	#smallPic_1{
		width: 50px;
	}
	#smallPic_2{
		width: 50px;
	}
	#smallPic_3{
		width: 50px;
	}
	#smallPic_4{
		width: 50px;
	}
	#smallPic_5{
		width: 50px;
	}
	#smallPic_6{
		width: 50px;
	}
	#smallPic_7{
		width: 50px;
	}
	#smallPic_8{
		width: 50px;
	}
}