@charset "utf-8";
/* reset */
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, img, ins, kbd, q, s, samp,
small, strike, strong, 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;
}
img.bo {
   border: 1px solid #ddd;
   -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* common */
html, body {
  width: 100%;
}

html {
  color: #000;
  font-size: 75%;
  line-height: 1.2;
}

img {
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #666;
}

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: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

input[type=text] {
	border:solid 1px #a9a9a9;
}
select {
	border:solid 1px #a9a9a9;
}
textarea {
	border:solid 2px #a9a9a9;
}

/*
#page {
  position: relative;
  width:100%;
  min-width:1120px;
}
#page:after{
  display:block;
  clear:both;
  content:'';
}
*/

/* header */
/*
#header {
	*zoom: 1;
	width: 100%;
	border-bottom: solid 1px #dddddd;
	margin-bottom:30px;
}
#header:after {
  content: "";
  display: block;
  clear: both;
}
#header .inner{
	width:1120px;
    margin: 0 auto;
	overflow:hidden;
}

#header #head_top {
    background: #333333;
    color: #ffffff;
    padding: 10px 0;
}

#head_top .txt {
    display: inline-block;
    max-width: 400px;
    float: left;
    line-height:1.5;
}
#hnavi {
    max-width: 500px;
    float: right;
}
#hnavi li {
    display: inline-block;
    line-height:1.5;
}
#hnavi li:before {
	content:"|";
	display:inline-block;
    padding-right: 7px;
    margin-left: 7px;
}
#hnavi li:first-child:before{
	content:"";
}
#hnavi a{
    display: inline-block;
    color: #ffffff;
}
#hnavi a.cart{
    background: url("../images/common/icon_cart.png") left no-repeat;
    padding-left: 20px;
}
#hnavi a.yondemill{
    background: url('../images/common/icon_book.png') left -2px no-repeat;
    padding-left: 22px;
}

#header #head_btm {
    padding: 20px 0;
}
#header #head_btm:after {
	content: "";
	display: block;
	clear: both;
}
#head_btm #logo {
	float:left;
	width:240px;
	margin-right:30px;
}

#header .ttl {
  width: 581px;
  padding-top: 10px;
  *zoom: 1;
}
#header .ttl:after {
  content: "";
  display: block;
  clear: both;
}
#header .ttl .txt {
  float: right;
  width: 365px;
  padding-top: 6px;
}
*/

/*
#search {
	*zoom: 1;
	float:left;
}
#search:after {
	content: "";
	display: block;
	clear: both;
}
#search .form{
	display:inline-block;
}
#search form {
	position:relative;
	display:inline-block;
}
#search #hnaviSearchWord{
	border:solid 1px #dddddd;
	line-height:28px;
	height:28px;
	width:500px;
	padding:0 1em;
	color:#333333;
}
#search form #hnaviSearchSubmit{
	background: url(../images/common/btn_search.png) #333333;
	border:none;
	width:30px;
	height:30px;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
}

#search .detail {
	cursor:pointer;
	line-height:28px;
	display:inline-block;
	text-align:center;
	width:60px;
	margin-left:10px;
}
#search .detail a {
  text-decoration: underline;
}
#search .detail a:hover {
  text-decoration: none;
}
#head_btm #etc_btn{
	float:right;
}
#head_btm #etc_btn a{
	background:url(../images/common/btn_read.png) no-repeat #333333;
	color:#ffffff;
	display:inline-block;
	width:70px;
	height:30px;
	padding-left:40px;
	line-height:30px;
}
#head_btm #etc_btn a:first-child{
	margin-right:10px;
}

#hnaviSearchWord:focus {
  border: none;
  outline: none;
}

#hnaviSearchSubmit {
  padding: 11px;
  background-color: #5b5b5b;
}
*/
/**/

/*
#gnavi {
  padding: 13px 0;
  background-color: #74615c;
  background-image: url(/images/common/bg_footer.png);
}
#gnavi .inner {
  *zoom: 1;
  width: 1081px;
  margin: 0 auto;
}
#gnavi .inner:after {
  content: "";
  display: block;
  clear: both;
}
#gnavi .inner ul {
  float: left;
  width: 65%;
  *zoom: 1;
}
#gnavi .inner ul:after {
  content: "";
  display: block;
  clear: both;
}
#gnavi .inner ul li {
  box-sizing: border-box;
  float: left;
  width: 25%;
  border-left: 1px solid #988a88;
  text-align: center;
}
#gnavi .inner ul li a {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  height: 42px;
  margin: -13px 0;
  padding: 25px 5px 0;
  vertical-align: middle;
  font-weight: bold;
  color: white;
}
#gnavi .inner ul li a:hover {
  text-decoration: none;
}
#gnavi .inner ul li a.cur:before {
  content: "";
  position: absolute;
  left: 45%;
  top: 63px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #FFFFFF transparent;
}
#gnavi a {
  color: #fff;
}

#categoryList {
  width: 1081px;
  margin: 0 auto;
}
#categoryList ul {
  display: none;
  *zoom: 1;
  padding-top: 16px;
}
#categoryList ul:after {
  content: "";
  display: block;
  clear: both;
}
#categoryList ul li {
  float: left;
  margin: 0 37px 16px 0;
}
#categoryList ul li a {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 13px;
  text-decoration: underline;
}
#categoryList ul li a:hover {
  text-decoration: none;
}
#categoryList ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  width: 4px;
  height: 4px;
  border-top: 2px solid #5E5E5E;
  border-right: 2px solid #5E5E5E;
  -webkit-transform: rotation(45deg);
  transform: rotate(45deg);
}
#categoryList ul.genreList {
  display: block;
}
*/


/* Font face */
@font-face {
  font-family: 'Dashicons';
  src: url("./fonts/dashicons.eot?") format("eot"), url("./fonts/dashicons.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansCJKjp-Regular';
  src: url("./fonts/NotoSansCJKjp-Regular.eot?") format("eot"), url("./fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansCJKjp-Bold';
  src: url("./fonts/NotoSansCJKjp-Bold.eot?") format("eot"), url("./fonts/NotoSansCJKjp-Bold.woff") format("woff");
}

body,
textarea {
  font-family: 'Lucida Grande', 'NotoSansCJKjp-Regular', Arial, sans-serif;
}


/* searchBox */
#overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#E6000000', endColorstr='#E6000000');
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 1000;
}
:root #overlay {
  filter: none\0/IE9;
}

#searchBox {
	display:none;
	width:472px;
	border:3px solid #333333;
	background:#f3f3f3;
	padding:27px;
	z-index: 1001;
	top: 60px;
	left: 30%;
	position: absolute;
}
:root #searchBox {
  filter: none\0/IE9;
}
#searchBox table {
	width:100%;
}
#searchBox table th, #searchBox table td {
	padding:2px 0;
}
#searchBox table th {
	width:22%;
	text-align:left;
	font-weight:normal;
}
#searchBox table td{
	width:78%;
}
#searchBox input[type=text] {
	width:97%;
	border:solid 1px #dddddd;
	font-size:14px;
	padding:5px;
}
#searchBox select {
	width:100%;
	border:solid 1px #dddddd;
	font-size:14px;
	padding:5px;
}
#searchBox select[name=amount],
#searchBox select[name=order]{
	width:auto;
}
#searchBox .btn{
	margin:10px 0;
	text-align:center;
}
#searchBox .btn a{
	width:130px;
	border:none;
	background:#888888;
	color:#ffffff;
	padding:10px;
	margin:0 5px;
	display:inline-block;
}
#searchBox .btn a:hover{
	text-decoration:none;
}
#searchBox .btn .search_submit{
	background: url(../images/common/btn_search.png) left center no-repeat #333333;
}


