/*---base---*/

body{
	font-family:"Lucida Grande","Hiragino Kaku Gothic Pro"," Pro W3","Meiryo","MS PGothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	line-height:160%;
	text-align: center;
	color:#333333;
	background:#f5f5f5;
}

#base_ipad{
	display:none;
}

#iphone_base{
	display:none;
}

*{
margin:0px;
padding:0px;
}

h2,h4,h5,h6{
	font-size:100%;
	font-weight:lighter;
}

h3{
	font-size:130%;
	font-weight:lighter;
	color:#000;
	border-bottom:1px dotted #cccccc;
	padding:0 0 7px 6px;
}

img{
	border-width: 0px;
	border-style: none;
}

table {
	font-size:100%;
	line-height:160%;
}

#wrapper{
	width:100%;
	height:100%;
	background-position:center;
	float:left;
}

#base{
    margin: 0 auto;
    padding-top: 40px;
    text-align: left;
    width: 1000px;
}

a.select_link {
	color: #2b9dfe;
	text-decoration: none;
}
.tab_link {
	color: #2b9dfe;
}

/*-----------------------------------------------------------------------
	book_title css
----------------------------------------------------------------------*/
.section{
	float:left;
	width:1024px;
	display:inline;
	margin-left:10px;
}

.book_title{
	width:100%;
	margin-left:5px;
}

h1{
	width: 1000px;
	background:url(../../images/view/pc/title_bar.png) no-repeat top left;
	color:#2e2e2e;
	font-size:250%;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro"," Pro W3","Meiryo","MS PGothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	line-height: 1.6em;
	padding-left: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	overflow: hidden;
}

.title_space{
	padding-right:10px;
}


/*-----------------------------------------------------------------------
	thumb_table css
----------------------------------------------------------------------*/
#ebook-table {
    width: 1000px;
	height:100%;
    float: left;
    line-height: 100%;
    padding-bottom: 5px;
}

.ebook_left {
	float:left;
	width:550px;
	background:#ffffff;
	border:1px solid #d6d6d6;
	margin-right:30px;
}
.ebook_right{
	float:left;
	width:420px;
	height: auto !important;
	height: 880px;
	position:relative;
}

.ebook_tools{
	float:left;
	width:1000px;
	line-height: 100%;
	background:#ffffff;
	border:1px solid #d6d6d6;
	padding-bottom: 10px;
	margin-bottom:20px;
}

a.btn_view_book{
	float:left;
	width:100%;
	text-align:center;
	vertical-align:center;
	font-size:200%;
	color:#ffffff;
	background:#2099e6;
	text-decoration:none;
	line-height: 2em;
	margin-bottom:6px;
	cursor:pointer;
}
a.btn_view_book:hover,active{
	background:#0a83ff;
}
.thumb_bookimg {  
    width: 100%;
	height: 600px;
    text-align: center;
	margin-top:30px;
	padding-top:10px;
}
.thumb_bigbook{
	width:420px;
	margin: 0 auto;
}
ul.thumb_bigbook li{
	list-style-type:none;
	float:left;
	width:420px;
	height:600px;
	vertical-align:middle;
	/*border:1px solid #d6d6d6;*/
}

.thumb_listbook {  
    width: 100%;  
    text-align: center;
	border-top:1px solid #d6d6d6;
	margin-top:0px;
}
.thumb_f{
	width:458px;
	margin: 0 auto;
	padding-top:25px;
}

ul.thumb_f li{
	list-style-type:none;
	float:left;
	width:130px;
	height:180px;
	vertical-align:middle;
	/*border:1px solid #d6d6d6;*/
}

.pc_notice{
	margin-top:4px;
	margin-bottom:10px;
	font-size:90%;
	color:#686868;
	line-height: 1.2em;
}

