﻿@charset "UTF-8";
@import "../../common/css/common.css";

/* ■■ 目次 ■■
/* mailspec.cssはmailspec/～～.htmlのみで使用するユニークなCSSです。
　 レイアウトや汎用classなどはcommon.cssに記述しています。
--------------------------------------------------------------------------------
01.index.html
	1.Guidance
		1.attention
*/

/* ■■ 01.index.html ■■ */
#MainContents h1 {
	float:left;
	margin-right:15px;
	padding-top:2px;
}
#MainContents h2 {
	padding-top:3px;
	font-size:75%;
	font-weight:normal;
}

/* ## 01-1.Guidance ## */
#Guidance h3 {
	clear:both;
	margin:5px 0;
}
#Guidance h4 {
	clear:both;
	margin:5px 0;
}
#Guidance .read {
	margin-bottom:25px;
	font-size:75%;
}
#Guidance .ImageSample {
	float:left;
	margin-right:15px;
}
#Guidance dl {
	margin-bottom:25px;
	margin-left:120px;
}
#Guidance dt {
	margin-bottom:5px;
}
#Guidance dt span.main {
	color:#000;
}
#Guidance dt span.sub {
	color:#f00;
	font-size:75%
}
#Guidance dd {
	margin:5px 0 10px;
	font-size:75%;
	line-height:1.5;
}
#Guidance p.more {
	margin:20px 0;
	text-align:right;
	font-weight:bold;
}
#Guidance p.more a {
	padding-left:15px;
	background:url("../../common/img/bg_a_more.gif") no-repeat 0% 50%;
}
#Guidance p.more a:hover {
	background:url("../../common/img/bg_a_more.gif") no-repeat 2px 50%;
}

/* ## 01-1-1.attention ## */
#Guidance .attention {
	line-height:1.5;
	margin:15px 10px 0;
}
#Guidance .attention p {
	margin-bottom:5px;
	font-weight:bold;
}
#Guidance .attention ul {
	margin-bottom:15px;
	font-size:75%;
}
#Guidance .attention span {
	color:#f00;
}