@charset "UTF-8";

/************************************
	common
***********************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img{
    margin:0;
    padding:0;
}

html   { font-size: 100%; height: 100%; }
body   { width: 100%; height: 100%; background-color: #EBE7E2; color: #3E3326; font-size: 14px; font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",Verdana,'sans-serif'; line-height: 1; }

table {line-height: 1;}

a                 { color: inherit; text-decoration:none; outline:none; }
a:link, a:visited { color: #3E3326; text-decoration: underline; }
a:hover, a:active { color: #3E3326; text-decoration: none; }
th { font-weight: 400; }

.cntArea {
	min-width: 1000px;
    width: 96%;
	margin: 0 auto;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper {
	position: absolute;
	width: 100%;
	min-width: 1000px;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
/*	min-height: calc(100% - 34px);*/
}

div#contents {
	min-width: 1000px;
	width: 96%;
	margin: 0 auto;
	padding: 25px 0;
	padding-bottom: 36px;
}

div#main a {
	text-decoration: none;
}

div#main a:hover {
	text-decoration: underline;
}

.right_box {
	float: right;
}

.text-center {
	text-align: center;
}

/************************************
	pages
***********************************/
#contents h2 {
	height: 37px;
	margin-top: 0;
	margin-bottom: 12px;
	padding-left: 44px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#contents h2 img {
	margin-bottom: 10px;
}

#contents .h2_icon_bg {
	position: relative;
}

#contents .h2_icon_mark {
	position: absolute;
	left: -1px;
}

#contents .main {
	width: 100%;
	min-width: 940px;
	background-color:#fff;
	border: 1px solid #bab4ad;
	margin-bottom: 20px;
}

#contents .main .main_inner {
	margin: 0px;
	padding: 20px;
	height: 100%;
}



/************************************
	header
***********************************/
#header {
	position: relative;
	width: 100%;
	height: 62px;
	border-top: 7px solid #3E3326;
	border-bottom: 1px solid #bab4ad;
	background-color: #fff;
}

#header .header_inner {
	width: 96%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header .logo {
	position: absolute;
	left: 0;
	top: 0;
	height: 34px;
	z-index: 2;
	float: left;
	margin-right: 20px;
	margin-top: 15px;
}



/* ヘッダー タブメニュー */
#header .tMenu {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 100%;
}

#header .tMenu li {
	border: 2px solid #402F24;
	border-bottom: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-clip: padding-box;
	-webkit-background-clip: padding-box;
	margin: 0 -1px;
	text-align: center;
	background-color: #D9D9D9;
	cursor: pointer;
	min-width: 20%;
	white-space: nowrap;
}
#header .tMenu li a {
	display: block;
	text-decoration: none;
	color: #3F2C24;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 18px;
	letter-spacing: 1px;
}

#header .tMenu li.selected {
	z-index: 100;
	color: #fff;
	background-color: #358484;
	padding-top: 1px;
	padding-bottom: 2px;
}
#header .tMenu li.selected a {
	color: #fff;

}
#header .tMenu li:hover {
	opacity: 0.75;
}



/* ヘッダー サイドメニュー */
#header .sMenu {
	float: right;
	position: relative;
	top: 20px;
	height: 41px;
	padding-left: 10px;
}
#header .sMenu::before {
	content: "";
	background-image: linear-gradient(to bottom, #492424, #492424 1px, transparent 1px, transparent 5px);
	background-size: 1px 5px;
	background-repeat: repeat-y;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#header .sMenu li {
	position: relative;
	width: 40px;
	height: 40px;
	overflow: hidden;
	float: left;
	display: block;
	margin: 2px 6px;
}
#header .sMenu li a:hover img {
	opacity: 0.75;
}



