@charset "utf-8";

/* **************************************************** 0 to 479px ******************* */

div.l-head{
	font-size:110%;
	background: #F2B10F;
	background:-moz-linear-gradient(rgba(236,165,23,0.7), rgba(236,165,23,0.9) 50%);
	background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(236,165,23,0.7)), to(rgba(236,165,23,0.9)));
	font-weight: normal;
	text-shadow:0 -1px 0 rgba(242,100,30,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	border:1px solid #F2B10F;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
	padding:3px 0.5em;
	color:#FFFFFF;
	clear:both;
	margin:5px 0;
}

table.l-table{
	width:100%;
	border-collapse:collapse;
}

table.l-table tr:nth-child(2n){
	background:#F9E8CF;
}

table.l-table tr th{
	font-weight:normal;
	text-align:left;
	padding-left:0.5em;
}

table.l-table tr td{
	width:10%;
	text-align:right;
	padding:4px 0.5em 4px 0;
}

table.l-table tr td a:link,
table.l-table tr td a:visited{
	background: rgba(224,40,35,1);
	background:-moz-linear-gradient(rgba(224,40,35,0.7), rgba(224,40,35,0.9) 50%);
	background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(224,40,35,0.7)), to(rgba(224,40,35,0.9)));
	font-weight: normal;
	text-shadow:0 -1px 0 rgba(224,40,35,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	border:1px solid rgba(224,40,35,1);
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
	color:#FFFFFF;
	padding:0 1em;
}

table.l-table tr td a:hover{
	background:rgba(224,40,35,0.7);
}


@media only screen and (min-width: 600px) { /* *************************************** */

p{
	line-height:2;
}


/* ** */}

@media only screen and (min-width: 960px) { /* *************************************** */

table.l-table{
	width:50%;
	float:left;
}



/* ** */}

