@charset "euc-jp";
/* common css for device pages */

#container .belt {
    width: 100%;
    margin: 10px auto;
    padding: 2px 0;
    /*padding: 10px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*background: #FEFB88;*/
	background: url(https://image.books.rakuten.co.jp/books/img/bnr/event/e-book/ereaders/koboauraonecomic/bg_belt.png) repeat center top;
    text-align: center;
}

#container .belt div.inner_belt {
    width: 950px;
    margin:0 auto;
    padding: 8px 0;
    background: #ffffff;
}

#container .belt a, #container .belt p {
    font-size: 16px;
    font-weight: bold;
    color: #EC0606;
    display: block;
}

div#container {
    min-width: 1024px !important;
}

/*device nav*/
.navMain{
  margin: 16px auto 0;
  width:100%;
}
.navMain .navArea{
  margin-bottom: 8px;
  width:100%;
  background: #f7f7f7; /* Old browsers */
 /*background: -webkit-linear-gradient(#f7f7f7 0%, #eaeaea 100%);
  background: -o-linear-gradient(#f7f7f7 0%, #eaeaea 100%);
  background: linear-gradient(#f7f7f7 0%, #eaeaea 100%);  FF3.6-15 */
/* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
  /*border-top:1px #cfcfcf solid;*/
}

.navMain .navArea ul{
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.navMain .navArea ul li{
	position: relative;
  flex-basis: 25%;
  border-right: 1px solid #ffffff;
}

.navMain .navArea ul li#navcurrent_device03{
  border-right: 1px solid #d1d1d1;
}

.navMain .navArea ul li:last-child{
  border-right: none;
}

.navMain .navArea ul li a {
  -webkit-transition: opacity .4s ease-out;
  -moz-transition: opacity .4s ease-out;
  -ms-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
  display: flex;
  webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0 6px 24px;
  justify-content: center;
  box-sizing: border-box;
}

.navMain .navArea ul li a:hover {
  text-decoration: none;
  opacity: .6;
  -webkit-opacity: .6;
  -moz-opacity: .6;
  filter: alpha(opacity=60);  /* IE lt 8 */
  -ms-filter: "alpha(opacity=60)"; /* IE 8 */
}

.navMain .navArea ul li a div.nav_image{
  min-width: 63px;
  flex-basis: 63px;
  text-align: center;
  box-sizing: border-box;
}

.navMain .navArea ul li a div.nav_image img{
  width: auto;
  height: 64px;
}

.navMain .navArea ul li a div.nav_info{
  width: 100%;
  padding: 0 8px;
}

.navMain .navArea ul li a div.nav_info dl dt {
  margin: 0 0 8px;
}

.navMain .navArea ul li a div.nav_info dl dt img{
  width: auto;
  height: 20px;
}

.navMain .navArea ul li a div.nav_info dl dd.nav_price{
  font-size: 12px;
  color: #686868;
  line-height: 1;
  position: relative;
}

.navMain .navArea ul li a div.nav_info dl dd.nav_price span{
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 2px 4px;
  border-radius: 2px;
  border: 1px solid #b6b6b6;
  color: #686868;
}

.navMain .navArea ul li a div.nav_info dl dd.nav_price.new_window:after{
  content:'';
  display:block;
  width:16px;
  height:16px;
  position:absolute;
  right:5px;
  top:50%;
  margin-top:-8px;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.5 19.5H3V9.75H4.5V8.25H3C2.172 8.25 1.5 8.922 1.5 9.75V19.5C1.5 20.328 2.172 21 3 21H16.5C17.328 21 18 20.328 18 19.5V17.25H16.5V19.5Z" fill="%23686868"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 6H21V4.5H7.5V6ZM7.5 14.25H21V7.5H7.5V14.25ZM21 3H7.5C6.672 3 6 3.672 6 4.5V14.25C6 15.078 6.672 15.75 7.5 15.75H21C21.828 15.75 22.5 15.078 22.5 14.25V4.5C22.5 3.672 21.828 3 21 3Z" fill="%23686868"/></svg>');
  background-repeat: no-repeat;
  -webkit-background-size:16px 16px;
  background-size:16px 16px;
}

#nav_device01 .navMain .navArea ul li#navcurrent_device01 {
	border-bottom: 2px solid #00a0f0;
}

#nav_device02 .navMain .navArea ul li#navcurrent_device02 {
	border-bottom: 2px solid #00a0f0;
}

#nav_device03 .navMain .navArea ul li#navcurrent_device03 {
	border-bottom: 2px solid #00a0f0;
}

#nav_device04 .navMain .navArea ul li#navcurrent_device04 {
	border-bottom: 2px solid #00a0f0;
}

.navMain_new {
	position: absolute;
	left: 0;
	top: 0;
}

/*spec-compare*/
#spec-compare{
	padding: 32px 0 0;
  font-family: 'Noto Sans JP', sans-serif !important;
}

#spec-compare h2 {
    width: 1024px;
    margin: 0 auto 24px;
    color: #333;
    font-size: 32px;
    font-weight: normal;
    text-align: center;
}

