﻿@charset "utf-8";

/*
#######################################

	プライバシーポリシー表記用CSS


#######################################
*/



/* 各内容の段落設定 */
body#law #detail dt {
	float: left;
	width: 10em;
}
body#privacy #detail dt {
	float: left;
	width: 11em;
	margin: 25px 0px 0px 0px;
}

#detail dt {
	font-weight: bold;
	margin: 25px 0px 0px 0px;
}


body#law #detail dd {
	padding-left: 11em;
	margin-bottom: 1em;
}

body#privacy #detail dd {
	padding-left: 12em;
	margin-bottom: 1em;
}

* html body#law #detail dd , * html body#privacy #detail dd {
	_height: 1%;
	padding-left: 1.2em;
	margin-bottom: 1em;
}

/* safari only \*/
html:\66irst-child body#law #detail dd {
	padding-left: 12em;
}
html:\66irst-child body#privacy #detail dd {
	padding-left: 12em;
}
/* end */
body#law #detail ul , body#privacy #detail ul {
	list-style: square outside;
	margin-left: 1.5em;
}





