@charset "UTF-8";

/* common  -------------------------------- */

th.tableheader {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.25em;
}

th.tableheader .tableheader_sub {
	font-size: 0.9em;	
}

.bold {
	font-weight: bold;
}

.align_right {
	display: block;
	font-size: 0.85em;
	text-align: right;
}

/* common  -------------------------------- */

/* current number table -------------------- */

#base_area {
	border-style: solid;
	border-width: 1px;
	border-color:  #B9C3C9;
	background-color: #EFEFEF;
	margin-top: 20px;
	padding: 20px;
}

#cr_number {
	width: 920px;
	background-color: #fff;
}

#cr_number th, td {
	border-style: solid;
	border-width: 1px;
	border-color:  #B9C3C9;
	padding: 12.5px 20px;
	vertical-align: top;
}

#cr_number th {
	background-color: #FBFBFB;
}

#cr_number td {
	background-color: #fff;
}

#cr_number #cr_pic_cell {
	width: 280px;
	padding: 20px 0 20px 0;
	position: relative;
	background-color: transparent;
}

#cr_pic {
	text-align: center;
}

#cr_pic img#cr_pic_new {
	width: 200px;
	height: 32px;
}

#cr_pic img#cr_pic_border {
	width: 200px;
	height: 283px;
}

#cr_pic a:hover {
	opacity: 0.7;
}

#cr_number #cr_pic_border {
	margin-top: 15px;
	border: solid 1px #000;
}

#cr_cap {
	width: 240px;
	margin: 20px auto 0 auto;
}

#backnumbtn {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#backnumbtn img {
	width: 240px;
	height: 50px;
	margin-top: 10px;
}

#cr_number #cr_index_cell {
	padding: 20px 30px;
}

#cr_index_cell #magaginelogo {
	margin-right: 10px;	
}

#cr_index_cell img {
	width: 100px;
	height: 31px;
}

#cr_number #cr_index_text {
	margin-top: 25px;
	margin-left: 2em;
}

#cr_number #cr_index_text li.indexheader {
	margin-top: 10px;
	text-indent: -2em;
}

#cr_number #cr_index_text li.indexitem {
	margin-top: 10px;
	margin-left: 1em;
	text-indent: -2em;
}

/* current number table -------------------- */

/* back number table -------------------- */

table.bk_number {
	width: 880px;
	margin-top: 30px;
}

table.bk_number th, td {
	border: solid 1px #B9C3C9;
	padding: 12.5px 20px;
	vertical-align: top;
}

table.bk_number td {
	padding: 20px;
}

table.bk_number thead tr th.bn_header {
	background-color: #EFEFEF;
}

table.bk_number tbody tr th.bn_pic_cell {
	width: 230px;
	padding: 20px 0 0 0;
	background-color: #FBFBFB;
}

table.bk_number .bn_pic_cell .bn_pic {
	text-align: center;
}

table.bk_number .bn_pic_cell .bn_pic img {
	width: 141px;
	height: 200px;
}

table.bk_number .bn_pic_cell .bn_pic a:hover {
	opacity: 0.7;
}

table.bk_number .bn_pic_cell .bn_pic_border {
	border: 1px solid #000;
}

table.bk_number .bn_pic_cell .bn_cap {
	width: 190px;
	margin: 20px auto;
}

table.bk_number tbody tr td.bn_index_cell {
	width: 650px;
	background-color: #fff;
}

#bn_indextop {
	margin-bottom: 20px;	
}

.bn_index_cell ul {
	margin-left: 2em;
}

li.indexheader {
	text-indent: -2em;
}

li.indexitem {
	margin-left: 1em;
	text-indent: -2em;
}

table.empty {
	height: 1000px;
}

/* back number table -------------------- */

.indent_2em {
	margin-left: 2em;
}