/* ヘッダー　アイコンメニュー */
#header .gMenu {
	position: relative;
	float: right;
	width: auto;
	margin-right: 20px;
	margin-top: 8px;
	height: 68px;
}
#header .gMenu li {
	float: left;
	width: 51px;
	height: 79px;
	overflow: hidden;
	line-height: 0;
}
#header .gMenu li + li {
	margin-left: 13px;
}
#header .gMenu li img.bg-emerge {
	background-image: url(../images/icon/m_emerge_bg.png);
}
#header .gMenu li img.bg-disaster {
	background-image: url(../images/icon/m_content_bg.png);
}
#header .gMenu li img.bg-admin {
	background-image: url(../images/icon/m_admin_bg.png);
}
#header .gMenu li a {
	display: block;
	height: 68px;
	overflow: hidden;
}
#header .gMenu li.on img, 
#header .gMenu li.on a img,
#header .gMenu li a:hover img {
	margin-top: -68px;
}

#header .gMenu li p.menu-title {
	margin-top: -10px;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}


/* ヘッダー タブメニュー用 */
#header.tabmenu {
	height: 62px;
}
/* ヘッダー アイコンメニュー用 */
#header.iconmenu {
	height: 96px;
}
#header.iconmenu .logo {
	top: 0px;
}


/* ボタン */
.button:active.focus, .button:active:focus, .button:focus,
.btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 0;
}
.button {
	display: inline-block;
	padding: 4px 2em;
	border: 2px solid #402F24;
	border-radius: 3px;
	background-image: -moz-linear-gradient(top, #ffffff, #e3ded7);
	background-image: -ms-linear-gradient(top, #ffffff, #e3ded7);
	background-image: -webkit-linear-gradient(top, #ffffff, #e3ded7);
	background-image: linear-gradient(top, #ffffff, #e3ded7);
	background-clip: padding-box;
	text-align: center;
	font-weight: bold;
	color: #3F2C24;
	cursor: pointer;
	background-color: #FFF;
	font-size: 14px;
	line-height: 1.42857143;
}
.button:hover {
	background-image: -moz-linear-gradient(top, #e3ded7, #ffffff);
	background-image: -ms-linear-gradient(top, #e3ded7, #ffffff);
	background-image: -webkit-linear-gradient(top, #e3ded7, #ffffff);
	background-image: linear-gradient(top, #e3ded7, #ffffff);
}
.button:active {
	background-image: -moz-linear-gradient(top, #d5cec3, #ffffff);
	background-image: -ms-linear-gradient(top, #d5cec3, #ffffff);
	background-image: -webkit-linear-gradient(top, #d5cec3, #ffffff);
	background-image: linear-gradient(top, #d5cec3, #ffffff);
}



/************************************
	footer
***********************************/
#footer {
/*	position: static;*/
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 34px;
	background-color: #595146;
}

#footer .fLogo {
	position: absolute;
	right: 0;
	top: 10px;
	width: 110px;
/*	height: 15px;*/
	height: 0;
}

#footer .cntArea {
	position: relative;
}

#footer .copyright {
	position: absolute;
	left: 0;
	top: 12px;
	width: 300px;
/*	height: 15px;*/
	height: 0;
	color: #ffffff;
	font-size: 80%;
}


/************************************
	contents
***********************************/
.search_area {
	margin-bottom: 15px;
}

.search_area .serch_select {
	padding: 4px 5px;
	margin-right: 20px;
	font-size: 14px;
	vertical-align: middle;
}

.btn_area {
	margin-bottom: 15px;
}
.block_btn {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

.list-title {
	font-size: 24px;
	margin-bottom: 5px;
	font-weight: 700;
}
.list_area + .list_area {
	margin-top: 20px;
}

.table {
	width: 100%;
}
.table>thead>tr>th {
	text-align: center;
	padding: 8px 10px;
	color: #fff;
	background-color: #3e3326;
	border: 1px solid #fff;
	border-top: 1px solid #000;
}
.table>thead>tr>th:first-child {
	border-left: 1px solid #000;
}
.table>thead>tr>th:last-child {
	border-right: 1px solid #000;
}
.table>tbody>tr>th,
.table>tbody>tr>td {
	padding: 8px 15px;
	border: 1px solid #000;
	vertical-align: middle;
}
.table.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #F2F2F2;
}

.table.table-striped>tbody>tr:nth-of-type(even) {
	background-color: #fff;
}

.mb10 {
	margin-bottom: 10px;
}



