@charset "UTF-8";

/**
@prefix : <http://purl.org/net/ns/doas#> .
<http://www.fordays.jp/common/css/editorial/products/common.css> a :CSSstylesheet;
 :shortdesc "Common CSS";
 :created "2009-07-23";
 :license <http://www.fordays.jp/>;
 :dependencies "none" .
*/

/*----------------------------------------------------
	privacy.html
----------------------------------------------------*/
body.privacy div#main-col ol {
	margin: -15px 0 25px;
	font-size: 108%;
}
body.privacy div#main-col ol li {
	text-indent: -0.5em;
	margin-left: 0.5em;
}
body.privacy div#main-col dl.list-01 {
	margin: -20px 0 10px;
	font-size: 108%;
}
body.privacy div#main-col dl.list-01 dt {
	font-weight: bold;
}
body.privacy div#main-col p.notes {
	margin: -20px 0 25px;
	text-indent: -1em;
	margin-left: 1em;
	font-size: 108%;
}
body.privacy div#main-col p.text-02 {
	margin-bottom: 30px;
	padding-bottom: 33px;
	font-size: 108%;
	background: url(/common/img/common_line_03.gif) repeat-x left bottom;
}
body.privacy div#main-col div.section-01 {
	padding: 15px 20px;
	border: 1px solid #dfdfdf;
	background: #fafafa;
}
body.privacy div#main-col div.section-01 h5 {
	margin-bottom: 5px;
	font-size: 123.1%;
	font-weight: bold;
}
body.privacy div#main-col div.section-01 p {
	margin-bottom: 5px;
	font-size: 108%;
}
body.privacy div#main-col div.section-01 dl {
	font-size: 108%;
}
body.privacy div#main-col div.section-01 dl dt {
	width: 4.5em;
	float: left;
	font-weight: bold;
}


/*----------------------------------------------------
	guide.html
----------------------------------------------------*/
body.guide div#main-col dl {
	font-size: 108%;
}
body.guide div#main-col dl dt {
	width: 7em;
	float: left;
	font-weight: bold;
}
body.guide div#main-col dl dd {
}


/*----------------------------------------------------
	sitemap.html
----------------------------------------------------*/
body.sitemap div#main-col div.section-01 {
	width: 335px;
	float: left;
}
body.sitemap div#main-col div.section-02 {
	width: 335px;
	float: right;
}
body.sitemap div#main-col h3 {
	margin-top: 20px;
	padding: 5px 10px;
	font-size: 108%;
	font-weight: bold;
	background: #fafafa;
}
body.sitemap div#main-col h3 a {
	color: #666;
}
body.sitemap div#main-col ul.list-01 {
	margin: 5px 10px 0;
}
body.sitemap div#main-col ul.list-01 li {
	padding: 5px 0;
	background: url(/common/img/common_line_02.gif) repeat-x left bottom;
}
body.sitemap div#main-col ul.list-01 li:last-child {
	background: none;
}
body.sitemap div#main-col ul.list-01 li.lastChild {
	background: none;
}
body.sitemap div#main-col ul.list-01 li a {
	padding-left: 18px;
	font-size: 108%;
	background: url(/common/img/common_icon_02.gif) no-repeat left 1px;
}
body.sitemap div#main-col ul.list-01 ul {
	margin-top: 5px;
	background: url(/common/img/common_line_02.gif) repeat-x left top;
}
body.sitemap div#main-col ul.list-01 ul li a {
	padding-left: 18px;
	background: url(/common/img/common_icon_03.gif) no-repeat 8px 5px;
}
body.sitemap div#main-col ul.list-02 {
	margin: 20px 10px 0;
	padding-top: 20px;
	background: url(/common/img/common_line_03.gif) repeat-x left top;
}
body.sitemap div#main-col ul.list-02 li {
	padding: 5px 0;
	background: url(/common/img/common_line_02.gif) repeat-x left bottom;
}
body.sitemap div#main-col ul.list-02 li:last-child {
	background: none;
}
body.sitemap div#main-col ul.list-02 li.lastChild {
	background: none;
}
body.sitemap div#main-col ul.list-02 li a {
	padding-left: 18px;
	font-size: 108%;
	background: url(/common/img/common_icon_02.gif) no-repeat left 1px;
}


/*----------------------------------------------------
	Clearfix
----------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
