@charset "Shift_JIS";

/*==========================

　　　　　共通部分

==========================*/
body {
  background: #fff !important;
}

a:hover {
  filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}

#ds_container {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Verdana, sans-serif;
  font-size: 14px;
  color: #1b1b1b;
  line-height: 1.6;
}

#ds_container a {
  color: #1b1b1b;
}

#ds_container a:hover {
  text-decoration: none;
}

#ds_container a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}

#main h1 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 0;
  line-height: 1.3;
  border-bottom: 5px solid #ffcc0c;
  margin-bottom: 30px;
}

#main h2,
#main-2 h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px dotted #bfbfbf;
  clear: both;
}

#main h2 {
  margin: 40px 0 40px;
}

#main-2 h2 {
  margin: 40px 0 30px;
}

#main h3 {
  font-weight: bold;
  padding-left: 0;
}

#main-2 h3 {
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 0;
}

#main h4 {
  font-weight: bold;
}

#main .link_btn,
#main-2 .link_btn {
  text-align: right;
}

#main .bigbtn,
#main-2 .bigbtn {
  text-align: center;
  margin: 50px 0 70px;
}

.M-btm30 {
  margin-bottom: 30px;
}

/* header */

#dlpo_header {
  background: url(/image/cb/ce/lp/index/201410/head_bg.jpg) repeat-x !important;
  height: 115px;
}

#dlpo_header .head_wrap {
  width: 1024px;
  height: 115px;
  margin: 0 auto;
  position: relative;
}

#dlpo_header .head_wrap .logo {
  position: absolute;
  top: 17px;
  left: 30px;
}

#dlpo_header .head_wrap .tel {
  position: absolute;
  top: 14px;
  left: 366px;
}

#dlpo_header .head_wrap .btn {
  position: absolute;
  top: 30px;
  right: 30px;
}

#dlpo_header .head_wrap .line {
  position: absolute;
  bottom: 0;
}

#dlpo_header a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}


/* container */

#ds_container {
  width: 1025px;
  margin: 0 auto;
}


/* navigation */

#navi {
  width: 250px;
  float: left;
}

#navi a {
  text-decoration:none;
}
dl#ds_menu, dl#ds_menu dd {
  margin:0;
  padding:0;
}
dl#ds_menu {
  width:250px;
  margin:35px 0 10px;
}
dl#ds_menu dt {
  font-size:14px;
  font-weight:bold;
  cursor:pointer;
  display: block;
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 10px;
  background: url(/image/cb/ce/lp/index/201410/menu_out.png) no-repeat top right;
}
dl#ds_menu dt.open {
  background: none;
}
dl#ds_menu dt span {
  display: block;
  width:240px;
  height:25px;
  padding:15px 5px 0;
  border-bottom: 1px solid #f1f1f1;
}
dl#ds_menu dt a {
  color: #000;
}
dl#ds_menu dt a.direct {
  display: block;
  width:240px;
  height:25px;
  padding:15px 5px 0;
  border-bottom: 1px solid #f1f1f1;
}
dl#ds_menu dd {
  display: none;
}
dl#ds_menu dd.open {
  display: block;
}
dl#ds_menu dd ul {
  margin: 0;
  padding: 0;
}
dl#ds_menu dd li {
  font-size:13px;
  font-weight:normal;
  list-style: none;
}
dl#ds_menu dd li a {
/*  padding:10px 15px 10px;*/
  padding:10px 0 10px 15px;
  display:block;
  color:#333;
}
dl#ds_menu dd li.listhead a {
  padding:10px;
}
dl#ds_menu dd li a:hover {
  background-color: #FDC82F;
  color: #fff;
  filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}
#navi p {
  margin-bottom: 10px;
}


/* footer */

#dlpo_footer {
  clear: both;
  width: 100%;
  height: 75px;
  background: #000;
  overflow: auto;
  color: #fff;
  margin-top: 0;
  padding-top: 20px;
}

#dlpo_footer .foot_wrap {
  width: 595px;
  margin: 0 auto;
  clear: both;
}

#dlpo_footer .foot_wrap .logo {
  float: left;
  width: 80px;
}

#dlpo_footer .foot_wrap .footer_detail {
  margin-left: 80px;
  overflow: hidden;
  width: 480px;
  min-height: 50px;
  height: auto !important;
  height: 50px;
}

#dlpo_footer .foot_wrap ul {
  text-align: center;
  padding-top: 10px;
}

#dlpo_footer .foot_wrap li {
  display: inline-block;
  padding-right: 10px;
  padding-left: 8px;
  border-right: 1px solid #fff;
}

#dlpo_footer .foot_wrap li a {
  color: #fff;
  text-decoration: none;
}

#dlpo_footer .foot_wrap .copy {
  margin: 0 auto;
  clear: both;
  text-align: center;
  padding-top: 10px;
}

