@charset "utf-8";
.cover {
	text-align: center;
}


table.pro_t {
	width: 600px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 15px;
	font-size: 16px;
/*	border-radius: 5px;*/
	border-width: 1px;
	}


 
table.pro_t th,
table.pro_t td {
	padding: 10px;
	width: auto;
}
 
table.pro_t th {	background-color: rgba(10,10,10,0.4);
	vertical-align: middle;
	text-align: left;
	width: 200px;
	overflow: visible;
	position: relative;
	color: #ffffff;
	/*text-shadow: 0 0 5px #003366,0 0 10px #003366;*/
	font-weight: bold;
	font-size: 14px;
/*	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;*/  
	border-left: solid 10px #b30e2a;/*左ライン*/
	}
 

/* firefox */

table.pro_t td {
	background-color: rgba(239,239,239,0.70);
	width: 400px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 16px;
/*	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;*/
	color: #666666;
}

@media (max-width: 700px){

table.pro_t {
	width: 90%;
}

	
}
