﻿/*
--------------------------------------------------------
Class:		Common CSS Importer
--------------------------------------------------------
*/

/*
 デフォルトスタイル指定
*/
@import url(../../common/css/default.css);

/*
 共通レイアウト指定
*/
@import url(../../common/css/common.css);


/*--------------------------------------------------------
　個別レイアウト
--------------------------------------------------------*/
div#mainContent	{
	width: 540px;
	height: auto;
	min-height: 580px;
	margin-left: 170px;
	padding: 0 0 3.0em 0;
}

* html div#mainContent	{
	height: 580px;
}


#subContentNavi ul	{
	border-bottom: 2px solid #CCC;
}

h4.areaName a,
div.accessContent h5 a	{
	color: #444;
}


/* コンテンツボックス */
div.contentBox	{
	padding: 10px 20px;
	border: 1px solid #DDD;
	margin-bottom: 1.0em;
}

div.contentBox h4	{
	background-image: none;
}


/* コンテンツボックス-アクセス */
div.contentBoxAccess	{
	padding: 0 17px;
}


/* アクセス */
div.accessBox	{
	margin-top: 10px;
	border: 1px solid #CCC;
	padding: 9px;
	background-color: #F0F0F0;
}

div.accessBox h5	{
	color: #16A8CF;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
	line-height: 1.0em;
	font-size: 1.1em;
	background-color: #F0F0F0 !important;
}

div.accessBox input	{
	vertical-align: middle;
}
div.accessBox input.formMail	{
	width: 250px;
}


/* MAPボタン */
a.linkMap	{
	float: right;
	display: block;
	width: 45px;
	height: 19px;
	background: #FFF url(./images/btn_map.gif) 0 0 no-repeat;
	overflow: hidden;
	text-indent: 45px;
	white-space: nowrap;
}


/*　所在地一覧
--------------------------------------------------------*/

div.contentArea h4.areaName	{
	margin: 0 0 10px;
	padding-bottom: 6px 0;
	border-bottom: 2px solid #DDD;
	line-height: 1.0em;
	background-image: none;
}


/* アクセスエリア */
div.accessContent	{
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #000;
	margin-bottom: 1.0em;
}

div.accessContent h5	{
	padding: 5px;
	background-color: #E8E8E8;
}


/* officeList */
table.officeList	{
	width: 100%;
	border-collapse: collapse;
	border: 3px solid #DDD;
}

table.officeList th,
table.officeList td	{
	padding: 0.3em 0.5em;
	border: 1px solid #CCC;
}


table.officeList th	{
	text-align: center;
	background-color: #AAA;
	color: #FFF;
}

table.officeList tr.officeUnit th	{
	white-space: nowrap;
	background-color: #EEE;
	color: #333;
	text-align: left;
}

/* officeTable */
table.officeTable	{
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
	border: 2px solid #DDD;
}

table.officeTable td,
table.officeTable th	{
	padding: 3px 5px;
	line-height: 1.3em;
}

table.officeTable td.officeTel,
table.officeTable td.officeFax	{
	width: 7.0em;
}

/* addressTable */
table.addressTable th	{
	width: 7.5em;
	text-align: center;
}


div.officeBox img	{
	margin: 0.6em 0;
}

/* クラス */
td.officeUnit	{
	width: 9em;
	vertical-align: top;
}

td.officeUnitWide	{
	width: 22em;
}

.officeSection	{
	width: 13em;
}

.officeSubSection	{	}
td.officeAddress	{
	width: 15em;
	font-size: 0.9em;
}

td.officePost,
td.officeTel,
td.officeFax	{
	font-size: 0.9em;
	white-space: nowrap;
	text-align: center;
}

td.officeMap	{
	padding: 3px;
	text-align: center;
}

td.officeFloor	{
	vertical-align: top;
	text-align: center;
}


/*　所在地一覧
--------------------------------------------------------*/

div.contentArea h3.hl_address	{
	margin-top: 1.5em;
	border-top: 1px solid #DDD;
	padding-top: 0.8em;
	background-position: right center;
}

.icon_pdf	{	padding: 5px 0 ;	padding-left: 60px;	background: url(./images/icon_pdf.gif) left center no-repeat;	line-height: 20px;	}

