﻿@charset "utf-8";

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

	company-style.css

	for
	
	/company/index.html
	
************************************* */

#company-conts{
	width: 660px;
	padding: 0px 5px;
	font-size: 0.75em;
	line-height: 1.5em;
	}
	
#company-conts h3{
	width: 650px;
	color: #FFFFFF;
	font-size: 1.2em;
	background-color: #fb7d02;
	font-weight: bold;
	padding: 6px 0px 6px 10px;
	margin: 25px 0px 15px 0px;
	}
#company-conts h4{
	font-size: 1.0em;
	}
#company-conts .company-in{
	padding-left: 10px;
	}
	
#company-conts ol{
	margin-top: 10px;
	margin-left: 20px;
	}
#company-conts ol li{
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 10px;
	}
#company-conts ul{
	margin-top: 10px;
	margin-left: 20px;
	}	
#company-conts ul li{
	list-style-type: disc;
	list-style-position: outside;
	}
	
.cap-privacy{ color: #fb7102; font-size: 120%; margin-top: 20px;}
.cap-second{ color:#fb7102; font-weight:normal;}
.tx-right{ text-align:right;} 


