@charset "UTF-8";

/*** ABOUT COMMON ***/
.mb-0  { margin-bottom:  0   !important; }
.mb-1h { margin-bottom:  5px !important; }
.mb-1  { margin-bottom: 10px !important; }
.mb-2  { margin-bottom: 19px !important; }
.mb-3  { margin-bottom: 26px !important; }
.mb-4  { margin-bottom: 38px !important; }
.mb-5  { margin-bottom: 48px !important; }
.mb-6  { margin-bottom: 72px !important; }
.mb-7  { margin-bottom: 72px !important; }
.mb-8  { margin-bottom: 72px !important; }

.bold { font-weight: bold; }

.shadow {
  box-shadow: 4px 4px 8px #999;
  -webkit-box-shadow: 4px 4px 8px #999;
  -moz-box-shadow: 4px 4px 8px #999;
}
.shadow:hover {
  box-shadow: 4px 4px 8px #f08300;
  -webkit-box-shadow: 4px 4px 8px #f08300;
  -moz-box-shadow: 4px 4px 8px #f08300;
}

.content-box {
  display: inline-block;
  width: 768px;
}
.left-box {
  display: block;
  float: left;
  width: 375px;
}
.left-box-content {
  display: inline-block;
  position: relative;
  margin: 0 0 0 18px;
  font-size: 0;
  vertical-align: middle;
}

.box2-left {
  display: inline-block;
  margin-right: 19px;
  width: 374px;
  vertical-align: top;
}
.box2-right {
  display: inline-block;
  width: 375px;
  vertical-align: top;
}

.box3-left,
.box3-center {
  display: inline-block;
  margin-right: 19px;
  width: 240px;
  vertical-align: top;
}
.box3-right {
  display: inline-block;
  width: 240px;
  vertical-align: top;
}

figure {
  margin: 0;
  padding: 0;
}
figcaption {
  margin: 8px 0 0 0;
  padding: 0;
  font-size: 10px;
  line-height: 1.4em;
  color: #4c4949;
  text-align: left;
}
a .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255, 0.4);
  opacity: 0;
}
a:hover .mask {
  opacity: 1;
}

/*** ABOUT NAV ***/
#about-nav {
  display: block;
  position: relative;
  margin: 0 0 15px 0;
  width: 960px;
  color: #727171;
}
#about-nav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}
#about-nav ul li {
  display: inline-block;
  margin: 0 5px 14px 5px;
  padding: 0;
  text-align: left;
  background-color: #f5f6f6;
  vertical-align: top;
}
#about-nav ul li a {
  display: block;
  width: 212px;
  height: 128px;
  margin: 0;
  padding: 0;
  background: url("../images/about/about_nav_icons.png")no-repeat 0 0;
}

#about-nav ul li a#nav-bccks         { background-position:    0      0  ; }
#about-nav ul li a#nav-bccks-read    { background-position:    0   -128px; }
#about-nav ul li a#nav-bccks-make-db { background-position:    0   -256px; }
#about-nav ul li a#nav-bccks-make-pb { background-position:    0   -384px; }
#about-nav ul li a#nav-bccks-sell    { background-position: -424px    0  ; }
#about-nav ul li a#nav-bccks-premium { background-position: -424px -256px; }
#about-nav ul li a#nav-bccks-store   { background-position: -424px -128px; }
#about-nav ul li a#nav-bccks-index   { background-position: -424px -384px; }

#about-nav ul li a#nav-bccks.current,
#about-nav ul li a#nav-bccks:hover         { background-position: -212px    0  ; }
#about-nav ul li a#nav-bccks-read.current,
#about-nav ul li a#nav-bccks-read:hover    { background-position: -212px -128px; }
#about-nav ul li a#nav-bccks-make-db.current,
#about-nav ul li a#nav-bccks-make-db:hover { background-position: -212px -256px; }
#about-nav ul li a#nav-bccks-make-pb.current,
#about-nav ul li a#nav-bccks-make-pb:hover { background-position: -212px -384px; }
#about-nav ul li a#nav-bccks-sell.current,
#about-nav ul li a#nav-bccks-sell:hover    { background-position: -636px    0  ; }
#about-nav ul li a#nav-bccks-premium.current,
#about-nav ul li a#nav-bccks-premium:hover { background-position: -636px -256px; }
#about-nav ul li a#nav-bccks-store.current,
#about-nav ul li a#nav-bccks-store:hover   { background-position: -636px -125px; }
#about-nav ul li a#nav-bccks-index.current,
#about-nav ul li a#nav-bccks-index:hover   { background-position: -636px -384px; }

