html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  min-width: 1000px;
  background-color: #fff;
  color: #333;
  font-size: 75%;
  line-height: 1.4;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

img {
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.left {
  float: left;
}

.right {
  float: right;
}

.ro a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#header > .inner {
  *zoom: 1;
  width: 1000px;
  margin: 0 auto;
}
#header > .inner:after {
  content: "";
  display: block;
  clear: both;
}
#header .logo {
  float: left;
  padding-top: 54px;
}
#header #hnavi {
  *zoom: 1;
  padding-top: 8px;
  margin-bottom: 54px;
}
#header #hnavi:after {
  content: "";
  display: block;
  clear: both;
}
#header #hnavi ul {
  *zoom: 1;
  float: right;
}
#header #hnavi ul:after {
  content: "";
  display: block;
  clear: both;
}
#header #hnavi ul li {
  float: left;
  margin-left: 20px;
}
#header #hnavi ul li:first-child {
  margin-left: 0;
}
#header #gnavi {
  *zoom: 1;
  margin-bottom: 62px;
}
#header #gnavi:after {
  content: "";
  display: block;
  clear: both;
}
#header #gnavi ul {
  *zoom: 1;
  float: right;
  border-right: 1px dotted #B2B2B2;
}
#header #gnavi ul:after {
  content: "";
  display: block;
  clear: both;
}
#header #gnavi ul li {
  float: left;
  width: 160px;
  border-left: 1px dotted #B2B2B2;
  text-align: center;
}
#header .searchWrap {
  *zoom: 1;
}
#header .searchWrap:after {
  content: "";
  display: block;
  clear: both;
}
#header .searchWrap > .inner {
  *zoom: 1;
  float: right;
}
#header .searchWrap > .inner:after {
  content: "";
  display: block;
  clear: both;
}
#header .searchWrap .btnsType1 {
  float: left;
}
#header .searchWrap .btnsType1 > div {
  float: left;
  margin-left: 15px;
}
#header .searchWrap .btnsType1 > div:first-child {
  margin-left: 0;
}
#header .searchWrap .search {
  float: left;
  margin-left: 20px;
}
#header .searchWrap .search form {
  *zoom: 1;
}
#header .searchWrap .search form:after {
  content: "";
  display: block;
  clear: both;
}
#header .searchWrap .search form > div {
  float: left;
}
#header .searchWrap .search form input[type=text] {
  width: 274px;
  height: 28px;
  margin: 0;
  padding: 0 5px;
  border-top: 1px solid #BBBBBB;
  border-right: none;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #BBBBBB;
  line-height: 28px;
}

#breadcrumbs {
  width: 1000px;
  margin: 0 auto;
  padding: 12px 0;
  color: #999999;
}
#breadcrumbs a {
  color: #999;
}
#breadcrumbs span {
  color: #3C4A99;
}

#contents > .inner {
  *zoom: 1;
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}
#contents > .inner:after {
  content: "";
  display: block;
  clear: both;
}

#main {
  float: left;
  width: 750px;
}

#ranking {
  float: right;
  width: 360px;
}
#ranking ul li {
  display: table;
  width: 100%;
  margin-top: 20px;
}
#ranking ul li:first-child {
  margin-top: 0;
}
#ranking .rank, #ranking .image, #ranking .detail {
  display: table-cell;
}
#ranking .rank {
  width: 50px;
  text-align: center;
  vertical-align: middle;
}
#ranking .image {
  width: 78px;
  vertical-align: top;
}
#ranking .detail {
  padding-left: 10px;
  vertical-align: middle;
}

#sub {
  float: right;
  width: 220px;
}
#sub > div {
  margin-top: 25px;
}
#sub > div:first-child {
  margin-top: 0;
}

