/*---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:1.3em;
	text-align: center;
	color:#333333;
	background:#f5f5f5;
}

*{
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;
	position: absolute;
}

#base{
    width:100%;
	margin-left:10px;
	padding-top: 20px;
	text-align: left;
}

/*#base{
    margin: 0 auto;
    margin-left:10px;
	padding-top: 20px;
    text-align: left;
    width: 320px;
}*/

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

/*-----------------------------------------------------------------------
	book_title css
----------------------------------------------------------------------*/
.section{
	width:98%;
	/*width:306px;*/
	display:inline;
	float: left;
	margin:0 auto;
}
.book_title{
	width:100%;
	margin-left:5px;
}

h1{
	width: 300px;
	background:url(../../images/view/pc/title_bar.png) no-repeat top left;
	color:#2e2e2e;
	font-size:140%;
	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;
}

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

.ebook_thumb {
	width:98%;
	background:#ffffff;
	border:1px solid #d6d6d6;
	margin:0px auto;
}
.ebook_contents{
	width:100%;
	height: 100%;
	margin:0px auto;
}

.btn_linkurl{
	width:100%;
	margin-top:8px;
}
.btn_urlimg{
	position:relative;
	width:100%;
	text-align:center;
	vertical-align:center;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	background: #3498db;
	margin:0 auto;
}

.btn_urlimg a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size:160%;
	line-height: 2.4em;
	text-decoration: none;
}

.btn {
  color: #ffffff;
  font-size:170%;
  line-height: 2.2em;
  text-decoration: none;
}

.btn:hover {
  text-decoration: none;
}

.thumb_bookimg {
	width:200px;
	text-align: center;
}
.thumb_bigbook{
	list-style-type:none;
	width:180px;
	height:260px;
	margin: 10% auto;
}

.thumb_listbook {  
    float:right;
	width:25%;
	text-align: center;
}

.thumb_f{
	padding-top:20px;
}

ul.thumb_f li{
	list-style-type:none;
	width:55px;
	height:75px;
	/*border:1px solid #d6d6d6;*/
}

.pc_notice{
	margin-top:4px;
	margin-bottom:10px;
	font-size:95%;
	color:#686868;
	line-height: 1.1em;
	letter-spacing:-0.6pt;
}

