/* for 'and more' category */

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* 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;
	white-space: nowrap;
}

/* 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 tr th, table.table1 thead tr td, table.table1 tr.subheader th, table.table1 tr.subheader td {
	background: #cfc;
}
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.table1 dl {
	margin: .25em 0;
	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;
}
sup, sub {
	font-weight: normal;
	font-size: 8pt;
}
sup {
	vertical-align: top;
}
.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;
	line-height: 1.3;
}
#subcontent ul li {
	margin: 0 0 .3em 0;
}

#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;
}
#subcontent ul.mediainf {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #eef;
	background: #f8f8ff;
}
#subcontent ul.mediainf li {
	margin: 0;
	padding: .25em .5em;
	border-right: 1px dotted #cce;
	border-bottom: 1px dotted #cce;
	border-left: 1px dotted #eef;
	border-top: 0;
	display: block;
}
#subcontent .mediainf li img {
	margin: 2px 0 -2px 0;
}
#maincontent .download {
	margin: 0 0 1em 0;
}
