/* CSS Document */

/*	 --- layout
------------------------------------------------------------------------- */
html{
  overflow-y: scroll;
}
div#container {
	width: 1000px;
	margin: 0 auto;
}
.left { float: left; }
.right { float: right; }

/* ヘッダー
--------------------------------------------------------- */
div#header {
	width: 100%; height: 95px;
}
div#header h1 {
	padding: 3px 0;/*30px 0 3px 0*/
	margin-left: 30px;
}

/* サイドメニュー
--------------------------------------------------------- */
div#side-menu {
	float: left;
	width: 253px;
	overflow: auto;
}
ul#sub-menu { margin-bottom: 30px; }
ul#sub-menu li {
	margin-top: 15px;
	padding-left: 42px;
}

div#content {
	float: right;
	width: 747px;
}

/* フッター
--------------------------------------------------------- */
div#footer {
	width: 100%; height: 60px;
}
div#footer-title, div#footer-address { float: left; }
div#footer-title { margin: 10px 0 0 26px; }
div#footer-address { margin: 12px 0 0 15px; }
div#footer-sign {
	float: right;
	margin: 12px 50px 0 0;
}
div#footer-address p, div#footer-sign p {
	margin-bottom: 5px;
}
.dummy-mail { display:none; }

/* テーブル
--------------------------------------------------------- */
table { margin-bottom: 30px; }
th, td { padding: 5px 8px; }



/*	 --- decoration
------------------------------------------------------------------------- */
/* フォントサイズ
--------------------------------------------------------- */
ul#sub-menu a { font-size: 15px; }
div#footer h1 { font-size: 13px; }

/* カラー
--------------------------------------------------------- */
a { color: #000; }
a:hover { color: #FC5185; }/*C92614*/
ul#sub-menu a { color: #636363 !important; }
ul#sub-menu a:hover { color: #FC5185 !important; }/*C92614*/
div#footer { color: #fff; }
div#footer a { color: #fff; }
div#footer a:hover { color: #FC5185; }/*C92614*/

/* 全体
--------------------------------------------------------- */
div#contents {
	background: url(../images/bg-contents.png) left top repeat-y;
}
a { cursor: pointer; } 

/* ヘッダー
--------------------------------------------------------- */
div#header { background-color: #009096; }
div#header h1 { border-bottom: 1px solid #fff; }

/* サイドメニュー
--------------------------------------------------------- */
ul#sub-menu li { background: url(../images/bg-submenu.png) 1px 8px no-repeat; }

/* フッター
--------------------------------------------------------- */
div#footer { background-color: #364F6B; }/*626262*/
div#footer-address p, div#footer-sign p { line-height: 14px; }

/* テーブル
--------------------------------------------------------- */
.b-border { border-bottom: 1px solid #B0B0B0; }
th {
	color: #FFFFFF;
	background-color: #B0B0B0;/*#EE877F*/
	border-top: 1px solid #B0B0B0;/*#EE877F*/
	border-bottom: 1px solid #fff;
}
td {
	line-height: 21px;
	background-color: rgba(0,144,150,0.05);/*#EDEDED*/
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #999;
}
.th-end { border-bottom: 1px solid #B0B0B0; 
          border-top: 1px solid #FFF !important} /*#EE877F*/

a.arrow::after {
  content:"\02794";
	margin-left: 0.5em ;
}
a.arrow:hover::after{
	margin-left: 1em;
}