/*---------------------------------------------------------------------
	appdown_btn
-------------------------------------------------------------------*/
.appdown-data{
	width:100%;
	background:#ffffff;
	height:127px;
	border:1px solid #dedede;
	border-radius:8px;
	margin-bottom:20px;
	margin-top:20px;
}
.app_icon{
	margin:4px 0px 12px 5px;
	float:left;
}
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{
	float:right;
	width:60%;
	font-size:92%;
	line-height:1.1em;
	letter-spacing:-0.4pt;
	margin-top:1px;
}
p.space{
	margin-top:10px;
}
a.view_downlink{
	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:145px;
	height:50px;
	display:block;
	background:url(../../images/view/ios/icon-appios.png) no-repeat top left;
	margin-bottom:4px;
	background-size:cover;
}
#device_ios:hover{
	background:url(../../images/view/ios/icon-appios-o.png) no-repeat top left;
	background-size:cover;
}
#device_ios:active{
	background:url(../../images/view/ios/icon-appios-o.png) no-repeat top left;
	background-size:cover;
}
#device_android{
	width:145px;
	height:50px;
	display:block;
	background:url(../../images/view/ios/icon-googleplay.png) no-repeat top left;
	margin-bottom:4px;
	background-size:cover;
}
#device_android:hover{
	background:url(../../images/view/ios/icon-googleplay-o.png) no-repeat top left;
	background-size:cover;
}
#device_android:active{
	background:url(../../images/view/ios/icon-googleplay-o.png) no-repeat top left;
	background-size:cover;
}
/*------------------------------------------------------------------------

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

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

.subtitle_txt{
	width:100%;
	font-size:150%;
	letter-spacing:-0.7pt;
	border-bottom:1px solid #c2c2c2;
	padding-bottom:8px;
	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;
}

.contents_txt{
	font-size:100%;
	color:#6f6f6f;
	margin:10px 0 0px 0;
	line-height:1.2em;
}

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

.system-data th{
	width:100px;
	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-data1 {
	width:100%;
	float:left;
	padding-top:10px;
	padding-bottom:20px;
}
.system-data1 table{
	width:100%;
	border:1px solid #adadad;
	border-collapse: collapse;
}

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

.viewer_title{
	width:100%;
	height:25px;
	background:url(../../images/view/pc/sub_intro_bar.png) no-repeat top left;
	font-size:85%;
	padding:5px 0 0px 10px;
	margin:15px 0 1px 3px;
}
.viewer_title_a{
	width:100%;
	height:25px;
	background:url(../../images/view/pc/sub_intro_bar.png) no-repeat top left;
	font-size:85%;
	padding:5px 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:10px;
	float:left;
	display:inline;
}
.ebook-tool-operation {
	width:100%;
	margin-bottom:5px;
	float:left;
}

.ebook-tool-operation li{
	width:440px;
	margin:10px 30px 20px 10px;
	display:inline;
}

.ebook-tool-operation h3{
	width:100%;
	margin:0 0 12px 0;
}

.ebook-tool-operation dl{
	width:100%;
}

.ebook-tool-operation dt{
	width:100%;
	text-align:center;
}

.ebook-tool-operation dd{
	width:100%;
	margin:0 0px 0 20px;
	text-align:left;
	font-size:105%;
	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:100px;
	height:70px;
	background:url(../../images/view/ios/help_i_01.png);
	background-size:cover;
}
.help_img02{
	width:100px;
	height:70px;
	background:url(../../images/view/ios/help_i_02.png);
	background-size:cover;
}
.help_img03{
	width:100px;
	height:100px;
	background:url(../../images/view/ios/help_i_03.png);
	background-size:cover;
}
.help_img04{
	width:100px;
	height:100px;
	background:url(../../images/view/ios/help_i_04.png);
	background-size:cover;
}
.help_img05{
	width:100px;
	height:60px;
	background:url(../../images/view/ios/help_i_05.png);
	background-size:cover;
}
.help_img06{
	width:100px;
	height:60px;
	background:url(../../images/view/ios/help_i_06.png);
	background-size:cover;
}
.help_img07{
	width:100px;
	height:60px;
	background:url(../../images/view/ios/help_i_07.png);
	background-size:cover;
}
.help_img08{
	width:100px;
	height:60px;
	background:url(../../images/view/ios/help_i_08.png);
	background-size:cover;
}
.help_img09{
	width:100px;
	height:60px;
	background:url(../../images/view/ios/help_i_09.png);
	background-size:cover;
}
.help_img10{
	width:100px;
	height:60px;
	background:url(../../images/view/ios/help_i_10.png);
	background-size:cover;
}
.help_img11{
	width:100px;
	height:60px;
	background:url(../../images/view/ios/help_i_11.png);
	background-size:cover;
}
.help_img12{
	width:100px;
	height:60px;
	background:url(../../images/view/ios/help_i_12.png);
	background-size:cover;
}
.help_img13{
	width:100px;
	height:60px;
	background:url(../../images/view/ios/help_i_13.png);
	background-size:cover;
}
.help_img14{
	width:100px;
	height:60px;
	background:url(../../images/view/ios/help_i_14.png);
	background-size:cover;
}
.help_img15{
	width:100px;
	height:60px;
	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;}
.m13 { margin-bottom:13px;}
.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;}
.mr12 { margin-right:12px;}
.mr20 { margin-right:20px;}
.mr15 { margin-right:10px; display:inline;}
.mr8 { margin-right:8px;}
.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;}


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

.accordion {
  width: 100%;
  max-width: 100%;
  margin: 10px auto;
  background: #a1a1a1;
  list-style-type:none;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 20px 15px 20px 14px;
  color: #ffffff;
  font-size: 120%;
  letter-spacing:-0.4pt;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

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

.accordion li i {
  position: absolute;
  top: 14px;
  left: 12px;
  color: #d3d3d3;
  font-weight:lighter;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.icon-arrow-down5 {
  right: 12px;
  left: auto;
  font-size: 150%;
  font-weight:lighter;
}

.accordion li.open .link { color: #ffffff; }

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

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

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


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

.submenu li { 
	width:100%;
	background: #f5f5f5;
	list-style-type:none;
}

.submenu dl{
	width:98%;
	padding:16px 0px 16px 5px;
	list-style-type:none;
	margin:0 auto;
}
.ts60{
	height:60px;
}
.ts70{
	height:70px;
}
.ts80{
	height:80px;
}
.ts100{
	height:100px;
}
.ts115{
	height:115px;
}
.ts120{
	height:120px;
}
.ts130{
	height:130px;
}
.ts135{
	height:135px;
}
.ts140{
	height:140px;
}
.ts150{
	height:150px;
}

.submenu dt{
	width:110px;
	text-align:center;
	float:left;
	margin:0 auto;
}

.submenu dd{
	float:right;
	width:61%;
	text-align:left;
	font-size:95%;
	line-height:1.25em;
	letter-spacing:-0.4pt;
	display:inline;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #b63b4d;
  color: #FFF;
}



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

.accordion_system {
	width:100%;
	font-size:150%;
	letter-spacing:-0.3pt;
	padding-bottom:8px;
	margin-bottom:4px;
	list-style-type:none;
}
.line_b{
	border-bottom:1px solid #c2c2c2;
	padding-top:10px;
}

.accordion_system .link {
  cursor: pointer;
  display: block;
  padding: 10px 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.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-type:none;
}


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

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

/* ------------------------------------------------------------
	START : iphone 縦
------------------------------------------------------------ */
@media only screen 
and (max-width : 320px) 
and (orientation : portrait) {
}

/* ------------------------------------------------------------
	END : iphone 縦
------------------------------------------------------------ */

/* ------------------------------------------------------------
	START : iphone 横
------------------------------------------------------------ */
@media only screen 
and (min-width : 321px) 
and (orientation : landscape) {
	#wrapper{
		position :relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;

	}

	.pc_notice{
		font-size:85%;
	}

	#base{
		width:85%;
	}

	li.link_title{
		width:60%;
		font-size:85%;
	}

	.submenu dd{
		width:58%;
		font-size:90%;
	}
}
/* ------------------------------------------------------------
	END : iphone 横
------------------------------------------------------------ */
