@charset "utf-8";

/* /company/
-------------------------------------------------------------- */
body.categoryTop table.dateTable {
	margin-top: 5px;
	width: 100%;
	border: 0;
}
body.categoryTop table.dateTable th,
body.categoryTop table.dateTable td {
	padding-top: 5px;
	border: 0;
	line-height: 1.4;
}
body.categoryTop table.dateTable th {
	padding-right: 10px;
	width: 4em;
}
body.categoryTop table.dateTable .flag {
	padding-right: 5px;
	width: 16px;
}


/* /company/press.html
-------------------------------------------------------------- */
/* プレスリリース一覧 */
body.layoutA01 table.dateTable {
	margin-top: -8px;
	width: 100%;
	border: 0;
}
body.layoutA01 table.dateTable th,
body.layoutA01 table.dateTable td {
	padding: 8px 0;
	border: 0;
	line-height: 1.4;
	border-bottom: 1px solid #CCC;
}
body.layoutA01 table.dateTable th {
	padding-right: 10px;
	padding-left: 8px;
	width: 5em;
}
body.layoutA01 table.dateTable .flag {
	padding-right: 5px;
	width: 16px;
}


/* /company/idea.html
-------------------------------------------------------------- */
div#mainArea div.ideaArea {
	margin: 0 auto;
	width: 681px;
}
div#mainArea div.ideaArea h2 {
	margin-top: 20px;
}
div#mainArea div.ideaArea p {
	margin: 9px 0 0 30px;
}
div#mainArea div.ideaArea p.photo {
	margin: 0 0 30px 0;
}


/* /company/policy_01.html
-------------------------------------------------------------- */
div#mainArea div.policy h3 {
	font-size: 120%;
	line-height: 1.4;
}
div#mainArea div.policy p {
	line-height: 1.6;
}
div#mainArea div.policy p.photo {
	margin-left: 15px;
	float: right;
}
div#mainArea div.policy {
	clear: right;
}


/* /company/access.html
-------------------------------------------------------------- */
div#mainArea div.accessArea {
	margin: 0 20px;
}

div#mainArea div.accessArea div.central {
	margin-top: 20px;
	padding: 10px;
	border: 2px solid #D9D7C3;
}
div#mainArea div.accessArea div.central div.map {
	margin-right: 20px;
	float: left;
	width: 430px;
	height: 300px;
}
div#mainArea div.accessArea div.central h3 {
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: normal;
}
div#mainArea div.branch {
	margin-right: -40px;
	_margin-right: -80px;
	margin-top: -20px;
}
div#mainArea div.branch div.cnt {
	margin-right: 40px;
	float: left;
	width: 350px;
}
div#mainArea div.branch div.cnt h2 {
	margin-bottom: 20px;
}
div#mainArea div.branch div.cnt div.map {
	margin-top: 10px;
	height: 300px;
}


/* /company/message.html
-------------------------------------------------------------- */
div#mainArea div.message {
}
div#mainArea div.message div.photo {
	float: left;
	width: 186px;
}
div#mainArea div.message div.photo p.president {
	margin-top: 10px;
}
div#mainArea div.message div.photo p.president span {
	font-size: 120%;
	font-weight: bold;
}
div#mainArea div.message div.text {
	float: right;
	width: 579px;
}
div#mainArea div.message div.text p {
	margin-top: 20px;
	line-height: 1.8;
}


/* /company/outline/
-------------------------------------------------------------- */
dl.location {
	padding-left: 13px;
	border-left: 2px solid #999;
	overflow: hidden;
	overflow: -moz-scrollbars-none;	/* for Netscape */
	zoom: 1;	/* for ie */
}
dl.location dt {
	padding-bottom: 15px;
	float: left;
	width: 90px;
	clear: both;
	font-weight: bold;
}
dl.location dd.zip {
	padding-bottom: 15px;
	float: left;
	width: 310px;
}
dl.location dd.zip p {
	padding: 0 0 0 10px;
	border-left: 0;
}
dl.location dd.btn {
	padding-bottom: 15px;
	float: right;
	width: 66px;
}
dl.location dt.lastChild,
dl.location dd.zip.lastChild,
dl.location dd.btn.lastChild {
	padding-bottom: 0;
}


/* /company/shop_info.html
-------------------------------------------------------------- */
div.sectionLv1-C01.category {
	margin-right: -20px;
	background: url(/resources/company/img/category_bg.gif) no-repeat left bottom;
}
div.sectionLv1-C01.category div.cnt {
	margin-right: 20px;
	float: left;
	width: 220px;
}
div.sectionLv1-C01.category div.cnt h3 {
	padding: 4px 11px 3px 11px;
	background: #C9C7AC;
	color: #FFF
}
div.sectionLv1-C01.category div.cnt p.brand {
	margin: 0 2px;
	padding: 7px 10px 5px 10px;
	min-height: 3em;
	_height: 3em;
	background: #F5F4EA;
	font-weight: bold;
}
div.sectionLv1-C01.category div.cnt p.info {
	padding: 10px;
	font-size: 90%;
}



/* clear fix
-------------------------------------------------------------- */
div#mainArea div.accessArea div.central:after,
div#mainArea div.branch:after,
div#mainArea div.message:after,
div.sectionLv1-C01.category:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div#mainArea div.accessArea div.central,
div#mainArea div.branch,
div#mainArea div.message,
div.sectionLv1-C01.category {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

