@charset "shift_jis";

/*-----------------------------------------------------------

 root.css
 tokuda@n-di.co.jp
	
 ------------------------------------------------------------*/

/*-----------------------------------------------------------
 Clearfix
 ------------------------------------------------------------*/
 
div#contents div.contentsArea div.contentsArea_in div.detailArea {
	zoom: 1;
}

div#contents div.contentsArea div.contentsArea_in div.detailArea:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0; 
	visibility: hidden;
}

div.sitemapArea .home {
	zoom: 1;
}

div.sitemapArea .home:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0; 
	visibility: hidden;
}



/*-----------------------------------------------------------
 Contents
 ------------------------------------------------------------*/

 
/* page title under text
 ------------------------------------------------------------*/
 
p.titleUnder_text {
	margin: 1em 0 1em 5px;
}
 
 
/* contentsArea
 ------------------------------------------------------------*/


div#contents div.contentsArea {
	margin-top: 14px;
	background: url(../../img/share/main_box_bg.gif) repeat-y;
}

	div#contents div.contentsArea div.contentsArea_in {
		background: url(../../img/share/title/resultMain_box_header.gif) no-repeat top left;
	}

		div#contents div.contentsArea div.contentsArea_noTitle {
			background: url(../../img/share/main_box_header.gif) no-repeat top left !important;
		}

		div#contents div.contentsArea .headTitle {
			padding: 10px 1em 0.6em;
			font-size: 100%;
			font-weight: bold;
		}

		div#contents div.contentsArea div.contentsArea_in div.detailArea {
			padding: 1em;
			background: url(../../img/share/main_box_footer.gif) no-repeat left bottom;
		}
		
			div#contents div.contentsArea div.contentsArea_in div.detailArea div.aboutManual {
				float: left;
				width: 212px;
			}

				div#contents div.contentsArea div.contentsArea_in div.detailArea div.aboutManual p {
					font-size: 77%;
					padding-left: 26px;
					margin-bottom: 10px;
					margin-right: 10px;
				}

					div#contents div.contentsArea div.contentsArea_in div.detailArea div.aboutManual p span {
						font-weight: bold;
					}

						div#contents div.contentsArea div.contentsArea_in div.detailArea div.aboutManual p span.key {
							font-weight: bold;
							background: url(../../img/share/icon/icon_key.gif) no-repeat top right;
							padding-right: 12px;
						}

				div#contents div.contentsArea div.contentsArea_in div.detailArea div.aboutManual p.Number01 {
					background: url(../../img/root/about/icon_Number01.jpg) no-repeat 0 14px;
				}

				div#contents div.contentsArea div.contentsArea_in div.detailArea div.aboutManual p.Number02 {
					background: url(../../img/root/about/icon_Number02.jpg) no-repeat 0 14px;
				}

				div#contents div.contentsArea div.contentsArea_in div.detailArea div.aboutManual p.Number03 {
					background: url(../../img/root/about/icon_Number03.jpg) no-repeat 0 14px;
				}

				div#contents div.contentsArea div.contentsArea_in div.detailArea div.aboutManual p.Number04 {
					background: url(../../img/root/about/icon_Number04.jpg) no-repeat 0 14px;
				}

				div#contents div.contentsArea div.contentsArea_in div.detailArea div.aboutManual p.Number05 {
					background: url(../../img/root/about/icon_Number05.jpg) no-repeat 0 14px;
				}

				div#contents div.contentsArea div.contentsArea_in div.detailArea div.aboutManual p.Number06 {
					background: url(../../img/root/about/icon_Number06.jpg) no-repeat 0 14px;
				}

				div#contents div.contentsArea div.contentsArea_in div.detailArea div.aboutManual p.Number07 {
					background: url(../../img/root/about/icon_Number07.jpg) no-repeat 0 14px;
				}

				div#contents div.contentsArea div.contentsArea_in div.detailArea div.aboutManual p.Number08 {
					background: url(../../img/root/about/icon_Number08.jpg) no-repeat 0 14px;
				}

				div#contents div.contentsArea div.contentsArea_in div.detailArea div.aboutManual p.Number09 {
					background: url(../../img/root/about/icon_Number09.jpg) no-repeat 0 14px;
				}

				div#contents div.contentsArea div.contentsArea_in div.detailArea div.aboutManual div {
					padding: 5px;
					margin-bottom: 10px;
					background: #FAFAFA;
					border: 1px solid #dcdcdc;
					margin-right: 10px;
				}

					div#contents div.contentsArea div.contentsArea_in div.detailArea div.aboutManual div p {
						background: url(../../img/share/icon/icon_key.gif) no-repeat 2px 1px;
						margin: 0;
					}


			div#contents div.contentsArea div.contentsArea_in div.detailArea p.aboutManualImage {
				float: right;
			}


/*-----------------------------------------------------------
 About Page
 ------------------------------------------------------------*/

ul.aboutList {
}

	ul.aboutList li {
		margin-bottom: 4px;
	}


/*-----------------------------------------------------------
 rules Page,privacy Page
 ------------------------------------------------------------*/

div.textList h2 {
	font-size: 100%;
	margin-bottom: 0.5em;
}

div.textList p {
	margin-bottom: 2em;
}

div.textList ul {
	margin: 0 1em 2em;
}

	div.textList ul li {
		margin-bottom: 0.5em;
	}

div.textList div.hr_line {
	height: 1px;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 2em;
}

	div.textList div.hr_line hr {
		display: none;
	}


/*-----------------------------------------------------------
 sitemap Page
 ------------------------------------------------------------*/

div.sitemapArea {
}

	div.sitemapArea .home {
		margin: 0 2em 1em;
	}

	div.sitemapArea .home a {
		float: left;
		background-position: 0 6px;
	}

	div.sitemapArea .home span {
		float: right;
		font-size: 77%;
		background: url(../../img/share/icon/icon_key.gif) no-repeat 0 3px;
		padding: 3px 0 0 16px;
	}

	div.sitemapArea a {
		padding-left: 18px;
		background: url(../../img/share/icon/icon_list_arrow.gif) no-repeat 0 2px;
	}

	div.sitemapArea div.sitemapList {
		margin: 0 2em 1em;
		background: #FAFAFA;
		border: 1px solid #cccccc;
		padding: 1em;
	}

		div.sitemapArea div.sitemapList .key {
		padding-right: 16px;
		background: url(../../img/share/icon/icon_key.gif) no-repeat top right;
		}

		div.sitemapArea div.sitemapList p {
			margin-bottom: 0.8em;
		}

		div.sitemapArea div.sitemapList div {
			background: #FFFFFF;
			border: 1px solid #cccccc;
			padding: 0.5em 1em;
			margin: 0 2em 0.8em;
		}

			div.sitemapArea div.sitemapList div p {
				margin: 0;
			}

				div.sitemapArea div.sitemapList div p a {
					background: none;
					padding: 0;
				}