#news .titleWrap {
  *zoom: 1;
}
#news .titleWrap:after {
  content: "";
  display: block;
  clear: both;
}
#news .titleWrap h2 {
  float: left;
}
#news .titleWrap .link {
  float: right;
}
#news ul {
  max-height: 250px;
  overflow: auto;
}
#news ul li {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dotted #C1C1C1;
}
#news ul li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#news .dateWrap {
  margin-bottom: 5px;
}
#news .dateWrap span {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
#news .dateWrap span:first-child {
  margin-left: 0;
}
#news .dateWrap .date {
  color: #27358D;
}

#genre .entry, #series .entry, #category .entry, #company .entry {
  margin-top: 10px;
  font-size: 117%;
}
#genre .entry:first-child, #series .entry:first-child, #category .entry:first-child, #company .entry:first-child {
  margin-top: 0;
}
#genre .entry > ul > li .switch + a, #series .entry > ul > li .switch + a, #category .entry > ul > li .switch + a, #company .entry > ul > li .switch + a {
  width: 174px;
}
#genre .entry > ul > li > ul, #series .entry > ul > li > ul, #category .entry > ul > li > ul, #company .entry > ul > li > ul {
  display: none;
  margin-top: 5px;
  padding-left: 14px;
}
#genre .entry > ul > li > ul > li, #series .entry > ul > li > ul > li, #category .entry > ul > li > ul > li, #company .entry > ul > li > ul > li {
  margin-top: 5px;
}
#genre .entry > ul > li > ul > li:first-child, #series .entry > ul > li > ul > li:first-child, #category .entry > ul > li > ul > li:first-child, #company .entry > ul > li > ul > li:first-child {
  margin-top: 0;
}
#genre .entry > ul > li > ul > li .switch + a, #series .entry > ul > li > ul > li .switch + a, #category .entry > ul > li > ul > li .switch + a, #company .entry > ul > li > ul > li .switch + a {
  width: 160px;
}
#genre .entry > ul > li > ul > li > ul, #series .entry > ul > li > ul > li > ul, #category .entry > ul > li > ul > li > ul, #company .entry > ul > li > ul > li > ul {
  display: none;
  margin-top: 2px;
  padding-left: 14px;
}
#genre .entry > ul > li > ul > li > ul > li, #series .entry > ul > li > ul > li > ul > li, #category .entry > ul > li > ul > li > ul > li, #company .entry > ul > li > ul > li > ul > li {
  margin-top: 2px;
}
#genre .entry > ul > li > ul > li > ul > li:first-child, #series .entry > ul > li > ul > li > ul > li:first-child, #category .entry > ul > li > ul > li > ul > li:first-child, #company .entry > ul > li > ul > li > ul > li:first-child {
  margin-top: 0;
}
#genre .entry > ul > li > ul > li > ul > li .switch + a, #series .entry > ul > li > ul > li > ul > li .switch + a, #category .entry > ul > li > ul > li > ul > li .switch + a, #company .entry > ul > li > ul > li > ul > li .switch + a {
  width: 146px;
}
#genre .wrap, #series .wrap, #category .wrap, #company .wrap {
  *zoom: 1;
}
#genre .wrap:after, #series .wrap:after, #category .wrap:after, #company .wrap:after {
  content: "";
  display: block;
  clear: both;
}
#genre .wrap a, #series .wrap a, #category .wrap a, #company .wrap a {
  display: block;
  float: left;
}
#genre .switch, #series .switch, #category .switch, #company .switch {
  margin: 3px 6px 0 0;
  visibility: hidden;
}
#genre .switch img, #series .switch img, #category .switch img, #company .switch img {
  vertical-align: middle;
}

#category .entry > ul > li .category + a {
  width: 132px;
}
#category .entry > ul > li > ul > li .category + a {
  width: 118px;
}
#category .entry > ul > li > ul > li > ul > li .category + a {
  width: 104px;
}
#category .category {
  width: auto !important;
  margin: 3px 6px 0 0;
}

#banners ul li, .banners ul li {
  margin-top: 20px;
}
#banners ul li:first-child, .banners ul li:first-child {
  margin-top: 0;
}

