@charset "UTF-8";

.detailCatch {
	margin-bottom: 0 !important;
	padding: 10px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-weight: bold;
}
.contentBox {
	margin-bottom: 10px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.content {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	table-layout: fixed;
}
.content caption {
	padding: 5px 8px;
	background: #F4F4F4;
}
.content caption span {
	border-left: 4px solid #CC302D;
	padding-left: 6px;
	font-weight: bold;
	font-size: 116%;
}
.content th,
.content td {
	padding: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: left;
	vertical-align: middle;
	word-wrap: break-word;
}
.content th { width: 160px; }
.content th,
.content .tHeader {
	width: 160px;
	background: #ECEFF3;
}
.noBorderTop th, .noBorderTop td { border-top: none !important; }
.noBorderBottom th, .noBorderBottom td { border-bottom: none !important; }

.itemTitle {
	min-height: 26px;
	height: auto !important;
	height: 26px;
	padding: 4px 152px 4px 14px;
	position: relative;
	border: solid 1px #CCC;
	background: url("/img/common/bg_detail.gif") no-repeat 0 0;
}
.itemTitle span {
	display: -moz-inline-box;
	display: inline-block;
	position: relative;
	margin-right: 8px;
	padding: 3px 0;
	border: 1px solid #CCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: bold;
	font-size: 85%;
	text-align: center;
	text-indent: 0.5em;
	letter-spacing: 0.5em;
	behavior: url("/common/js/PIE.htc");
	*display: inline;
	*padding-right: 5px;
	*zoom: 1;
}
.itemTitle h2 {
	display: inline;
	font-size: 123.1%;
}
.itemAdd {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
}
.pictureArea {
	width: 100%;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.pictureArea th {
	width: 210px;
	padding: 10px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
}
.pictureArea th img {
	max-width: 210px;
	max-height: 210px;
}
*:first-child+html .pictureArea th img { -ms-interpolation-mode: bicubic; }

.pictureArea td {
	padding: 10px;
	border-top: 1px solid #CCC;
	text-align: left;
	vertical-align: middle;
}
.pictureArea .tHeader {
	width: 160px;
	background: #ECEFF3;
}
#pageLink {
	margin-bottom: 20px;
	border: 1px solid #CCC;
	font-weight: bold;
}
#pageLink span {
	display: block;
	float: left;
	width: 4.5em;
	padding: 7px 10px;
	background: #F8D7D7;
	text-align: center;
}
#pageLink ul {
	overflow: hidden;
	padding: 7px 10px;
	text-align: center;
	_zoom: 1;
}
#pageLink li {
	padding-right: 11px;
	border-right: 1px solid #CCC;
}
#pageLink li a { text-decoration: none; }
#pageLink li a:hover { text-decoration: underline; }

.innerPagetop {
	height: 12px;
	margin-bottom: 10px;
}
.innerPagetop a {
	height: 0;
	padding-top: 12px;
	background: url("/img/common/inner_pagetop.gif") no-repeat 100% 0;
}
.innerPagetop a:hover { background-position: 100% -12px; }
