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 {
  background-color: #FCFCF7;
  color: #000;
  font-size: 9pt;
  line-height: 1.2;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
img {
  vertical-align: bottom;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.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;
}
strong {
  font-weight: bold;
}
body.small {
  font-size: 8pt;
}
body.large {
  font-size: 10pt;
}
#page {
  min-width: 1140px;
}
#header {
  background-color: #fff;
}
#header .wrap {
  *zoom: 1;
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}
#header .wrap:after {
  content: "";
  display: block;
  clear: both;
}
#header .wrap .logo {
  float: left;
  padding-top: 27px;
}
#header .wrap .hnaviWrap {
  *zoom: 1;
  float: right;
  padding-top: 10px;
}
#header .wrap .hnaviWrap:after {
  content: "";
  display: block;
  clear: both;
}
#header .wrap .fzWrap {
  *zoom: 1;
  text-align: right;
}
#header .wrap .fzWrap:after {
  content: "";
  display: block;
  clear: both;
}
#header .wrap .fzWrap a {
  display: inline-block;
}
#header .wrap .hnavi {
  float: left;
  padding-top: 20px;
}
#header .wrap .hnavi ul {
  *zoom: 1;
}
#header .wrap .hnavi ul:after {
  content: "";
  display: block;
  clear: both;
}
#header .wrap .hnavi ul li {
  float: left;
  margin-left: 15px;
}
#header .wrap .hnavi ul li:first-child {
  margin-left: 0;
}
#header .wrap .search {
  float: left;
  margin-left: 15px;
  padding-top: 12px;
}
#header .wrap .search form {
  *zoom: 1;
}
#header .wrap .search form:after {
  content: "";
  display: block;
  clear: both;
}
#header .wrap .search form > div {
  float: left;
}
#header .wrap .search form + p {
  margin-top: 5px;
  text-align: right;
}
#header .wrap .search form + p a {
  position: relative;
  display: inline-block;
  padding: 5px 10px 5px 25px;
  border: 1px solid #fff;
  outline: 1px solid #473535;
  background-color: #473535;
  color: #fff;
}
#header .wrap .search form + p a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#header .wrap .search form + p a:before,
#header .wrap .search form + p a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
}
#header .wrap .search form + p a:before {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
}
#header .wrap .search form + p a:after {
  width: 6px;
  height: 6px;
  margin-top: 9px;
  margin-left: 3px;
  border-top: 1px solid #473535;
  border-right: 1px solid #473535;
  transform: rotate(45deg);
}
#header .wrap .search input[type="text"] {
  height: 28px;
  margin: 0;
  padding: 0 5px;
  border: 1px solid #ccc;
  line-height: 28px;
}
#gnavi {
  background-image: url(../images/common/bg_gnavi.jpg);
  background-position: 0 0;
  background-repeat: repeat-x;
}
#gnavi ul {
  *zoom: 1;
  width: 1000px;
  margin: 0 auto;
}
#gnavi ul:after {
  content: "";
  display: block;
  clear: both;
}
#gnavi ul li {
  float: left;
}
#gnavi .current a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#contents > .inner {
  *zoom: 1;
  width: 958px;
  margin: 0 auto;
  padding: 20px 20px 60px;
  border-top: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  background-color: #fff;
}
#contents > .inner:after {
  content: "";
  display: block;
  clear: both;
}
#breadcrumbs {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
  color: #999;
}
#breadcrumbs a {
  color: #999;
}
#main {
  float: right;
  width: 720px;
}
#main.column1 {
  width: 100%;
}
#main .entry {
  line-height: 1.5;
}
#sub {
  float: left;
  width: 200px;
}
#sub > div {
  margin-top: 20px;
}
#sub > div:first-child {
  margin-top: 0;
}
#news .titleType3 {
  margin-bottom: 15px;
}
#news .important {
  padding: 0 0 10px;
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 117%;
  border-bottom: dashed 1px #BFBFBF;
}
#news ul {
  height: 350px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #D2D2D2;
  overflow: auto;
}
#news ul li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #D2D2D2;
}
#news ul li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#news .date {
  margin-bottom: 5px;
  padding-left: 15px;
  background-image: url(../images/common/arrow4.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #8F1525;
}
#news .title {
  line-height: 1.5;
  font-weight: bold;
}
#news .more {
  text-align: right;
}
#news .more a {
  display: inline-block;
  padding-right: 15px;
  background-image: url(../images/common/arrow5.gif);
  background-position: right center;
  background-repeat: no-repeat;
}
#genre .titleType3,
#series .titleType3,
#ad .titleType3,
#company .titleType3,
#newsCategory .titleType3 {
  position: relative;
  margin-bottom: 15px;
}
#genre .titleType3 a,
#series .titleType3 a,
#ad .titleType3 a,
#company .titleType3 a,
#newsCategory .titleType3 a {
  position: absolute;
  display: block;
  top: 7px;
  right: 7px;
}
#genre .entry,
#series .entry,
#ad .entry,
#company .entry,
#newsCategory .entry,
#genre .entry_y,
#series .entry_y,
#ad .entry_y,
#company .entry_y,
#newsCategory .entry_y,
#genre .entry_n,
#series .entry_n,
#ad .entry_n,
#company .entry_n,
#newsCategory .entry_n {
  margin-top: 15px;
}
#genre .entry:first-child,
#series .entry:first-child,
#ad .entry:first-child,
#company .entry:first-child,
#newsCategory .entry:first-child,
#genre .entry_y:first-child,
#series .entry_y:first-child,
#ad .entry_y:first-child,
#company .entry_y:first-child,
#newsCategory .entry_y:first-child,
#genre .entry_n:first-child,
#series .entry_n:first-child,
#ad .entry_n:first-child,
#company .entry_n:first-child,
#newsCategory .entry_n:first-child {
  margin-top: 0;
}
#genre .entry > ul > li > .switch + a,
#genre .entry > ul > li > .switch + .text,
#series .entry > ul > li > .switch + a,
#series .entry > ul > li > .switch + .text,
#ad .entry > ul > li > .switch + a,
#ad .entry > ul > li > .switch + .text,
#company .entry > ul > li > .switch + a,
#company .entry > ul > li > .switch + .text,
#newsCategory .entry > ul > li > .switch + a,
#newsCategory .entry > ul > li > .switch + .text,
#genre .entry_y > ul > li > .switch_y + a,
#genre .entry_y > ul > li > .switch_y + .text,
#series .entry_y > ul > li > .switch_y + a,
#series .entry_y > ul > li > .switch_y + .text,
#ad .entry_y > ul > li > .switch_y + a,
#ad .entry_y > ul > li > .switch_y + .text,
#company .entry_y > ul > li > .switch_y + a,
#company .entry_y > ul > li > .switch_y + .text,
#newsCategory .entry_y > ul > li > .switch_y + a,
#newsCategory .entry_y > ul > li > .switch_y + .text,
#genre .entry_n > ul > li > .switch_n + a,
#genre .entry_n > ul > li > .switch_n + .text,
#series .entry_n > ul > li > .switch_n + a,
#series .entry_n > ul > li > .switch_n + .text,
#ad .entry_n > ul > li > .switch_n + a,
#ad .entry_n > ul > li > .switch_n + .text,
#company .entry_n > ul > li > .switch_n + a,
#company .entry_n > ul > li > .switch_n + .text,
#newsCategory .entry_n > ul > li > .switch_n + a,
#newsCategory .entry_n > ul > li > .switch_n + .text {
  display: inline-block;
  width: 187px;
}
#genre .entry > ul > li > ul,
#series .entry > ul > li > ul,
#ad .entry > ul > li > ul,
#company .entry > ul > li > ul,
#newsCategory .entry > ul > li > ul,
#genre .entry_y > ul > li > ul,
#series .entry_y > ul > li > ul,
#ad .entry_y > ul > li > ul,
#company .entry_y > ul > li > ul,
#newsCategory .entry_y > ul > li > ul,
#genre .entry_n > ul > li > ul,
#series .entry_n > ul > li > ul,
#ad .entry_n > ul > li > ul,
#company .entry_n > ul > li > ul,
#newsCategory .entry_n > ul > li > ul {
  display: none;
  margin-top: 5px;
  padding-left: 13px;
}
#genre .entry_y > ul > li > ul,
#series .entry_y > ul > li > ul,
#ad .entry_y > ul > li > ul,
#company .entry_y > ul > li > ul,
#newsCategory .entry_y > ul > li > ul {
  margin-top: 5px;
  padding-left: 13px;
}
#genre .entry > ul > li > ul > li,
#series .entry > ul > li > ul > li,
#ad .entry > ul > li > ul > li,
#company .entry > ul > li > ul > li,
#newsCategory .entry > ul > li > ul > li,
#genre .entry_y > ul > li > ul > li,
#series .entry_y > ul > li > ul > li,
#ad .entry_y > ul > li > ul > li,
#company .entry_y > ul > li > ul > li,
#newsCategory .entry_y > ul > li > ul > li,
#genre .entry_n > ul > li > ul > li,
#series .entry_n > ul > li > ul > li,
#ad .entry_n > ul > li > ul > li,
#company .entry_n > ul > li > ul > li,
#newsCategory .entry_n > ul > li > ul > li {
  margin-top: 5px;
}
#genre .entry > ul > li > ul > li > .switch + a,
#genre .entry > ul > li > ul > li > .switch + .text,
#series .entry > ul > li > ul > li > .switch + a,
#series .entry > ul > li > ul > li > .switch + .text,
#ad .entry > ul > li > ul > li > .switch + a,
#ad .entry > ul > li > ul > li > .switch + .text,
#company .entry > ul > li > ul > li > .switch + a,
#company .entry > ul > li > ul > li > .switch + .text,
#newsCategory .entry > ul > li > ul > li > .switch + a,
#newsCategory .entry > ul > li > ul > li > .switch + .text,
#genre .entry_y > ul > li > ul > li > .switch_y + a,
#genre .entry_y > ul > li > ul > li > .switch_y + .text,
#series .entry_y > ul > li > ul > li > .switch_y + a,
#series .entry_y > ul > li > ul > li > .switch_y + .text,
#ad .entry_y > ul > li > ul > li > .switch_y + a,
#ad .entry_y > ul > li > ul > li > .switch_y + .text,
#company .entry_y > ul > li > ul > li > .switch_y + a,
#company .entry_y > ul > li > ul > li > .switch_y + .text,
#newsCategory .entry_y > ul > li > ul > li > .switch_y + a,
#newsCategory .entry_y > ul > li > ul > li > .switch_y + .text,
#genre .entry_n > ul > li > ul > li > .switch_n + a,
#genre .entry_n > ul > li > ul > li > .switch_n + .text,
#series .entry_n > ul > li > ul > li > .switch_n + a,
#series .entry_n > ul > li > ul > li > .switch_n + .text,
#ad .entry_n > ul > li > ul > li > .switch_n + a,
#ad .entry_n > ul > li > ul > li > .switch_n + .text,
#company .entry_n > ul > li > ul > li > .switch_n + a,
#company .entry_n > ul > li > ul > li > .switch_n + .text,
#newsCategory .entry_n > ul > li > ul > li > .switch_n + a,
#newsCategory .entry_n > ul > li > ul > li > .switch_n + .text {
  display: inline-block;
  width: 174px;
}
#genre .entry > ul > li > ul > li > ul,
#series .entry > ul > li > ul > li > ul,
#ad .entry > ul > li > ul > li > ul,
#company .entry > ul > li > ul > li > ul,
#newsCategory .entry > ul > li > ul > li > ul,
#genre .entry_y > ul > li > ul > li > ul,
#series .entry_y > ul > li > ul > li > ul,
#ad .entry_y > ul > li > ul > li > ul,
#company .entry_y > ul > li > ul > li > ul,
#newsCategory .entry_y > ul > li > ul > li > ul,
#genre .entry_n > ul > li > ul > li > ul,
#series .entry_n > ul > li > ul > li > ul,
#ad .entry_n > ul > li > ul > li > ul,
#company .entry_n > ul > li > ul > li > ul,
#newsCategory .entry_n > ul > li > ul > li > ul {
  margin-top: 5px;
  padding-left: 13px;
}
#genre .entry > ul > li > ul > li > ul > li,
#series .entry > ul > li > ul > li > ul > li,
#ad .entry > ul > li > ul > li > ul > li,
#company .entry > ul > li > ul > li > ul > li,
#newsCategory .entry > ul > li > ul > li > ul > li,
#genre .entry_y > ul > li > ul > li > ul > li,
#series .entry_y > ul > li > ul > li > ul > li,
#ad .entry_y > ul > li > ul > li > ul > li,
#company .entry_y > ul > li > ul > li > ul > li,
#newsCategory .entry_y > ul > li > ul > li > ul > li,
#genre .entry_n > ul > li > ul > li > ul > li,
#series .entry_n > ul > li > ul > li > ul > li,
#ad .entry_n > ul > li > ul > li > ul > li,
#company .entry_n > ul > li > ul > li > ul > li,
#newsCategory .entry_n > ul > li > ul > li > ul > li {
  margin-top: 5px;
}
#genre .entry > ul > li > ul > li > ul > li > .switch + a,
#genre .entry > ul > li > ul > li > ul > li > .switch + .text,
#series .entry > ul > li > ul > li > ul > li > .switch + a,
#series .entry > ul > li > ul > li > ul > li > .switch + .text,
#ad .entry > ul > li > ul > li > ul > li > .switch + a,
#ad .entry > ul > li > ul > li > ul > li > .switch + .text,
#company .entry > ul > li > ul > li > ul > li > .switch + a,
#company .entry > ul > li > ul > li > ul > li > .switch + .text,
#newsCategory .entry > ul > li > ul > li > ul > li > .switch + a,
#newsCategory .entry > ul > li > ul > li > ul > li > .switch + .text,
#genre .entry_y > ul > li > ul > li > ul > li > .switch_y + a,
#genre .entry_y > ul > li > ul > li > ul > li > .switch_y + .text,
#series .entry_y > ul > li > ul > li > ul > li > .switch_y + a,
#series .entry_y > ul > li > ul > li > ul > li > .switch_y + .text,
#ad .entry_y > ul > li > ul > li > ul > li > .switch_y + a,
#ad .entry_y > ul > li > ul > li > ul > li > .switch_y + .text,
#company .entry_y > ul > li > ul > li > ul > li > .switch_y + a,
#company .entry_y > ul > li > ul > li > ul > li > .switch_y + .text,
#newsCategory .entry_y > ul > li > ul > li > ul > li > .switch_y + a,
#newsCategory .entry_y > ul > li > ul > li > ul > li > .switch_y + .text,
#genre .entry_n > ul > li > ul > li > ul > li > .switch_n + a,
#genre .entry_n > ul > li > ul > li > ul > li > .switch_n + .text,
#series .entry_n > ul > li > ul > li > ul > li > .switch_n + a,
#series .entry_n > ul > li > ul > li > ul > li > .switch_n + .text,
#ad .entry_n > ul > li > ul > li > ul > li > .switch_n + a,
#ad .entry_n > ul > li > ul > li > ul > li > .switch_n + .text,
#company .entry_n > ul > li > ul > li > ul > li > .switch_n + a,
#company .entry_n > ul > li > ul > li > ul > li > .switch_n + .text,
#newsCategory .entry_n > ul > li > ul > li > ul > li > .switch_n + a,
#newsCategory .entry_n > ul > li > ul > li > ul > li > .switch_n + .text {
  display: inline-block;
  width: 161px;
}
#genre .entry > ul > li > ul > li > ul > li:first-child,
#series .entry > ul > li > ul > li > ul > li:first-child,
#ad .entry > ul > li > ul > li > ul > li:first-child,
#company .entry > ul > li > ul > li > ul > li:first-child,
#newsCategory .entry > ul > li > ul > li > ul > li:first-child,
#genre .entry_y > ul > li > ul > li > ul > li:first-child,
#series .entry_y > ul > li > ul > li > ul > li:first-child,
#ad .entry_y > ul > li > ul > li > ul > li:first-child,
#company .entry_y > ul > li > ul > li > ul > li:first-child,
#newsCategory .entry_y > ul > li > ul > li > ul > li:first-child,
#genre .entry_n > ul > li > ul > li > ul > li:first-child,
#series .entry_n > ul > li > ul > li > ul > li:first-child,
#ad .entry_n > ul > li > ul > li > ul > li:first-child,
#company .entry_n > ul > li > ul > li > ul > li:first-child,
#newsCategory .entry_n > ul > li > ul > li > ul > li:first-child {
  margin-top: 0;
}
#genre .entry > ul > li > ul > li:first-child,
#series .entry > ul > li > ul > li:first-child,
#ad .entry > ul > li > ul > li:first-child,
#company .entry > ul > li > ul > li:first-child,
#newsCategory .entry > ul > li > ul > li:first-child,
#genre .entry_y > ul > li > ul > li:first-child,
#series .entry_y > ul > li > ul > li:first-child,
#ad .entry_y > ul > li > ul > li:first-child,
#company .entry_y > ul > li > ul > li:first-child,
#newsCategory .entry_y > ul > li > ul > li:first-child,
#genre .entry_n > ul > li > ul > li:first-child,
#series .entry_n > ul > li > ul > li:first-child,
#ad .entry_n > ul > li > ul > li:first-child,
#company .entry_n > ul > li > ul > li:first-child,
#newsCategory .entry_n > ul > li > ul > li:first-child {
  margin-top: 0;
}
#genre .switch,
#series .switch,
#ad .switch,
#company .switch,
#newsCategory .switch,
#genre .switch_y,
#series .switch_y,
#ad .switch_y,
#company .switch_y,
#newsCategory .switch_y,
#genre .switch_n,
#series .switch_n,
#ad .switch_n,
#company .switch_n,
#newsCategory .switch_n {
  display: inline-block;
  margin: 3px 5px 0 0;
  vertical-align: top;
}
#genre .switch + a,
#series .switch + a,
#ad .switch + a,
#company .switch + a,
#newsCategory .switch + a,
#genre .switch_y + a,
#series .switch_y + a,
#ad .switch_y + a,
#company .switch_y + a,
#newsCategory .switch_y + a,
#genre .switch_n + a,
#series .switch_n + a,
#ad .switch_n + a,
#company .switch_n + a,
#newsCategory .switch_n + a {
  vertical-align: top;
}
#genre .category img,
#series .category img,
#ad .category img,
#company .category img,
#newsCategory .category img {
  vertical-align: middle;
}
#genre .entry > ul > li > ul,
#series .entry > ul > li > ul,
#genre .entry_y > ul > li > ul,
#series .entry_y > ul > li > ul,
#genre .entry_n > ul > li > ul,
#series .entry_n > ul > li > ul {
  display: block;
}
#genre .entry > ul > li > ul > li > ul,
#series .entry > ul > li > ul > li > ul,
#genre .entry_y > ul > li > ul > li > ul,
#series .entry_y > ul > li > ul > li > ul,
#genre .entry_n > ul > li > ul > li > ul,
#series .entry_n > ul > li > ul > li > ul {
  display: none;
}
#genre.all .entry > ul > li > ul > li > ul,
#genre.all .entry_y > ul > li > ul > li > ul,
#genre.all .entry_n > ul > li > ul > li > ul {
  display: block;
}
#links ul li {
  margin-top: 10px;
}
#links ul li:first-child {
  margin-top: 0;
}
#banners ul li {
  margin-top: 10px;
}
#banners ul li:first-child {
  margin-top: 0;
}
#footer {
  width: 998px;
  margin: 0 auto;
  padding-bottom: 50px;
  border-right: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  background-color: #fff;
}
#footer .pegeTop {
  *zoom: 1;
  margin-bottom: 25px;
  padding: 15px;
  border-top: 1px solid #901525;
  background-color: #FAFAFA;
}
#footer .pegeTop:after {
  content: "";
  display: block;
  clear: both;
}
#footer .pegeTop div {
  float: right;
}
#footer .pegeTop a {
  display: block;
  padding-left: 20px;
  background-image: url(../images/common/btn_pagetop.gif);
  background-position: 0 center;
  background-repeat: no-repeat;
}
#footer .wrap {
  *zoom: 1;
  margin-bottom: 40px;
  padding: 0 20px;
}
#footer .wrap:after {
  content: "";
  display: block;
  clear: both;
}
#footer .wrap .info {
  float: left;
}
#footer .wrap .info p {
  margin-bottom: 5px;
}
#footer .wrap .info p:first-child {
  margin-bottom: 10px;
  font-size: 150%;
  font-weight: bold;
}
#footer .wrap .fnavi {
  width: 640px;
  margin: 0 auto;
}
#footer .wrap .fnavi > ul {
  *zoom: 1;
}
#footer .wrap .fnavi > ul:after {
  content: "";
  display: block;
  clear: both;
}
#footer .wrap .fnavi > ul > li {
  float: left;
  width: 160px;
}
#footer .wrap .fnavi > ul > li > p {
  margin-bottom: 10px;
  font-size: 134%;
}
#footer .wrap .fnavi > ul > li > ul > li {
  margin-top: 5px;
}
#footer .wrap .fnavi > ul > li > ul > li:first-child {
  margin-top: 0;
}
#footer .wrap .fnavi > ul > li > ul > li a {
  display: block;
  padding-left: 10px;
  background-image: url(../images/common/arrow3.gif);
  background-position: 0 center;
  background-repeat: no-repeat;
}
#footer .copyright {
  text-align: center;
}
.image img {
  border: 1px solid #ccc;
}
.titleType1 {
  background-image: url(../images/common/border1.gif);
  background-position: 0 center;
  background-repeat: repeat-x;
  text-align: center;
}
.titleType1 p,
.titleType1 h1,
.titleType1 h2,
.titleType1 h3 {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  color: #333;
  font-size: 200%;
}
.titleType1 p span,
.titleType1 h1 span,
.titleType1 h2 span,
.titleType1 h3 span {
  font-size: 50%;
}
.titleType2 {
  margin-bottom: 25px;
  padding-left: 15px;
  border-left: 5px solid #901526;
}
.titleType2 h2 {
  font-size: 200%;
  font-weight: bold;
}
.titleType3 {
  padding: 5px 0;
  border: 1px solid #ddd;
  color: #8F1526;
  font-size: 134%;
  text-align: center;
}
.titleType4 {
  padding-left: 10px;
  border-left: 3px solid #901526;
  color: #333;
  font-size: 134%;
  font-weight: bold;
}
.titleType4 img {
  vertical-align: middle;
}
.listType1 .titleType1 {
  margin-bottom: 20px;
}
.listType1 > ul {
  text-align: center;
}
.listType1 > ul > li {
  display: inline-block;
  width: 130px;
  margin-left: 40px;
  vertical-align: top;
}
.listType1 > ul > li:first-child {
  margin-left: 0;
}
.listType1 .image {
  margin-bottom: 15px;
  text-align: center;
}
.listType1 .title {
  margin-bottom: 5px;
  font-size: 117%;
  font-weight: bold;
  text-align: center;
}
.listType1 .price {
  text-align: center;
}
.listType1 .btnType1 {
  width: 180px;
  margin: 25px auto 0;
}
.listType1 .bx-wrapper {
  position: relative;
}
.listType1 .bx-prev,
.listType1 .bx-next {
  position: absolute;
  top: 35px;
  width: 23px;
  height: 63px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.listType1 .bx-prev {
  left: -38px;
  background-image: url(../images/common/arrow2_l.gif);
}
.listType1 .bx-next {
  right: -38px;
  background-image: url(../images/common/arrow2_r.gif);
}
.listType1 .bx-viewport {
  height: auto !important;
}
.listType2 {
  padding: 0 1px;
}
.listType2 ul {
  *zoom: 1;
  margin: 0 -66px -20px 0;
  text-align: center;
}
.listType2 ul:after {
  content: "";
  display: block;
  clear: both;
}
.listType2 ul li {
  float: left;
  width: 130px;
  margin-right: 66px;
  padding-bottom: 20px;
}
.listType2 .image {
  margin-bottom: 15px;
}
.listType2 .title {
  margin-bottom: 5px;
  font-size: 117%;
  font-weight: bold;
  text-align: center;
}
.listType3 ul {
  *zoom: 1;
  margin: 0 -20px -20px 0;
}
.listType3 ul:after {
  content: "";
  display: block;
  clear: both;
}
.listType3 ul li {
  *zoom: 1;
  float: left;
  width: 350px;
  margin-right: 20px;
  padding-bottom: 20px;
}
.listType3 ul li:after {
  content: "";
  display: block;
  clear: both;
}
.listType3 .image {
  float: left;
}
.listType3 .detail {
  float: right;
  width: 260px;
}
.listType3 .title {
  margin-bottom: 10px;
  font-size: 117%;
  font-weight: bold;
}
.listType4 ul {
  *zoom: 1;
}
.listType4 ul:after {
  content: "";
  display: block;
  clear: both;
}
.listType4 ul li {
  float: left;
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}
.listType4 .wrap {
  *zoom: 1;
}
.listType4 .wrap:after {
  content: "";
  display: block;
  clear: both;
}
.listType4 .wrap .image {
  text-align: center;
}
.listType4 .wrap .detail .inner {
  text-align: center;
}
.listType4 .wrap .detail .inner > div {
  display: inline-block;
  text-align: left;
}
.listType4 .title {
  margin: 15px 0;
  font-size: 117%;
  font-weight: bold;
  text-align: center;
}
.listType4 .title .normal {
  font-weight: normal;
}
.listType4 .note {
  color: red;
}
.listType4 strong {
  font-weight: bold;
}
.listType4 .btnsType1 {
  *zoom: 1;
  margin: 25px -10px 0 0;
}
.listType4 .btnsType1:after {
  content: "";
  display: block;
  clear: both;
}
.listType4 .btnsType1 > div {
  float: left;
  width: 160px;
  margin: 0 10px 10px 0;
}
.listType4 .btnType1 {
  margin-top: 25px;
}
.listType4 .btnsType2 > div {
  margin-top: 10px;
}
.listType4 .btnsType2 > div:first-child {
  margin-top: 0;
}
.listType5 ul {
  *zoom: 1;
  margin: 0 -18px -18px 0;
}
.listType5 ul:after {
  content: "";
  display: block;
  clear: both;
}
.listType5 ul li {
  float: left;
  width: 470px;
  margin-right: 18px;
  padding-bottom: 18px;
}
.listType5 .inner {
  padding: 15px;
  border: 1px solid #ccc;
}
.listType5 .image {
  margin-bottom: 15px;
  text-align: center;
}
.listType6 ul {
  *zoom: 1;
}
.listType6 ul:after {
  content: "";
  display: block;
  clear: both;
}
.listType6 ul li {
  float: left;
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}
.listType6 .wrap {
  *zoom: 1;
}
.listType6 .wrap:after {
  content: "";
  display: block;
  clear: both;
}
.listType6 .wrap .image {
  text-align: center;
}
.listType6 .wrap .detail .inner {
  text-align: center;
}
.listType6 .wrap .detail .inner > div {
  display: inline-block;
  text-align: left;
}
.listType6 .title {
  margin: 15px 0;
  font-size: 117%;
  font-weight: bold;
  text-align: center;
}
.listType6 .title .normal {
  font-weight: normal;
}
.listType6 .note {
  color: red;
}
.listType6 strong {
  font-weight: bold;
}
.listType6 .btnsType1 {
  margin-top: 25px;
}
.listType6 .btnsType1 > div {
  margin-top: 10px;
}
.listType6 .btnsType1 > div:first-child {
  margin-top: 0;
}
.listType7 ul {
  *zoom: 1;
  margin: 0 -16px -15px 0;
}
.listType7 ul:after {
  content: "";
  display: block;
  clear: both;
}
.listType7 ul li {
  float: left;
  width: 168px;
  margin-right: 16px;
  padding-bottom: 15px;
}
.listType7 .image {
  margin-bottom: 15px;
  text-align: center;
}
.listType7 .detail {
  text-align: center;
}
.listType7 .title {
  font-size: 117%;
  font-weight: bold;
}
.listType7 .lead {
  margin-top: 10px;
}
.btnsType1 > div a,
.btnType1 a {
  display: block;
  padding: 6px;
  border: 1px solid #D8ACB2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #FEFCFC;
  color: #92323F;
  font-weight: bold;
  text-align: center;
}
.btnsType2 > div a,
.btnType2 a {
  display: block;
  padding: 12px;
  background-color: #901526;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 117%;
  font-weight: bold;
  text-align: center;
}
.sectionType1 {
  padding-top: 8px;
  margin-bottom: 50px;
  border-top: 2px solid #901526;
}
.sectionType1 .titleType4 {
  margin: 0 0 25px 10px;
}
.sectionType1 .inner {
  color: #333;
  font-size: 117%;
  line-height: 1.5;
}
.sectionType1 .more {
  margin-top: 10px;
  text-align: right;
}
.sectionType2 {
  margin-bottom: 50px;
}
.tableType1 {
  width: 100%;
  background-image: url(../images/common/border2.gif);
  background-position: 0 bottom;
  background-repeat: repeat-x;
}
.tableType1 tr {
  background-image: url(../images/common/border2.gif);
  background-position: 0 0;
  background-repeat: repeat-x;
}
.tableType1 th,
.tableType1 td {
  padding: 10px;
}
.tableType1 th {
  color: #656565;
  white-space: nowrap;
}
.tableType1 td {
  width: 100%;
  font-size: 117%;
}
.list01 a {
  display: inline-block;
  padding-left: 13px;
  background-image: url(../images/common/arrow5.gif);
  background-position: 0 3px;
  background-repeat: no-repeat;
}
.formType1 .note,
.formType1 .error {
  color: red;
}
.formType1 .mail {
  width: 230px;
}
.formType1 textarea {
  width: 360px;
  height: 100px;
}
.formType1 .button {
  margin-top: 10px;
  text-align: center;
}
/* cms start */
.cms a {
  color: #0000EE;
}
.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 th {
  padding: 5px 5px 5px 7px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  white-space: nowrap;
}
.cms table td {
  padding: 5px 5px 5px 7px;
  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 strong {
  font-weight: bold;
}
/* cms end */
/* JS book modal window
 * -----------------------------------------*/
.modal_contents {
  display: none;
  border: 1px solid #aaa;
  width: 600px;
  padding: 20px;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -300px;
  z-index: 1001;
  background: #fff;
  font-size: 14px;
  text-align: center;
}
.modal_contents > p {
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
}
.modal_contents ul {
  margin-bottom: 2em;
}
.modal_contents li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 1em;
}
.modal_contents li > span {
  display: block;
  text-align: center;
  padding-top: 1em;
}
.modal_contents .botton {
  text-align: center;
}
.modal_contents .botton span {
  display: inline-block;
  border: solid 1px #999;
  padding: 10px 10px;
  margin: 0 10px;
  cursor: pointer;
}
.modal_contents .botton .submit {
  border: 1px solid #D8ACB2;
}
.modal_contents .botton .submit a {
  color: #92323F;
}
#modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background: #000;
  z-index: 1000;
}
/* add koguchi 20170922 */
.sample_btn {
  padding-top: 20px;
}
/*
.sample_btn img{
	width:240px;
}
*/
.sample_btn a:hover {
  opacity: 0.7;
}
#sub .tree h2 {
  position: relative;
  margin-bottom: 5px;
}
#sub .tree .titleType3 a {
  position: absolute;
  display: block;
  top: 7px;
  right: 7px;
}
#sub .tree .entry {
  padding-top: 10px;
}
#sub .tree .entry p {
  padding-top: 5px;
}
#sub .tree .entry li {
  position: relative;
  padding: 0 0 0 15px;
  word-break: break-all;
}
#sub .tree .entry li .switch {
  position: absolute;
  left: 0;
  top: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url(../images/common/arrow5.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
#sub .tree .entry li .switch:hover {
  text-decoration: none;
}
#sub .tree .entry li .switch.open {
  background-image: url(../images/common/arrow5_on.gif);
}
#sub .tree .entry ul ul {
  display: none;
}
#sub .tree .entry .defaultOpen ul {
  display: block;
}
#sub #static_banners li {
  margin-bottom: 20px;
  text-align: center;
}
