@charset "UTF-8";

/* ========BASIC======== */
html {
	overflow-y: scroll;
}

body {
	margin: 0 auto;
	width: 90%;
	min-width: 992px;
	height: auto;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 1px;
	font-size: 12px;
	color: #333333;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", "Arial", "ＭＳ ゴシック", "MS Gothic", "Osaka",
		Verdana, Helvetica, sans-serif;
}

input,textarea,select {
	font-size: 12px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", "Arial", "ＭＳ ゴシック", "MS Gothic", "Osaka",
		Verdana, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}

br {
	letter-spacing: normal;
}

img {
	border: 0;
}

a {
	color: #507030;
	text-decoration: none;
}

a:hover {
	color: #608040;
	border-bottom: 1px solid #92C45B;
}

dl,ol,ul {
	margin: 0 0 1em 0;
	padding: 0;
}

li {
	margin: 0 0 0 40px;
	padding: 0;
}

/* ========TEMPLATE WIREFRAME======== */
#top {
	min-width:950px;
	height: auto;
	margin: 20px auto;
	padding: 0 20px;
	border: 1px solid #CECFCE;
	background: #ffffff;
}

#pageTop {
	width: 100%;
	clear: both;
	padding: 10px 0;
}

#header {
	width: 100%;
	position: relative;
}

#menu-main {
	float: left;
	width: 100%;
	margin: 0px 0;
	background: #663399;
}

#menu-sub {
	float: left;
	width: 100%;
	margin: 0px 0;
	background: #EEE8F3;
	padding: 10px 0px 0px 0px;
}

#pankuzu {
	background: #F9F7FB;
	clear: both;
	padding: 10px; /*本文の上下左右に10px隙間*/
}

#searchbox {
	background: #F9F7FB;
	clear: both;
	padding: 0 10px;
}

#limitter {
	background: #F9F7FB;
	clear: both;
	padding: 10px; /*本文の上下左右に10px隙間*/
}

#pager {
	background: #DCDCDC;
	clear: both;
	padding: 10px; /*本文の上下左右に10px隙間*/
	TEXT-ALIGN: center;
	DISPLAY: block;
	COLOR: #808080;
}

#error_message {
	background: #F9F7FB;
	clear: both;
	padding: 10px; /*本文の上下左右に10px隙間*/
	color: #dd2222;
}

#normal_message {
	background: #F9F7FB;
	clear: both;
	padding: 10px; /*本文の上下左右に10px隙間*/
	color: #000099;
}

#contents {
	background: #F9F7FB;
	clear: both;
	padding: 10px; /*本文の上下左右に10px隙間*/
}

#agreement {
	background: #F9F7FB;
	clear: both;
	padding: 10px; /*本文の上下左右に10px隙間*/
}

.w_content_container{
   background:#F9F7FB;
}

.agreement{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#admin_btn {
	padding: 10px;
	background: #F9F7FB;
}

#contents_head {
	padding-left: 10px;
	background: #F9F7FB;
}

#contents_foot {
	padding: 10px;
	background: #F9F7FB;
}

#pageTop {
	width: 100%;
	min-width 1040px;
	height: auto;
	clear: both;
	background: #F9F7FB;
}

#footer {
	width: 100%;
	clear: both;
	padding: 0;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
	padding: 10px 0;
	font-weight: bold;
	font-size: 28px;
}

#header h1 a {
	display:block;
	width: 152px;
	height: 66px;
	color: #333333;
/* 	2017/06/22 update start ロゴ画像変更 */
/* 	background-image: url(logo_s2.jpg); */
	background-image: url(logo_s3.png);
/* 	2017/06/22 update end ロゴ画像変更 */
	text-decoration: none;
	border: none;
}

#header p {
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #CECFCE;
}

#header table.info {
	width: 100%
	height: auto;
	padding: 0px;
}

#header table.info tr {
	height:16px;
/*	line-height : 0px;*/
}

#header td {
	text-align: left;
	word-break: break-all;
}

#header td.hlogo {
	width: 160px;
}

#header td.hlabel {
	width: 82px;
	text-align: right;
}

#header td.hvalue {
	width: 320px;
}

#header td.hlogout {
	width: 100px;
	font-weight: bold;
}

#header td.hmsg p {
	font-size: 8pt;
	font-weight: normal;
	color: blue;
	border: none;
	padding: 0 0 0 10px;
	line-height: 1.2;
}

#header td select.selectRecource {
	width: 320px;
	white-space: nowrap;
}