#searchBox .close {
  position: absolute;
  top: -3px;
  right: -60px;
}
#searchBox .close a {
	background:#333333;
	color:#ffffff;
	text-align:center;
	width:60px;
	display:block;
	line-height:28px;
	display:inline-block;
}
#searchBox legend {
  margin-left: 15px;
}
/**/

/* layout */
/*
#contents{
	width:1120px;
	margin:0 auto 0px;
}
#contents:after{
  content: "";
  display: block;
  clear: both;
}

#main_column{
    width: 850px;
    float: left;
	margin-bottom:60px;
}
#main_column:after{
  content: "";
  display: block;
  clear: both;
}

#side_column{
    width: 240px;
    float: left;
    margin:0 30px 60px 0;
	background:#ffff;
	z-index:11000;
}

#contents .error, #contents .note {
  color: #FF0000;
}
*/
/**/


/* 蟾ｦ繧ｫ繝ｩ繝 */
.sidebox{
	margin-bottom:30px;
}
.sidebox .ttl{
	background:url(../images/common/icon_flag.png) 15px center no-repeat #333333;
	padding:7px 15px 7px 35px;
	color:#ffffff;
	font-size:14px;
	line-height:1;
}
.category_tree{
	background:#FDFDFD;
	font-size:12px;
}
.category_tree > li,
.category_tree > li li{
}
.category_tree  li a{
	display:block;
	padding:10px 0;
}