#spec-compare .sec-inner {
    width: 1024px;
    margin: 0 auto;
}

#spec-compare .sec-inner > p{
  color: #333333;
  font-size: 12px;
  margin: 8px 0 0;
}

#spec-compare table{
	zoom:1;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size: 14px;
  color: #333333;
  border-collapse:collapse;
	text-align: center;
  table-layout: fixed;
}

#spec-compare table tr th{
	background-color:#f7f7f7;
	text-align: center;
	font-weight: bold;
  border:1px solid #ebebeb;
  font-size: 16px;
  -webkit-box-sizing:border-box;
	box-sizing:border-box;
  padding: 16px;
}

#spec-compare table tr th:first-of-type{
	width: 148px;
}

#spec-compare table tr:first-child th{
	background:none;
  border: none;
}

#spec-compare table tr th.item-ttl{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:none;
	line-height: 1;
  border: none;
  padding: 0;
  position: relative;
}

#spec-compare table tr th.item-ttl a{
	display: block;
  padding: 24px 0;
  -webkit-transition: opacity .4s ease-out;
  -moz-transition: opacity .4s ease-out;
  -ms-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
}

#spec-compare table tr th.item-ttl a:hover{
  text-decoration: none;
  opacity: .6;
  -webkit-opacity: .6;
  -moz-opacity: .6;
  filter: alpha(opacity=60);  /* IE lt 8 */
  -ms-filter: "alpha(opacity=60)"; /* IE 8 */
}

#spec-compare table tr th.item-ttl.new_window a:after{
  content:'';
  display:block;
  width:20px;
  height:20px;
  position:absolute;
  right:26px;
  top:50%;
  margin-top:-8px;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.5 19.5H3V9.75H4.5V8.25H3C2.172 8.25 1.5 8.922 1.5 9.75V19.5C1.5 20.328 2.172 21 3 21H16.5C17.328 21 18 20.328 18 19.5V17.25H16.5V19.5Z" fill="%23686868"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 6H21V4.5H7.5V6ZM7.5 14.25H21V7.5H7.5V14.25ZM21 3H7.5C6.672 3 6 3.672 6 4.5V14.25C6 15.078 6.672 15.75 7.5 15.75H21C21.828 15.75 22.5 15.078 22.5 14.25V4.5C22.5 3.672 21.828 3 21 3Z" fill="%23686868"/></svg>');
  background-repeat: no-repeat;
  -webkit-background-size:20px 20px;
  background-size:20px 20px;
}

#spec-compare table tr th.item-ttl a img{
	width: auto;
  height: 24px;
}

#spec-compare table tr th.item-ttl img{
	vertical-align: middle;
}

#spec-compare table tr td{
  width:219px;
	padding: 16px;
	border:1px solid #ebebeb;
	word-wrap: break-word;
  box-sizing: border-box;
}

#spec-compare table tr.spec_display td{
	vertical-align: bottom;
}

#spec-compare table tr.spec_display td img{
	width: auto;
  margin-bottom: 8px;
}

#spec-compare .note-box{
	padding-top:8px;
	font-size: 12px;
}
#spec-compare .device-table{
	position: relative;
	top:0;
	left:0;
}

/*current for each device*/
#spec_device01 #spec-compare table th#current_device01{
	border-bottom:2px solid #00a0f0;
}

#spec_device02 #spec-compare table th#current_device02 {
	border-bottom:2px solid #00a0f0;
}

#spec_device03 #spec-compare table th#current_device03{
	border-bottom:2px solid #00a0f0;
}

#spec_device04 #spec-compare table th#current_device04{
	border-bottom:2px solid #00a0f0;
}

/*spec-common*/
#spec-common{
	padding: 32px 0 56px;
  font-family: 'Noto Sans JP', sans-serif !important;
}

#spec-common h3 {
    width: 1024px;
    margin: 0 auto 24px;
    color: #333;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

#spec-common .sec-inner {
    width: 1024px;
    margin: 0 auto;
}

#spec-common .sec-inner > p{
  color: #333333;
  font-size: 12px;
  margin: 8px 0 0;
}

#spec-common table{
	zoom:1;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size: 14px;
  color: #333333;
  border-collapse:collapse;
	text-align: center;
}

#spec-common table tr th{
  width: 148px;
	background-color:#f7f7f7;
	text-align: center;
	font-weight: bold;
  border:1px solid #ebebeb;
  font-size: 16px;
  -webkit-box-sizing:border-box;
	box-sizing:border-box;
  padding: 16px;
}

#spec-common table tr td{
	padding: 16px;
	border:1px solid #ebebeb;
	word-wrap: break-word;
  width: 876px;
  -webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#spec-common table tr td.spec_desktop p{
  margin: 0 0 8px;
  line-height: 1.3;
}

#spec-common table tr td.spec_desktop dl dt{
  margin: 0 0 8px;
}

#spec-common table tr td.spec_desktop dl dd{
  margin: 0 0 16px;
}

#spec-common table tr td.spec_desktop dl dd:last-child{
  margin-bottom: 0;
}
