@charset "UTF-8";
/* CSS Document */

body {
  background:#f5f5f5;
}

body, input, textarea, button, legend {
	font-family:"メイリオ", Meiryo, Geneva, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*--------- id -----------*/

a {
cursor:pointer;
}

#wrapper {
	width:960px;
	min-height:100%;
	margin:0 auto;
	background: url(../images/redsquare_nitto_logo_10x50_bg.png) 0 0 repeat-x; /*background:#d5dce0 url(../images/header_bg.jpg) 0 0 repeat-x;*/
	font-size:1.4em;
	line-height:1.6;
	/*box-shadow: 0 1px 2px #bbb;*/
}


#header {
	height:50px;
	background: url(../images/redsquare_nitto_logo_265x50.png) top right no-repeat;
	margin-bottom:3px;
}

#contents_header {
	display: flex;
	gap: 14px;
	margin-bottom:10px;
	padding-left: 14px;
	background:#fff;
	border-radius:8px;
	box-shadow: 0 1px 2px #bbb;
}

#contents_header_logo {
	display: flex;
	align-items: center;
	width: 122px;
}

#contents_header_logo img {
	width: 100%;
}

#contents {
	margin-bottom:10px;
	background:#fff;
	border-radius:8px;
	box-shadow: 0 1px 2px #bbb;
}


#footer {
	margin-bottom:14px;
	background-color:#fff;
	border-radius:8px;
	box-shadow: 0 1px 2px #bbb;
	clear:both;
}


/*-------- class --------*/


/* -------- h -------- */

#contents_header_title {
	display: flex;
	align-items: center;
	position: relative;
	top: 2px;
	gap: 8px;
	height:45px;
	text-shadow:
	1px 1px 6px #fff,
	-1px 1px 6px #fff,
	1px -1px 6px #fff,
	-1px -1px 6px #fff;
}

#contents_title {
	font-size: 1.5rem;
	line-height: 1.5rem;
}

#contents_sub_title {
	font-size: 1.125rem;
	line-height: 1.125rem;
}


/* ------ navigation ------ */

#breadcrumb-navi {
	padding:6px 15px 0;
	height:28px;
	border-radius:0 0 8px 8px;
	border-top:1px solid #eee;
}

#breadcrumb-navi ul li {
	float:left;
	margin-right:14px;
}

.current {
	font-weight:bold;
}


#footer-navi {
	padding:5px;
	text-align:center;
	border-top:1px solid #333;
	margin-top:10px;
	background:#666;
	border-radius:0 0 8px 8px;
}

/* --------------------------

 #header
 
 --------------------------*/
#header p {
	text-indent:-9999em;
}

/* --------------------------

 #footer
 
 --------------------------*/
 #footer-logo {
 	text-indent:-9999em;
	height:40px;
	background: url(../images/footer-logo_small.png) top center no-repeat;
}
 
.footer-list {
	text-align:center;
	font-size: 12px;
}

p.copyright {
	color:#717d85;
	text-align:center;
	font-size:10px;
}	

/* -------- txt -------- */

/* -------- margin, padding -------*/
.mt4 {
	margin-top:4px;
}

/* -------- menu button -------*/

.m_button {
	height:30px;
	text-align:center;
}

.m_button ul li {
	float:left;
	margin: 2px 10px 2px 10px;
}

.m_button ul li a {
	display:block;
	text-indent:-9999em;
	height:30px;
	background:url(../images/button-menu2.png) 0 0 no-repeat;
}

.m_button ul li .mb_modoru {
	width:71px;
	background-position:0 -30px;
}
.m_button ul li .mb_modoru:hover  {
	background-position:0 0;
}

.m_button ul li .mb_save {
	width:150px;
	background-position:-72px -30px;
}
.m_button ul li .mb_save:hover  {
	background-position:-72px 0;
}

.m_button ul li .mb_save2 {
	width:110px;
	background-position:-560px -30px;
}
.m_button ul li .mb_save2:hover  {
	background-position:-560px 0;
}

.m_button ul li .mb_nsave {
	width:110px;
	background-position:-672px -30px;
}
.m_button ul li .mb_nsave:hover  {
	background-position:-672px 0;
}

.m_button ul li .mb_print {
	width:110px;
	background-position:-222px -30px;
}
.m_button ul li .mb_print:hover  {
	background-position:-222px 0;
}

.m_button ul li .mb_print2 {
	width:150px;
	background-position:-410px -30px;
}
.m_button ul li .mb_print2:hover  {
	background-position:-410px 0;
}


.m_button ul li .mb_top {
	width:73px;
	background-position:-334px -30px;
}
.m_button ul li .mb_top:hover  {
	background-position:-334px 0;
}
.btn_hi {
	line-height: 24px;
	font-size: 20px;
}

.btn_insert {
	font-size: 15px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	border: 0px;
    width: 42px;
    height:22px;
    background: url(../images/button-insert.png) left top no-repeat;
}
@-moz-document url-prefix() {
.btn_insert {
	font-size: 16px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	border: 0px;
    width: 42px;
    height:22px;
    background: url(../images/button-insert.png) left top no-repeat;
}
}

.btn_insert:hover {
	background-position:-0px -24px;
}

.bt_insoff {
    background: url(../images/button-insert.png) left top no-repeat;
	background-position:-0px -48px;
}

.btn_renban {
	font-size: 15px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	border: 0px;
    width: 42px;
    height:22px;
    background: url(../images/button-renban.png) left top no-repeat;
}

@-moz-document url-prefix() {
.btn_renban {
	font-size: 16px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	border: 0px;
    width: 42px;
    height:22px;
    background: url(../images/button-renban.png) left top no-repeat;
}

}


.btn_renban:hover {
	background-position:0px -24px;
}

.bt_renbanoff {
    background: url(../images/button-renban.png) left top no-repeat;
	background-position:0px -48px;
}

.shortmessages {
	clear:both;
	font-size: 11px;
	margin: 0px 0px 0px 10px;
	padding: 4px 0px 0px 0px;
}
.pos_rev {
position: relative;
}