#dlpo_footer {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.3;
}

#dlpo_footer a:hover {
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}


/* パンくず */

.pankuzu {
  margin-bottom: 25px;
}
.pankuzu ul li {
  float: left;
  font-size: 12px;
  line-height: 1.3;
  padding: 0;
}
.pankuzu ul li a {
  text-decoration: none;
}
.pankuzu ul li a:hover {
  text-decoration: underline;
}


/* main */

#main {
  width: 720px;
  padding: 35px 15px 0;
  float: right;
}

#main-2 {
  width: 750px;
  float: right;
}


/* ページ内ボタン */

.pagelinkbtn {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.pagelinkbtn li {
  float: left;
  margin-left: 10px;
}

.pagelinkbtn li a:hover img {
  filter: alpha(opacity=100) !important;
  -moz-opacity:1 !important;
  opacity:1 !important;
}


/*==========================

　　　　トップページ

==========================*/


/* メインビジュアル部 */

.main_v {
  width: 430px;
  height: 300px;
  background: url(/image/cb/ce/lp/index/201410/top_mainbg.png) no-repeat;
  padding: 25px 295px 0 25px;
}

.main_v h1 {
  margin-bottom: 15px;
}

.main_v p {
  margin-left: 8px;
}


/* DSの特徴 */

.top_feature {
  width: 750px;
  overflow: hidden;
  margin: 15px 0 70px;
}

.top_f01 {
  width: 230px;
  float: left;
  margin-left: 15px;
}

.top_f01 h2 {
  margin: 0 0 10px !important;
  border: 0 !important;
}

.top_f01 .tf01_txt {
  display: block;
  height: 165px;
  font-size: 12px;
  line-height: 1.8;
}


/* 出店店舗の声 */

.top_shop {
  padding: 0 15px;
  margin: 0 0 70px;
}

.top_s01,
.top_s02,
.top_s03,
.top_s04 {
  padding: 10px 15px 0 160px;
  margin: 0 0 20px;
}

.top_s01 {
  background: url(/image/cb/ce/lp/index/201410/top_shopbg01.jpg) no-repeat;
  min-height: 125px;
  height: auto !important;
  height: 125px;
}

.top_s02 {
  background: url(/image/cb/ce/lp/index/201410/top_shopbg02.jpg) no-repeat;
  min-height: 125px;
  height: auto !important;
  height: 125px;
}

.top_s03 {
  background: url(/image/cb/ce/lp/index/201410/top_shopbg03.jpg) no-repeat;
  min-height: 155px;
  height: auto !important;
  height: 155px;
}

.top_s04 {
  background: url(/image/cb/ce/lp/index/201410/top_shopbg04.jpg) no-repeat;
  min-height: 125px;
  height: auto !important;
  height: 125px;
}

.top_shop .shopcomment {
  width: 550px;
  margin-bottom: 20px;
}


/* 料金プランと出店までの流れ */

.top_plan {
  width: 720px;
  padding: 0 15px;
  margin: 0 0 70px;
}


/* よくあるご質問 */

.top_qa {
  width: 720px;
  margin: 45px auto 0;
}

.qanda {
  margin: 0 0 20px;
}

.qanda h3 {
  background: url(/image/cb/ce/lp/index/201410/qa_q_bg.jpg) no-repeat;
  padding: 8px 20px 0 40px !important;
  height: 28px;
  margin-bottom: 0 !important;
  font-size: 16px !important;
}

.qanda p {
  width: 658px;
  display: block;
  background: url(/image/cb/ce/lp/index/201410/qa_a_bg.jpg) no-repeat 4px 5px;
  padding: 10px 20px 10px 40px;
  line-height: 1.8;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}


/*==========================

　　　出店のメリット

==========================*/


/* スマホEC市場規模 */

.sp-ec {
  margin: 0 0 70px;
}
.ecgraph {
  width:100%;
  overflow: hidden;
  margin: 45px 0 0;
}

.ecgraph .ecg01 {
  display:block;
  float:left;
}

.ecgraph .ecg02 {
  display:block;
  float:right;
}

.ecgtxt {
  clear:both;
  margin: 15px 0 30px 80px;
}


/* DSとスマホの親和性 */

.ds-sptxt {
  margin-top: 40px;
  text-align: center;
}
.merit_h301 {
  margin-top: 40px;
  color: #f39801;
}
.merit_h302 {
  margin-top: 30px;
  color: #eb5389;
}
.merit_h303 {
  margin-top: 30px;
  color: #5bbbb7;
}
.merit_2col {
  padding: 0 0 0 290px;
  margin: 30px 0;
}
.ds-spau {
  background: url(/image/cb/ce/lp/index/201410/merit_au.png) no-repeat;
  min-height: 110px;
  height: auto !important;
  height: 110px;
}
.ds-sp-fs {
  font-size: 12px;
}


/* DS独自の強み */

.ds-adseiyu {
  background: url(/image/cb/ce/lp/index/201410/merit_seiyu.png) no-repeat 0 50%;
}
.ds-adsdrug {
  background: url(/image/cb/ce/lp/index/201410/merit_sdrug.png) no-repeat 35px 50%;
}


/*==========================

　　出店・開業を詳しく

==========================*/


/* 出店・開業のポイント */

.ds-pageblock {
  margin-top: 50px;
}

.ds-pageblock p {
  margin-bottom: 30px;
}

p.ds-openimage {
  text-align: center;
  margin: 20px 0 45px;
}


/*==========================

　　出店のプラン・費用

==========================*/


/* プラン詳細 */

.plan-detail {
}

.plan-detail img {
  margin: 30px 0 0;
}


/* 決済 */
.plan-stable {
  margin: 0 0 70px;
}

.plan-stable img {
  margin: 30px 0 0;
}


/* 決済オプションの費用・プラン */

.plan-splan {
  margin: 0 0 45px;
}

.plan-splan img {
  margin: 30px 0 0;
}


/* 出店の流れ */

.plan-open {
  margin: 0 0 15px;
}

.plan-open h3 {
  margin: 30px 0 0;
}

.plan-attention {
  height: 175px;
  overflow-y: scroll;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  padding: 10px;
}

.plan-attention li {
  list-style: disc inside;
}

.plan-attention li ul {
  margin-left: 15px;
}

.plan-attention p.pend {
  margin: 0 0 20px;
}


/*==========================

　　　よくあるご質問

==========================*/


.questionbox {
  border: 7px solid #ececec;
  padding: 5px 15px;
}

.questionbox h2 {
  margin: 0 0 10px !important;
}

.questionbox li {
  background: url(/image/cb/ce/lp/index/201410/q_icon.png) no-repeat 0px 50%;
  padding-left: 15px;
  line-height: 1.8;
}

.questionbox li a {
  text-decoration: none;
}

.questionbox li a:hover {
  text-decoration: underline !important;
}

#main .link_btn02 {
  text-align: right;
  margin-bottom: 30px;
}

