@charset "UTF-8";

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

.clearfix {
	width:100%;
 	overflow:hidden;
}


.floatL {
	float: left;
}

.floatR {
	float: right;
}

.sp {
	display: none;
}


/*独自クラス（用編集）*/

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	color: #5f5f64;
	font-family: "メイリオ", Helvetica, Futura, Consolas, 'Lucida Console', 'Century Gothic', Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
}

html,
body{
	height:100%;
}

body {
	background-color: #ffffff;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.box {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

/*汎用ボタン*/
.bt {
	display: inline-block;
	background: #6c739e;
	border-radius: 5px;
	padding: 5px 20px;
	margin: 10px;
	text-align: center;
	color: #fff;
}

.more {
	text-align: right;
}

.bt:hover {
	opacity: 0.8;
	text-decoration: none;
}


/*サイド*/
#sideBlock {
	position: fixed;
	height:100%;
	background: #6c739e;
	width: 230px;
	padding: 10px 0;
	overflow-y: scroll;
	z-index: 10000;
}

#sideBlock h1{
	width: 220px;
	height: 50px;
	overflow: hidden;
	background: url(../img/common/side_logo.png) no-repeat;
	background-size: 220px;
	text-indent: -1000px;
	margin: 0 auto;
}

#search_form {
	padding: 10px 15px;
}

#search_input {
	box-sizing: border-box;
	border: 1px solid #fff;
	color: #fff;
	background: #6c739e;
	-webkit-appearance: none;
	font-size: 18px;
	padding: 2px;
	line-height: 22px;
	width: 150px;
}

#search_input:focus {
	color: #6c739e;
	background: #fff;
}

.searchBt {
	display: inline-block;
	overflow: hidden;
	text-indent: -1000px;
	border: 0px;
	width: 25px;
	height: 25px;
	background: url(../img/common/search.png) left top no-repeat;
	background-size: 25px;
	margin-left: 5px;
	cursor: pointer;
}

.searchBt:hover {
	opacity: 0.8;
}

#sideMenu li {
	box-sizing: border-box;
	padding: 10px;
	height: 50px;
	border-bottom: 1px solid #fff;
}

#sideMenu .childList{
	height: auto;
	padding: 0;
	border-bottom: 0;
	background: #a0a1ab;
}

#sideMenu .childList{
	display: none;
	height: auto;
	padding: 0;
	border-bottom: 0;
	background: #a0a1ab;
}

#sideMenu .childList li{
	height: 40px;
	padding: 0;
	border-bottom: 1px #fff dashed;
}

#sideMenu .childList li a{
	line-height: 40px;
	font-size: 12px;
}

#sideMenu .redBg {
	background: #dc143c;
}

#sideMenu .current{
	background: #fff;
}

#sideMenu .current a{
	background-position: bottom left;
	color: #a3a3a3;
}

#sideMenu .openChild{
	background: #a0a1ab;
	border-bottom: 1px #fff dashed;
}

#sideMenu li a{
	display: block;
	height: 25px;
	background-size: 25px;
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 40px;
	color: #fff;
	line-height: 25px;
	font-size: 14px;
}

#sideMenu li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#sideMenu .smallFont{
	font-size: 12px;
}




.logut {
	text-align: center;
    padding: 15px 0;
}

.logut a{
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	padding: 5px 40px;
	margin: 10px;
	border: #fff solid 1px;
}

.logut a:hover{
	opacity: 0.8;
	text-decoration: none;
}

#authorityList {
	background: #a94a4a;
}

#authorityList h2{
	background: #791919;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}

/*ページ内サブメニュー*/

#subMenu {
	margin-left: -20px;
	margin-right: -20px;
	padding-right: 20px;
	border-bottom: solid #6c739e 1px;
}


#subMenu li {
	border-top: solid #a0a1ab 1px;
	border-right: solid #a0a1ab 1px;
	flex: 1;
	text-align: center;
}

#subMenu li a{
	box-sizing: border-box;
	height: 100%;
	display: block;
	color: #a0a1ab;
	font-size: 20px;
	padding: 20px 4px;
}

#subMenu li a:hover{
	text-decoration: none;
	background: #eaeaea;
	color: #fff;
}

#subMenu li.noRead a{
	color: #982323;
	line-height: 1.2em;
}

#subMenu li.noRead .noReadIcon{
	display: inline-block;
	border-radius: 50%;
	width: 1em;
	height: 1em;
	background-color: #982323;
}

#subMenu .current{
	border-top: solid #6c739e 1px;
	border-right: solid #6c739e 1px;
	border-bottom: solid #fff 1px;
	margin-bottom: -1px;
}

#subMenu .current a{
	color: #6c739e;
}

#subMenu .current a:hover{
	color: #6c739e;
	background: none;
	cursor: default;
}

#interiorControl #subMenu li a,
#historyMenu li a,
#webmasterMenu li a{
	font-size: 14px;
	padding: 5px;
	line-height: 20px;
}




/*コンテナ内共通設定*/