div.header {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 95px;
/* 	2017/06/22 update start ロゴ画像変更 */
/* 	background-image: url(logo_l2.jpg); */
	background-image: url(logo_l3.png);
/* 	2017/06/22 update end ロゴ画像変更 */
}

/* ========MENU CUSTOMIZE======== */
#menu-main ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-main li {
	float: left;
	margin: 0;
	padding: 0;
}

#menu-main li a {
	display: block;
	padding: 8px 10px;
	color: #ffffff;
}

#menu-main li a:hover {
	color: #ffffff;
	background-color: #d6cee5;
	border: none;
}

#menu-main .on {
	background-color: #d6cee5;
	color: #ffffff;
}

#menu-sub ul {
	list-style: none;
	margin: 0;
	padding:0;
}

#menu-sub li {
	float: left;
	margin: 0;
	padding: 0;
}

#menu-sub li a {
	display: block;
	padding: 8px 20px;
	color: #663399;
	line-height: 2.0;
}

#menu-sub li a:hover {
	color: #663399;
	background: #ddccff;
	border: none;
}

#menu-sub .on {
	background-color: #ddccff;
	color: #663399;
}

#top .jqueryslidemenu{
	min-width: 948px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	height: auto;
}

.jqueryslidemenu ul li {
	margin: 0;
	padding: 0;
}

.jqueryslidemenu ul li a{
   font-size: 12px;
   padding: 10px 0px;
   width: 140px;
   padding: 0px 0px 10px 5px;
   height: 25px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", "Arial", "ＭＳ ゴシック", "MS Gothic", "Osaka",
		Verdana, Helvetica, sans-serif;
}

.jqueryslidemenu ul li ul li a{
   font-size: 12px;
   width:  175px;
   height: 16px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", "Arial", "ＭＳ ゴシック", "MS Gothic", "Osaka",
		Verdana, Helvetica, sans-serif;
}

ul.feedbackPanel{
	border: solid medium #BBCCDD;
	border-radius: 20px;
	padding: 10px; /*本文の上下左右に10px隙間*/
	background-color: white;
	list-style: none;
}

/* ======== ERROR MESSAGE =========== */
#error_message p {
	font-weight: bold;
}

li.feedbackPanelERROR{
	color: #dd2222;
}

span.feedbackPanelERROR {
	font-weight: bold;
}

/* ======== NORMAL MESSAGE ========== */
#normal_message p {
	font-weight: bold;
}

li.feedbackPanelINFO{
	color: #000099;
}

span.feedbackPanelINFO {
	font-weight: bold;
}

span.requiredMsg{
	color: red;
}

span.inAtt{
	color: black;
	white-space: nowrap;
}

span.agreeAtt{
	color: red;
}

span.agreeAtt2{
	color: black;
}

/* ========CONTENTS CUSTOMIZE======== */
#contents h2 {
	margin-bottom: 10px;
	padding: 10px 0;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 2px solid #dddddd;
}

#contents h3 {
	margin-bottom: 2px;
	padding: 2px 0 2px 10px;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.2;
	border-left: 5px solid #333333;
}

#contents h4 {
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 2px solid #666666;
}

#contents h5 {
	margin-bottom: 2px;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 13px;
	background: #ececec;
}

#contents h6 {
	font-weight: bold;
	font-size: 13px;
}

#contents dl {
	margin: 0;
	padding: 0;
}

#contents dt {
	text-decoration: underline;
}

#contents dd {
	margin: 0 0 1em 1em;
}

#contents table,.w_content_container table {
	width: 100%;
	border-collapse: collapse;
}

#contents table th,.w_content_container table th {
	padding: 5px;
	font-size: 12px;
	text-align: left;
	border: 1px solid #dddddd;
	background: #aa7fff;/*リストのトップ*/
}

html:not(:target) #fakeContainer div.scrollBody{
	max-height: 400px;
}

#fakeContainer div.scrollBody{
	height: 400px;
}

#fakeContainer div.scrollBody select{
	color: black;
}
#fakeContainer div.scrollBody td{
	word-break :break-all;
	word-wrap: break-word;
}
#fakeContainer div#grid.scrollTable span.req_on,
#requestMessage span.req_on {
	display:inline-block;
	background: url(req_on.png) no-repeat;
	width: 1.5em;
	height: 1.5em;
	margin: 0.5em
}
#requestMessage span.req_on {
	margin: 0 0.5em;
}
#requestMessage {
	color: #FF6600;
	font-weight: bold;
}

