@charset "utf-8";
/* CSS Document */


.list_tbl {
	width: 98%;
	background: #ffffe5 url(img/tbl_bg.jpg) bottom no-repeat;
	margin-bottom: 30px;
}
.list_tbl th {
	background: #b8ecd8 url(img/th_bg.jpg) top right repeat-y;
	border: 1px solid #cbcbcb;
	padding: 5px;
}
.list_tbl th {
	width: 160px;
	text-align: center;
}
.list_tbl tr.thead th {
	background-color: #b8ecd8;
	background-image: none;
	width: auto;
}
.list_tbl td {
	border: 1px solid #cbcbcb;
	padding: 5px;
	padding-left: 10px;
}
.btnLayout {
	margin-bottom: 40px;
	text-align: center;
}

.sp .btnLayout input {
	width: 48%;
	height: auto;
}
.pc .pc-span {
	display: inline-block;
}
.sp .pc-span {
	display: block;
	margin-bottom: .3em;
}
.pc label.boxlabel {
	display: block;
}
.sp input.checkbox {
	display: block;
	 width:20px; 
	 height:2em; 
	 vertical-align:top;
}
.sp label.boxlabel {
	display: block;
	width:100%; 
	height:2em; 
	background:#ffffe5;
	border:1px solid #CCC;
	padding-left: .2em;
	margin-bottom: .2em;
}