/*---------------------------------------------------------------------
	appdown_btn
-------------------------------------------------------------------*/
.appdown-data{
	width:420px;
	float:left;
	background:#ffffff;
	height:125px;
	border:1px solid #b4b4b4;
	margin-bottom:30px;
}
.app_icon{
	width:400px;
	margin:12px auto;
}
li.icon_home{
	width:100px;
	height:100px;
	box-shadow:rgba(97, 97, 97, 0.4) 0px 3px 2px 0px;
	-webkit-box-shadow:rgba(97, 97, 97, 0.4) 0px 3px 2px 0px;
	-moz-box-shadow:rgba(97, 97, 97, 0.4) 0px 3px 2px 0px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
li.link_title{
	width:280px;
	font-size:90%;
	line-height:1.3em;
}
p.space{
	margin-top:10px;
}
a.view_downlink{
	font-size:110%;
	line-height:1.3em;
	color:#1f84d9;
	text-decoration:none;
}

ul.app_icon li{
	list-style-type:none;
	float:left;
}

.device_box{
	margin:10px 0 0px 0;
}
.device_icon{
	/*width:400px;*/
	margin:4px auto;
}
ul.device_icon li{
	list-style-type:none;
	float:left;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#device_flash{
	width:78px;
	height:78px;
	display:block;
	background:url(../../images/view/pc/icon-flash.png);
	cursor: pointer;
}
#device_flash:hover{
	background:url(../../images/view/pc/icon-flash-o.png);
}
#device_flash:active{
	background:url(../../images/view/pc/icon-flash-o.png);
}
#device_html{
	width:78px;
	height:78px;
	display:block;
	background:url(../../images/view/pc/icon-html.png) no-repeat top left;
	cursor: pointer;
}
#device_html:hover{
	background:url(../../images/view/pc/icon-html-o.png) no-repeat top left;
}
#device_html:active{
	background:url(../../images/view/pc/icon-html-o.png) no-repeat top left;
}
#app_appstore{
	width:78px;
	height:78px;
	display:block;
	background:url(../../images/view/pc/icon-ios.png) no-repeat top left;
	cursor: pointer;
}
#app_appstore:hover{
	background:url(../../images/view/pc/icon-ios-o.png) no-repeat top left;
}
#app_appstore:active{
	background:url(../../images/view/pc/icon-ios-o.png) no-repeat top left;
}
#app_googleplay{
	width:78px;
	height:78px;
	display:block;
	background:url(../../images/view/pc/icon-android.png) no-repeat top left;
	cursor: pointer;
}
#app_googleplay:hover{
	background:url(../../images/view/pc/icon-android-o.png) no-repeat top left;
}
#app_googleplay:active{
	background:url(../../images/view/pc/icon-android-o.png) no-repeat top left;
}


#device_ios{
	width:203px;
	height:68px;
	display:block;
	background:url(../../images/view/pc/icon-appios.png) no-repeat top left;
	cursor: pointer;
}
#device_ios:hover{
	background:url(../../images/view/pc/icon-appios-o.png) no-repeat top left;
}
#device_ios:active{
	background:url(../../images/view/pc/icon-appios-o.png) no-repeat top left;
}
#device_android{
	width:203px;
	height:68px;
	display:block;
	background:url(../../images/view/pc/icon-googleplay.png) no-repeat top left;
	cursor: pointer;
}
#device_android:hover{
	background:url(../../images/view/pc/icon-googleplay-o.png) no-repeat top left;
}
#device_android:active{
	background:url(../../images/view/pc/icon-googleplay-o.png) no-repeat top left;
}
/*------------------------------------------------------------------------

	system_data css
-----------------------------------------------------------------------*/

.system-data {
	width:100%;
	float:left;
	padding-top:10px;
	padding-bottom:25px;
}

.subtitle_txt{
	border-bottom:1px solid #c2c2c2;
	padding-bottom:1px;
	margin-bottom:4px;
}

.contents_txt{
	font-size:110%;
	color:#6f6f6f;
	margin:10px 0 0px 0;
}