span.msg_haishin {
	display:inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #FF6600;
	margin: 2px;
}

span.msg_haishin span {
	display:inline-block;
	background: url(msg_haishin.png) no-repeat;
	width: 24px;
	height: 24px;
	margin: 1px;
}

.centerContent {
	width: 930px;
	margin: 0 auto;
}

#contents table.list th {
	background-position: right;
	background-repeat: no-repeat;
}

#contents table.form th {

}

#contents table th.wicket_orderUp {
	background-color: #AA7FFF;
	background-image: url(arrow_up.png);
}

#contents table th.wicket_orderDown {
	background-color: #AA7FFF;
	background-image: url(arrow_down.png);
}

#contents table tr {
	font-size: 12px;
	text-align: left;
}

#contents table.list tr {
	padding: 5px;
	border: 1px solid #dddddd;
}

table.form tr {
	padding: 10px;
	border: 0px solid #dddddd;
	border-bottom: 1px dotted #eee5ff;/*詳細情報などの線の色*/
}

#contents table td {
	font-size: 12px;
	word-wrap: break-word;
	word-break:break-all;
}

#contents table.list td {
	padding: 5px;
	border: 1px solid #dddddd;
	text-align: left;
}

#contents table.list td.paddingNone {
	padding: 1px;
}

table.form td {
	padding: 10px;
	border: 0px solid #dddddd;
	text-align: center;
}

#contents table.list tr.odd {
   background-color: #ffffff; /* リスト白 */
}
#contents table.list tr.even {
   background-color: #f6e5ff; /* リスト色あり部分 */
}
#contents table.list tr.select {
   background-color: #aaffcc; /*リスト選択時*/
}
#contents table.list tr.invalidRows {
	background-color: #cccccc;
}

select.changed{
	border: ridge red;
}

table.form td.name {
	text-align: right;
	width: 30%;
	vertical-align: top;
}

table.form td.name2 {
	text-align: right;
	width: 180px;
	vertical-align: top;
}

div.name2 table.form td.name {
	width: 180px;
}

div.mini table.form td.name {
	width: 166px;
	padding-left: 108px;
}

table.form td.input {
	text-align: left;
	vertical-align: central;
}

table.form td input.defaultWidth {
	width: 324px;
}

#contents table.scopeForm {
	margin: 0 auto;
	width: auto;
}

#contents table.scopeForm tr {
	border: none;
	padding: 0;
}

#contents table.scopeForm td,th {
	text-align:left;
	padding-top: 0;
	padding-bottom: 0;
}

/* Pankuzu */
#pankuzu table {
	width: 100%;
	BORDER: 0;
	BACKGROUND-COLOR: #FFFFFF;
}

#pankuzu table td {
	padding: 5px;
	font-size: 12px;
	border: 0px;
}

#pankuzu table tr {
	padding: 5px;
	font-size: 12px;
	text-align: left;
	border: 0px;
}

/* SearchBox */

/* Pager */
#pager table {
	width: 100%;
	BORDER: 1px #ddeeff dotted;
	BACKGROUND-COLOR: #DCDCDC;/*ページャー部分の淡い色*/
}

#pager table tr {
	padding: 5px;
	font-size: 12px;
	border: 0px;
}

#pager table td {
	padding: 5px;
	font-size: 12px;
	border: 0px;
}

.pager {
	background: #F9F7FB;
	clear: both;
	padding: 10px 0; /*本文の上下に10px隙間*/
	text-align: center;
	COLOR: #808080;
}

.pager table {
	width: 100%;
	BORDER: 1px #ddeeff dotted;
	BACKGROUND-COLOR: #DDEEFF;
}

.pager table tr {
	padding: 5px;
	font-size: 12px;
	border: 0px;
}

.pager table td {
	padding: 5px;
	font-size: 12px;
	border: 0px;
}


.navigation {
	width: 100%;
	BORDER: 1px #ddeeff dotted;
	BACKGROUND-COLOR: #DCDCDC;
}

.navigatorLabel .statusUpBtn {
	position: absolute;
	right: 25px;
	width: 60px;
	text-align: center;
	color: #ffffff;
	text-shadow: -1px -1px 0px rgba(30,30,30, 0.5);
	background: #117ED2 ;
	border-color: #ffffff;
	border-radius: 5px;
}

#demoTableA .navigatorLabel {
	position: relative;
	width: calc(100% - 150px);
	z-index: 10;
}

