/*---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;
}

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: 1024px;
}

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

/*-----------------------------------------------------------------------
	book_title css
----------------------------------------------------------------------*/
.section{
	float:left;
	width:100%;
	display:inline;
	margin-left:20px;
}

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: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	overflow: hidden;
}
.book_title{
	width:100%;
	margin-left:2px;
}

.title_space{
	padding-right:10px;
}


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

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

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: 2.3em;
	margin-bottom:4px;
	cursor:pointer;
}
a.btn_view_book:hover,active{
	background:#0a83ff;
}
.thumb_bookimg {  
    width: 100%;
	height: 560px;
    text-align: center;
	margin:60px auto;
}
.thumb_bigbook{
	width:420px;
	margin: 0 auto;
}
ul.thumb_bigbook li{
	list-style-type:none;
	float:left;
	width:420px;
	height:560px;
	vertical-align:middle;
	/*border:1px solid #d6d6d6;*/
}

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

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:100%;
	color:#686868;
	line-height: 1.2em;
}

/*---------------------------------------------------------------------
	appdown_btn
-------------------------------------------------------------------*/
.appdown-data{
	width:100%;
	float:left;
	background:#ffffff;
	height:125px;
	border:1px solid #b4b4b4;
	margin-bottom:25px;
	margin-top:7px;
}
.app_icon{
	margin:12px 10px 12px 7px;
}
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:310px;
	font-size:105%;
	line-height:1.3em;
}
p.space{
	margin-top:8px;
}
a.view_downlink{
	font-size:120%;
	line-height:1.2em;
	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_ios{
	width:203px;
	height:68px;
	display:block;
	background:url(../../images/view/ios/tablet-icon-appios.png) no-repeat top left;
	background-size:cover;
}
#device_ios:hover{
	background:url(../../images/view/ios/tablet-icon-appios-o.png) no-repeat top left;
	background-size:cover;
}
#device_ios:active{
	background:url(../../images/view/ios/tablet-icon-appios-o.png) no-repeat top left;
	background-size:cover;
}
#device_android{
	width:203px;
	height:68px;
	display:block;
	background:url(../../images/view/ios/tablet-icon-googleplay.png) no-repeat top left;
	background-size:cover;
}
#device_android:hover{
	background:url(../../images/view/ios/tablet-icon-googleplay-o.png) no-repeat top left;
	background-size:cover;
}
#device_android:active{
	background:url(../../images/view/ios/tablet-icon-googleplay-o.png) no-repeat top left;
	background-size:cover;
}
/*------------------------------------------------------------------------

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

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

.system-data-line {
	float:left;
	padding-top:15px;
	padding-bottom:0px;
}

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

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

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

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

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

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

.system-data1 {
	width:100%;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}
.tb_b10{
	padding-bottom:10px;
}

.system-data1 table{
	width:100%;
	border:1px solid #adadad;
	border-collapse: collapse;
}

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

.tab_title_space{
	margin-top:10px;
}
.tab_title_space3{
	margin-top:30px;
}
.tab_title_space4{
	margin-top:40px;
}
.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;
}

.viewer_title{
	width:300px;
	height:25px;
	background:url(../../images/view/pc/sub_intro_bar.png) no-repeat top left;
	font-size:120%;
	padding:2px 0 0px 10px;
	margin:12px 0 1px 3px;
}
.viewer_title_a{
	width:300px;
	height:25px;
	background:url(../../images/view/pc/sub_intro_bar.png) no-repeat top left;
	font-size:120%;
	padding:2px 0 0px 10px;
	margin:20px 0 1px 3px;
	float:left;
}

/*----------------------------------------------------------------------
		tool txt
--------------------------------------------------------------------*/
.ebook_tools{
	float:left;
	width:98%;
	line-height: 100%;
	background:#ffffff;
	border:1px solid #d5d5d5;
	padding-bottom: 10px;
	margin-bottom:30px;
}

.tool_title_txt{
	font-size:170%;
	background-color: #e8e8e8;
	line-height:2.1em;
	padding-left:20px;
}
.tool_box_table{
	width:98%;
	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:440px;
	float:left;
	margin:10px 30px 20px 10px;
	display:inline;
}

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

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

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

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

/*---------------------------------------------------------------------
	help icon img
-------------------------------------------------------------------*/
h3{
	font-size:150%;
	font-weight:lighter;
	color:#000;
	border-bottom:1px dotted #cccccc;
	padding:0 0 12px 6px;
}

.help_img01{
	width:120px;
	height:84px;
	background:url(../../images/view/ios/help_i_01.png);
	background-size:cover;
}
.help_img02{
	width:120px;
	height:84px;
	background:url(../../images/view/ios/help_i_02.png);
	background-size:cover;
}
.help_img03{
	width:120px;
	height:120px;
	background:url(../../images/view/ios/help_i_03.png);
	background-size:cover;
}
.help_img04{
	width:120px;
	height:120px;
	background:url(../../images/view/ios/help_i_04.png);
	background-size:cover;
}
.help_img05{
	width:120px;
	height:72px;
	background:url(../../images/view/ios/help_i_05.png);
	background-size:cover;
}
.help_img06{
	width:120px;
	height:72px;
	background:url(../../images/view/ios/help_i_06.png);
	background-size:cover;
}
.help_img07{
	width:120px;
	height:72px;
	background:url(../../images/view/ios/help_i_07.png);
	background-size:cover;
}
.help_img08{
	width:120px;
	height:72px;
	background:url(../../images/view/ios/help_i_08.png);
	background-size:cover;
}
.help_img09{
	width:120px;
	height:72px;
	background:url(../../images/view/ios/help_i_09.png);
	background-size:cover;
}
.help_img10{
	width:120px;
	height:72px;
	background:url(../../images/view/ios/help_i_10.png);
	background-size:cover;
}
.help_img11{
	width:120px;
	height:72px;
	background:url(../../images/view/ios/help_i_11.png);
	background-size:cover;
}
.help_img12{
	width:120px;
	height:72px;
	background:url(../../images/view/ios/help_i_12.png);
	background-size:cover;
}
.help_img13{
	width:120px;
	height:72px;
	background:url(../../images/view/ios/help_i_13.png);
	background-size:cover;
}
.help_img14{
	width:120px;
	height:72px;
	background:url(../../images/view/ios/help_i_14.png);
	background-size:cover;
}
.help_img15{
	width:120px;
	height:72px;
	background:url(../../images/view/ios/help_i_15.png);
	background-size:cover;
}


/*----------------------------------------------------------------------
		common css
--------------------------------------------------------------------*/

.m5 { margin-bottom:5px;}
.m10 { margin-bottom:10px;}
.m12 { margin-bottom:12px;}
.m15 { margin-bottom:15px;}
.m20 { margin-bottom:20px;}
.m25 { margin-bottom:25px;}
.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;}
.mr8 { margin-right:8px;}
.mri10 { margin-right:10px;}
.mr10 { margin-right:10px; display:inline;}
.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;}

.t10 { margin-top:10px;}


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

.accordion_system {
	width:100%;
	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: 165%;
  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;
}


/*------------------ サムネイル　イメージ --------------------*/
.thumb_img{
	width:400px;
	height:auto;
	/*height:560px;*/
	border:1px solid #d6d6d6;
}

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