<!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>脱テンプレート!webディレクターも知っておくべしRWDのお作法</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/h0xjhcu0ytqppiw8ghtgr"  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/h0xjicu0ytqppiw8ghQEo" 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/h0xjjcu0ytqppiw8ghi7b" target="_blank"><img src="http://www.webtant-seminar.jp/html-mail/base/img/dire450×60.png" alt="ディレクション実践編" width="450" height="60" 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/h0xjkcu0ytqppiw8gh9rW" target="_blank"><img src="http://www.webtant-seminar.jp/img/css3_780x280.png" alt="レスポンシブwebデザイン" width="670" height="207" border="0"></a></p>
                      <!-- /hero -->
                    <h2>webディレクターも知っておくべしRWDのお作法</h2>
<p class="lead">Google対策を見越しBtoBサイトでもレスポンシブ化が急務になってきています。せっかくリニューアルするならば自由度の少ないテンプレートではもったいない・・そこで、デザインの制約や工数の考え方などレスポンシブのお作法を知り(前半)設計実装の実習(後半)が1日でできるセミナーがおすすめです!ディレクターは前半のみの参加もOK!</p>
詳細・お申込み<br>
<a href="https://k.d.combzmail.jp/t/t3bf/h0xjlcu0ytqppiw8ghCkJ" target="_blank" class="btn bg_red">東京の詳細はこちら &raquo;</a> <a href="https://k.d.combzmail.jp/t/t3bf/h0xjmcu0ytqppiw8ghJMO" target="_blank" class="btn bg_red">大阪の詳細はこちら &raquo;</a></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;"><img src="http://www.webtant-seminar.jp/html-mail/base/img/sider_icon_koukoku.gif" alt="Google広告アドワーズ"></td>
                    <td width="90%" style="padding-left:10px;"><h4>Google広告(アドワーズ)入門セミナー
                      <!-- <small>This is a note.</small>-->
                    </h4>
                      <p class="">リスティング広告のキーワード選定・広告文作り、チューニングの流れを伝授!</p>
                      <a href="https://k.d.combzmail.jp/t/t3bf/h0xjncu0ytqppiw8ghIY0" target="_blank" class="btn bg_blue">東京:1月17日(木) &raquo;</a><a href="https://k.d.combzmail.jp/t/t3bf/h0xjocu0ytqppiw8ghQDF" target="_blank" class="btn bg_blue">大阪:1月30日(水) &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/h0xjpcu0ytqppiw8ghaha" target="_blank" class="btn bg_blue">東京:1月10日(木) &raquo;</a><a href="https://k.d.combzmail.jp/t/t3bf/h0xjqcu0ytqppiw8ghvP8" target="_blank" class="btn bg_blue">大阪:1月11日(金) &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_html5.gif" alt="html"></span></td>
  <td width="90%" style="padding-left:10px;"><h4>はじめてのHTMLとCSS
    <!-- <small>This is a note.</small>-->
    </h4>
    <p class="">コツコツとネットで情報を集めるよりもスパッと実習で身に着ける!</p>
    <a href="https://k.d.combzmail.jp/t/t3bf/h0xjrcu0ytqppiw8ghZxA" target="_blank" class="btn bg_blue">東京:1月24日(木) &raquo;</a><!--<a href="https://k.d.combzmail.jp/t/t3bf/h0xjscu0ytqppiw8ghbaD" target="_blank" class="btn bg_blue">大阪:12月5日(水) &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_sugu.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/h0xjtcu0ytqppiw8ghRZv" target="_blank" class="btn bg_blue">東京:2月5日(火) &raquo;</a><a href="https://k.d.combzmail.jp/t/t3bf/h0xjucu0ytqppiw8ghRE9" target="_blank" class="btn bg_blue">大阪:1月15日(火) &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_mk.gif" alt="マーケティング"></span></td>
  <td width="90%" style="padding-left:10px;"><h4>全3回webマーケティング専攻コース<!-- <small>This is a note.</small>-->
    </h4>
    <p class="">5つのカリキュラムをセット受講。コースにしかないオリジナルカリキュラム有!</p>
    <a href="https://k.d.combzmail.jp/t/t3bf/h0xjvcu0ytqppiw8gh0FB" target="_blank" class="btn bg_blue">東京:1月8日(火)〜 &raquo;</a><a href="https://k.d.combzmail.jp/t/t3bf/h0xjwcu0ytqppiw8ghux8" target="_blank" class="btn bg_blue">大阪:1月8日(火)〜 &raquo;</a>  </td>
  </tr>
</table>


<p class="callout">
 <a href="https://k.d.combzmail.jp/t/t3bf/h0xjxcu0ytqppiw8ghlZQ" 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/h0xjycu0ytqppiw8ghabc" target="_blank">2018/12/12 【アメリカ発web/EC業界トレンドコラム】<br>
                                  ホリデーシーズンとEコマース &raquo;</a></li>
                                  
                                      <li><a href="https://k.d.combzmail.jp/t/t3bf/h0xjzcu0ytqppiw8gh0Tl" target="_blank">2018/12/6 【web/EC最新求人情報】<br>
まだ間に合う!年内にお仕事を決めたい人へ&raquo;</a></li>
                                
                         <li><a href="https://k.d.combzmail.jp/t/t3bf/h0xj0cu0ytqppiw8hhbGD" target="_blank">2018/11/28 【アメリカ発web/EC業界トレンドコラム】<br>
モバイルサービスとEメールの統合&raquo;</a></li>

    <li><a href="https://k.d.combzmail.jp/t/t3bf/h0xj1cu0ytqppiw8hhqcp" target="_blank">2018/11/22 【web/EC最新求人情報】<br>
ピチピチの新着案件特集。EC!広告!ディレクション!&raquo;</a></li>


                              </ul>

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

 <p class="callout">
 <a href="https://k.d.combzmail.jp/t/t3bf/h0xj2cu0ytqppiw8hhfaV" 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/h0xj3cu0ytqppiw8hhk2b" target="_blank" class="soc-btn fb">Facebook</a> <a href="https://k.d.combzmail.jp/t/t3bf/h0xj4cu0ytqppiw8hhbLE" 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/h0xj5cu0ytqppiw8hhk9s" target="_blank">http://www.supotant.com/</a></strong>
<strong><a href="https://k.d.combzmail.jp/t/t3bf/h0xj6cu0ytqppiw8hhDOc" target="_blank">http://www.staffhaken.com/</a></strong>
<strong><a href="https://k.d.combzmail.jp/t/t3bf/h0xj7cu0ytqppiw8hhfD3" target="_blank">https://webtant.net/</a></strong>
<strong><a href="https://k.d.combzmail.jp/t/t3bf/h0xj8cu0ytqppiw8hhUQq" 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/h0xj9cu0ytqppiw8hhxV4" 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>