#demoTableA .navigator .goto, #demoTableA .navigator a.first, #demoTableA .navigator a.prev, #demoTableA .navigator a.next, #demoTableA .navigator a.last {
	position: relative;
	z-index: 20;
}

/* Agreement */
#agreement table {
	clear:both;
	width: 100%;
	BORDER: 0;
	BACKGROUND-COLOR: #F9F7FB;
}

#agreement table th {
	padding: 5px;
	font-size: 12px;
	text-align: left;
	border: 1px solid #eeeeee;
	background: #66ccff;
}

#agreement table td {
	padding: 5px;
	font-size: 12px;
	border: 0px;
}

#agreement table tr {
	padding: 5px;
	font-size: 12px;
	text-align: left;
	border: 0px;
}

/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
	width: 100%;
	height: auto;
	padding: 0 0 10px;
	text-align: right;
}

#pageTop a {
	padding: 0 0 0 12px;
	background: url(../images/bg_pagetop.gif) 0 60% no-repeat;
}
/* ========WIDTH CLASS======== */
.w5 {
	width: 5px;
}

.w10 {
	width: 10px;
}
.w20 {
	width: 20px;
}
.w30 {
	width: 30px;
}
.w40 {
	width: 40px;
}
.w50 {
	width: 50px;
}
.w60 {
	width: 60px;
}
.w70 {
	width: 70px;
}
.w80 {
	width: 80px;
}
.w90 {
	width: 90px;
}
.w100 {
	width: 100px;
}
.w110 {
	width: 110px;
}
.w120 {
	width: 120px;
}
.w130 {
	width: 130px;
}
.w140 {
	width: 140px;
}
.w150 {
	width: 150px;
}
.w160 {
	width: 160px;
}
.w170 {
	width: 170px;
}
.w180 {
	width: 180px;
}
.w185 {
	width: 185px;
}
.w190 {
	width: 190px;
}
.w200 {
	width: 200px;
}
.w210 {
	width: 210px;
}
.w220 {
	width: 220px;
}
.w230 {
	width: 230px;
}
.w240 {
	width: 240px;
}
.w250 {
	width: 250px;
}
.w260 {
	width: 260px;
}
.w270 {
	width: 270px;
}
.w280 {
	width: 280px;
}
.w290 {
	width: 290px;
}
.w300 {
	width: 300px;
}
.w840 {
	width: 840px;
}
/*=========Align ================= */
.alignLeft{
	text-align: left !important;
}
.alignCenter{
	text-align: center !important;
}
.alignRight{
	text-align: right !important;
}

/*=========Other ================= */
.colorRed{
	color: red;
}
.ui-widget {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", "Arial", "ＭＳ ゴシック", "MS Gothic", "Osaka",
		Verdana, Helvetica, sans-serif;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
	text-align: center;
	font-size: 11px;
	font-style: normal;
	padding: 10px 0;
	border-top: 1px solid #CECFCE;
}

#top #contents #admin_btn {
	text-align: center;
}

#top #contents #select {
	text-align: right;
}

#top #contents #tp_table {
	text-align: center;
}

/* ========DOC ADD ======== */
div #emailboxid {
	float:left;
	position: relative;
	left: 220px;
}

div #centerbox {
	margin: 0 auto;
	width: 85%;
}

div #emaildocid {
	float:left;
	position: relative;
	width: 235px;
	height: 140px;
	top: 10px;
	left: 235px;
}

div #emaildocid-h {
	float:left;
	left: 220px;
	position: relative;
	font-style: normal;
}

#emaildocid-h a {
	color: blue;
	text-decoration:underline;
}

#emaildocid-h a:hover {
	color: green;
}

#emaildocid-h a:visited {
	color: blue;
}

div #emaildocid-ho {
	float:left;
	left: 290px;
	position: relative;
	font-style: normal;
}

#emaildocid-ho a {
	color: blue;
	text-decoration:underline;
}

#emaildocid-ho a:hover {
	color: green;
}

#emaildocid-ho a:visited {
	color: blue;
}

div #emaildocid-ha {
	float:left;
	left: 195px;
	position: relative;
	font-style: normal;
}

#emaildocid-ha a {
	color: blue;
	text-decoration:underline;
}

#emaildocid-ha a:hover {
	color: green;
}

#emaildocid-ha a:visited {
	color: blue;
}

div #adminEmailboxid {
	white-space: nowrap;
	float:left;
	position: relative;
	left: 80px;
}

