<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja">
<head>
<!-- If you delete this meta tag, Half Life 3 will never be released. -->
<meta name="viewport" content="width=device-width">

<meta http-equiv="Content-Type" content="text/html; charset=iso-2022-jp">
<title>新任研修の決定版!3時間でwebマーケティングのベースを伝授</title>

<style type="text/css">
/* ------------------------------------- 
GLOBAL 
------------------------------------- */
* { 
margin:0;
padding:0;
}
* { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

img { 
max-width: 100%; 
}
.collapse {
margin:0;
padding:0;
}
body {
-webkit-font-smoothing:antialiased; 
-webkit-text-size-adjust:none; 
width: 100%!important; 
height: 100%;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-color: none;
}
/* ------------------------------------- 
ELEMENTS 
------------------------------------- */
a { color: #2BA6CB;}

.btn {
text-decoration:none;
color: #FFF;
background-color: #666;
padding:10px 16px;
font-weight:bold;
margin-right:10px;
text-align:center;
cursor:pointer;
display: inline-block;
}
.btn.bg_red{
 background-color:#e83929;
}
.btn.bg_blue{
 background-color:#00afcc;
border-bottom: 2px solid #ffffff;
}
p.callout {
padding:15px;
/*background-color:#ECF8FF;*/
margin-bottom: 15px;
margin-top: 15px;
text-align: center;
}
.callout a {
font-weight:bold;
color: #2BA6CB;
}

table.social {
/* padding:15px; */
background-color: #ebebeb;

}
.social .soc-btn {
padding: 3px 7px;
font-size:12px;
margin-bottom:10px;
text-decoration:none;
color: #FFF;font-weight:bold;
display:block;
text-align:center;
}
a.fb { background-color: #3B5998!important; }
a.tw { background-color: #1daced!important; }
a.gp { background-color: #DB4A39!important; }
a.ms { background-color: #000!important; }

.sidebar .soc-btn { 
display:block;
width:100%;
}

/* ------------------------------------- 
HEADER 
------------------------------------- */
table.head-wrap { width: 100%;}

.header.container table td.logo { padding: 0 20px 0 0; }
.header.container table td.label { padding: 15px; padding-left:0px;}

/* ------------------------------------- 
BODY 
------------------------------------- */
table.body-wrap { width: 100%;}


/* ------------------------------------- 
FOOTER 
------------------------------------- */
table.footer-wrap { width: 100%;clear:both!important;
}
.footer-wrap .container td.content  p { border-top: 1px solid rgb(215,215,215); padding-top:15px;}
.footer-wrap .container td.content p {
font-size:10px;
font-weight: bold;

}

/* ------------------------------------- 
TYPOGRAPHY 
------------------------------------- */
h1,h2,h3,h4,h5,h6 {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; line-height: 1.1; margin-bottom:15px; color:#000;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #6f6f6f; line-height: 0; text-transform: none; }

h1 { font-weight:200; font-size: 44px;}
h2 { font-weight:bold; font-size: 22px; line-height: 1.5;}
h3 { font-weight:bold; font-size: 20px; line-height: 1.5;}
h4 { font-weight:600; font-size: 16px; line-height: 1.5;}
h5 { font-weight:900; font-size: 14px;}
h6 { font-weight:900; font-size: 12px; text-transform: uppercase; color:#444;}

h3.seminarTtl{
background-color: #ffffff;
color: #474a4d;
border-left: 6px solid #b5b5ae;
border-bottom: 1px solid #cccccc;
padding: 5px 15px;

}
h3.seminarTtl span{
color: #e83929;}
.collapse { margin:0!important;}

p, ul { 
margin-bottom: 10px; 
font-weight: normal; 
font-size:14px; 
line-height:1.6;
}
p.lead { font-size:17px; }
p.last { margin-bottom:0px;}

ul li {
margin-left:5px;
list-style-position: inside;
}

/* ------------------------------------- 
SIDEBAR 
------------------------------------- */
ul.sidebar {
background:#f7f6f5;
display:block;
list-style-type: none;
}
ul.sidebar li { display: block; margin:0;}
ul.sidebar li a {
text-decoration:none;
color: #000000;
padding:10px 16px;
/* font-weight:bold; */
margin-right:10px;
/* text-align:center; */
cursor:pointer;
border-bottom: 1px solid #777777;
border-top: 1px solid #FFFFFF;
display:block;
margin:0;
}
ul.sidebar li a.last { border-bottom-width:0px;}
ul.sidebar li a h1,ul.sidebar li a h2,ul.sidebar li a h3,ul.sidebar li a h4,ul.sidebar li a h5,ul.sidebar li a h6,ul.sidebar li a p { margin-bottom:0!important;}



/* --------------------------------------------------- 
RESPONSIVENESS
Nuke it from orbit. It's the only way to be sure. 
------------------------------------------------------ */

/* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
.container {
display:block!important;
max-width:600px!important;
margin:0 auto!important; /* makes it centered */
clear:both!important;
}

/* This should also be a block element, so that it will fill 100% of the .container */
.content {
padding:15px;
max-width:600px;
margin:0 auto;
display:block; 
}
.content.border_b{
border-bottom: 1px dotted #cccccc;
}
/* Let's make sure tables in the content area are 100% wide */
.content table { width: 100%; }


/* Odds and ends */
.column {
width: 300px;
float:left;
}
.column tr td { padding: 15px; }
.column-wrap { 
padding:0!important; 
margin:0 auto; 
max-width:600px!important;
}
.column table { width:100%;}
.social .column {
width: 280px;
min-width: 279px;
float:left;
}

/* Be sure to place a .clear element after each set of columns, just to be safe */
.clear { display: block; clear: both; }


/* ------------------------------------------- 
PHONE
For clients that support media queries.
Nothing fancy. 
-------------------------------------------- */
@media only screen and (max-width: 600px) {

a[class="btn"] { display:block!important; margin-bottom:10px!important; background-image:none!important; margin-right:0!important;}

div[class="column"] { width: auto!important; float:none!important;}

table.social div[class="column"] {
width:auto!important;
}

}
</style>
</head>
 
<body bgcolor="#FFFFFF" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">

<!------------------------------------ 
---- HEADER --------------------------
------------------------------------->
<table class="head-wrap" bgcolor="#ffffff" style="border-bottom:1px solid #dfdfdf;">
<tr>
<td></td>
<td class="header container">

<div class="content">
<table bgcolor="#ffffff" class="">
<tr>
<td align="right"><a href="https://k.d.combzmail.jp/t/t3bf/h0sdxlt0xtc79znfstV5j"  target="_blank">画像が表示されない時</a></td>
  </tr>

</table>
</div>

</td>
<td></td>
</tr>
</table>

<table class="head-wrap" bgcolor="#f6f6f6">
<tr>
<td></td>
<td class="header container" bgcolor="#ffffff">

<div class="content">
<table bgcolor="#ffffff" class="">
<tr>
<td class="logo"><a href="https://k.d.combzmail.jp/t/t3bf/h0sdylt0xtc79znfst7Re" target="_blank"><img src="http://www.webtant-seminar.jp/html-mail/base/img/logo.jpg" alt="サポタント株式会社" border="0"></a></td>
<td align="right"><a href="https://k.d.combzmail.jp/t/t3bf/h0sdzlt0xtc79znfstUvy" target="_blank"><img src="http://www.webtant-seminar.jp/html-mail/base/img/mg_hajimeteTOP.png" alt="はじめてのコーディング" border="0"></a></td>
</tr>
</table>
</div>

</td>
<td></td>
</tr>
</table>

<!------------------------------------ 
---- BODY ----------------------------
------------------------------------->
<table class="body-wrap" bgcolor="#f6f6f6">
<tr>
<td></td>
<td class="container" bgcolor="#FFFFFF">

<!-- content -->
<div class="content">  
  <table>
                <tr>
                  <td height="242"><!-- A Real Hero (and a real human being) -->
                      <p><a href="https://k.d.combzmail.jp/t/t3bf/h0sd0lt0xtc79znftt2iF" target="_blank"><img src="http://www.webtant-seminar.jp/html-mail/base/img/mg_markebasic.png" alt="webマーケティング入門" width="670" height="207" border="0"></a></p>
                      <!-- /hero -->
                    <h2>webマーケティングとは?というところから。</h2>
<p class="lead">SEO、広告、LP、EFOなどなど。集客からコンバージョンに至るまでの流れをしっかり理解することと、マーケティングまわり特有の専門用語や頭文字用語の解説。特に広告に関連する重要指標の計算ができるようになる3時間です!<br>
<a href="https://k.d.combzmail.jp/t/t3bf/h0sd1lt0xtc79znfttBoE" target="_blank" class="btn bg_red">東京:10月23日(火) &raquo;</a>
                <a href="https://k.d.combzmail.jp/t/t3bf/h0sd2lt0xtc79znfttYlA" target="_blank" class="btn bg_red">大阪10月25日(木) &raquo;</a></p></td>
                </tr>
              </table>
    </div>

<!-- content -->
  <div class="content border_b">
<h3 class="seminarTtl">セミナー人気ランキング</h3>

        <table bgcolor="">
                  <tr>
                    <td width="10%" align="center" class="small" style="vertical-align: top;"><span class="small" style="vertical-align: top;"><img src="http://www.webtant-seminar.jp/html-mail/base/img/sider_icon_mk.gif" alt="webマーケティング"></span></td>
                    <td width="90%" style="padding-left:10px;"><h4>新任webマーケティング担当者向け 入門編
                      <!-- <small>This is a note.</small>-->
                    </h4>
                      <p class="">webサイトでCVにつなげる仕掛けづくりの基礎を理解する</p>
                      <a href="https://k.d.combzmail.jp/t/t3bf/h0sd3lt0xtc79znftt3yh" target="_blank" class="btn bg_blue">東京:10月23日(火) &raquo;</a><a href="https://k.d.combzmail.jp/t/t3bf/h0sd4lt0xtc79znfttjKw" target="_blank" class="btn bg_blue">大阪:10月25日(木) &raquo;</a>  </td>
                  </tr>
                </table>
  </div>
<!-- /content -->

<!-- content -->
<div class="content border_b">
<table bgcolor="">
<tr>
  <td width="10%" align="center" class="small" style="vertical-align: top;"><span class="small" style="vertical-align: top;"><img src="http://www.webtant-seminar.jp/html-mail/base/img/sider_icon_ana.gif" alt="アナリティクス"></span></td>
  <td width="90%" style="padding-left:10px;"><h4>Googleアナリティクス入門セミナー
    <!-- <small>This is a note.</small>-->
    </h4>
    <p class="">GAが使えなくっちゃ話にならない『基本のキ』な必携ツール</p>
    <a href="https://k.d.combzmail.jp/t/t3bf/h0sd5lt0xtc79znfttW12" target="_blank" class="btn bg_blue">東京:11月6日(火) &raquo;</a><a href="https://k.d.combzmail.jp/t/t3bf/h0sd6lt0xtc79znftt8qW" target="_blank" class="btn bg_blue">大阪:10月26日(金) &raquo;</a>  </td>
  </tr>
</table>
</div><!-- /content -->

<!-- content -->
<div class="content border_b">
<table bgcolor="">
<tr>
  <td width="10%" align="center" class="small" style="vertical-align: top;"><span class="small" style="vertical-align: top;"><img src="http://www.webtant-seminar.jp/html-mail/base/img/sider_icon_koukoku.gif" alt="css"></span></td>
  <td width="90%" style="padding-left:10px;"><h4>広告ランディングページ基本セミナー
    <!-- <small>This is a note.</small>-->
    </h4>
    <p class="">1ページでCVにつなげるにはどんなコンテンツが必要なのか?</p>
    <a href="https://k.d.combzmail.jp/t/t3bf/h0sd7lt0xtc79znftthYI" target="_blank" class="btn bg_blue">東京:10月20日(土) &raquo;</a><a href="https://k.d.combzmail.jp/t/t3bf/h0sd8lt0xtc79znftt2GX" target="_blank" class="btn bg_blue">大阪:10月30日(火) &raquo;</a>  </td>
  </tr>
</table>
</div><!-- /content -->

<!-- content -->
<div class="content border_b">
<table width="10%" bgcolor="">
<tr>
  <td width="10%" align="center" class="small" style="vertical-align: top;"><span class="small" style="vertical-align: top;"><img src="http://www.webtant-seminar.jp/html-mail/base/img/sider_icon_d.gif" alt="webディレクター"></span></td>
  <td width="90%" style="padding-left:10px;"><h4>webディレクション基礎セミナー
    <!-- <small>This is a note.</small>-->
    </h4>
    <p class="">紙のディレクションとの違いを明確にしたい方にもおすすめ</p>
    <a href="https://k.d.combzmail.jp/t/t3bf/h0sd9lt0xtc79znfttIKp" target="_blank" class="btn bg_blue">東京:11月7日(水) &raquo;</a><a href="https://k.d.combzmail.jp/t/t3bf/h0sdalt0xtc79znfttBsJ" target="_blank" class="btn bg_blue">大阪:10月18日(木) &raquo;</a>  </td>
  </tr>
</table>
</div><!-- /content -->

<!-- content -->
<div class="content">
<table bgcolor="">
<tr>
  <td width="10%" align="center" class="small" style="vertical-align: top;"><span class="small" style="vertical-align: top;"><img src="http://www.webtant-seminar.jp/html-mail/base/img/sider_icon_app04.gif" alt="商品撮影"></span></td>
  <td width="90%" style="padding-left:10px;"><h4>デジカメ基本セミナー 商品撮影・演出実習
    <!-- <small>This is a note.</small>-->
    </h4>
    <p class="">自社の商品を持ち込んで実習かつ直接アドバイスをもらえる!</p>
   
    <a href="https://k.d.combzmail.jp/t/t3bf/h0sdblt0xtc79znfttWJw" target="_blank" class="btn bg_blue">大阪:10月20日(土) &raquo;</a>  </td>
  </tr>
</table>


<p class="callout">
 <a href="https://k.d.combzmail.jp/t/t3bf/h0sdclt0xtc79znfttfsr" target="_blank">全てのセミナー情報はこちら &raquo;</a>
</p>
</div><!-- /content -->
<!-- COLUMN WRAP -->
<div class="content">
<h3 class="seminarTtl">最先端webコラム</h3>
<table>
<tr>
<td>

<ul class="sidebar">

<li><a href="https://k.d.combzmail.jp/t/t3bf/h0sddlt0xtc79znfttwUk" target="_blank">2018/9/28 【アメリカ発web/EC業界トレンドコラム】<br>
                                  ドミノピザのイノベーション &raquo;</a></li>
                                
    <li><a href="https://k.d.combzmail.jp/t/t3bf/h0sdelt0xtc79znfttw7y" target="_blank">2018/9/27 【web/EC最新求人情報】<br>
急募!正社員のweb業務特集、今すぐチェックです!&raquo;</a></li>


<li><a href="https://k.d.combzmail.jp/t/t3bf/h0sdflt0xtc79znfttafB" target="_blank">2018/9/19 【アメリカ発web/EC業界トレンドコラム】<br>
                                  オンラインショップで購入後にもし価格が安くなったら? &raquo;</a></li>
                                  
    <li><a href="https://k.d.combzmail.jp/t/t3bf/h0sdglt0xtc79znfttDci" target="_blank">2018/9/13 【web/EC最新求人情報】<br>
派遣からスタートして正社員を目指す!紹介予定派遣案件特集&raquo;</a></li>
                             </ul>

  </td>
</tr>
</table>

 <p class="callout">
 <a href="https://k.d.combzmail.jp/t/t3bf/h0sdhlt0xtc79znftt5Xy" target="_blank">全てのコラムはこちら &raquo;</a>
</p>

</div><!-- /COLUMN WRAP -->


<!-- content -->
<div class="content">
<table bgcolor="">
<tr>
<td>

<!-- social & contact -->
<table bgcolor="" class="social" width="100%">
<tr>
<td>

<!--- column 1 -->
<div class="column">
<table bgcolor="" cellpadding="" align="left">
<tr>
<td>

<h5 class="">お知らせ</h5>
<p>サポタントでは、Facebookページ、Twitterアカウントから最新のセミナー情報や、担当者必見のweb系リサーチ結果などを配信しています。</p>
<p class=""><a href="https://k.d.combzmail.jp/t/t3bf/h0sdilt0xtc79znfttTcV" target="_blank" class="soc-btn fb">Facebook</a> <a href="https://k.d.combzmail.jp/t/t3bf/h0sdjlt0xtc79znfttk3c" target="_blank" class="soc-btn tw">Twitter</a></p>


</td>
</tr>
</table><!-- /column 1 -->
</div>

<!--- column 2 -->
<div class="column">
<table bgcolor="" cellpadding="" align="left">
<tr>
<td>
<h5 class="">発行&amp;運営 サポタント株式会社</h5>
<p>
<strong><a href="https://k.d.combzmail.jp/t/t3bf/h0sdklt0xtc79znfttIsv" target="_blank">http://www.supotant.com/</a></strong>
<strong><a href="https://k.d.combzmail.jp/t/t3bf/h0sdllt0xtc79znfttjI5" target="_blank">http://www.staffhaken.com/</a></strong>
<strong><a href="https://k.d.combzmail.jp/t/t3bf/h0sdmlt0xtc79znfttLgj" target="_blank">https://webtant.net/</a></strong>
<strong><a href="https://k.d.combzmail.jp/t/t3bf/h0sdnlt0xtc79znfttZ0h" target="_blank">http://www.webtant-seminar.jp/</a></strong></p>
                
</td>
</tr>
</table><!-- /column 2 -->
</div>

<div class="clear"></div>

</td>
</tr>
</table><!-- /social & contact -->


</td>
</tr>
</table>
</div><!-- /content -->

<div class="content">
<table>
<tr>
<td>
<p style="font-size:11px;">●アドレス変更・配信停止はこちらからできます。<br>
<a href="https://k.d.combzmail.jp/t/t3bf/h0sdolt0xtc79znfttW3s" target="_blank">http://www.webtant-seminar.jp/mailmagazine.html</a><br>
●全文・一部文書を転載される場合は次の条件をお守りください。<br>
サイトURLと署名行を併記<br>
●このメールアドレスは配信専用アドレスです。ご返信はいただいけません。</p>
                
</td>
</tr>
</table>
  </div>
</td>
<td></td>
</tr>
</table>


</body>
</html>