/* 繧ｸ繝｣繝ｳ繝ｫ */
#genre_tree{
	position:relative;
	z-index:100;
}

/* 繧ｷ繝ｪ繝ｼ繧ｺ */
#series_tree > li > a{
	display:block;
	padding:10px 0;
}

.sidebox.banner > div{
	text-align:center;
}
.sidebox.banner > div a{
	margin-bottom:10px;
	display:inline-block;
}
.sidebox.banner > div a img{
	max-width:240px;
}


/* 繝｡繧ｬ繝｡繝九Η繝ｼJS */
.amazonmenu ul{}

.amazonmenu ul li{
	position: static;
}
.amazonmenu > .category_tree{
	position: relative;
}

.amazonmenu > .category_tree .entry a{
	display: block;
	position: relative;
	text-decoration: none;
	padding:15px 5px;
}

.amazonmenu > .category_tree .hassub > a::after{
	border: 5px solid transparent;
	border-left-color: #aaaaaa;
	content: '';
	height: 0;
	position: absolute;
	right: 5px;
	top: 40%;
	width: 0;
}

.amazonmenu > .category_tree .hassub.selected a::after{
	border-left-color: #666666;
}
.amazonmenu ul li a:hover,
.amazonmenu .hassub.selected{
	font-weight:bold;
}

.amazonmenu ul li a:hover,
.amazonmenu ul li.hassub.selected > a{
	text-decoration:none;
	color:#666666;
}

.amazonmenu .entry > ul{
	display:block !important;
	height:auto;
}
.amazonmenu .entry > ul ul{
	display:none;
	background: #fdfdfd;
	border: 1px solid #dddddd;
	border-left: 1px dotted #dddddd;
	left: 240px;
	position: absolute;
	top: 0;
	z-index: 1000;
	width:240px;
	min-width:240px;
}
.amazonmenu .entry > ul > li{
	border-top: 1px dotted #dddddd;
}
.amazonmenu .entry > ul > li:first-child{
	border-top:none;
	border-bottom:none;
}
.amazonmenu .entry > ul > li li{
	border-bottom: 1px solid #dddddd;
}
.amazonmenu .entry > ul > li li:last-child{
	border-top:none;
}
.amazonmenu .entry ul li a{
	display:block;
	font-weight:bold;
}