div #adminRevEmaildocid {
	float:left;
	position: relative;
	width: 200px;
	height: 130px;
	top: 0px;
	left: 170px;
	background-color: white;
	border:red solid 1px;
}

div #adminEmaildocid {
	float:left;
	position: relative;
	width: 200px;
	height: 130px;
	top: 100px;
	left: 170px;
	background-color: white;
	border:red solid 1px;
}

div #adminEmaildocidForSend {
	float: right;
	position: relative;
	width: 130px;
	height: 170px;
	top: 43ex;
	left: -50px;
}


div #adminEmaildocForSendRev {
/*	float:left;
	position: relative;
	width: 165px;
	height: 80px;
	top: 15px;
	left: 240px;
*/
	text-align: center;
	color: black;

}

div #sendRevEmailboxid {
	white-space: nowrap;
/*	float:left;
	position: relative;
	left: 220px;
*/
	margin: 0 auto;
}

div #revAdminEmailboxid {
	white-space: nowrap;
	float:left;
	position: relative;
	left: 100px;
}


div #revAdminEmaildocid {
	float:left;
	position: relative;
	width: 200px;
	height: 130px;
	top: 80px;
	left: 90px;
}

table.forminv tr {
	padding: 10px;
	border: 0px;
	border-bottom: 0px dotted #eee5ff;
}

table.forminv td {
	padding: 10px;
	border: 0px solid #dddddd;
	text-align: center;
}

table.forminv td.name {
	text-align: right;
	width: 30%;
	vertical-align: top
}

table.forminv td.input {
	text-align: left;
	vertical-align: central
}

#search_keyword {
	width: 180px;
}

.wordbreak_all {
	word-break: break-all;
}
.selectTpRequest {
	width: 190px;
}
.selectTpRequest.tpReqChoice {
	width: 240px;
}
.vaTop {
	vertical-align: top;
}
.vaMid {
	vertical-align: middle;
}
.vaBot {
	vertical-align: bottom;
}
.agreementName {
	width: 150px;
}
.agreement {
	width: 720px;
	margin-bottom: 10px;
}
.readOnlyStyle {
	background-color: #dcdcdc;
	border: 1px solid #c0c0c0;
	padding: 2px 2px 1px 2px;
}
table.form tr.styleNone {
	border: none;
}
table.form tr.styleNone td {
	padding-bottom: 0;
}
table.form tr.styleNone td .left {
	width: 730px;
	margin: 0 auto;
	text-align: left;
}
table.form.agree td.name {
	width: 259px;
}

/* ======== GRID ======== */

/* #contents table */
#contents div.g_Base {
	width: 100%;
	border-collapse: collapse;
}

/* #contents table th */
#contents div.g_Base div.g_Head > div > div > div {
	font-size: 12px;
	text-align: left;
	border: 1px solid #dddddd;

	background: #aa7fff;/*リストのトップ*/
}
#contents div.g_Base div.g_Head > div > div > div a {
	color: #333333; /* th 内のリンクは普通の文字色に */
}

#contents div.g_Base div.g_Head > div > div .wicket_orderUp:after {
	content: url(arrow_up.png);
	display: inline;
}
#contents div.g_Base div.g_Head > div > div .wicket_orderDown:after {
	content: url(arrow_down.png);
	display: inline;
}

/* #contents table tr, td */
#contents div.g_Base > div.g_Body > div.g_BodyStatic > div > div,
#contents div.g_Base > div.g_Body > div.g_BodyFixed  > div > div > div {
	font-size: 12px;
	text-align: left;
	border: 1px solid #dddddd;
}

/* #contents table.list tr.odd */
#contents div.g_Base > div.g_Body > div.g_BodyStatic > div > div:nth-child(2n+1),
#contents div.g_Base > div.g_Body > div.g_BodyFixed  > div > div > div:nth-child(2n+1) {
   background-color: #ffffff; /* リスト白 */
}

/* #contents table.list tr.even */
#contents div.g_Base > div.g_Body > div.g_BodyStatic > div > div:nth-child(2n+0),
#contents div.g_Base > div.g_Body > div.g_BodyFixed  > div > div > div:nth-child(2n+0) {
   background-color: #f6e5ff; /* リスト色あり部分 */
}

/* #contents table.list tr.select */
#contents div.g_Base > div.g_Body > div.g_BodyStatic > div > div.select,
#contents div.g_Base > div.g_Body > div.g_BodyFixed  > div > div > div.select {
   background-color: #aaffcc; /*リスト選択時*/
}

