/* for 'and more' category */

/* heading -------------------------------------------------------- */
h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #003;
	background: transparent;
	margin: 1.5em 0 .5em 0;
	padding: 0;
	line-height: 1.1;
}
h2 {
	clear: both;
	font-size: 1.5em;
	padding: .35em 0;
	border-top: 4px solid #33c;
}
h3 {
	font-size: 1.35em;
	padding: .35em 0;
	border-top: 1px solid #66c;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .9em;
}

/* anchor --------------------------------------------------------- */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #00f;
}
a.gopagetop {
	font-size: .85em;
	color: blue;
	text-align: right;
	margin: .5em 0 .5em auto;
	width: 7em;
	display: block;
}

/* list ----------------------------------------------------------- */
ul.note {
	margin: 0 0 .5em 0 !important;
	padding: 0 !important;
}
ul.note li {
	font-size: .85em;
	list-style-type: none;
	padding-left: 1em;
}
ul.note li:before {
	content: '※';
	margin-left: -1em;
}
ul.note li span.notelibefore {
	margin-left: -1em;
}

/* table ---------------------------------------------------------- */
table.table1 {
	font-size: .9em;
	margin: 0 0 1em;
	border-top: 3px #999 double;
	border-bottom: 3px #999 double;
	border-collapse: collapse;
}
table.table1 th {
	font-weight: normal;
	color: #000;
	background: #f4f4ff;
}
table.table1 th, table.table1 td {
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: .2em .5em;
	border: 1px solid #ccc;
}
table.table1 thead, table.table1 tr.subheader {
	background: #cfc;
}
table.table1 thead th, table.table1 tr.subheader th {
	background: transparent;
}
table.table1 tbody {
	border-top: 3px double #999;
}
table.table1 .num {
	text-align: right;
}
table.table1 .mark {
	text-align: center;
	vertical-align: middle;
}
table.table1 ul, table.table1 ol {
	margin: .25em 0 .25em 1.5em;
	padding: 0;
}

table.spectable th {
	white-space: nowrap;
}
table.spectable ul {
	margin: 0 0 .5em 0;
	padding: 0 0 0 1em;
}
/* text ----------------------------------------------------------- */
p {
	margin: 0 0 1em 0;
}
.caption {
	font-size: .85em;
	line-height: 1.2;
}
.uc {
	text-transform: uppercase;
}
address {
	font-style: normal;
	letter-spacing: .1em;
	display: inline;
	white-space: nowrap;
}
.copyright {
	font-size: .8em;
	line-height: 1.3;
	color: #666;
}
/* ---------------------------------------------------------------- */
#store, #maincontent {
	min-height: 280px;
}
#subcontent {
	font-size: .9em;
}
#subcontent h2 {
	font-size: 1.1em;
	margin: 1em 0 .5em 0;
	padding: 8px 8px 4px 8px;
	border: 0;
	border-bottom: 1px solid #ccc;
	background: #eee url(/category/img/subcontent_h2bg.gif) left top no-repeat;
	clear: both;
}
#subcontent ul {
	margin: 0;
	padding: 0 0 0 1.25em;
	color: #666;
}
#subcontent .exparticle {
	clear: both;
	width: 196px;
	margin: 1.5em 0;
	border: 2px solid #eb8;
	background: #fefaf2 url(/product/experiences/img/bg_exparticle.gif) 0 0 no-repeat;
	line-height: 1.2;
}
#subcontent .exparticle h2 {
	width: 171px;
	height: 42px;
	margin: 12px 18px .75em 7px;
	padding: 0;
	border: 0;
	background: transparent;
}
#subcontent .exparticle p, .exparticle a {
	margin: .75em !important;
	padding: 0;
}
#subcontent .exparticle a {
	display: block;
	font-weight: bold;
}

#subcontent .mmarticle {
	clear: both;
	width: 196px;
	margin: 1.5em 0;
	border: 2px solid #cc9;
	background: #f8f8f0 url(/category/img/bg_mmarticle.gif) top left no-repeat;
	line-height: 1.2;
}
#subcontent .mmarticle h2, .mmarticle p, .mmarticle a {
	margin: .75em !important; 
	padding: 0;
	border: 0;
	background: transparent;
}
#subcontent .mmarticle a {
	display: block;
	font-weight: bold;
}
#maincontent .download {
	margin: 0 0 1em 0;
}