.custommenu > ul{
    position: relative;
}
.custommenu > ul > li{
}
.custommenu > ul > li a{
    display: block;
    padding: 15px 10px;
}
.custommenu > ul > li a:hover{
	text-decoration:none;
}
.custommenu li.entry{}
.custommenu li.entry span{
    display: block;
}
.custommenu li.entry > div{}
.custommenu li.entry > div > span{
    border-bottom: solid 1px #dddddd;
    position: static;

}
.custommenu li.entry > div > span > div{
    position: absolute;
    top:0;
    left:240px;
    min-width: 240px;
    background: #ffffff;
    z-index: 1003;
    border: solid 1px #dddddd;
    border-left: dotted 1px #dddddd;
    display: none;
}
.custommenu li.entry > div > span > div span,
.custommenu li.entry .submenublock > span{
    border-bottom: solid 1px #dddddd;
    width: 240px;
}
.custommenu li.entry .submenublock > span:last-child{
    border-bottom: none;
}
.custommenu li.entry > div > span > div > span div,
.custommenu li.entry .submenublock > span div{
    padding: 5px 5px 0 1em;
    margin-bottom: 10px;
    margin-left: 1em;
}
.custommenu li.entry > div > span > div > span div span,
.custommenu li.entry .submenublock > span div span{
    display: inline-block;
    margin-right: 1em;
}
.custommenu li.entry > div > span > div > span.issub > a,
.custommenu li.entry .submenublock > span.issub > a{
	padding: 15px 10px 5px;
}
.custommenu li.entry > div > span > div > span div span a,
.custommenu li.entry .submenublock > span div span a{
    padding: 0;
    margin-bottom:3px;
    font-size: 12px;
}
.custommenu li.entry > div > span > div > span div span a:before,
.custommenu li.entry .submenublock > span div span a:before{
    content:'>';
    color:#333;
}
.custommenu .hassub > div > span > a::after{
	border: 5px solid transparent;
	border-left-color: #aaaaaa;
	content: '';
	height: 0;
	position: absolute;
	right: 5px;
	width: 0;
}

.custommenu .hassub.selected > div > span > a::after{
	border-left-color: #666666;
}
.custommenu li.entry .submenublock{
    width:240px;
    float: left;
    border-left:dotted 1px #dddddd;
}


/**/

/*
.titleType1 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}
*/

.slideType1 {
  *zoom: 1;
	margin:0 auto 40px;
	width:1080px;
	padding: 20px 20px 0;
	border-top:solid 1px #dddddd;
	position:relative;
}
.slideType1 .ttlWrap {
	margin-bottom:15px;
}
.slideType1 h2 {
	font-size:24px;
	color:#333333;
}
.slideType1 h2 span {
  padding: 0 15px;
  background-color: #fff;
  font-weight: bold;
  letter-spacing: 5px;
}
.slideType1 > ul {
  *zoom: 1;
  width: 1004px;
  margin: 0 auto;
  padding:0 53px 0 63px
}
.slideType1 > ul:after {
  content: "";
  display: block;
  clear: both;
}
.slideType1 > ul li {
	float: left;
	width:156px;
	margin-right:10px;
	border:solid 1px #dddddd;
}
.slideType1 .bx-wrapper{
  padding:0 40px 0 40px;
}
.slideType1 ul li {
	width:156px !important;
	margin-right:10px;
	border:solid 1px #dddddd;
}
.slideType1 .image {
	padding:5px;
	text-align:center;
	margin-bottom:5px;
}
.slideType1 .image img {
	max-width:133px;
}
.slideType1 .ttl {
  font-weight: bold;
  padding:0 7px;
  margin-bottom: 7px;
}
.slideType1 .txt {
	margin-bottom: 7px;
}
.slideType1 .price {
	text-align:center;
	margin-bottom: 7px;
}
.slideType1 .author {
	margin-bottom: 7px;
	text-align:center;
}
.slideType1 .author a {
  color: #656565;
}
.slideType1 .btns{}
.slideType1 .btns .btn {
	margin: 0 7px 7px;
}
.slideType1 .btns .btn a{
	margin: 7px;
	background:url(../images/common/icon_book.png) 35px 4px no-repeat #333333;
	display:block;
	line-height:32px;
	color:#ffffff;
	padding-left:60px;
}
.slideType1 .bx-prev,
.slideType1 .bx-next{
	position:absolute;
	width:44px;
	height:44px;
	display:block;
	top:0;
}
.slideType1 .bx-prev{
	left:0;
	background:url(../images/common/bxslider_prev.gif) 0 0 no-repeat;
}
.slideType1 .bx-next{
	right:0;
	background:url(../images/common/bxslider_next.gif) 0 0 no-repeat;
}

