﻿@charset "UTF-8";

/* 肌の育ち度チェック＆ケアのステップアップダウン解説ページ CSS */


/* トップ案内部分 */

div#introduction {
	position: relative;
	width: 400px;
	border: solid 0px #333;
	margin: 8px 8px 8px 0px;
	padding-bottom: 32px;
	}

div#introduction p,
div#introduction ul {
	margin: 12px 16px;
	}

div#introduction ul li {
	font-weight: bold;
	}


/* メイン内容 */

div.root-section {
	margin-top: 16px;
	clear: both;
	text-align: center;
	}

div#main h2 {
	height: 38px;
	padding: 0px;
	background: none;
}

div.root-section div.section p {
	margin: 0.5em 1em;
	}

div.root-section div.section div.danraku p.notes {
	text-indent: -1em;
	margin-left: 2.5em;
	}

/* １ページ目 */

div#section1-2,
div#section1-1 {
	margin: 16px 0px 32px;
	}

/* 親ボックスの高さ検出用 */
div#section1-2:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear:both;
	}

div#section1-2-4,
div#section1-1-1 {
	clear: both;
	width: 600px;
	margin: 16px 12px 0px 0px;
	}

div#section1-2-1 {
	width: 350px;
	float: left;
	margin: 8px 0px 16px 0px;
	}

div#section1-2-2 {
	width: 350px;
	float: right;
	margin: 8px 24px 16px 0px;
	}

div#section1-2-1 ul {
	margin: 18px 1em 18px;
	padding: 0;
	}

div#section1-2-1 ul li {
	margin: 0px 0px 0px 8px;
	padding-left: 18px;
	list-style-type: none;
	background: url(../image/arrow14-right.png) 0px 3px no-repeat;
	}

dl#section1-2-3 {
	clear: both;
	width: 600px;
	margin: 16px 12px 0px 0px;
	}

dl#section1-2-3 dt {
	margin: 12px 12px 12px;
	text-indent: -20px;
	height: auto;
	padding: 8px 8px 8px 46px;
	background-image: url("../image/h_mark.png");
	background-repeat: no-repeat;
	background-position: 8px 6px;
	border: solid 1px #f99;
	background-color: #f8e5e4;
	}

dl#section1-2-3 dd {
	margin-bottom: 24px;
	}

dl#section1-2-3 dd p {
	text-indent: -21px;
	margin: 12px 36px 12px 36px;
	}

dl#section1-2-3 dd ul {
	margin-left: 36px;
	}


/* ２ページ目 */

div#section2-2,
div#section2-1 {
	margin: 16px 0px 32px;
	}

/* 親ボックスの高さ検出用 */
div#section2-2:after,
div#section2-1:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear:both;
	}

div#section2-1-1 {
	width: 350px;
	float: left;
	margin: 8px 0px 16px 0px;
	}

div#section2-1-2 {
	width: 350px;
	float: right;
	margin: 8px 24px 16px 0px;
	}

/* 参照用リンク */
div#section2-1-1 ul {
	margin: 18px 1em 18px;
	padding: 0;
	}

div#section2-1-1 ul li {
	margin: 0px 0px 0px 8px;
	padding-left: 18px;
	list-style-type: none;
	background: url(../image/arrow14-right.png) 0px 3px no-repeat;
	}

dl#section2-1-3 {
	clear: both;
	width: 600px;
	margin: 16px 12px 0px 0px;
	}

dl#section2-1-3 dt {
	margin: 12px 12px 12px;
	text-indent: -20px;
	height: auto;
	padding: 8px 8px 8px 46px;
	background-image: url("../image/h_mark.png");
	background-repeat: no-repeat;
	background-position: 8px 6px;
	border: solid 1px #f99;
	background-color: #f8e5e4;
	}

dl#section2-1-3 dd {
	margin-bottom: 24px;
	}

dl#section2-1-3 dd p {
	text-indent: -21px;
	margin: 12px 36px 12px 36px;
	}

dl#section2-1-3 dd p.note {
	text-indent: 0px;
	margin: 12px 36px 12px 36px;
	}

dl#section2-1-3 dd ul {
	margin-left: 36px;
	}

div#section2-1-4 {
	clear: both;
	width: 600px;
	margin: 16px 12px 0px 0px;
	}

div#section2-2-1 {
	width: 600px;
	margin: 16px 12px 0px 0px;
	}

div#section2-2-2 {
	width: 350px;
	float: left;
	margin: 32px 0px 16px 0px;
	}

div#section2-2-3 {
	width: 350px;
	float: right;
	margin: 32px 0px 16px 0px;
	}

div#section2-2 * h3 {
	margin: 12px 12px 12px;
	height: auto;
	padding-left: 20px;
	background-image: url("../image/h_mark.png");
	background-repeat: no-repeat;
	background-position: left -2px;
	}

div#section2-2-2 p,
div#section2-2-3 p {
	margin: 8px 12px 8px 24px;
	}

/* 参照用リンク */
div#section2-2-2 ul {
	margin: 18px 12px 18px 24px;
	padding: 0;
	}

div#section2-2-2 ul li {
	margin: 0px 0px 0px 8px;
	padding-left: 18px;
	list-style-type: none;
	background: url(../image/arrow14-right.png) 0px 3px no-repeat;
	}


/* ページ末リンクの位置調整 */
ul.section-menu2 {
	height: 34px;
	margin: 0px 0px 0px 318px;
	padding: 0;
	text-align: center;
	}