.system-data table{
	width:100%;
	float:left;
	font-size:95%;
	border:1px solid #adadad;
	border-collapse: collapse;
}

.system-data th{
	width:80px;
	padding: 6px;
	text-align: center;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
	font-weight:normal;
	font-style:normal;
}
.system-data td{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}

.system-data {
	width:100%;
	float:left;
	padding-top:10px;
	padding-bottom:20px;
}

.subtitle_txt{
	width:100%;
	font-size:140%;
	letter-spacing:-0.7pt;
	border-bottom:1px solid #c2c2c2;
	padding-bottom:4px;
	margin-bottom:4px;
}

.subtitle_txtline{
	border-bottom:1px solid #c2c2c2;
	padding-bottom:4px;
	margin-bottom:4px;
}

.f_title{
	font-size:150%;
}

.app_point{
	font-size:100%;
	color:#686868;
	line-height: 1.2em;
	padding-top:3px;
}

.sub_txt_g{
	font-size:90%;
	color:#686868;
	line-height: 1.0em;
	margin-bottom:10px;
}

.tab_system_box{
	width:96%;
	margin:0 auto;
}


.system-data1 {
	width:100%;
	float:left;
	padding-top:5px;
	padding-bottom:12px;
}
.system-data1 table{
	width:100%;
	border:1px solid #adadad;
	border-collapse: collapse;
	margin: 5px 4px 0 0;
}

.system-data1 th{
	width:110px;
	text-align: center;
	font-size:65%;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
	font-weight:normal;
	font-style:normal;
}
.system-data1 td{
	font-size:65%;
	padding:7px;
	line-height:1.4em;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}

.tab_title_space{
	margin-top:10px;
}
.viewer_title_default{
	width:400px;
	height:25px;
	background:url(../../images/view/pc/sub_intro_bar.png) no-repeat top left;
	font-size:110%;
	padding:2px 0 0px 10px;
	margin:20px 0 5px 4px;
}

.viewer_title{
	width:400px;
	height:25px;
	background:url(../../images/view/pc/sub_intro_bar.png) no-repeat top left;
	font-size:85%;
	padding:2px 0 0px 10px;
	margin:2px 0 0px 4px;
}

.view_space{
	margin-top:10px;
}
.view_space_b10{
	margin-top:10px;
}
.view_space_b5{
	margin-bottom:5px;
}

/*----------------------------------------------------------------------
		tool txt
--------------------------------------------------------------------*/
.tool_title_txt{
	font-size:170%;
	background-color: #e8e8e8;
	line-height:2.1em;
	padding-left:20px;
}
.tool_box_table{
	width:960px;
	list-style-type:none;
	margin:20px;
	float:left;
	display:inline;
}
.ebook-tool-operation {
	width:100%;
	margin-bottom:5px;
	float:left;
}

.ebook-tool-operation li{
	width:450px;
	float:left;
	margin:10px 20px 20px 10px;
	display:inline;
}

.ebook-tool-operation h3{
	width:450px;
	float:left;
	margin:0 0 12px 0;
}

.ebook-tool-operation dl{
	width:460px;
	float:left;
}

.ebook-tool-operation dt{
	width:110px;
	float:left;
	text-align:center;
}

.ebook-tool-operation dd{
	width:320px;
	float:right;
	margin:0 10px 0 10px;
	text-align:left;
	line-height:1.3em;
	display:inline;
}

.ebook-tool-operation1 {
	width:100%;
	margin-top:20px;
	margin-bottom:5px;
	float:left;
}

.ebook-tool-operation1 li{
	width:450px;
	float:left;
	margin:10px 20px 20px 10px;
	display:inline;
}

.ebook-tool-operation1 h3{
	width:450px;
	float:left;
	margin:0 0 12px 0;
}

.ebook-tool-operation1 dl{
	width:460px;
	float:left;
}

