.menu_panel_container_row {
	letter-spacing: -1em;
	margin-top: 10px;
}
.menu_panel_container_cell {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
.menu_panel_container_cell:not(:first-child) {
	margin-left: 10px;
}
.menu_panel {
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	border-radius: 7px;
        margin-bottom: 10px;
}
.menu_panel_green {
	border-color: #82ae46;
}
.menu_panel_pink {
	border-color: #ee827c;
}
.menu_panel_orange {
	border-color: #f08300;
}
.menu_panel_purple {
	border-color: #884898;
}
.menu_panel_gray {
    height: 165px;
	border-color: #c0c6c9;
}
.menu_panel_gray2 {
        height: 175px;
	border-color: #c0c6c9;
}
.menu_panel_gray3 {
        height: 100px;
	border-color: #c0c6c9;
}
.menu_panel_gray4 {
        height: 165px;
	border-color: #c0c6c9;
}
.menu_panel_gray5{
        height: 200px;
	border-color: #c0c6c9;
}
.menu_panel_blue {
	border-color: #007bbb;
}

.menu_panel_dl {
	border-style: double;
	border-width: 3px;
	border-color: #808080;
	border-radius: 7px;
        background-color: #EAF5F5;/*#f2f8ff;*/
}
.menu_panel_faq {
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	border-radius: 7px;
        background-color: #f2f8ff;
}
.menu_panel_info {
	border-style: solid;
	border-width: 1px;
	border-color: #FFDB00;
	border-radius: 7px;
        background-color: #FFFFBB;
}

.menu_panel_title {
	/* lightsteelblue */
	/* background-color: #b0c4de; */

	/* excelで指定した色 */
	background-color: #B9CDE5;

	/* royalblue */
	/* color: #4169e1; */

	/* excelで指定した色 */
	color: #376092;

	font-size: 15pt;
	line-height: 2.5; /*heightで高さを指定したボックス内で垂直方向中心に文字列を持ってきたかったけどうまくいかないのでline-heightに逃げた*/

	/* menu_panelの丸みと合わせる。*/
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.menu_panel_title2 {/*　.menu_panel_title との違い → font-size,line-height */
	/* lightsteelblue */
	/* background-color: #b0c4de; */

	/* excelで指定した色 */
	background-color: #B9CDE5;

	/* royalblue */
	/* color: #4169e1; */

	/* excelで指定した色 */
	color: #376092;

	font-weight: bold;
	font-size: 12pt;
	line-height: 1.4; /*heightで高さを指定したボックス内で垂直方向中心に文字列を持ってきたかったけどうまくいかないのでline-heightに逃げた*/

	/* menu_panelの丸みと合わせる。*/
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.menu_panel_title_green {
	background-color: #c1d8ac;
        color: #007b43;
        text-align: center;
}
.menu_panel_title_pink {
	background-color: #f6bfbc;
        color: #c53d43;;
        text-align: center;
}
.menu_panel_title_orange {
	background-color: #f8b862;
        color: #ea5506;
        text-align: center;
}
.menu_panel_title_purple {
	background-color: #dbd0e6;
        color: #884898;
        text-align: center;
}
.menu_panel_title_gray {
	background-color: #a3a3a2;
        color: #ffffff;
        text-align: center;
}
.menu_panel_title_blue {
	background-color: #89c3eb;
        color: #ffffff;
        text-align: center;
}

.menu_panel_title img {
	vertical-align: middle;
	padding: 0px 0.25em;
}
.menu_panel_title2 img {
	vertical-align: middle;
	padding: 0px 0.25em;
}
.menu_panel_title3 img {
	background-color: #FFFF67;
        float: left;
        width: 64px;
        height: 64px;
        text-align: center;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
}

.menu_panel_title_map {
	/*background-image: url(../icon/machine.png);*/ /* urlはcssからの相対パス もしくはサーバーのドキュメントルートからの絶対パス */
	background-image: url(../img/menu_machine.png); /* urlはcssからの相対パス もしくはサーバーのドキュメントルートからの絶対パス */
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 40px; /*画像の分だけよけさせる 画面見ながら調整する */
}
.menu_panel_title_messagebord {
	/*background-image: url(../icon/infomation.png);*/ /* urlはcssからの相対パス もしくはサーバーのドキュメントルートからの絶対パス */
	background-image: url(../img/menu_infomation.png); /* urlはcssからの相対パス もしくはサーバーのドキュメントルートからの絶対パス */
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 40px; /*画像の分だけよけさせる 画面見ながら調整する */
}
.menu_panel_title_work {
	/*background-image: url(../icon/edit.png);*/ /* urlはcssからの相対パス もしくはサーバーのドキュメントルートからの絶対パス */
	background-image: url(../img/menu_edit.png); /* urlはcssからの相対パス もしくはサーバーのドキュメントルートからの絶対パス */
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 40px; /*画像の分だけよけさせる 画面見ながら調整する */
}
.menu_panel_title_setting {
	/*background-image: url(../icon/gear.png);*/ /* urlはcssからの相対パス もしくはサーバーのドキュメントルートからの絶対パス */
	background-image: url(../img/menu_gear.png); /* urlはcssからの相対パス もしくはサーバーのドキュメントルートからの絶対パス */
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 40px; /*画像の分だけよけさせる 画面見ながら調整する */
}

.menu_panel_title button,
.menu_panel_title2 button {
	position: absolute;
	right: 5px;
	top: 5px;

	margin: 0px;
	padding: 0px;
	line-height: 2.0;
}

/* hasは未サポート */
/*
.menu_panel_title:has(button) {
	position: relative;
}
*/
.menu_panel_contents {
	padding-left: 1em;
	padding-right: 1em;
}
.menu_panel_contents_infomation {
	margin-left: 15px;
        margin-top: 15px;
}
.menu_panel_contents_messageboard {
        padding: 0px 0px 7px 0px;
        height:20.00em;
        text-align: center;
}
.menu_panel_contents_messageboard2 {
        padding: 0px 0px 7px 0px;
        height:28.8em;
        text-align: center;
}
.menu_panel_contents_setting {
	padding-left: 0.7em;
	padding-right: 0.7em;
}

.menu_panel_item {
	/*margin: 2.0em 0px;*/ /*itemのボーダーをリストの区切り線として使うので、marginだと嬉しくない状態になる*/
	padding: 1.0em 0px;
        /*height: 130px;*/
}

.menu_panel_item2 {
	padding: 0.3em 0px;
}

.menu_panel_item_setting {
        height: 30px;
	padding: 0.8em 0px 0px 0px;
}
.menu_panel_item_setting:not(:last-child) {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-color: #939799;
}

.menu_panel_item_left {
        float:left;
        width: 147px;
        height: 20px;
	padding: 0.8em 0px 0.3em 0px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-color: #939799;
}
.menu_panel_item_left_last {
        float:left;
        width: 147px;
        height: 20px;
	padding: 0.8em 0px 0.3em 0px;
        border-bottom-style: none;
}

.menu_panel_item_right {
        display: block;
        width: 147px;
        height: 20px;
        margin-left: 155px;
	padding: 0.8em 0px 0.3em 0px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-color: #939799;
}
.menu_panel_item_right_last {
        display: block;
        width: 147px;
        height: 20px;
        margin-left: 155px;
	padding: 0.8em 0px 0.3em 0px;
        border-bottom-style: none;
}

.menu_panel_item_otpsetting {
    float: left;
    height: 20px;
    padding: 0.8em 0px 0.3em 0px;
    border-bottom-style: none;
}

/* .menu_panel_item_title の次に来る .menu_panel_item_titleの要素に対して反映される(隣接セレクタ) */
/*		.menu_panel_item+ .menu_panel_item {
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #000000;
}
*/
/*
.menu_panel_item:not(:last-child), .menu_panel_item2:not(:last-child) {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
*/
.menu_panel_item_green:not(:last-child),
.menu_panel_item_green2:not(:last-child),
.menu_panel_item_green3:not(:last-child),
.menu_panel_item_green5:not(:last-child){
        border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-color: #82ae46;
}
.menu_panel_item_green {
        height: 147px;
}
.menu_panel_item_green2 {
        height: 154px;
}
.menu_panel_item_green3 {
        height: 185px;
}
.menu_panel_item_green4 {
        height: 123px;
}
.menu_panel_item_green5 {
        
}
.menu_panel_item_pink:not(:last-child),
.menu_panel_item_pink2:not(:last-child),
.menu_panel_item_pink3:not(:last-child) {
        border-bottom-style: dotted;
	border-bottom-width: 1px;
        border-color: #ec6d71;
}
.menu_panel_item_pink {
        height: 95px;
	border-bottom-style: none;
}
.menu_panel_item_pink2 {
        height: 85px;
	border-bottom-style: none;
}
.menu_panel_item_pink3 {
        height: 91px;
	border-bottom-style: none;
}

.menu_panel_item_orange:not(:last-child), 
.menu_panel_item_orange2:not(:last-child), 
.menu_panel_item_orange3:not(:last-child) {
        border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-color: #f08300;
}
.menu_panel_item_orange {
        height: 88px;
	border-bottom-style: none;
}
.menu_panel_item_orange2 {
        height: 62.5px;/*height: 99px;*/
	border-bottom-style: none;
}
.menu_panel_item_orange3 {
        height: 91px;
	border-bottom-style: none;
}

.menu_panel_item_purple {
        height: 90px;
	border-bottom-style: none;
}
.menu_panel_item_gray {
        text-align: left;
        
	background-image: url(../img/menu_setting.png); /* urlはcssからの相対パス もしくはサーバーのドキュメントルートからの絶対パス */
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 21px; /*画像の分だけよけさせる 画像が21だったのでここも21にしている */
}

.menu_panel_item_title {
	font-weight: bold;
	font-size: larger;

	/* background-image: url(icon/tri.png); */
	/* background-image: url(../icon/tri.png); */ /* urlはcssからの相対パス もしくはサーバーのドキュメントルートからの絶対パス */
	background-image: url(../img/menu_tri.png); /* urlはcssからの相対パス もしくはサーバーのドキュメントルートからの絶対パス */

	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 21px; /*画像の分だけよけさせる 画像が21だったのでここも21にしている */
}

.menu_panel_item_title a {
	text-decoration: none; /* base.css上書き */
	color: #000000; /* base.css上書き */
}

.menu_panel_item_title .notice {
	color: #FF0000;
	padding-left: 1.0em;
}
.menu_panel_item_title .notice .status_post_link {
	color: #FF0000;
}

.menu_panel_item_title .notice .status_post_link:hover {
	text-decoration: underline;
}

.menu_panel_item_img {
        float: left;
        margin-left: 5px;
}

.menu_panel_item_img_margin20 {
        margin-left: 20px;
        margin-right: 20px;
}

.menu_panel_item_contents {
        float: left;
        width: 208px;
        margin-left: 15px;
}

.menu_panel_item_contents a {
	text-decoration: none; /* base.css上書き */
	color: #000000; /* base.css上書き */
}

.menu_panel_item_contents .notice {
	color: #c9171e;
	padding-left: 1.0em;
        font-weight: bold;
}
.menu_panel_item_contents .notice .status_post_link {
	color: #c9171e;
	text-decoration: underline;
}

.menu_panel_item_contents .notice .status_post_link:hover {
	text-decoration: underline;
}

.menu_panel_item_explain {
	margin-top:0.5em;
	padding-left: 2.5em;
}

.menu_panel_item_explain2 {
        font-size: 9pt;
}

.menu_panel_contents_dl {
	padding-left: 0.6em;
	padding-right: 0.5em;
}
.menu_panel_dl_title {
	font-size: 11pt;
        text-align: center;
	background-repeat: no-repeat;
	background-position: 0px 2px;        
        margin-bottom: 10px;
}
.menu_panel_dl_img {
        float: left;
        margin: 5px 2px 5px 5px;
}

.menu_text_item {
	/* font-weight: bold; */
	font-size: larger;

	/* background-image: url(icon/tri.png); */
	/* background-image: url(../icon/tri.png); */ /* urlはcssからの相対パス もしくはサーバーのドキュメントルートからの絶対パス */
	background-image: url(../img/menu_tri.png); /* urlはcssからの相対パス もしくはサーバーのドキュメントルートからの絶対パス */

	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 21px; /*画像の分だけよけさせる 画像が21だったのでここも21にしている */

	padding-top: 0.5em;
	padding-bottom: 0.5em;

	/*
	menu_panel_item_title から
		font-weight:bold;
	をけして
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	を追加したもの。
	頭にアイコンを背景画像として挿すという点は共通だが
	それ以外は別個に管理できたほうがいいと思い無理に合わせなかった
	*/
}
.menu_text_item a {
	text-decoration: none; /* base.css上書き */
	color: #000000; /* base.css上書き */
}

.menu_text_item .notice {
	color: #FF0000;
	padding-left: 1em;
}
.menu_text_item .notice .status_post_link {
	color: #FF0000;
}

.menu_text_item .notice .status_post_link:hover {
	text-decoration: underline;
}

.menu_text_item_sub {
	font-size: larger;
	background-image: url(../img/menu_tri_sub.png); /* urlはcssからの相対パス もしくはサーバーのドキュメントルートからの絶対パス */
	background-repeat: no-repeat;
	background-position: 0px center;
	margin-left: 2.5em;
	padding-left: 21px; /*画像の分だけよけさせる 画像が21だったのでここも21にしている */
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	width: 10em;
	float: left;
}

.menu_text_item_sub a {
	text-decoration: none; /* base.css上書き */
	color: #000000; /* base.css上書き */
}

.status_post_link_yellow {
        background-color: #FFFF67;
}

.span_subtitle {
	color: #666666;
	margin-left: 18.5em;
	padding-top: 0.4em;
}

.span_subtitle::after {
	content: ".";
     display: block;
     visibility: hidden;
     height: 0.1px;
     line-height: 0;
     clear: both;
}

/*****************************************************************************
 ヘルプデスクへ誘導するメッセージ
 *****************************************************************************/
.helpdesk-info {
    display:inline-block;
    color: #cc0000;
}
.helpdesk-url {
    display:inline-block;
    color: #cc0000;
    font-size: large;
    font-weight: bold;
    margin: 0 0.8rem 0 0.8rem;
}
.helpdesk{
    display:inline-block;
    border-left: 10px solid #cc0000;
    border-right: 1px solid #cc0000;
    border-top: 1px solid #cc0000;
    border-bottom: 1px solid #cc0000;
    border-radius: 3px;
    background-color: #fff8fa;
    width: 56.2rem;
    margin: 0 0.5rem 0 0;
    padding: 0.4rem 0.4rem 0.4rem 0.4rem;
    text-align: left;
    color: #cc0000;
}
.helpdesk a {
    text-decoration: underline;
    color: #cc0000;
}

.helpdesk .notice {
    color: #FF0000;
    padding-left: 1.0em;
}
.helpdesk .notice .status_post_link {
    color: #FF0000;
}

.helpdesk .notice .status_post_link:hover {
    text-decoration: underline;
}

a.menu_button{
    display: block;
    height: 40px;
    width: 210px;
    text-decoration: none;
    line-height: 37px;
    text-align: center;
    border-radius: 3px;   
    margin-bottom: 5px;    
    padding-top: 5px;
    font-size: 14pt;
}
a.menu_button:hover {
    text-decoration: underline;
}
a.menu_button:active{
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow:none;
}

a.menu_button_green{
    background: #82ae46;
    color: #fff;
    box-shadow: 1px 2px 4px #69821b;
}
a.menu_button_green:hover{
    background-color: #a8c97f;
    color: #007b43;
}

a.menu_button_pink{
    background: #ec6d71;
    color: #fff;
    box-shadow: 1px 2px 4px #b35f5f;
}
a.menu_button_pink:hover{
    background-color: #ee827c;
    color: #c53d43;
}

a.menu_button_orange{
    background: #f08300;
    color: #fff;
    box-shadow: 1px 2px 4px #cc7000;
}
a.menu_button_orange:hover{
    background-color: #f39800;
    color: #ea5506;
}

a.menu_button_purple{
    background: #884898;
    color: #fff;
    box-shadow: 1px 2px 4px #5b3066;
}
a.menu_button_purple:hover{
    background-color: #a59aca;
    color: #884898;
}

a.menu_button_blue{
    background: #007bbb;
    border-color: #007bbb;
    color: #fff;
    box-shadow: 1px 2px 4px #274a78;    
}
a.menu_button_blue:hover{
    background-color: #89c3eb;
    border-color: #89c3eb;
    color: #007bbb;
}

button.menu_button{
    display: block;
    height: 40px;
    width: 210px;
    text-decoration: none;
    line-height: 37px;
    text-align: center;
    border-radius: 3px;   
    margin-bottom: 5px;
    font-size: 12pt;
}
button.menu_button:hover {
    text-decoration: underline;
}
button.menu_button:active{
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow:none;
}

button.menu_button_blue{
    background: #007bbb;
    border-color: #007bbb;
    color: #fff;
    box-shadow: 1px 2px 4px #274a78;    
}
button.menu_button_blue:hover{
    background-color: #89c3eb;
    border-color: #89c3eb;
    color: #007bbb;
}

/*
帳票出力メニュー
*/
.menu_documant_msg {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin-bottom: 10px; 
    font-size: 12pt;
    /*
    border-style: solid;
    border-width: 1px;
    border-color: #808080;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    */
}
.menu_documant_msg_title {
    border-bottom-style: double;
    border-bottom-width: 3px;
    border-bottom-color: #007bbb;
    vertical-align: bottom;
    /* border-bottom-left-radius: 20px; */
    color: #007bbb;
}
.menu_documant_msg_text {
    vertical-align: bottom;
    margin-left: 15px;
    margin-top: 5px;
    font-size: 10pt;
}
.menu_documant_msg_title span{
    vertical-align: bottom;
    font-size: 14pt;
}
.menu_documant_box {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin-left: 10px;
}
.menu_documant_box_separator {
    width: 97%;
    font-size: 12pt;
    margin: 15px 0px 10px 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #007bbb;
    color: #007bbb;
    font-weight: bold;
}
.menu_documant_box_child {
    width: 200px;
    height: 320px;
    float: left;
    display: block;
    padding: 3px 12px 12px 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #808080;
    border-radius: 7px;
}
.menu_documant_box_child_img {
    width: 212px;
    height: 200px;
    margin-bottom: 5px;
    text-align: center;
}
.menu_documant_box_child_title {
    margin-bottom: 15px;
    margin-top: 5px;
    text-align: left;
    font-size: 14pt;
}
.menu_documant_box_child_title input {
  display: block;
  float: left;
  margin-top: 5px;
}
.menu_documant_box_child_title span {
  display: block;
  overflow: hidden; /* モダンブラウザ用 */
  padding-left: 10px;
  zoom: 1; /* IE6用 */
}
.menu_documant_box_child_read {
    font-size: 11pt;
}
.menu_documant_box_child_setting {
    text-align: left;
}
.menu_documant_box_child_setting legend {
    font-size: 12pt;
    margin: 3px 0px 4px 5px;
}
.menu_documant_check {
    transform: scale(1.3);
}

/*
動画マニュアル関連
*/
.menu_panel_center {
    display:block; 
    width: 320px;
    margin: 10px auto;
}

.menu_panel_item_movie {   
    font-size: 13pt;    
    vertical-align: middle;
}

.menu_panel_item_movie_img {        
    margin-left: 30px; 
    float: left;
}

.menu_panel_item_movie a { 
    padding-left: 20px;
}

/*
各種地点登録メニュー関連
*/
.pointreg_item {
	padding: 1em 0px;
}	
.pointreg_item_title {
	display: inline-block;
	width: 11em;
	font-size: larger;
}
.pointreg_item_title a {
	text-decoration: none;
	color: #000000;
}

.pointreg_item_explain {
	display: inline-block;
}