#about-nav ul li h1 {
  display: block;
  margin-bottom: 2px;
  width: 212px;
  height: 36px;
  background: url("/global/images/about/about_nav_index.png")no-repeat 0 0;
  text-indent: -9999px;
}
#about-nav ul li h1.about_nav_index_02 { background-position: 0  -36px; }
#about-nav ul li h1.about_nav_index_03 { background-position: 0  -72px; }
#about-nav ul li h1.about_nav_index_04 { background-position: 0 -108px; }
#about-nav ul li h1.about_nav_index_05 { background-position: 0 -144px; }
#about-nav ul li h1.about_nav_index_06 { background-position: 0 -180px; }
#about-nav ul li h1.about_nav_index_07 { background-position: 0 -252px; }
#about-nav ul li h1.about_nav_index_08 { background-position: 0 -288px; }

#about-nav ul li a:hover { background-color: #f6ab00;text-decoration:none; }
#about-nav ul li a.current { background-color:#f1bd31;text-decoration:none; }

#about-nav ul li a:hover h1.about_nav_index_01,
#about-nav ul li a.current h1.about_nav_index_01 { background-position: -212px    0  ; }
#about-nav ul li a:hover h1.about_nav_index_02,
#about-nav ul li a.current h1.about_nav_index_02 { background-position: -212px  -36px; }
#about-nav ul li a:hover h1.about_nav_index_03,
#about-nav ul li a.current h1.about_nav_index_03 { background-position: -212px  -72px; }
#about-nav ul li a:hover h1.about_nav_index_04,
#about-nav ul li a.current h1.about_nav_index_04 { background-position: -212px -108px; }
#about-nav ul li a:hover h1.about_nav_index_05,
#about-nav ul li a.current h1.about_nav_index_05 { background-position: -212px -144px; }
#about-nav ul li a:hover h1.about_nav_index_06,
#about-nav ul li a.current h1.about_nav_index_06 { background-position: -212px -180px; }
#about-nav ul li a:hover h1.about_nav_index_07,
#about-nav ul li a.current h1.about_nav_index_07 { background-position: -212px -252px; }
#about-nav ul li a:hover h1.about_nav_index_08,
#about-nav ul li a.current h1.about_nav_index_08 { background-position: -212px -288px; }

#about-nav ul li p {
  margin: 0;
  padding: 0 10px 13px 10px;
  font-size: 12px;
  line-height: 1.4em;
  color: #727171;
}

#about-nav ul li a:hover p,
#about-nav ul li a.current p { color: #fff; }

/*** ABOUT MAINTEXT ***/
.maintext {
  display: block;
  margin: 0;
  padding: 24px 96px 32px 96px;
  width: auto;
  color: #4c4949;
}

.maintext h1 {
  margin-top: 8px; /*32-24*/
  font-size: 32px;
  font-family: HiraMinPro-W3,HiraMinProN-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",serif;
  letter-spacing: 0.025em;
  color: #4C4949;
}

.maintext h1.about_index { float:left;margin:0 0 0 -7px;display:block;width:396px;height:70px;background:url("/global/images/about/about_index.png")no-repeat 0 0;text-indent:-9999px; }

/*BCCKSって*/
.maintext h1.i_01 { background-position:   0      0  ;margin:0 0 4px -7px; }
/*本を読む探す*/
.maintext h1.i_02 { background-position:   0    -70px; }
/*電子書籍をつくる*/
.maintext h1.i_03 { background-position:   0   -141px; }
/*紙のBCCKS*/
.maintext h1.i_04 { background-position:   0   -211px;margin:0 0 12px -7px; }
/*本の販売*/
.maintext h1.i_05 { background-position:   0   -282px; }
/*エキスパートプラン*/
.maintext h1.i_06 { background-position:   0   -352px;margin:0 0 0 -9px; }
/*推奨環境*/
.maintext h1.i_07 { background-position:   0   -422px;float:none; }
/*書店をひらく*/
.maintext h1.i_08 { background-position:   0   -493px; }
/*目的別INDEX*/
.maintext h1.i_09 { background-position:   0   -563px;float:none;margin:0 0 6px -12px; }
/*紙本スケジュール*/
.maintext h1.i_10 { background-position:   0   -633px; }
/*ストア配本サービス*/
.maintext h1.i_11 { background-position:-432px    0  ; }
/*インポート*/
.maintext h1.i_12 { background-position:-432px  -70px; }
/*クーポンコード*/
.maintext h1.i_13 { background-position:-432px -141px; }
/*会社概要*/
.maintext h1.i_14 { background-position:-432px -211px;float:none; }
/*出版について*/
.maintext h1.i_15 { background-position:-432px -282px;float:none; }
/*利用規約*/
.maintext h1.i_16 { background-position:-432px -352px;float:none; }
/*会員規約*/
.maintext h1.i_17 { background-position:-432px -422px;float:none; }
/*ストア配本サービス規約*/
.maintext h1.i_18 { background-position:-432px -493px;float:none; }
/*プライバシー*/
.maintext h1.i_19 { background-position:-432px -563px;float:none; }
/*免責事項*/
.maintext h1.i_20 { background-position:-432px -633px;float:none; }
/*「プレミアム会員」について*/
.maintext h1.i_21 { background-position:   0   -704px;float:none; }
/*「フリー会員」について*/
.maintext h1.i_22 { background-position:   0   -774px;float:none; }
/*特定商取引に関する表記*/
.maintext h1.i_23 { background-position:-432px -704px;float:none;height:58px; }

