@charset "UTF-8";
/********************************************************************************/
/*	アクティベーションシステム、プライバシーポリシー画面スタイル定義			*/
/*																				*/
/*	更新履歴																	*/
/*	2015/11/16 中村(SBS) 新規作成												*/
/*																				*/
/*	Copyright (C) 2015 Shimadzu Corporation All rights reserved.				*/
/********************************************************************************/

/********************************************************************************/
/*	プライバシーポリシー画面定義												*/
/********************************************************************************/
div.PRIVACY {										/* 表示枠					*/
	padding-left: 30px;
}

header {											/* 大見出し					*/
	margin: 20px 0px 10px 0px;
	font-size: 30px;
	font-weight: bold;
}

div.LICENSING {										/* 使用許諾枠				*/
	border: 2px solid #5091f3;
	margin: 10px 0px 20px 0px;
	padding: 10px;
}

div.LICENSING p {									/* 使用許諾枠の段落			*/
	padding-left: 0px;
}

h1 {												/* 見出し１					*/
	margin-top: 10px;
	font-weight: bold;
}

p {													/* 段落						*/
	padding-left: 10px;
}

ol.NUM {											/* 数字リスト				*/
	counter-reset:cnt;
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 45px;
	margin-bottom: 10px;
}

ol.DOT {											/* ドットリスト				*/
	counter-reset:cnt;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 40px;
	margin-bottom: 10px;
}


/********************************************************************************/