/*
.slideType2 {
	position:relative;
}
.slideType2 > ul {
  *zoom: 1;
	padding:0 94px;
}
.slideType2 > ul:after {
  content: "";
  display: block;
  clear: both;
}
.slideType2 > ul li {
	float: left;
	width:156px;
	margin-right:10px;
	border:solid 1px #dddddd;
}
.slideType2 .bx-wrapper{
	padding:0 94px;
}
.slideType2 ul li {
	width:156px !important;
	margin-right:10px;
	border:solid 1px #dddddd;
}
.slideType2 .image {
	padding:5px;
	text-align:center;
	margin-bottom:5px;
}
.slideType2 .image img{
	max-width:133px;
}
.slideType2 .ttl {
  font-weight: bold;
  padding:0 7px;
  margin-bottom: 7px;
}
.slideType2 .txt {
	  margin-bottom: 7px;
}
.slideType2 .price {
	text-align:center;
	margin-bottom: 7px;
}
.slideType2 .author {
	margin-bottom: 7px;
	text-align:center;
}
.slideType2 .author a {
  color: #656565;
}
.slideType2 .btns{}
.slideType2 .btns .btn {
	margin: 0 7px 7px;
}
.slideType2 .btns .btn a{
	background:url(../images/common/icon_book.png) 35px 4px no-repeat #333333;
	display:block;
	line-height:32px;
	color:#ffffff;
	padding-left:60px;
}
.slideType2 .bx-prev,
.slideType2 .bx-next{
	position:absolute;
	width:44px;
	height:44px;
	display:block;
	top:0;
}
.slideType2 .bx-prev{
	left:0;
	background:url(../images/common/bxslider_prev.gif) 0 0 no-repeat;
}
.slideType2 .bx-next{
	right:0;
	background:url(../images/common/bxslider_next.gif) 0 0 no-repeat;
}
.slideType1 .bx-viewport,
.slideType2 .bx-viewport{
	height:auto !important;
}
*/


/* listType */
.items{
	position:relative;
}
.items .tool_tip{
	position:absolute;
	top:0;
	left:0;
	z-index:500;
	display:none;
}
.tool_tip > div{
	background:#000000;
	opacity:0.8;
	z-index:510;
}
.tool_tip > div a{
	display:block;
	width:100%;
	height:100%;
}
.items .tool_tip > p{
	color:#ffffff;
	position:absolute;
	z-index:520;
	text-align:center;
	//padding:10px;
	width:100%;
}
.tool_tip > p a{
	color:#ffffff;
	text-decoration:none;
	height:100%;
}
.items .tool_tip > p span{
	display:block;
}
/*
.tool_tip > p > span:first-child{
	border-bottom:solid 1px #999999;
	margin-bottom:10px;
	padding-bottom:10px;
}
*/
.tool_tip > p > span:first-child a{
	display:block;
	padding-bottom:10px;
}

