入力頂いたメールアドレスにトヨタマ健康食品のDNJエキスパウダーPRMの資料ダウンロード用のURLをお送りします。個人利用の方のダウンロードはご遠慮頂いております。
/* ===================================
基本設定
=================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
font-weight: normal;
font-style: normal;
background:white;
}
li { list-style: none; }
/* ===================================
共通
=================================== */
/* フォント */
body {
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;;
}
select,input,button,textarea {
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;;
}
/* ===================================
画面全体のレイアウト
=================================== */
/* 画面全体の表示設定 */
body {
background:WhiteSmoke; /* 背景色 */
text-align:center; /* フォームエリアを中央に表示 */
}
/* フォームエリア全体の設定 */
div.container {
width:900px; /* 画面の横幅 */
background:white; /* 背景色 */
color:#333; /* フォントの初期カラー */
margin:0 auto; /* 画面の中央に表示 */
padding:0px;
text-align:centre; /*中央 */
font-size:14px;
}
/* 入力画面 入力頂いたメールアドレスに資料ダウンロード用のURLをお送りしま・・・ */
/* 確認画面:お間違いがなければ「送信」ボタンを押してくださ・・・ */
div.top_p {
text-align:left;
font-size:
15px;
font-weight:
bold;
border-left: thick solid #0072FF;
padding-left: 52px;
}
/* 完了画面:見出し */
p.h2 {
font-size:
18px;
font-weight:
bold;
border-left: thick solid #0072FF;
padding-left: 24px;
}
/* 完了画面:問い合わせ */
p.inquiry {
font-weight:
bold;
}
/* ===================================
設問エリアのレイアウト
=================================== */
/* 設問エリア全体の設定 */
div.container {
width:900px; /* 画面の横幅 */
margin:0 auto; /* 中央に表示 */
background:white;
}
div.wrapper {
width:940px; /* 画面の横幅 */
margin:0 auto; /* 中央に表示 */
background:white;
padding: 35px 0 0 0px;
}
/* div.bottom_p {
width:700px; /* 画面の横幅 */
text-align:left; /* 左 */
margin:0 0 0 50px;
font-size:12px;
}*/
/* 設問の表 */
table.items tbody {
}
/* 設問の行 */
tr.item {
}
/*設問名のセルのデザイン */
td.label {
width:320px; /* 実際の設問名の文字の長さに合わせて調整してください */
height:80px;
margin:0px 300px 0px 0px;
padding:0px 30px 20px 20px;
color:#717171;
font-size:14px;
font-weight:bold;
vertical-align:middle; /* ラベルの配置 セルの上部に表示したい場合は top */
background:#F7F7F1;
text-align:left; /* 左寄せ */
border-radius:4px;
}
/* 設問の入力セルおよび表示セルのデザイン */
td.value {
padding:36px 10px 28px 10px; 上 右 下 左
border: solid 5px #F7F7F1;
border-left: none;
width:300px;
/*email入力フォームのデザイン */
}
td input{
margin:0px 50px 0px 36px;
border:1px solid #CFCFCA ;
font-size:16px;
border-radius:4px;
padding:6px 2px 4px 10px;
}
/* 設問の入力例/説明セルのデザイン */
td.comment {
font-size:14px;
color:DarkSlateGray;
border-bottom:GhostWhite 10px solid;
background:White;
}
.value textarea{
border:1px solid #CFCFCA ;
font-size:14px;
}
/* 入力セルの「氏」「名」の文字のデザイン */
span.label_name {
padding-right:5px;
font-size:100%;
font-weight:bold;
color:#717171;
}
/* 入力確認画面、完了画面の入力された文字のデザイン */
p.value {
font-size:110%;
}
/* ボタンの表示エリアの設定 */
div.button_area {
width:940px;
margin:10px auto 10px auto; /* 中央に表示、上下に10pxの余白 */
padding:10px 0 10px 0; /* ボタンとの上下の隙間のサイズ */
text-align:center; /* 中央にボタンを表示 */
}
/* 入力エラーメッセージのデザイン */
div.message {
padding:5px 10px 5px 10px; /* メッセージテキストと背景色の隙間のサイズ */
margin:10px 13px 10px 13px; /* 上 右 下 左 の隙間のサイズ */
font-size:14px;
font-weight:bold;
color:OrangeRed;
background:white;
}
/* 公開終了メッセージのデザイン */
div.finished-message {
padding:5px 10px 5px 10px; /* メッセージテキストと背景色の隙間のサイズ */
margin:10px 13px 10px 13px; /* 上 右 下 左 の隙間のサイズ */
font-size:14px;
font-weight:bold;
color:Crimson;
background:MistyRose;
}
/* ===================================
入力コントロールのデザイン
=================================== */
/* 確認/送信/戻る/登録ボタン */
input#lf_form_submit_button{
width:200px;
font-size:14px;
background:SteelBlue; /* ボタンの色 */
padding:10px 25px; /* ボタンの文字の 上 右 下 左 の隙間のサイズ */
margin:0px 10px 0px 10px; /* 確認画面に表示される2つのボタンの左右の余白サイズ */
color:white; /* 文字の色 */
font-weight:bold;
border-radius: 32px;
background: linear-gradient(to right, rgb(0,198,255) 0%,rgb(0,114,255) 100%);
}
input[type=button]:hover { cursor: pointer; }
input#button_confirm_back{
width: 148px;
font-size:14px;
background: silver;
padding:10px 25px; /* ボタンの文字の 上 右 下 左 の隙間のサイズ */
margin:0px 10px 0px 10px; /* 確認画面に表示される2つのボタンの左右の余白サイズ */
color:white; /* 文字の色 */
font-weight:bold;
border-radius: 32px;
}
input#button_confirm_submit{
width: 148px;
font-size:14px;
background:SteelBlue; /* ボタンの色 */
padding:10px 25px; /* ボタンの文字の 上 右 下 左 の隙間のサイズ */
margin:0px 10px 0px 10px; /* 確認画面に表示される2つのボタンの左右の余白サイズ */
color:white; /* 文字の色 */
font-weight:bold;
border-radius: 32px;
background: linear-gradient(to right, rgb(0,198,255) 0%,rgb(0,114,255) 100%);
}
/* 入力中のフィールドの背景色 */
/* それぞれの入力フィールドにカーソルが移動したときに背景の色が変わります。不要な場合は削除してください。 */
input[type="text"]:focus { background-color:White; } /* テキストボックス */
select:focus { background-color:White; } /* プルダウン */
textarea:focus { background-color:; } /* テキストエリア */
/* ===================================
必須項目のマークおよびメッセージなど
=================================== */
/* 必須項目のマーク */
span.required {
float:right;
margin-right:4px;
font-size:80%;
font-weight:bold;
color:#FF6347;
}
span.required:after {
/* ここを編集することで表示されるマークを変更できます */
content:"※必須";
background: #F7F7F1;
padding: 2px;
}
/* 必須項目についての説明文 */
p.required_msg {
text-align:right;
margin-right:4px;
font-size:65%;
font-weight:bold;
color:#FF6347;
}
p.required_msg:after {
/* ここを編集することで表示されるマークを変更できます 例『必須マークは必ず入力願います。』*/
content:"";
}
/* メールアドレスの再入力メッセージ */
p.label_mail {
margin:12px 0 0px 0;
font-size:60%;
font-weight:bold;
color:black;
}
p.label_mail:after {
/* ここを編集することで表示されるメッセージを変更できます */
content:"確認のため、もう一度メールアドレスを入力してください";
}
/* ===============================================================================
スマートフォン表示用のレイアウト
=============================================================================== */
/* スマートフォンとして認識する画面の横幅のサイズ */
@media screen and ( max-width:768px ) {
/* フォームエリア全体の設定 */
div.container {
width: 350px;
}
#top .contents {
width:350px;
margin:0 auto;
padding:0px;
}
div.bottom_p {
width:100%; /* 画面の横幅 */
text-align:left; /* 左 */
margin:0 0 0 0px;
font-size:12px;
}
/*ボタンレスポンシブ対応*/
input#lf_form_submit_button{
margin: 0 auto;
}
/* 設問エリア全体の設定 */
div.wrapper {
width: 100%;
padding: unset;
}
/* 設問の表 */
table.items {
width: 100%;
}
/*設問名のセルのデザイン */
td.label {
float: left;
height: auto;
width: 100%;
padding:10px;
margin-bottom: 20px;
box-sizing: border-box;
margin-top: 16px;
}
/* 必須項目のマーク */
span.required {
float:initial;
}
/* 設問の入力セルおよび表示セルのデザイン */
td.value {
float: left;
padding: unset;
width: 100%;
border:none;
}
/* 設問の入力例/説明セルのデザイン */
td.comment {
display: none;
}
/* 設問の入力例/テキストボックス */
input[type="text"]{
font-size: 150%;
width: 290px;
padding:10px 10px 10px 10px;
border-radius:6px;
margin-bottom:5px;
margin-right:10px;
}
/* 設問の入力例/テキストエリア */
textarea {
width: 95%;
height: 100px;
}
input#button_confirm_back {
width: 40%;
line-height: 0;
height: 44px;
}
input#button_confirm_submit {
width: 40%;
line-height: 0;
height: 44px;
}
/* ボタンの表示エリアの設定 */
div.button_area {
width: 95%;
}
p.value {
font-size: 167%;
font-weight: bold;
display:inline-block;
word-wrap: break-word;
width: 300px;
margin: 0 auto;
}
}
プライバシーポリシーに同意の上、送信してください。
同意して送信すると、Cookieにより当社のWebサイト上における閲覧履歴と個人情報を紐付けて把握、分析する場合があります。