@charset "utf-8";

/* pCSS for koyo-as.co.jp */

*{
	margin:0;
}

div #left_container{
	display:none;
	width:0;
	float:none;
}


div #header ul, #head_menu, #search{
	display:none;
}

#left_container{
	display:none;
	}

div #main_container{
	float:none;
	margin:0;
	padding:1em;
}

/* ストライプテーブル */
tr.even {
	background: #DDFBFF;
	}

tr.hover {
	background: #D6D6D6;
	}

#table1{
	width:90%;
	margin-bottom:15px;
	}

#table1 tr{
	height:1.6em;
	font-size:13px;
	}

/* ストライプテーブル */
div #table1 tr.even {background: #DDFBFF;}
tr.hover {background: #D6D6D6;}

#table1{
	width:90%;
	}


div #main_container table{
	width:750px;
	border:none;
}

#header h2 {
	display:block;
	font-size:100%;
	font-weight:bold;
	margin-left:5px;
}

#footer ul{
	display:none;
	}
	
.btn{
display:none;
}