@charset "utf-8";

.mainBox-color-mitsumori {
	margin: auto;
	width: auto;
	max-width: 1000px;
	color: #222;
	position: relative;
	clear: both;
	background-color: #0009FF;
	color: #fff;
	border-radius: 5px;
}

.mainBox-color-PB {
	margin: auto;
	width: auto;
	max-width: 1000px;
	color: #222;
	position: relative;
	clear: both;
	background-color: #0009FF;
	color: #fff;
	border-radius: 5px;
}

.mainBox-tan { /*-----短縮ｺｰﾄﾞボタン配置エリア CSS定義----*/
	margin: auto;
	width: 1000px;
	max-width: 1000px;
	height: 20px;
	color: #222;
	position: relative;
	clear: both;
}

.mainbox-tan:before, .mainBox-tan:after {
	content: "";
	display: table;
}

.mainBox-tan:after {
	clear: both;
}

.button-tanshuku { /*----- 短縮コード検索ボタンCSS定義----*/
	position: relative;
	vertical-align: top;
	float: right;
	width: 80px;
	height: 36px;
	margin: -10px 10px 10px 0px;
	padding: 0;
	font-size: 25px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #63D771;
	border: 0;
	border-bottom: 2px solid #63D771;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #63D771;
	box-shadow: inset 0 -2px #63D771;
}

.input-tanshuku { /*-----短縮コード入力 CSS定義----*/
	width: 175px;
	height: 30px;
	float: right;
	margin: -5px 10px 10px 10px;
	padding: 0 15px 2px;
	font-size: 14px;
	background: white;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
}