/*
.listType1 .ttlWrap {}
.listType1 h2 {
	margin-bottom:15px;
	font-size:24px;
	background:#333333;
	color:#ffffff;
	padding:5px 15px;
}
.listType1 ul {
  *zoom: 1;
  margin-right:-15px;
}
.listType1 ul:after {
  content: "";
  display: block;
  clear: both;
}
.listType1 ul li {
	float: left;
	margin:0 15px 15px 0;
	border:solid 1px #dddddd;
	width:156px;
}
.listType1 ul li .image {
	padding:5px;
	text-align:center;
	margin-bottom:5px;
}
.listType1 ul li .image a{
	display:block;

}
.listType1 ul li .image img{
	width:110px;
	height:auto;
}
.listType1 ul li .ttl {
  font-weight: bold;
  padding:0 7px;
  margin-bottom: 7px;
}
.listType1 ul li .txt {
  margin-bottom: 7px;
}
.listType1 ul li .price {
	text-align:center;
	margin-bottom: 7px;
}
.listType1 ul li .author {
	margin-bottom: 7px;
	text-align:center;
}
.listType1 ul li .author a {
  color: #656565;
}
.listType1 ul li .btns{
	margin-bottom: 7px;
}
.listType1 ul li .btns .btn {
	margin: 7px;
	min-height:32px;
}
.listType1 ul li .btns .btn a{
	background:url(../images/common/icon_book.png) 35px 4px no-repeat #333333;
	display:block;
	line-height:32px;
	color:#ffffff;
	padding-left:60px;
}
*/

.listType2 {
  margin-bottom: 80px;
}
.listType2 .ttlWrap {
  margin-bottom: 35px;
  background-image: url(/images/common/bg_h2.png);
  background-repeat: repeat-x;
  background-position: 0 5px;
}
.listType2 h2 {
  width: calc(1081px - 30px);
  margin: 0 auto;
  padding: 0 15px;
  font-size: 134%;
}
.listType2 h2 span {
  padding: 0 15px;
  background-color: #fff;
  font-weight: bold;
  letter-spacing: 5px;
}
.listType2 ul {
  width: 1081px;
  margin: 0 auto;
}
.listType2 ul li {
  *zoom: 1;
  margin-top: 20px;
}
.listType2 ul li:after {
  content: "";
  display: block;
  clear: both;
}
.listType2 ul li:first-child {
  margin-top: 0;
}
.listType2 ul li .date {
  float: left;
  width: 120px;
  padding-top: 1px;
  color: #656565;
}
.listType2 ul li .date:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border: 2px solid #2899C3;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.listType2 ul li .text {
  float: left;
  font-size: 117%;
}

/*
.newsListType1 .ttlWrap {
  *zoom: 1;
  margin-bottom: 20px;
  padding: 0 16px 8px 10px;
  border-bottom: 2px solid #BDBDBD;
  font-size: 117%;
}
.newsListType1 .ttlWrap:after {
  content: "";
  display: block;
  clear: both;
}
.newsListType1 .ttlWrap h3 {
  float: left;
}
.newsListType1 .ttlWrap h3 img {
  padding-right: 7px;
  vertical-align: 0;
}
.newsListType1 .ttlWrap p {
  float: right;
}
.newsListType1 .ttlWrap p img {
  padding-left: 9px;
  vertical-align: 0;
}
*/
/*
.newsListType1 .entry {
  *zoom: 1;
  margin-top: 15px;
  font-size: 117%;
}
.newsListType1 .entry:after {
  content: "";
  display: block;
  clear: both;
}
.newsListType1 .entry:first-child {
  margin-top: 0;
}
.newsListType1 .category {
  float: left;
  display: block;
  padding-right: 16px;
  color: #fff;
  text-align: center;
}
.newsListType1 .txt {
  padding-top: 3px;
}
.newsListType1 .txt span {
  padding-right: 16px;
  display:inline-block;
}
*/

