@media screen and (max-width: 1100px) {
table{
	width:100% !important;
}
td{vertical-align:top !important;}
}
td img{max-width:100%;}
td {
	font-size: 12px;

}
.gyokan {
	line-height: 25px;
}
.ctitle {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 3px;
}
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #0066FF;
	text-decoration: none;
}
.enVerdana {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}
.smallFont {
	font-size: 10px;
}
.whiteText{
	padding-top:10px !important;
	display:block;
}