@charset 'UTF-8';
/*******************************************************************************

  ディレクトリのスタイル定義

*******************************************************************************/
/*
会社概要(2カラム)用の右サイド
***************/
.aside-box
{
	margin: 1em 0;
}

.aside-menu
{
	border: 1px solid #90AFC3;
	border-radius: 5px;
}
.aside-menu > h2
{
	font-size: 135%;
	padding: .75em;
	background-color: #0071bc;
	line-height: 1.25;
	color: white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.aside-menu > h2 > span
{
	border-left: 6px solid white;
	padding-left: 10px;
	text-shadow: 0 1px 0 black;
}

.aside-menu ul
{
	margin: 1em;
}

.aside-menu ul > li
{
	border-bottom: 1px dotted #999;
}
.aside-menu ul > li:last-child
{
	border-bottom: none;
}

.aside-menu ul > li > a
{
	text-decoration: none;
	display: block;
	padding: .5em 1em .5em 30px;
	color: #127dce;
	font-size: 110%;
	background: url(../theme/images/icon-rarrow-orange-11.png) no-repeat 5px center;
	text-shadow: 0 1px 0 white;
}
.aside-menu ul > li > a:hover
{
	background-color: #E2EFF7;
}

/*
会社概要(2カラム)用のコンテンツの幅調整
*****************************************/
.content.guide
{
	margin-right: 294px;
}


/*
テーブル共通
***************/
.content table.tbl01
{
	margin-bottom: 5em;
}

.content table.tbl01 td
{
	padding: 1em 1.5em 1em 2em;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #333;
}

.content dl
{
	margin: 0.5em;
}
.content dl > dd > ol
{
}
.content dl > dt
{
	margin-bottom: 0.4em;
}
.content dl > dd > ol > li
{
	list-style: decimal;
	/* margin-left: 3em; */
	margin: 1.5em 1.5em 1.5em 4.5em;
}
.content dl > dd > ol.ant > li
{
	list-style: none;
	margin: 0 1.5em 1.5em 1.4em;
}
.content dl > dd > ol.ant02
{
	margin-bottom: 1.5em;
}
.content dl > dd > ol.ant02 > li
{
	list-style: none;
	text-indent: -15px;
	margin: 0 1.5em 0.5em 2.5em;
}


.content dl.his { 
	margin: 0;
    }  
.content dl.his dt {  
	float: left;  
	width: 100px;  
	padding: 0 0 0 10px;  
	clear: both; 
	font-weight: normal;
    }  
.content dl.his dd {
	margin-left:100px;  
	padding: 12px 0 0 10px;
	margin-bottom: 0.5em !important; 
    }  


/*
グーグルマップの枠
***************/
.content .google-map
{
	padding: 4px;
	border: 1px solid #d8d8d8;
}
.content .google-map > iframe
{
	display: block;
}


/*
反社会勢力／個人情報保護方針の順序リスト
*****************************************/
.antisocialforces ol,
.privacy ol
{
	list-style-type: decimal;
}
.antisocialforces ol > li,
.privacy ol > li
{
	margin: .5em 2em;
}