/* GridTable */
div#demoTableA div#grid > table#gridTable {
	display: none; /* grid変換前 一瞬表示される崩れたTable対策 */
}
table#gridTable.list th a {
	color: #333333;
}
div.g_HeadFixed div.g_Cl.g_Cl2.g_FCl div.g_C.g_HR.g_R0 span {
	display: inline-block;
	background: url(haishin.png) no-repeat;
	margin-top: 2px;
	height:27px;
	width: 27px;
}
div.g_HeadFixed div.g_Cl.g_Cl2.g_FCl div.g_C.g_HR.g_R0 span:hover {
	background: url(haishin_h.png) no-repeat;
}
div.g_HeadFixed div.g_Cl.g_Cl2.g_FCl div.g_C.g_HR.g_R0 a:hover {
	border: none;
}
 /* footer */
#contents div.g_Base div.g_Foot {
	display: none;
}

/* ===== MENU ===== */

.ui-widget-content > ul > li > .ui-state-default,
.ui-widget-content > ul > li > .ui-state-highlight,
.ui-widget-content > ul > li > .ui-state-active {
	border: none;
	border-left: 1px solid #bc80ef;
	height: 35px;
	line-height: 35px;
	text-align: center;
	padding: 0;
}
.ui-widget-content > ul > li:first-child > a{
	border: none;
}
.ui-widget-content > ul > li:last-child > a{
	border-right: 1px solid #bc80ef;
}
.jqueryslidemenu ul li ul.ui-widget li a {
	width: 170px;
	border-top: none;
}
.jqueryslidemenu ul li ul.ui-widget li:first-child a {
	border-top: 1px solid #bc80ef;
}
.ui-widget-content  > ul > li > a > .ui-icon-triangle-1-s {
	position: relative;
	top: 8px;
}

div.w_content_1 {
	cursor: default !important;
}


/* ==== MESSAGE ==== */
div#message {
	width: 85%;
	min-width: 840px;
	height: 540px;
	border: solid 1px #CECFCE;
	background-color: white;
	overflow: auto;
}
div#message table {
	width: 95%;
	min-width: 800px;
	margin: 10px;
}
div#message table th {
	background-color: #f6e5ff;
	border: none;
	text-align: right;
}
div#message table th:first-child {
	border-left: solid 10px #aa7fff;
	text-align: left;
}
div#message table td {
	width: 100%;
	padding:10px 0;
}

.red {
	color: red;
}
.blue {
	color: blue;
}
.green {
	color: green;
}
.bold {
	font-weight: bold;
}
.large {
	font-size: large;
}
.x-large {
	font-size: x-large;
}

/* ======== SCROLL LIST TABLE =========== */

#contents div#scrollListTable thead,
#contents div#scrollListTable tbody,
#contents div#scrollListTable tfoot,
#contents div#scrollListTable tr,
#contents div#scrollListTable th,
#contents div#scrollListTable td {
	/* テーブル全体をFlexboxにする */
	display: flex;
}

#contents div#scrollListTable table  {
	word-break: break-all;
	width:100%;
	background-color:#ffffff;
}
#contents div#scrollListTable table thead {
	flex-direction: row;
	flex-wrap: wrap;
	width: calc(100% - 17px); /* スクロールバー分引く */
}
#contents div#scrollListTable table th,
#contents div#scrollListTable table td {
	margin: -1px -1px -1px 0;
	min-height: 1.8em;
}
#contents div#scrollListTable table th:first-child,
#contents div#scrollListTable table td:first-child {
	margin-left: -1px;
}
#contents div#scrollListTable table .alignCenter {
	justify-content: center;
}
#contents div#scrollListTable table td {
	align-items: center;
}
#contents div#scrollListTable table tbody {
	height:500px;
	width:100%;
	overflow-y:scroll;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
}
#contents div#scrollListTable tr {
	padding: 0;
	width : 100%;
	margin-top: -1px;
}
#contents div#scrollListTable .flexible {
	flex: 1;
}
#contents div#scrollListTable table tfoot {
	overflow-y:scroll;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 5px;
}
#contents div#scrollListTable table tfoot tr,
#contents div#scrollListTable table tfoot td {
	border: none;
}

#contents table.reference {
	color: #696969;
}

#contents table.reference th {
	background-color: #dce6f1;
	border: 1px solid #dddddd;
	font-weight: normal;
}

#contents table.reference td {
	border: 1px solid #dddddd;
	padding: 5px;
}