.maintext h1.planhead { text-indent: -0.5em; }

.maintext h2 {
  padding-top: 2px;
  font-size: 18px;
  font-family: HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif;
  font-weight: normal;
  line-height: 1.8em;
  color: #4C4949;
}

.maintext h3 {
  margin-bottom: 4px;
  font-size: 15px;
  font-family: HiraKakuProN-W6,HiraKakuPro-W6,"ヒラギノ角ゴ ProN W6","ヒラギノ角ゴ Pro W6","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-weight: bold;
  color: #4C4949;
}
.maintext h4 {
  margin-bottom: 3px;
  font-size: 13px;
  font-family: HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-weight: normal;
}
.maintext h4.bold {
  font-family: HiraKakuProN-W6,HiraKakuPro-W6,"ヒラギノ角ゴ ProN W6","ヒラギノ角ゴ Pro W6","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-weight: bold;
}

.maintext h5 {}

.maintext p {
  font-size: 12px;
  font-family: HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-weight: normal;
  line-height: 1.6em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.maintext a {
  font-size: 100%;
  font-family: inherit;
  color: #f08300;
  cursor: pointer;
}
.maintext figcaption a {
  color: #4c4949;
}

.maintext span {
  font-size: 100%;
}

.maintext p.annotation {
  margin-left: 1em;
  font-size: 10px;
  line-height: 1.6em;
  text-indent: -1em;
  color: #4c4949;
}
.about .annotation {
  margin-left: 1em;
  font-size: 12px;
  line-height: 18px;
  text-indent: -1em;
  color: #333;
}
.maintext p.info {
  margin-top: -14px;
  margin-left: 1em;
  font-size: 12px;
  line-height: 1.6em;
  text-indent: -1em;
  color: #F08300;
}
.maintext .content-box p {
  margin-bottom: 0px;
}

.maintext ul,
.maintext ol,
.maintext dl {
  margin-bottom: 19px;
}
.maintext dl dt {
  float: left;
  font-size: 12px !important;
  font-family: HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-weight: normal;
  line-height: 1.8em;
  color: #4c4949;
}
.maintext ul li,
.maintext ol li,
.maintext dl dd {
  font-size: 12px;
  font-family: HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-weight: normal;
  line-height: 1.8em;
  color: #4c4949;
}
.maintext ul li span,
.maintext ol li span,
.maintext dl dd span {
  font-size: 100%;
}
.maintext ul.indent-text li,
.maintext ol.indent-text li,
.maintext dl.indent-text dt,
.maintext dl.indent-text dd {
  margin-left: 1em;
  text-indent: -1em;
}
.about.exemption ol li {
  margin-bottom: 24px;
}

/*** ABOUT SOCIALBUTTONS ***/
#social-about {
  margin-top: 14px;
  display: block;
}
#social-about a {
  color: #e6e6e6;
}
#social-about .fb-like,
#social-about .hatena-bookmark-button-frame,
#social-about .twitter-share-button {
  float: right;
  margin-left: 10px;
}

#social-about .twitter-share-button.one   { width: 89px !important; }
#social-about .twitter-share-button.two   { width: 95px !important; }
#social-about .twitter-share-button.three { width: 103px !important; }

/*** ABOUT CASE STUDY  ***/
a.banner_case_study {
  margin: 0 0 0 26px;
  float: right;
}

/* bccks_make_db */
/* bccks_make_pb */
/* bccks_expert */
/* user_premium */
/* distribution */
/* import */
.maintext h3#make-db-epub,
.maintext h3#mamebon,
.maintext h4#mamebon,
.maintext h3#standard-plan,
.maintext h3#option-plan,
.maintext h3#premium-cancel,
.maintext h3#dist-attention,
.maintext #text-import-head,
.maintext #epub-import-head,
.maintext #zip-import-head,
.maintext #insta-import-head,
.maintext #facebook-import-head {
  padding-top: 64px; /* ページ内リンクジャンプ後の位置調整 */
  margin-top: -64px;
}

