﻿/*-------------------------------
	license.css
-------------------------------*/

.license-title01 {
	text-align:center;
}

.license-title01 p {
	font-size:150%;
	letter-spacing:0.2em;
	color:#000;;
}

.company-name {
	text-align:right;
	margin-top:50px;
}

.license-title02 {
	text-align:center;
	margin-top:30px;
}

.license-title02 p {
	font-size:130%;
	color:#000;
}

.license-copy {
	text-align:center;
	margin-top:70px;
}

.license-text-top {
	margin-top:70px;
}

.license-text-top02 {
	margin-top:20px;
}

.license-text-left {
	margin-left:5px;
}

ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
}
ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

ol.list_parentheses_a{
  padding:0 0 0 2em;
  margin:0;
}
ol.list_parentheses_a li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses_a li:before{
  display: marker;
  content: "(" counter(cnt,lower-alpha) ") ";
}