.input-tanshuku:focus {
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

.tan-moji { /*-----短縮コード左文字 CSS定義----*/
	margin: -4px 0 0 0;
	float: right;
	font-size: 18px;
	font-weight: bold;
}



/*---- h3-paging ----*/
.h3-paging {
	float: right;
	font-size: 100%;
	line-height: 1.4;
}

.button-new-user { /*-----新規ユーザー登録ボタン CSS定義----*/
	position: relative;
	vertical-align: top;
	width: 220px;
	height: 40px;
	margin-bottom: 15px;
	padding: 5px 0 0 0;
	font-size: 130%;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: limegreen;
	border: 0;
	border-bottom: 2px solid limegreen;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px limegreen;
	box-shadow: inset 0 -2px limegreen;
}

.button-new-user:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*--------------- ユーザー管理系入力 ---------------*/
.user-input-list {
	width: 100%;
}

.user-input-list dt {
	clear: both;
	float: left;
	text-align: left;
	margin-top: -1px;
	padding: 16px 0 16px 15px;
	width: 20%;
	height: 25px;
	border: 1px solid #aaa;
	background-color: #dcdcdc
}

.user-input-list dd {
	float: left;
	width: 75%;
	height: 37px;
	margin-top: -1px;
	padding: 10px 0 10px 8px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 10px 0 10px 8px;
}

.user-input-list-x2 {
	width: 100%;
}

.user-input-list-x2 dt {
	clear: both;
	float: left;
	text-align: left;
	margin-top: -1px;
	padding: 16px 0 16px 15px;
	width: 20%;
	height: 50px;
	border: 1px solid #aaa;
	background-color: #dcdcdc
}

.user-input-list-x2 dd {
	float: left;
	width: 75%;
	height: 62px;
	margin-top: -1px;
	padding: 10px 0 10px 8px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 10px 0 10px 8px;
}

.user-input-list-biko {
	width: 100%;
}

.user-input-list-biko dt {
	clear: both;
	float: left;
	text-align: left;
	margin-top: -1px;
	padding: 16px 0 16px 15px;
	width: 20%;
	height: 125px;
	border: 1px solid #aaa;
	background-color: #dcdcdc
}

.user-input-list-biko dd {
	float: left;
	width: 75%;
	height: 137px;
	margin-top: -1px;
	padding: 10px 0 10px 8px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 10px 0 10px 8px;
}

.kengen { /*-----種別選択リスト CSS定義----*/
	width: 200px;
	font-size: 166%;
}

.CompanySelect { /*-----種別選択リスト CSS定義----*/
	width: 500px;
	font-size: 166%;
}

.msg-CompanySelect { /*-----種別選択リスト CSS定義----*/
	margin:10px 0 0 0;
}

.kaisha-input { /*-----会社入力フィールド CSS定義----*/
	width: 600px;
	height: 40px;
	padding: 0 15px 2px;
	font-size: 17px;
	background: white;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
}

.kaisha-input:focus {
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

.userID-input { /*-----ユーザーID入力フィールド CSS定義----*/
	width: 200px;
	height: 40px;
	padding: 0 15px 2px;
	font-size: 17px;
	background: white;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
}

.userID-input:focus {
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

.userIDFix-input { /*-----ユーザーID入力フィールド CSS定義----*/
	width: 200px;
	height: 40px;
	padding: 0 15px 2px;
	font-size: 17px;
	background: #E0E0E0;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
}

.userIDFix-input:focus {
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

.shimei-input { /*-----氏名入力フィールド CSS定義----*/
	width: 250px;
	height: 40px;
	padding: 0 15px 2px;
	font-size: 17px;
	background: white;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
}

.shimei-input:focus {
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

.input-date { /*-----日付入力フィールド CSS定義----*/
	width: 180px;
	height: 40px;
	padding: 0 15px 2px;
	font-size: 16px;
	background: white;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
}

.input-date:focus {
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

.tel-input { /*-----電話番号・FAX　入力フィールド CSS定義----*/
	width: 200px;
	height: 40px;
	padding: 0 15px 2px;
	font-size: 17px;
	background: white;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
}

.tel-input:focus {
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

.mail-input { /*-----メール　入力フィールド CSS定義----*/
	width: 300px;
	height: 40px;
	padding: 0 15px 2px;
	font-size: 17px;
	background: white;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
}

.mail-input:focus {
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

/*-備考用-*/
.biko-input {
	width: 700px;
	height: 120px;
	margin: 5px 5px;
	padding: 0 15px 2px;
	font-size: 17px;
	background: white;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
	padding: 0 15px 2px;
}

.biko-input:focus {
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

.button-search { /*-----検索ボタン CSS定義----*/
	position: relative;
	vertical-align: top;
	width: 130px;
	height: 36px;
	margin: 20px 0 20px 0;
	padding: 0;
	float: left;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #0099FF;
	border: 0;
	border-bottom: 2px solid #0099FF;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #0099FF;
	box-shadow: inset 0 -2px #0099FF;
}

.button-search:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#wrapper-userlist { /*-----ユーザー一覧表示エリア CSS定義----*/
	overflow-y: scroll;
	margin: 0;
	width: 1016px;
	height: 320px;
	background: #fff;
}

.table-userlist { /*----- ユーザー検索結果表示テーブル　CSS定義----*/
	width: 1000px; margin：0;
	border-spacing: 0;
	font-size: 14px;
	white-space: nowrap;
	table-layout: fixed;
}

.th-userlist {
	height: 20px;
	color: #fff;
	padding: 8px 15px;
	background: #258;
	background: -moz-linear-gradient(rgba(34, 85, 136, 0.7),
		rgba(34, 85, 136, 0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34, 85, 136, 0.7)),
		to(rgba(34, 85, 136, 0.9)));
	font-weight: bold;
	vertical-align: middle;
	border-left: 1px solid #258;
	border-top: 1px solid #258;
	border-bottom: 1px solid #258;
	line-height: 120%;
	text-align: center;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(34, 85, 136, 0.9);
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

.th-userlist:first-child {
	border-radius: 5px 0 0 0;
}

.th-userlist:last-child {
	border-radius: 0 5px 0 0;
	border-right: 1px solid #258;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px
		rgba(255, 255, 255, 0.3) inset;
}

.tr-userlist .td-userlist {
	height: 10px;
	padding: 8px 15px;
	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

/*スクロール用*/
thead.scrollHead, tbody.scrollBody {
	display: block;
}

tbody.scrollBody {
	overflow-y: scroll;
	width: 1016px;
	height: 300px;
}

/*幅調整*/
td-userlist, th-userlist {
	table-layout: fixed;
}

#UserID {
	width: 100px;
}

#kengen {
	width: 50px;
}

#kaisha {
	width: 666px;
}

#shimei {
	width: 200px;
}

.tr-userlist .td-userlist:last-child {
	border-right: 1px solid #84b2e0;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.tr-userlist {
	background: #fff;
}

.tr-userlist:nth-child(2n+1) {
	background: #f1f6fc;
}

.tr-userlist:last-child td-userlist {
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.tr-userlist:last-child td-userlist:first-child {
	border-radius: 0 0 0 5px;
}

.tr-userlist:last-child td-userlist:last-child {
	border-radius: 0 0 5px 0;
}

.tr-userlist:hover {
	background: #bbd4ee;
}

.overflow-hidden {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.button-back {
	position: relative;
	vertical-align: top;
	float: right;
	width: 180px;
	height: 36px;
	margin-right: 10px;
	margin-top: 0;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #84b2e0;
	border: 0;
	border-bottom: 2px solid #84b2e0;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #84b2e0;
	box-shadow: inset 0 -2px #84b2e0;
}

.button-back:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-back2 {
	position: relative;
	vertical-align: top;
	float: right;
	width: 180px;
	height: 36px;
	margin-right: 10px;
	margin-top: 0;
	padding: 0;
	font-size: 22px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #84b2e0;
	border: 0;
	border-bottom: 2px solid #84b2e0;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #84b2e0;
	box-shadow: inset 0 -2px #84b2e0;
}

.button-back2:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}


.user-info-list {
	width: 1000px;
	word-wrap: break-word;
}

.user-info-list dt {
	clear: both;
	float: left;
	text-align: left;
	padding-bottom: 6px;
	padding-top: 5px;
	padding-left: 50px;
	width: 200px;
}

.user-info-list dd {
	float: left;
	width: 680px;
	padding-bottom: 6px;
	padding-top: 5px;
	padding-left: 30px;
}

.kengenBox {
	margin: 10px 50px 0 50px;
	width: 880px;
	color: #222;
	position: relative;
	clear: both;
}

.table-userKengenlist { /*----- 権限表示テーブル　CSS定義----*/
	width: 880px;
	margin-top: 0;
	border-spacing: 0;
	font-size: 14px;
	white-space: nowrap;
	table-layout: fixed;
}

.th-userKengenlist {
	height: 20px;
	color: #fff;
	padding: 8px 15px;
	background: #258;
	background: -moz-linear-gradient(rgba(34, 85, 136, 0.7),
		rgba(34, 85, 136, 0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34, 85, 136, 0.7)),
		to(rgba(34, 85, 136, 0.9)));
	font-weight: bold;
	vertical-align: middle;
	border-left: 1px solid #258;
	border-top: 1px solid #258;
	border-bottom: 1px solid #258;
	line-height: 120%;
	text-align: center;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(34, 85, 136, 0.9);
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

.th-userKengenlist:first-child {
	border-radius: 5px 0 0 0;
}

.th-userKengenlist:last-child {
	border-radius: 0 5px 0 0;
	border-right: 1px solid #258;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px
		rgba(255, 255, 255, 0.3) inset;
}

.tr-userKengenlist .td-userKengenlist {
	height: 10px;
	padding: 8px 15px;
	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

/*スクロール用*/
thead.KengenHead, tbody.KengenBody {
	display: block;
}

tbody.KengenBody {
	width: 880px;
}

/*幅調整*/
td-userKengenlist, th-userKengenlist {
	table-layout: fixed;
}

#KengenName {
	width: 440px;
}

#kengenStatus {
	width: 440px;
}

.tr-userKengenlist .td-userKengenlist:last-child {
	border-right: 1px solid #84b2e0;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.tr-userKengenlist {
	background: #fff;
}

.tr-userKengenlist:nth-child(2n+1) {
	background: #f1f6fc;
}

.tr-userKengenlist:last-child td-userKengenlist {
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.tr-userKengenlist:last-child td-userKengenlist:first-child {
	border-radius: 0 0 0 5px;
}

.tr-userKengenlist:last-child td-userKengenlist:last-child {
	border-radius: 0 0 5px 0;
}

.tr-userKengenlist:hover {
	background: #bbd4ee;
}

.button-blueblue-kengenOP {
	position: relative;
	vertical-align: top;
	float: left;
	width: 150px;
	height: 36px;
	margin-right: 10px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #0099FF;
	border: 0;
	border-bottom: 2px solid #0099FF;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #0099FF;
	box-shadow: inset 0 -2px #0099FF;
}

.button-blueblue-kengenOP:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-red-kengenCL {
	position: relative;
	float: left;
	margin-right: 10px;
	vertical-align: top;
	width: 150px;
	height: 36px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #f0776c;
	border: 0;
	border-bottom: 2px solid #f0776c;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #f0776c;
	box-shadow: inset 0 -2px #f0776c;
}

.button-red-kengenCL:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-blueblue-mitsumoriOP {
	position: relative;
	vertical-align: top;
	float: right;
	width: 150px;
	height: 36px;
	margin-top: 2px;
	margin-right: 10px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #7ACBFF;
	border: 0;
	border-bottom: 2px solid #0099FF;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #0099FF;
	box-shadow: inset 0 -2px #0099FF;
}

.button-blueblue-mitsumoriOP:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-red-mitsumoriCL {
	position: relative;
	float: right;
	margin-top: 2px;
	margin-right: 10px;
	vertical-align: top;
	width: 150px;
	height: 36px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #f0776c;
	border: 0;
	border-bottom: 2px solid #f0776c;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #f0776c;
	box-shadow: inset 0 -2px #f0776c;
}

.button-red-mitsumoriCL:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-passwordC {
	position: relative;
	vertical-align: top;
	float: right;
	width: 250px;
	height: 36px;
	margin: 0 200px 0 0;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: limegreen;
	border: 0;
	border-bottom: 2px solid limegreen;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px limegreen;
	box-shadow: inset 0 -2px limegreen;
}

.button-passwordC:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-Henko {
	position: relative;
	float: left;
	margin: 0 50px 0 50px;
	vertical-align: top;
	width: 150px;
	height: 36px;
	padding: 0;
	font-size: 26px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #FF8C00;
	border: 0;
	border-bottom: 2px solid #FF8C00;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #FF8C00;
	box-shadow: inset 0 -2px #FF8C00;
}

.button-Henko:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*--------------- お知らせメンテナンス ---------------*/
.news-input-list {
	width: 100%;
}

.news-input-list dt {
	clear: both;
	float: left;
	text-align: left;
	margin-top: -1px;
	padding: 16px 0 16px 15px;
	width: 15%;
	height: 25px;
	border: 1px solid #aaa;
	background-color: #dcdcdc
}

.news-input-list dd {
	float: left;
	width: 80%;
	height: 37px;
	margin-top: -1px;
	padding: 10px 0 10px 8px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 10px 0 10px 8px;
}

.NewsKanriId-input { /*-----管理ID入力フィールド CSS定義----*/
	width: 200px;
	height: 40px;
	padding: 0 15px 2px;
	font-size: 17px;
	background: #E0E0E0;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
}

.NewsKanriId-input:focus {
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

.KeisaiKikan-input { /*-----掲載期間入力フィールド CSS定義----*/
	width: 200px;
	height: 40px;
	padding: 0 15px 2px;
	font-size: 17px;
	background: white;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
}

.KeisaiKikan-input:focus {
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

.ShaNaiGai-Select { /*-----社内外入力フィールド CSS定義----*/
	width: 200px;
	height: 40px;
	padding: 0 15px 2px;
	font-size: 17px;
	background: white;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
}

.ShaNaiGai-Select:focus {
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

.NewsTitle-input { /*-----Newsタイトル入力フィールド CSS定義----*/
	width: 500px;
	height: 40px;
	padding: 0 15px 2px;
	font-size: 17px;
	background: white;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
}

.NewsTitle-input:focus {
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

.news-input-list-biko { /*-----News備考入力フィールド CSS定義----*/
	width: 100%;
}

.news-input-list-biko dt {
	clear: both;
	float: left;
	text-align: left;
	margin-top: -1px;
	padding: 16px 0 16px 15px;
	width: 15%;
	height: 138px;
	border: 1px solid #aaa;
	background-color: #dcdcdc
}

.news-input-list-biko dd {
	float: left;
	width: 80%;
	height: 150px;
	margin-top: -1px;
	padding: 10px 0 10px 8px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 10px 0 10px 8px;
}

/*-備考用-*/
.News-biko-input {
	width: 750px;
	height: 120px;
	margin: 5px 5px;
	padding: 0 15px 2px;
	font-size: 17px;
	background: white;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px #ebebeb;
	box-shadow: inset 0 -2px #ebebeb;
	padding: 0 15px 2px;
}

.News-biko-input:focus {
	border-color: #62c2e4;
	outline: none;
	-webkit-box-shadow: inset 0 -2px #62c2e4;
	box-shadow: inset 0 -2px #62c2e4;
}

.table-NewsM-list { /*----- おしらせメンテナンス結果一覧表示テーブル　CSS定義----*/
	width: 100%; margin：0;
	border-spacing: 0;
	font-size: 14px;
	white-space: nowrap;
	table-layout: fixed;

}

.th-NewsM-list {
	height: 20px;
	color: #fff;
	padding: 8px 0px;
	background: #258;
	background: -moz-linear-gradient(rgba(34, 85, 136, 0.7),
		rgba(34, 85, 136, 0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34, 85, 136, 0.7)),
		to(rgba(34, 85, 136, 0.9)));
	font-weight: bold;
	vertical-align: middle;
	border-left: 1px solid #258;
	border-top: 1px solid #258;
	border-bottom: 1px solid #258;
	line-height: 120%;
	text-align: center;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(34, 85, 136, 0.9);
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

.th-NewsM-list:first-child {
	border-radius: 5px 0 0 0;
}

.th-NewsM-list:last-child {
	border-radius: 0 5px 0 0;
	border-right: 1px solid #258;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px
		rgba(255, 255, 255, 0.3) inset;
}

.tr-NewsM-list .td-NewsM-list {
	height: 10px;
	padding: 8px 0px;
	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

/*スクロール用*/
thead.News-scrollHead, tbody.News-scrollBody {
	display: block;
}

thead.News-scrollHead {
	width: 1000px;
}

tbody.News-scrollBody {
	overflow-y: scroll;
	width: 1016px;
	height: 300px;
}

/*幅調整*/
td-NewsM-list, th-NewsM-list {
	table-layout: fixed;
}

#KanriFlg {
	width: 20px;
}

#KanriID {
	width: 100px;
}

#KeisaiKikan {
	width: 300px;
}

#Kbn {
	width: 100px;
}

#title {
	width: 480px;
}

.tr-NewsM-list .td-NewsM-list:last-child {
	border-right: 1px solid #84b2e0;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.tr-NewsM-list {
	background: #fff;
}

.tr-NewsM-list:nth-child(2n+1) {
	background: #f1f6fc;
}

.tr-NewsM-list:last-child td-NewsM-list {
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.tr-NewsM-list:last-child td-NewsM-list:first-child {
	border-radius: 0 0 0 5px;
}

.tr-NewsM-list:last-child td-NewsM-list:last-child {
	border-radius: 0 0 5px 0;
}

.tr-NewsM-list:hover {
	background: #bbd4ee;
}

.button-bf2 {
	position: relative;
	vertical-align: top;
	width: 250px;
	height: 54px;
	padding: 0;
	font-size: 24px;
	margin-right: -20px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #84b2e0;
	border: 0;
	border-bottom: 2px solid #84b2e0;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #84b2e0;
	box-shadow: inset 0 -2px #84b2e0;
}

.button-bf:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-link {
	color: #00f;
	text-decoration: underline;
}

.button-link:hover {
	transition: color .5s;
	cursor: pointer;
	color: #f00;
}

.float_right{
	float:right;
}

.float_left{
	float:left;
}
.frame {
  overflow:hidden;
  overflow-x:hidden;
  overflow-y:hidden;
  height:100%;
  width:100%;
  position:relative;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
}

.button-MailTest {
	position: relative;
	vertical-align: top;
	float: right;
	width: 150px;
	height: 30px;
	margin-right: 10px;
	margin-top: 0;
	padding: 0;
	font-size: 20px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #84b2e0;
	border: 0;
	border-bottom: 2px solid #84b2e0;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #84b2e0;
	box-shadow: inset 0 -2px #84b2e0;
}

.button-MailTest:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*---- h3-n2 ----*/
.h3-n2 {
	margin: -10px auto 0 auto;
	font-size: 22px;
}

.button-NewsToroku {
	position: relative;
	vertical-align: top;
	float: left;
	width: 200px;
	height: 36px;
	margin-right: 10px;
	margin-top: 0;
	padding: 0;
	font-size: 22px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #84b2e0;
	border: 0;
	border-bottom: 2px solid #84b2e0;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #84b2e0;
	box-shadow: inset 0 -2px #84b2e0;
}

.button-NewsToroku:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}








/*--------------- レスポンシブル対応 ---------------*/
@media screen and (max-width: 1280px) {
	/*--- 表示領域が768px以下の場合に適用するスタイル ---*/
	div.mainBox {
		margin: auto 130px;
	}
	div.mainBox-chat {
		margin: auto 130px;
	}
	div.mainBox-color-y {
		margin: auto 130px;
	}
}