/* bccks_import */
.maintext #epub-import,
.maintext #zip-import,
.maintext #insta-import { padding:72px 0 0 0; }
.maintext h2#text-import-head,
.maintext h2#epub-import-head,
.maintext h2#zip-import-head,
.maintext h2#insta-import-head { display:block;float:left; }
.maintext h2#text-import-head span  { display:inline-block;width:274px;height:26px;background: url("/global/images/about/about_index_h2.png")no-repeat 0   0  ;text-indent:-9999px; }
.maintext h2#epub-import-head span  { display:inline-block;width:282px;height:26px;background: url("/global/images/about/about_index_h2.png")no-repeat 0 -32px;text-indent:-9999px; }
.maintext h2#zip-import-head span   { display:inline-block;width:205px;height:26px;background: url("/global/images/about/about_index_h2.png")no-repeat 0 -64px;text-indent:-9999px; }
.maintext h2#insta-import-head span { display:inline-block;width:194px;height:26px;background: url("/global/images/about/about_index_h2.png")no-repeat 0 -96px;text-indent:-9999px; }
#text-import p.text-import-lead,
#epub-import p.epub-import-lead,
#zip-import p.zip-import-lead,
#insta-import p.insta-import-lead { margin-left:20px;display:inline-block;padding-top:4px;font-size:13px;line-height:22px;font-style:italic;vertical-align:middle; }
#text-import h4.bold,
#epub-import h4.bold,
#zip-import h4.bold,
#insta-import h4.bold { letter-spacing:0.2em; }
#text-import ol,
#epub-import ol,
#zip-import ol,
#insta-import ol { clear:both; }
#text-import ol li,
#epub-import ol li,
#zip-import ol.import-flow li,
#insta-import ol li { margin:0 0 32px 0;display:block;width:768px;height:115px;font-size:0; }

ol li div.txt { float:left;margin-left:29px;display:block;width:499px;height:115px;line-height:115px; }
ol li div.txt p { display:inline-block;font-size:14px;line-height:1.6em;vertical-align:middle; }

ol li div.img { float:left;display:block;width:240px;height:115px;background:url("/global/images/about/import_flow.png") no-repeat 0 0; }
#text-import ol li div.flow01  { background-position:   0      0  ; }
#text-import ol li div.flow02  { background-position:   0   -115px; }
#text-import ol li div.flow03  { background-position:   0   -230px; }
#text-import ol li div.flow04  { background-position:   0   -345px; }
#epub-import ol li div.flow01  { background-position:   0      0  ; }
#epub-import ol li div.flow02  { background-position:-240px -115px; }
#epub-import ol li div.flow03  { background-position:-240px -230px; }
#epub-import ol li div.flow04  { background-position:-240px -345px; }
#zip-import ol li div.flow01   { background-position:   0      0  ; }
#zip-import ol li div.flow02   { background-position:-480px -115px; }
#zip-import ol li div.flow03   { background-position:-480px -230px; }
#zip-import ol li div.flow04   { background-position:-480px -345px; }
#insta-import ol li div.flow01 { background-position:   0      0  ; }
#insta-import ol li div.flow02 { background-position:-720px -115px; }
#insta-import ol li div.flow03 { background-position:-720px -230px; }
#insta-import ol li div.flow04 { background-position:-720px -345px; }
#insta-import ol li div.flow05 { background-position:-720px -460px; }

/* bccks_expert */
.maintext h4.plan-list-st-head,
.maintext h4.plan-list-sp-head { margin-left:1em; }
.maintext ul.plan-list-st,
.maintext ul.plan-list-sp { margin:0 0 0 14px; }
.maintext ul.plan-list-op { display:inline-block;margin:0 0 0 28px; }
.maintext p.plan-list-annotation { display:block;margin-left:26px; }

.maintext ul.strong li {
  font-size: 14px;
  text-shadow: 0px 1px 1px #fff;
}
.maintext ol.strong li {
  font-size: 14px;
  text-shadow: 0px 1px 1px #fff;
}
.maintext ul.strong li.bold,
.maintext ol.strong li.bold {
  font-family: HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6','メイリオ',Meiryo,'ＭＳ ゴシック',Arial,HelveticaNeue,Helvetica,'Lucida Grande',sans-serif;
  font-weight: bold;
}
.maintext ul.strong li span,
.maintext ol.strong li span {
  font-size: 10px;
}
.maintext ul.pre-plan.strong,
.maintext ul.pre-plan.strong li {
  margin: 0;
}
.onecol-box {
  margin: 0;
  padding: 19px 0;
  width: 768px;
  background-color: #f5f6f6;
}

.onecol-box ul.pre-plan.strong {
  display: inline-block;
  margin: 0 0 0 48px;
  vertical-align: top;
}
.onecol-box ul.pre-plan.strong li {
  text-align: left;
}

li.txtmark_w {
  padding-left: 18px;
  background: url("/global/images/about/mark_w.png") no-repeat 0 2px;
}
li.txtmark_y {
  padding-left: 18px;
  background: url("/global/images/about/mark_y.png") no-repeat 0 2px;
}
li.txtmark_o {
  padding-left: 18px;
  background: url("/global/images/about/mark_o.png") no-repeat 0 2px;
}
li.txtmark_g {
  padding-left: 18px;
  background: url("/global/images/about/mark_g.png") no-repeat 0 2px;
}