#btnPagetop {
  width: 1000px;
  margin: 0 auto;
  text-align: right;
}

#footer > .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 45px 0 20px;
  border-top: 3px solid #27368E;
}
#footer #fnavi {
  margin-bottom: 55px;
}
#footer #fnavi > ul {
  *zoom: 1;
}
#footer #fnavi > ul:after {
  content: "";
  display: block;
  clear: both;
}
#footer #fnavi > ul > li {
  float: left;
  width: 200px;
}
#footer #fnavi > ul > li p {
  margin-bottom: 10px;
  font-size: 117%;
  font-weight: bold;
}
#footer #fnavi > ul > li > ul > li {
  margin-top: 5px;
}
#footer #fnavi > ul > li > ul > li:first-child {
  margin-top: 0;
}
#footer .wrap {
  *zoom: 1;
}
#footer .wrap:after {
  content: "";
  display: block;
  clear: both;
}
#footer .wrap .logoWrap {
  *zoom: 1;
  float: left;
}
#footer .wrap .logoWrap:after {
  content: "";
  display: block;
  clear: both;
}
#footer .wrap .logoWrap .logo, #footer .wrap .logoWrap p {
  float: left;
}
#footer .wrap .logoWrap p {
  margin-left: 10px;
  padding-top: 8px;
}
#footer .wrap .logoWrap strong {
  font-size: 117%;
}
#footer .wrap .copyright {
  float: right;
  padding-top: 16px;
}

.image img {
  border: 1px solid #ccc;
}

.titleType1 {
  margin-bottom: 25px;
  font-size: 200%;
  font-weight: bold;
}

.titleType2 {
  margin-bottom: 25px;
  padding: 10px 15px;
  border: 1px solid #27368E;
  color: #4D589D;
  font-size: 117%;
  font-weight: bold;
}

.titleType3 {
  margin-bottom: 15px;
  color: #656565;
  font-size: 117%;
  font-weight: bold;
}

