@charset "UTF-8";



/* メインエリア
*****************************************************************************/
/* 2ndインデックス
****************************************************************/
#second_index #main .list{
	display: table;
	border:none;
	border-collapse:collapse;
	font-size:14px;
	margin:20px 0;
}
#second_index #main .list li {
	display: table-row;
}
#second_index #main .list li time ,
#second_index #main .list li .title {
	display: table-cell;
	vertical-align:top;
	border-bottom:1px dashed #ccc;
	padding:10px 6px;
}
#second_index #main .list li time {
	font-weight:bold;
	width:120px;
}

#second_index #detail h1{
	background:none;
	padding:0;
	margin:0;
	line-height:1.2;
}
#second_index #detail p.date{
	color:#656565;
	margin:0;
}
#second_index #detail .border_btm{
	border-bottom:1px dashed #ccc;
	margin:20px 0 20px;
	padding:0 0 10px 10px;
}
#second_index #main #detail h2{
	background:none;
	padding:0;
	margin:0;
	font-weight:bold;
}



/* 詳細
****************************************************************/
#third_detail #main section {
	line-height: 21px;
}

/* カラー
*****************************************************************************/
/* 各ディレクトリ別上部カラーバー
*****************************************************************************/
#ID_maintenance #contents {border-top:6px solid #f68448;}

/* 3rdインデックスカラー
****************************************************************/
#ID_maintenance h3{
	border-left: 5px solid #005953;
}

/* 各ディレクトリ別タブカラー
**************************************************************/
#ID_maintenance #tab ul#tab_menu li a {background-color:#f68448;}

/* 各ディレクトリ別見出しカラー
**************************************************************/
#ID_maintenance #main .contents_title {
	background: url(/bin/image/design/title/title_maintenance.png) no-repeat scroll 0 top;
}
#ID_maintenance #main .contents_title:after {
	background: url(/bin/image/design/title/title_maintenance_underline.png) no-repeat scroll 0 top;
}

/* 各ディレクトリ別サブナビカラー
**************************************************************/
#ID_maintenance #sub nav ul {border:1px solid #f68448;}
#ID_maintenance #sub nav ul li {border-top:1px solid #f68448;}
#ID_maintenance #sub nav ul a {background-color:#fdebe1;background-image:url(/bin/image/design/navi/navi_li_info.png);}
#ID_maintenance #sub nav ul a:hover ,
#ID_maintenance #sub nav ul a.on {background-color:#e4ad92;}
#ID_maintenance #sub nav ul a:hover:after,
#ID_maintenance #sub nav ul a.on:after {content:url(/bin/image/design/navi/navi_li_info_on.png);}

/* パンくず
*******************************************************************************************/
#ID_maintenance #topicspath {
	background: #fdebe1;
}