.ebook-tool-operation1 dt{
	width:110px;
	float:left;
	text-align:center;
}

.ebook-tool-operation1 dd{
	width:320px;
	float:right;
	margin:0 10px 0 10px;
	text-align:left;
	line-height:1.3em;
	display:inline;
}


/*-----------------------------------------------------------------
	accordion menu css
--------------------------------------------------------------*/

.accordion {
  width: 100%;
  list-style-type:none;
}

.accordion .link {
  cursor: pointer;
  color:#000;

}

.accordion li:last-child .link {color:#000;}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #b63b4d; list-style-type:none;}

.accordion li.open i { color: #b63b4d; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/

.submenu {
  display: none;
  background: #ffffff;
}

.submenu a {
  display: block;
  text-decoration: none;
}



/*----------------------------------------------------------------------
		common css
--------------------------------------------------------------------*/
.t5 { margin-top:5px;}
.t7 { margin-top:7px;}
.t8 { margin-top:8px;}
.t10 { margin-top:10px;}
.m5 { margin-bottom:5px;}
.m10 { margin-bottom:10px;}
.m12 { margin-bottom:12px;}
.m15 { margin-bottom:15px;}
.m20 { margin-bottom:20px;}
.m30 { margin-bottom:30px;}
.m40 { margin-bottom:40px;}
.m50 { margin-bottom:50px;}
.m60 { margin-bottom:60px;}

.ml10 { margin-left:10px; display:inline;}
.ml20 { margin-left:20px; display:inline;}
.ml10_o { margin-left:10px;}

.pl10{padding-left:10px;}	

.mr3 { margin-right:3px; display:inline;}
.mri10 { margin-right:10px;}
.mr10 { margin-right:10px; display:inline;}
.mr5 { margin-right:5px;}
.mr8 { margin-right:8px;}
.mr12 { margin-right:12px;}
.mr20 { margin-right:20px;}
.mr15 { margin-right:10px; display:inline;}
.mr30 { margin-right:30px;}
.ma10 {margin:0 10px;}
.m_lb {margin:0 10px 30px 10px;}
.m_lb2 {margin:0 10px 10px 10px;}
.mt10{margin-top:10px;}

.pl10 { padding-left:10px;}
.pr10 { padding-right:10px;}

.flt { float:left;}
.flr { float:right;}


/* ##################### link css ##################### */

.accordion_system {
	width:100%;
	font-size:140%;
	padding-bottom:4px;
	margin-bottom:4px;
	list-style-type:none;
}
.line_b{
	border-bottom:1px solid #c2c2c2;
	padding-top:4px;
}

.accordion_system .link {
  cursor: pointer;
  display: block;
  padding: 0px 0px 0px 0px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion_system li:last-child .link { border-bottom: 0;}

.accordion_system li i {
  position: absolute;
  top: 2px;
  left: 16px;
  color: #919191;
  font-weight:lighter;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion_system li i.icon-arrow-down5 {
  right: 5px;
  left: auto;
  font-size: 130%;
  font-weight:lighter;
}

.accordion_system li i.openview-r{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #6e6e6e;
}

.accordion_system li.open-r .link { color: #333; }

.accordion_system li.open-r i { color: #919191; }

.accordion_system li.open-r i.icon-arrow-down5 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion_system li.open .link { color: #333; }

.accordion_system li.open i { color: #6e6e6e; }

.accordion_system li.open i.icon-arrow-down5 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu_system {
  display: none;
  background: #f5f5f5;
  font-size: 100%;
}

.submenu_system li { 
	width:100%;
	list-style:none;
	margin:0;
}


/*------------------ �T���l�C���@�C���[�W --------------------*/
.thumb_img{
	width:400px;
	height:auto;
	/*height:560px;*/
	border: 1px solid #D6D6D6;
}

.thumb_small_img{
	width:130px;
	/*height:180px;*/
	height:auto;
	border: 1px solid #D6D6D6;
}