.qabox {
  margin-bottom: 70px;
}


/*==========================

　　開店の流れとサポート

==========================*/


/* 開店の流れ */

.sup_flow {
  background: url(/image/cb/ce/lp/index/201410/sup_open01.png) no-repeat;
  padding: 0 0 0 380px;
  margin: 45px 0 50px;
  min-height: 560px;
  height: auto !important;
  height: 560px;
}

.sup_flow p.pend {
  margin: 0 0 30px;
}


/* 開店前のサポート */

.open01 p.pend {
  margin: 0 0 30px;
}

.open01 p.advice {
  text-align: center;
}

/* 開店前のサポート */

.open02 p.pend {
  margin: 0 0 30px;
}


/*==========================

　　　　　成功事例

==========================*/


.successlinkbtn {
  padding: 0 20px;
  overflow: hidden;
}

.successlinkbtn li {
  float: left;
  background: url(/image/cb/ce/lp/index/201410/sc_bg.jpg) no-repeat;
  width: 325px;
  height: 145px;
  margin-bottom: 20px;
}

.successlinkbtn li.liend {
  margin-left: 30px;
}

.successlinkbtn li a {
  text-decoration: none !important;
  display: block;
  padding: 5px;
  height: 135px;
  overflow: hidden;
}

.successlinkbtn li .genrettl {
  font-weight: bold;
  display: block;
  height: 30px;
  padding: 2px 0 5px 40px;
}

.successlinkbtn li img {
  width: 90px;
  float: left;
  padding: 5px 0 0 5px;
}

.successlinkbtn li .catch {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  width: 200px;
  float: right;
  padding: 0 0 5px;
}

.successlinkbtn li .shopname {
  display: block;
  line-height: 1.3;
  float:right;
  width: 200px;
}

.casestudy {
  clear: both;
  margin-top: 50px;
}

.casestudy h3 {
  height: 28px;
  border-left: 5px solid #ffcc0c;
  border-bottom: 1px dotted #ffcc0c;
  font-size: 20px;
  line-height: 1;
  padding: 7px 0 0 10px !important;
}

.casestudy .casecomment {
  margin:15px 0;
  border-bottom: 1px dotted #ffcc0c;
  overflow: hidden;
}

.casecomment .caseimage {
  display: block;
  float: left;
}

.casecomment .ccbox {
  float: right;
  width: 530px;
}

.ccbox p {
  margin-bottom: 30px;
}

.ccbox p span.ccname {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #1b1b1b;
}

.ccbox p span {
  color: #999;
  font-weight: bold;
}


/*==========================

　　　　サイトマップ

==========================*/


#sitemapbox {
  margin-bottom: 70px;
}

ul.sitemaplist li {
  list-style: inside circle;
  margin: 0 0 15px 15px;
}