li.txtmark_g_12 {
  padding-left: 15px;
  background: url("/global/images/about/mark_g_1212.png") no-repeat 0 2px;
}
li.txtmark_ex_12 {
  padding-left: 15px;
  background: url("/global/images/about/mark_ex_1212.png") no-repeat 0 2px;
}

li.txtmark_n0_12 {
  padding-left: 15px;
  background: url("/global/images/about/number_1212_00.png") no-repeat 0 2px;
}
li.txtmark_n1_12 {
  padding-left: 15px;
  background: url("/global/images/about/number_1212_01.png") no-repeat 0 2px;
}
li.txtmark_n2_12 {
  padding-left: 15px;
  background: url("/global/images/about/number_1212_02.png") no-repeat 0 2px;
}
li.txtmark_n3_12 {
  padding-left: 15px;
  background: url("/global/images/about/number_1212_03.png") no-repeat 0 2px;
}
li.txtmark_n4_12 {
  padding-left: 15px;
  background: url("/global/images/about/number_1212_04.png") no-repeat 0 2px;
}
li.txtmark_n5_12 {
  padding-left: 15px;
  background: url("/global/images/about/number_1212_05.png") no-repeat 0 2px;
}
li.txtmark_n6_12 {
  padding-left: 15px;
  background: url("/global/images/about/number_1212_06.png") no-repeat 0 2px;
}
li.txtmark_n7_12 {
  padding-left: 15px;
  background: url("/global/images/about/number_1212_07.png") no-repeat 0 2px;
}
li.txtmark_n8_12 {
  padding-left: 15px;
  background: url("/global/images/about/number_1212_08.png") no-repeat 0 2px;
}
li.txtmark_n9_12 {
  padding-left: 15px;
  background: url("/global/images/about/number_1212_09.png") no-repeat 0 2px;
}

li.txtmark_n0_y_12 {
  padding-left: 15px;
  background: url("/global/images/about/number_1212_y_00.png") no-repeat 0 2px;
}
li.txtmark_n1_y_12 {
  padding-left: 15px;
  background: url("/global/images/about/number_1212_y_01.png") no-repeat 0 2px;
}
li.txtmark_n2_y_12 {
  padding-left: 15px;
  background: url("/global/images/about/number_1212_y_02.png") no-repeat 0 2px;
}
li.txtmark_n3_y_12 {
  padding-left: 15px;
  background: url("/global/images/about/number_1212_y_03.png") no-repeat 0 2px;
}
li.txtmark_n4_y_12 {
  padding-left: 15px;
  background: url("/global/images/about/number_1212_y_04.png") no-repeat 0 2px;
}
li.txtmark_n5_y_12 {
  padding-left: 15px;
  background: url("/global/images/about/number_1212_y_05.png") no-repeat 0 2px;
}
li.txtmark_n6_y_12 {
  padding-left: 15px;
  background: url("/global/images/about/number_1212_y_06.png") no-repeat 0 2px;
}
li.txtmark_n7_y_12 {
  padding-left: 15px;
  background: url("/global/images/about/number_1212_y_07.png") no-repeat 0 2px;
}
li.txtmark_n8_y_12 {
  padding-left: 15px;
  background: url("/global/images/about/number_1212_y_08.png") no-repeat 0 2px;
}
li.txtmark_n9_y_12 {
  padding-left: 15px;
  background: url("/global/images/about/number_1212_y_09.png") no-repeat 0 2px;
}

.dist-flow li {
  margin-bottom:6px;
}

.create-books {
  width: 219px;
}

.request-plan {
  margin-bottom: 38px;
  padding: 26px 19px;
  width: 730px;/* width-19*2 */
  border-top: 1px solid #b5b6b6;
  border-bottom: 1px solid #b5b6b6;
}

.request-plan > p {
  width: 514px;
}

.createbooks_btn {
  position: relative;
  display: inline-block;
  margin: 0 0 0 25px;
  width: 191px;
  height: 47px;
  background: url("/global/images/common/bt_19147_01.png")no-repeat -764px 0;
  text-indent: -9999px;
}
.createbooks_btn:hover { background-position: -764px -47px; }

.goto_sl {
  position: relative;
  display: inline-block;
  margin: 0 0 0 25px;
  width: 191px;
  height: 47px;
  background: url("/global/images/common/bt_19147_01.png")no-repeat -573px 0;
  text-indent: -9999px;
}
.goto_sl:hover { background-position: -573px -47px; }

.goto_expert {
  position: relative;
  display: inline-block;
  margin: 0 0 0 25px;
  width: 191px;
  height: 47px;
  background: url("/global/images/common/bt_19147_01.png")no-repeat 0 0;
  text-indent: -9999px;
}
.goto_expert:hover { background-position: 0 -47px; }

