@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
◆unique_parts
　/responsibilities/tire_safety/activities/think_before_you_drive/css
 - - - - - - - - - - - - - - - - - - -
　#contentsの内容要素で、./think_before_you_drive に特化した要素についてスタイルを設定します。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* -------------------------------------
▽【テキスト装飾】アドバイス（Think. ...）
　⇒ span.slogan
　⇒ span.slogan em ※<em>Think.</em>
------------------------------------- */
	body #contents-body span.slogan,
	body #contents-body strong.slogan,
	body #contents-body span.TBYD-slogan,
	body #contents-body strong.TBYD-slogan { color: #2281c4; }
	body #contents-body span.slogan em,
	body #contents-body strong.slogan em,
	body #contents-body span.TBYD-slogan em,
	body #contents-body strong.TBYD-slogan em,
	body #contents-body em.think {
		color: #c00; font-style: normal;
	}
	body #contents-body a:hover em.think {
		color: #f00;
	}


/* =========================================================
■THINK BEFORE YOU DRIVE
========================================================= */
	body #contents #contents-body div.additional#others div.heading {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 1.334em;
	}
	body #contents #contents-body div.additional#others div.heading a {
		text-decoration: none;
	}



/* =========================================================
■Safety Tasks
========================================================= */
/* -------------------------------------
▽セクションLv1見出し
　CPイメージにあわせて装飾（独自フォント）
　⇒ .section h3
------------------------------------- */
	body.safetyTasks #contents #contents-body .section {
		background: none;
		padding-top: 0px;
	}
	body.safetyTasks #contents #contents-body .section h3 {
		background: none;
		padding: 0px 0px 13px;
	}

/* -------------------------------------
▽Other safety precautions
　⇒ div#others
------------------------------------- */
	body.safetyTasks #contents #contents-body div#others .section {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	body.safetyTasks #contents #contents-body div#others .section h3 {
		margin-bottom: 7px;
		padding: 0px;
		height: 23px;
	}
	body.safetyTasks #contents #contents-body div#others div.units-container.joint {
		background: transparent url("/common/images/contents/group_border.gif") no-repeat 0px 0px;
		padding-top: 2.667em;
	}
	body.safetyTasks #contents #contents-body div#others div.units-container.joint .section {
		/* background: transparent url("/common/images/contents/el_border.gif") repeat-x 0px 0px; */
	}