#container {
	margin-left: 240px;
	padding: 20px ;
	min-width: 800px;
}

#container .contentsBlock {
	margin-bottom: 0px;
}

#container h2{
	font-size: 30px;
	padding: 0 5px;
	color: #6c739e;
	font-weight: normal;
}

#container h3{
	border-left: 10px #6c739e solid;
	border-bottom: 1px #6c739e solid;
	font-size: 26px;
	padding: 0 5px;
	color: #6c739e;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}

#container .alert {
    background: #a94a4a;
    color: #fff;
    padding: 20px;
    margin-top: 30px;
}

#container .loginBlock {
	margin-bottom: 20px;
}

#container h4{
	margin: 20px 0 10px;
	border-bottom: 1px #5f5f64 solid;
	font-size: 20px;
}

#container p{
	
}



/*ページネーション*/

.pagenation {
	margin: 20px 0;
	position: relative;
	overflow: hidden;
}
.pagenation ul {
    position:relative;
    left:50%;
    float:left;
    list-style: none;
}
.pagenation li {
    position:relative;
    left:-50%;
    float:left;
}
.pagenation li a {
    margin: 0 3px;
    padding:3px 7px;
    display: block;
    text-decoration:none;
    color: #fff;
    background: #6c739e;
    line-height: 30px;
    width: 30px;
    text-align: center;
}

.pagenation .next a,
.pagenation .prev a {
    color: #6c739e;
    background: none;
    font-size: 30px;
}

.pagenation li.current a{
    background: #ccc;
}

.pagenation li a:hover {
	opacity: 0.8;
}
/*footer*/

#footer {
	width: 100%;
	min-width: 1000px;
	background: #000000;
}

#footer address{
	display: block;
	width: 1000px;
	text-align: right;
	color: #fff;
	font-style: normal;
	font-size: 10px;
	line-height: 30px;
	margin: 0 auto;
}

#footer address a{
	color: #fff;
	font-style: normal;
	text-decoration: none;
}


#sideMenu_publicOffering {
	background: #ff7f50;
}

h3 .manualIcon img{
	vertical-align: middle;
	display: inline-block;
}

/*独自クラスここまで*/


/*汎用クラス*/

.boxCenter {
	margin: 0 auto;
}

.hidden {
	display: none;
}

.block {
	display: block;
}

.txHidden {
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}

.alignR {
	text-align: right !important;
	width: inherit;
}

.alignL {
	text-align: left !important;
	width: inherit;
}

.alignC {
	text-align: center !important;
	width: inherit;
}

.textL {
	font-size: 20px;
}

.textM {
	font-size: 14px;
}

.textS {
	font-size: 10px;
}

.inline {
	display: inline
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.white {
	color: #ffffff !important;
}

.black {
	color: #000000 !important;
}

.red {
	color: #ff0000 !important;
}

.blue {
	color: #0000ff !important;
}

.green{
	color: #00ff00 !important;
}

.yellow{
	color: #ffff00 !important;
}

.pink{
	color: #ff00ff !important;
}


img { 
	border-style:none; 
	vertical-align: bottom;
} /*リンク画像の枠線を消すために記述*/

a { 
    overflow: hidden;
    outline: none;
}/* FireFox リンク選択時の点線を消す */

/* 20211215 追加 */
#sideMenu #bbsAlertCheck {
	display: flex;
	position:absolute;
	right:10px;
	text-align:center;
	display:inline-block;
	background:red;
	border-radius: 50%;
	width:30px;
	height:30px;
	line-height: 30%;
	color:white;
	padding: 0;
	align-items: center;
}

#sideMenu #bbsAlertCheck span{
	display: block;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	font-size: 12px;
}
#sideMenu_zituin2 {
	background: #f000b8;
}
#sideMenu #sideMenu_zituin2 .current{
	background-color: #ff9fe8;
}

#sideMenu #sideMenu_zituin2 .current a{
	background-position: bottom left;
	color: #000;
}

#sideMenu .childList .childListTitle {
	font-size: 12px;
	height: 30px;
    line-height:30px;
    padding: 0;
	text-align: center;
	background: #666;
	color: #fff;
}


/*社員詳細コンテナ内共通設定*/

#container_staff {
	padding: 20px ;
	min-width: 400px;
}

#container_staff .contentsBlock {
	margin-bottom: 0px;
}

#container_staff h2{
	font-size: 30px;
	padding: 0 5px;
	color: #6c739e;
	font-weight: normal;
}

#container_staff h3{
	border-left: 10px #6c739e solid;
	border-bottom: 1px #6c739e solid;
	font-size: 26px;
	padding: 0 5px;
	color: #6c739e;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}

#container_staff .alert {
    background: #a94a4a;
    color: #fff;
    padding: 20px;
    margin-top: 30px;
}

#container_staff .loginBlock {
	margin-bottom: 20px;
}

#container_staff h4{
	margin: 20px 0 10px;
	border-bottom: 1px #5f5f64 solid;
	font-size: 20px;
}

#container_staff p{
	
}



