@charset "utf-8";

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

.toi {
	width: 90%;
}
.toi, .toi td, .toi th{
	border: 1px solid #c9c9c9;
	line-height: 1.5;
}

.toi td{
	width: 400px;
	padding: 10px;
	vertical-align: top;
}

.toi th{
	width: 130px;
	padding: 10px;
	text-align: center;
	background-color: #E5E5E5;
}

.toi td a {
	color:#009;
	/*background-image:url(../images/arrow1.gif) ;*/
	background-repeat:no-repeat;
	/*padding-left:20px;*/
}

.red {
	color:#C03;
}

.toi ul.no {
	margin:0 0 10px 40px
}

.toi li {
	float: left;
	margin-left:60px;
}


/*color of placeholder*/
::-webkit-input-placeholder	{
	color: #ccc;
}
::-moz-placeholder	{
	color: #ccc;
	opacity: 1;
}
:-ms-input-placeholder	{
	color: #ccc;
}
.wide_s	{
	width: 250px;
}

@media screen and (min-width:481px){
.toi {
	width:95%;
}
.toi td {
	width:75%;
	text-align: left;
}
.toi th{
	width: 20%;
}
td.wide_s	{
	width: 90%;
}
.wide_s	{
	width:95%;
}

}