@charset "utf-8";
/* 注文方法 table */

.table_order { 
width: 60%; 
margin: 20px auto;
border-collapse: collapse; 
border:none; 
} 

.table_order TH { 
padding: 5px 5px 5px 5px;
text-align:center; 
} 

.table_order TD { 
padding: 5px 5px 5px 48px; 
} 

TR.color1 { 
background-color: #D7D7FF
} 

TR.color2 { 
background-color: #F1F2F5
}

/* 既刊一覧 table */
.tbl_book {
	width: 100%;
	border: 0;
	font-size: 0.8em;
}
.tbl_book th {
	text-align:left;
	padding: 3px;
}
.tbl_book td {
	padding: 2px;
}
.tbl_book span {
	font-size: 0.8em;
	margin-left: 2em;
	}

.tbl_philo th {background-color:#FFC;}
.tbl_philo tr:nth-child(2n+1) {background-color:#FFF;}
.tbl_philo tr:nth-child(2n+0) {background-color:#FFC;}

.tbl_socio th {background-color:#EFFFFF;}
.tbl_socio tr:nth-child(2n+1) {background-color:#FFF;}
.tbl_socio tr:nth-child(2n+0) {background-color:#EFFFFF;}

.tbl_art th {background-color:#FFEFFF;}
.tbl_art tr:nth-child(2n+1) {background-color:#FFF;}
.tbl_art tr:nth-child(2n+0) {background-color:#FFEFFF;}

.tbl_politics th {background-color:#eff8ef;}
.tbl_politics tr:nth-child(2n+1) {background-color:#FFF;}
.tbl_politics tr:nth-child(2n+0) {background-color:#eff8ef;}

.tbl_econo th {background-color:#e8dff8;}
.tbl_econo tr:nth-child(2n+1) {background-color:#FFF;}
.tbl_econo tr:nth-child(2n+0) {background-color:#e8dff8;}

.tbl_fiction th {background-color:#e8d8cf;}
.tbl_fiction tr:nth-child(2n+1) {background-color:#FFF;}
.tbl_fiction tr:nth-child(2n+0) {background-color:#e8d8cf;}