/* expertplan table */
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 19px;
}
table th {
  padding: 8px;
  width: 16%;
  border: 2px solid #e6e6e6;
  font-family: HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6','メイリオ',Meiryo,'ＭＳ ゴシック',Arial,HelveticaNeue,Helvetica,'Lucida Grande',sans-serif;
  font-weight: bold;
  text-shadow: 0px 1px 1px #fff;
  background-color: #fafafa;
}
table td {
  padding: 8px;
  width: 16%;
  border: 2px solid #e6e6e6;
  background: #f5f6f6;
}
table td.twocol            { width:68%;background-color:#fafafa; }
table td.twocol.month      { background-color:#f5f6f6; }
table th.title             { width:23%; }
table .free,
table td.content           { text-align:center; }
table th.title.red         { background-color:rgb(253,238,244);color:#4C4949 !important; }
table th.title.orange      { background-color:rgb(254,245,232);color:#4C4949 !important; }
table th.title.yellow      { background-color:rgb(250,250,238);color:#4C4949 !important; }
table th.title.green       { background-color:rgb(245,249,245);color:#4C4949 !important; }
table th.title.blue        { background-color:rgb(240,246,250);color:#4C4949 !important; }
table th.title.violet      { background-color:rgb(245,244,250);color:#4C4949 !important; }
table td.description       { width:45%;font-size:12px;line-height:1.4em;background-color:#f5f6f6;/*background-color:#dcdddd;*/ }
table th.standard          { text-align:center;background-color:#fdd000; }
table th.premium           { text-align:center;background-color:#f39839; }
table td.standard          { text-align:center;background-color:#fcf0ce; }
table td.premium           { text-align:center;background-color:#feebd0; }
table td.yen               { font-family:HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6','メイリオ',Meiryo,'ＭＳ ゴシック',Arial,HelveticaNeue,Helvetica,'Lucida Grande',sans-serif;font-weight:bold;text-shadow:0px 1px 1px #fff; }
table td.pcount            { font-family:HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6','メイリオ',Meiryo,'ＭＳ ゴシック',Arial,HelveticaNeue,Helvetica,'Lucida Grande',sans-serif;font-weight: bold;text-shadow: 0px 1px 1px #fff; }
table td.pcount a          { font-family:HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;font-weight:normal; }
table td.pcount.disabled a { color:#727171; }
table td.disabled,
table th.disabled          { background-color:#dcdddd;color:#727171; }
table span                 { font-size:11px; }
table span.ok              { display:block;margin:0 auto;width:40px;height:35px;background:url("/global/images/about/yn_btn.png")no-repeat 0 0;text-indent:-9999px; }
table span.no              { display:block;margin:0 auto;width:40px;height:35px;background:url("/global/images/about/yn_btn.png")no-repeat 0 -35px;text-indent:-9999px; }
table span.ok-off          { display:block;margin:0 auto;width:40px;height:35px;background:url("/global/images/about/yn_btn.png")no-repeat -40px 0;text-indent:-9999px; }
table span.no-off          { display:block;margin:0 auto;width:40px;height:35px;background:url("/global/images/about/yn_btn.png")no-repeat -40px -35px;text-indent:-9999px; }

.calendar-container table th,
.calendar-container table td {
  width: 14%;
}

/* simple table */
table.simple { margin: 10px 0 19px 0; }
table.simple.w_middle { width: 468px; }
table.simple th {
  margin: 0;
  width: 180px;
  font-size: 12px;
  font-family: HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-weight: normal;
  background-color: #F5F5F5;
  text-indent: 0;
  vertical-align: middle;
}
table.simple td {
  margin: 0;
  width: auto;
  background-color: #F1F1F1;
  font-size: 12px;
  text-indent:0;
}
.maintext ul li span.table-comment,
.maintext ol li span.table-comment,
.maintext dl dd span.table-comment {
  display: inline-block;
  width: 468px;
  font-size: 11px;
  line-height: 1.6em;
}

.maintext ol li span.table-comment.dist {
  width: 432px;
  margin-left: 24px;
}

.mark_epubupload {
  line-height: 32px;
  text-indent: 40px;
  vertical-align: bottom;
  background: url("/global/images/about/mark_epub.png") no-repeat;
}
.mark_zipupload {
  line-height: 32px;
  text-indent: 40px;
  background: url("/global/images/about/mark_zip.png") no-repeat;
}
.mark_instagram {
  line-height: 32px;
  text-indent: 40px;
  background: url("/global/images/about/mark_insta.png") no-repeat;
}
.mark_facebook {
  line-height: 32px;
  text-indent: 40px;
  background: url("/global/images/about/mark_facebook.png") no-repeat;
}

/* thumbnail grids */
ul.thumb-grids {
  margin-bottom: 0 !important;
  font-size : 0;
  text-align: center;
}
ul.thumb-grids > li {
  display: inline-block;
  margin-bottom: 13px;
  width: 192px;
}
ul.thumb-grids.two-box > li {
  position: relative;
  margin-bottom: 0;
  width: auto;
  vertical-align: top;
}
ul.thumb-grids > li a {
  display: inline-block;
  width: 192px;
  height: 172px;
  line-height: 172px;
}
ul.thumb-grids.two-box > li a {
  width: auto;
  height: 258px;/* imgheight250 + キャプションアキ*/
  line-height: 258px;
}
ul.thumb-grids.two-box > li a div.mask {
  height: 250px;
}
ul.thumb-grids > li img {
  vertical-align: middle;
  box-shadow: 4px 4px 8px #999;
  -webkit-box-shadow: 4px 4px 8px #999;
  -moz-box-shadow: 4px 4px 8px #999;
}
ul.thumb-grids.two-box > li img {
  vertical-align: top;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
ul.thumb-grids > li > figure > a:hover img {
  box-shadow: 4px 4px 8px #f08300;
  -webkit-box-shadow: 4px 4px 8px #f08300;
  -moz-box-shadow: 4px 4px 8px #f08300;
}
ul.thumb-grids.two-box > li > figure > a:hover img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
ul.thumb-grids > li h1 {
  margin: 0 0 0 16px;
  padding: 0;
  font-size: 11px;
  font-family: HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  line-height: 1.4em;
  text-align: left;
}
ul.thumb-grids > li figcaption {
  margin: 0 0 0 16px;
  font-size: 10px;
}
ul.thumb-grids.two-box > li figcaption {
  margin: 0 0 0 0;
}
ul.thumb-grids > li figcaption a,
ul.thumb-grids.two-box > li figcaption a {
  width: auto;
  height: auto;
  font-size: 10px;
  line-height: 1.4em;
  color: #727171;
}

/* diststore icons */
.store_icons { font-size:0; }
.store_icons img { margin-right:4px; }

/* diststore table */
.diststore_table { float:left;display:block;margin-left:6px;width:193px;height:544px; }
.diststore_table > div { font-size:12px;font-family: HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;font-weight:normal; }
.diststore_table h5 { margin-bottom:2px; }
.diststore_table h5 a { font-size:13px;font-family: HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6','メイリオ',Meiryo,'ＭＳ ゴシック',Arial,HelveticaNeue,Helvetica,'Lucida Grande',sans-serif;font-weight:bold;color:#4c4949;text-decoration:underline; }
.diststore_table div { height:32px;margin-top:25px; }
.diststore_table div:first-child { margin-top:48px; }

/*** ABOUT APP GUIDE ***/
div#app-buttons     { display:inline-block; }
div#app-buttons.b_r { padding:18px 0 0 20px; }
div#app-buttons a   { height:45px;line-height:45px; }
.app-ios:hover,
.app-android:hover,
div#app-buttons a:hover { opacity:0.8; }
div#app-buttons a img   { vertical-align:middle; }

/*** ABOUT LIGHTBOX ***/
#iphonescreenshots,
#ipadscreenshots,
#androidscreenshots {
  clear: both;
}
#iphonescreenshots li,
#ipadscreenshots li,
#androidscreenshots li {
  float: left;
  width: 110px;
  margin-right: 16px;
  margin-bottom: 14px;
}
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img { vertical-align:middle;border: none; }
#lightbox-container-image-box {
  position: relative;
  background-color: #F5F6F6;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image { padding: 4px; }
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  display: block;
  width: 49%;
  height: 100%;
  zoom: 1;
}
#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}
#lightbox-nav-btnNext {
  right: 0;
  float: right;
}
#lightbox-container-image-data-box {
  position: relative;
  font-family: HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-weight: normal;
  background-color: #F5F6F6;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;

  padding: 0 4px;
}
#lightbox-container-image-data {
  padding: 0 4px; 
  color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
  width: 95%; 
  float: left; 
  text-align: left; 
  margin:0;
  padding:0 0 4px 0;
}	
#lightbox-image-details-caption { font-size:11px;font-weight:normal;color:#4c4949; }
#lightbox-image-details-currentNumber {
  display: block; 
  clear: left;
  font-family: HelveticaNeue,Helvetica,Arial,sans-serif;
  font-size: 10px;
  color: #9fa0a0;
}
#lightbox-secNav {
  width: 10px;
  float: right;
}
#lightbox-secNav-btnClose {
  width: 10px;
  height: 10px;
  font-size: 0;
}

/*** ABOUT SMARTFON ***/
@media screen and (max-width: 480px) {

.mb-1 { margin-bottom: 10px !important; }
.mb-2 { margin-bottom: 19px !important; }
.mb-3 { margin-bottom: 19px !important; }
.mb-4 { margin-bottom: 19px !important; }
.mb-5 { margin-bottom: 19px !important; }
.mb-6 { margin-bottom: 19px !important; }
.mb-7 { margin-bottom: 19px !important; }
.mb-8 { margin-bottom: 19px !important; }

.mobile-hidden {
  display: none;
}

#content {
  margin-top: 0;
}

.maintext {
  padding: 10px;
}

.maintext img {
  display: none;
}

.maintext h1 {
  margin: 8px 0 24px 0 !important;
  font-size: 30px;
  background: none !important;
  width: 100% !important;
  height: auto !important;
  text-indent: 0 !important;
}

.maintext h2 {
  padding-top: 0;
  font-size: 16px;
}

.content-box {
  width: 100%;
}

.left-box {
  width: auto !important;
}
.box2-left {
  margin-right: 0;
  width: auto !important;
}
.box2-right {
  width: auto !important;
}
.box3-left,
.box3-center {
  display: block;
  margin-right: 0;
  width: auto !important;
}
.box3-right {
  width: auto !important;
}

div.twocol-box {
  width: 92%;
  padding: 10px;
}

ul.thumb-grids {
  display: none;
}

#about-nav {
  width: auto;
  margin: 0;
  padding: 10px 5px;
}

#about-nav ul li a {
  width: 144px;
  height: 118px;
  background: none;
}

#about-nav ul li h1 {
  width: auto;
  height: auto;
  padding: 8px 6px 0 6px;
  background: none;
  font-family: HiraKakuProN-W6,HiraKakuPro-W6,'ヒラギノ角ゴ ProN W6','ヒラギノ角ゴ Pro W6','メイリオ',Meiryo,'ＭＳ ゴシック',Arial,HelveticaNeue,Helvetica,'Lucida Grande',sans-serif;
  font-weight: bold;
  color: #727171;
  text-indent: 0;
}

#about-nav ul li a:hover h1,
#about-nav ul li a.current h1 {
  color: #fff;
}

#about-nav ul li p {
  padding: 0 6px 13px 6px;
}

figure.left-box-content {
  display: none;
}
figcaption {
  display: none;
}

h4.bold.mb-1 {
  margin-bottom: 10px;
}

h4.bold.mb-1.corp-midashi {
  margin-top: 19px;
}

div#app-buttons { padding:0;display:block;text-align:center; }
div#app-buttons a { display:inline-block;margin-top:9px; }
div#app-buttons a img { display:inline-block; }

#social-about .fb-like,
#social-about .hatena-bookmark-button-frame,
#social-about .twitter-share-button {
  float: left;
  margin: 0 10px 18px 0;
}

.create-books { display:none; }

div#sl-button,
div#expert-button,
div#campany-button { text-align:center; }

a.goto_sl,
a.goto_expert,
a.goto_jp {
  margin: 0;
  margin-top: 10px;
}

table td.description {
  display: none;
}

table td.twocol {
  width: 21%;
}

table span.ok,
table span.no,
table span.ok-off,
table span.no-off {
  width: 11px;
  height: 11px;
  background: none;
  text-indent: 0;
}

td.content {
  font-size: 11px;
  line-height: 1.4em;
}

table th.title,
table td.twocol  { width: 46%; }
.plan-head th,
.plan-table td { width: 27%; }

.onecol-box { width: 100%; }
.onecol-box ul.pre-plan.strong { margin: 0 24px; }

.request-plan {
  padding-left: 0;
  padding-right: 0;
}

/* case study */
a.banner_case_study { display:none; }

/* bccks_import */
#text-import p.text-import-lead,
#epub-import p.epub-import-lead,
#zip-import p.zip-import-lead,
#insta-import p.insta-import-lead { margin-left:0;margin-bottom:26px; }

ol li div.img { margin-bottom:19px; }
ol li div.txt { margin-left:1em;margin-right:1em;float:none;width:auto;height:auto;line-height:1em; }

#text-import ol li,
#epub-import ol li,
#zip-import ol.import-flow li,
#insta-import ol li { width:auto;height:auto; }


/* bccks_expert */
.maintext h4.plan-list-st-head,
.maintext h4.plan-list-sp-head { margin-left: 0 !important; }
.maintext ul.plan-list-st,
.maintext ul.plan-list-sp,
.maintext ul.plan-list-op { margin: 0 !important; }
.maintext p.plan-list-annotation { margin-left: 1em; }

/* simple table */
table.simple.w_middle { width:100%; }
table.simple th { width:35%; }
table.simple td { width:65%; }
.maintext ul li span.table-comment,
.maintext ol li span.table-comment,
.maintext ol li span.table-comment.dist,
.maintext dl dd span.table-comment { width:auto; }

/* diststore icons */
.store_icons img { display:inline-block;margin-bottom:4px; }
.store_icons img.logo { display:block;margin-bottom:12px; }

/* diststore table */
.diststore_table { width:100%;height:auto;background:#F5F5F5;margin-left:0; }
.diststore_table div { margin-top:8px;height:auto;margin-left:12px; }
.diststore_table div:first-child { margin-top:12px; }
.diststore_table div:last-child { margin-bottom:12px; }
.diststore_table h5 { float:left;margin-right:14px; }

}