.wrapType1 {
  padding-top: 4px;
  background-image: url(../images/common/bg_wrap_top.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.wrapType1 > .inner {
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #BBBBBB;
}
.wrapType1 .titleWrap {
  padding: 12px 15px;
  background-color: #F8F9FB;
}
.wrapType1 .titleWrap h2 {
  font-size: 117%;
  font-weight: bold;
}
.wrapType1 .content {
  padding: 15px;
}

.listType1 .imageWrap {
  margin-bottom: 20px;
  text-align: center;
}
.listType1 .imageWrap .inner {
  display: inline-block;
  position: relative;
  margin: 0;
}
.listType1 .imageWrap .inner .image {
  display: inline-block;
  margin: 0;
}
.listType1 .imageWrap .inner .iconWrap {
  position: absolute;
  bottom: 6px;
  left: -6px;
  background-color: #fff;
  text-align: left;
}
.listType1 .image {
  margin-bottom: 15px;
  text-align: center;
}
.listType1 .detail p {
  margin-top: 4px;
  text-align: center;
}
.listType1 .detail p:first-child {
  margin-top: 0;
}
.listType1 .title {
  font-size: 117%;
}
.listType1 .author {
  color: #656565;
}

.listType2 li {
  *zoom: 1;
}
.listType2 li:after {
  content: "";
  display: block;
  clear: both;
}
.listType2 .image {
  float: left;
}
.listType2 .detail {
  float: right;
}
.listType2 .title {
  margin-bottom: 10px;
  font-size: 117%;
}
.listType2 .author {
  color: #656565;
}
.listType2 .btn {
  margin-top: 10px;
}

.linksType1 a, .linkType1 {
  display: inline-block;
  padding-left: 6px;
  background-image: url(../images/common/bg_arrow3.gif);
  background-position: 0 center;
  background-repeat: no-repeat;
}

.linksType2 a, .linkType2 {
  display: inline-block;
  padding-left: 14px;
  background-image: url(../images/common/bg_arrow1.gif);
  background-position: 0 center;
  background-repeat: no-repeat;
}

.linkType3 {
  color: #0000ff;
}

.btnsType1 a, .btnType1 {
  display: inline-block;
  padding: 6px 30px;
  border: 1px solid #939BC7;
  color: #27358D;
  text-align: center;
}

.btnsType2 a, .btnType2 {
  display: inline-block;
  padding: 6px 30px;
  border: 1px solid #939BC7;
  background-image: url(../images/common/bg_arrow2.gif);
  background-position: 95% center;
  background-repeat: no-repeat;
  color: #27358D;
  text-align: center;
}

.tableType1 {
  width: 100%;
  background-image: url(../images/common/bg_dotted.gif);
  background-position: 0 bottom;
  background-repeat: repeat-x;
}
.tableType1 tr {
  background-image: url(../images/common/bg_dotted.gif);
  background-position: 0 0;
  background-repeat: repeat-x;
}
.tableType1 th, .tableType1 td {
  padding: 15px 8px;
}
.tableType1 th {
  color: #656565;
}
.tableType1 td {
  font-size: 117%;
}

.sectionType1 {
  margin-bottom: 40px;
}
.sectionType1 > .content {
  padding: 0 25px;
}

.sectionType2 {
  *zoom: 1;
  margin-bottom: 40px;
}
.sectionType2:after {
  content: "";
  display: block;
  clear: both;
}
.sectionType2 > div {
  float: left;
  width: 360px;
  margin-left: 30px;
}
.sectionType2 > div:first-child {
  margin-left: 0;
}

.sectionType3 {
  margin-bottom: 40px;
  padding: 15px;
  border-top: 1px solid #27368E;
}

.relatedBook ul {
  *zoom: 1;
  margin: 0 -10px -10px 0;
}
.relatedBook ul:after {
  content: "";
  display: block;
  clear: both;
}
.relatedBook ul li {
  float: left;
  width: 180px;
  margin: 0 10px 10px 0;
}

.paging .wrap {
  margin-top: 10px;
  text-align: right;
}
.paging .wrap:first-child {
  margin-top: 0;
}
.paging .wrap > div {
  display: inline-block;
  margin-left: 20px;
}
.paging .wrap > div:first-child {
  margin-left: 0;
}

/* cms start */
.cms * {
  word-break: break-all;
}

.cms p {
  margin: 1em 0;
}

.cms ul {
  list-style-type: disc;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 1em;
}

.cms ul ul {
  list-style-type: circle;
  margin: 0 0 0 1em;
}

.cms ul ul ul {
  list-style-type: square;
}

.cms ol {
  list-style-type: decimal;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 1em;
}

.cms ol ol {
  margin: 0 0 0 1em;
}

.cms dl {
  margin: 1em 0;
}

.cms dd {
  margin: 0 0 0 1em;
}

.cms blockquote {
  margin: 1em;
  padding: 0 0 0 1em;
  border-left: 3px solid #CCCCCC;
}

.cms pre {
  margin: 1em;
  padding: 1em;
  border: 1px solid #CCCCCC;
  white-space: normal;
}

.cms blockquote blockquote {
  margin: 0;
}

.cms table {
  border-top: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
}

.cms table th {
  padding: 5px 5px 5px 7px;
  border-bottom: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  background-color: #E8E8E8;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  white-space: nowrap;
}

.cms table td {
  padding: 5px 5px 5px 7px;
  border-bottom: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  text-align: left;
  vertical-align: top;
}

.cms h1 {
  font-size: 120%;
}

.cms h2 {
  font-size: 100%;
}

.cms h3 {
  font-size: 100%;
}

.cms h4 {
  font-size: 100%;
}

.cms h5 {
  font-size: 100%;
}

.cms h6 {
  font-size: 100%;
}

/* cms end */
.cms a {
  color: #0000ff;
}

.cms em {
  font-style: italic;
}