/*
.category {
  color: #fff;
}
.category span {
  display: block;
  padding: 3px;
  background:#333333;
  font-size:12px;
}
.category span.reprint {
  background-color: #3AA97F;
}
.category span.pr {
  background-color: #ED9E76;
}
.category span.event {
  background-color: #ED6E6D;
}
.category span.bookstore {
  background-color: #2D86CE;
}
.category span.errata {
  background-color: #5569B0;
}
.category span.recruit {
  background-color: #81C927;
}
.category span.news {
  background-color: #B950C5;
}
*/
.newsListType2 ul li {
  *zoom: 1;
  margin-top: 20px;
}
.newsListType2 ul li:after {
  content: "";
  display: block;
  clear: both;
}
.newsListType2 ul li:first-child {
  margin-top: 0;
}
.newsListType2 ul li .date {
  float: left;
  width: 5em;
  padding-top: 1px;
  color: #656565;
}
.newsListType2 ul li .text {
  float: left;
  font-size: 117%;
  margin-right:2em;
}
.newsListType2 ul li .text:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border: 2px solid #333333;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/*
.tableType1 {
  width: 100%;
	border-top:solid 1px #dddddd;
}
.tableType1 tr {
	border-bottom:solid 1px #dddddd;
}
.tableType1 th, .tableType1 td {
  padding: 15px 0;
}
.tableType1 th {
  width: 130px;
  color: #6B5551;
  vertical-align: middle;
}
.tableType1 td p {
  margin-top: 8px;
}
.tableType1 td p:first-child {
  margin-top: 0;
}
*/

/*
.sectionType1 {
  margin-bottom: 50px;
}
.sectionType1 .ttlWrap {
  *zoom: 1;
	margin-bottom:15px;
}
.sectionType1 .ttlWrap:after {
  content: "";
  display: block;
  clear: both;
}
.sectionType1 .ttlWrap h2 {
	font-size:24px;
	background:#333333;
	color:#ffffff;
	padding:5px 15px;
}
.sectionType1 .ttlWrap h2 a{
	color:#FFF;
}
.sectionType1 .ttlWrap h2 img {
  padding-right: 7px;
  vertical-align: 0;
}
.sectionType1 .ttlWrap p {
  float: right;
}
.sectionType1 .ttlWrap p img {
  padding-left: 9px;
  vertical-align: 0;
}
.sectionType1 .content {
  padding: 0 40px;
}
*/

/*
.formType1 input[name=mail], .formType1 input[name=mail_sub] {
  width: 230px;
}
.formType1 textarea {
  width: 360px;
  height: 100px;
}
*/


/*
#banners {
  margin-bottom: 45px;
  background-color: #F7F7F7;
}
#banners .inner {
  padding: 20px 0;
  width: 1081px;
  margin: 0 auto;
}
#banners .inner ul {
  display: table;
  width: 100%;
  padding: 20px 0;
}
#banners .inner ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
*/


/*
#newsBlock {
	margin:0 auto 40px;
	width:1080px;
	padding: 20px 20px 0;
	border-top:solid 1px #dddddd;
}
#newsBlock .ttlWrap {
	margin-bottom:15px;
}
#newsBlock .ttlWrap:after {
	content: "";
	display: block;
	clear: both;
}
#newsBlock .ttlWrap h3 {
	font-size:24px;
	color:#333333;
	display:inline-block;
}
#newsBlock .ttlWrap p {
	margin-left:1em;
	font-size:12px;
	display:inline-block;
}
#newsBlock .ttlWrap p a{
	text-decoration:underline;
	display:block;
	font-size:14px;
}
#newsBlock .entryWrap {
	height:130px;
	overflow-y:scroll;
}
#newsBlock .entry {
  *zoom: 1;
  margin-bottom: 5px;
}
#newsBlock .entry:after {
  content: "";
  display: block;
  clear: both;
}
#newsBlock .date{
	float: left;
	width:6em;
	display:block;
	line-height:1.5;
	font-size:14px;
}
#newsBlock .category {
  float: left;
  display: inline-block;
  width: 6em;
  font-size:11px;
  text-align: center;
  margin-right:2em;
}
#newsBlock .category span{
  background:#333333;
}
#newsBlock .txt {
	margin-left:12em;
	line-height:1.5;
	font-size:14px;
}
*/


