﻿@charset "utf-8";

/* ============================================
	company/index.html
============================================ */
div.companyBoxIn {
	width: 612px;
	margin: 10px 0 10px 125px;
}
	div.companyBoxIn dl {
		border-top: 6px solid #e8e7e7;
	}
		div.companyBoxIn dt {
			clear: both;
			float: left;
			width: 11em;
			padding: 12px 0 10px 20px;
		}
			div.companyBoxIn dt span {
				color: #ff4b4b;
			}
		div.companyBoxIn dd {
			border-bottom: 6px solid #e8e7e7;
			border-right: 6px solid #e8e7e7;
			border-left: 6px solid #e8e7e7;
		}
			div.companyBoxIn dd div {
				padding: 10px 0 10px 12.2em;
				height: 1%;
			}
			* html div.companyBoxIn dd div {
				padding: 10px 0 10px 2em;
				height: 1%;
			}
				div.companyBoxIn dd div li {
					background: url(../../common/img/cmn_ico_square.gif) left 0.7em no-repeat;
					padding-left: 10px;
				}
				div.companyBoxIn dd div li.noSquare {
					background: none;
					padding-left: 0;
				}
				div.companyBoxIn dd div ul.addressList li {
					background: none;
					padding-left: 0;
				}