/* footer */
/*
#footer {
  padding-top: 25px;
}
#footer .pagetop {
  *zoom: 1;
  width: 1081px;
  margin: 0 auto;
}
#footer .pagetop:after {
  content: "";
  display: block;
  clear: both;
}
#footer .pagetop a {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  float: right;
  padding: 7px 50px;
  background-image: url(/images/common/bg_footer.png);
  background-color: #74615c;
  font-size: 117%;
  font-weight: bold;
  color: #FFF;
}
#footer .pagetop a:before {
  content: "";
  position: absolute;
  left: 34px;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #ffffff transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #ffffff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#fotNavi {
	padding:20px 0 40px;
	background-color: #F3F3F3;
}
#fotNavi .inner {
  *zoom: 1;
  width: 1120px;
  margin: 0 auto;
  font-weight: bold;
}
#fotNavi .inner:after {
  content: "";
  display: block;
  clear: both;
}
#fotNavi .inner dl {
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding-left: 25px;
}
#fotNavi .inner dt {
	font-size:16px;
	color:#333333;
	border-top:solid 1px #888888;
	border-bottom:solid 1px #888888;
	text-align:center;
	padding:10px 0;
	margin-bottom:20px;
}
#fotNavi .inner dd{
	padding:0 20px;
}
#fotNavi .inner a {
	display:inline-block;
	font-size:13px;
	font-weight:normal;
}
#fotNavi .inner li:before {
	content:"繝ｻ";
	margin-right:5px;
	color:#333333;
	display:inline-block;
}
#fotNavi .inner li {
  padding-bottom: 7px;
}
*/
/**/

#publisher {
  padding: 15px 0 40px;
  background-image: url(/images/common/bg_footer.png);
  background-color: #817876;
}
#publisher .inner {
  width: 1081px;
  margin: 0 auto;
  font-weight: bold;
  color: #FFF;
}
#publisher .inner .ttl {
  padding-bottom: 4px;
  font-size: 117%;
}

#copyright {
  padding: 18px 0 14px;
  width:1120px;
  margin:0 auto;
}

/* cms start */
#page .cms {
  font-size: 1.2rem !important;
}
#page .cms * {
  word-break: break-all !important;
  line-height:1.8;
}
.normal #page .cms * ,
.jp #page .cms * ,
.en #page .cms * {
  word-break: break-word !important;
}

#page .cms p {
  margin: 1em 0;
}

#page .cms ul {
  list-style-type: disc;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 1em;
}

#page .cms ul ul {
  list-style-type: circle;
  margin: 0 0 0 1em;
}

#page .cms ul ul ul {
  list-style-type: square;
}

#page .cms ol {
  list-style-type: decimal;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 1em;
}

#page .cms ol ol {
  margin: 0 0 0 1em;
}

#page .cms dl {
  margin: 1em 0;
}

#page .cms dd {
  margin: 0 0 0 1em;
}

#page .cms blockquote {
  margin: 1em;
  padding: 0 0 0 1em;
  border-left: 3px solid #CCCCCC;
}

#page .cms pre {
  margin: 1em;
  padding: 1em;
  border: 1px solid #CCCCCC;
  white-space: normal;
}

#page .cms blockquote blockquote {
  margin: 0;
}

#page .cms table {
  border-top: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
}

#page .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;
}

#page .cms table td {
  padding: 5px 5px 5px 7px;
  border-bottom: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  text-align: left;
  vertical-align: top;
}

#page .cms h1 {
  font-size: 120%;
}

#page .cms h3 {
  font-size: 100%;
}

#page .cms h4 {
  font-size: 100%;
}

#page .cms h5 {
  font-size: 100%;
}

#page .cms h6 {
  font-size: 100%;
}

/* cms end */
