﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo, Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #0066CC;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* -------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

h7
{
    font-size: 0.9em;
    line-height: 2em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


.page   /* メインコンテンツ 幅、色 */
{
    width: 1080px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}
.page.nStyle,.page.nStyle2 {
	width:1060px;
}

.header /* タイトルのバックカラー */
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: none;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2.2em;
}

.nLogoWrap {
	position:relative;
	text-align:right;
	margin:0;
}
.nLogo {
	position:absolute;
	top:-38px;
	left:0px;
	z-index:2;
	margin-left:20px;
}

.main {
    padding: 50px 12px 20px;
    margin: 5px 8px 8px 8px;
    /* min-height: 620px; */
    /*background:url(./images/preview/bg_nb_preview.jpg) no-repeat top White;*/
}
.nStyle .main {
    padding: 0px;
    margin: 8px 8px 8px 8px;
    /* min-height: 510px; */
    /*background:url(./images/ktyakult/bg_nb_ktyakult.jpg) no-repeat 0 66px White;*/
}
.nStyle .main .headbox {
	background:url(./images/bg_nStyle_head.jpg) no-repeat center;
	position:relative;
	height:61px;
}
.nStyle .main .headbox p {
	margin:0;
}
.uLogo {
	position:absolute;
	right:7px;
    padding: 3px 0px 0px 0px;
}

.err_msg_block {
	text-align:left;
	background-color:#FFFF99;
	width:964px;
	border-style:solid;
	border-color:red;
	border-width:3px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top:15px;
	margin-bottom:15px;
}

.logStt {
	color:#fff;
	position: relative;
    top: -12px;
}
.nStyle .main .logStt {
	top:-59px;
}
.logStt a {
	color:#fff;
}
.logStt div {
	margin-top:5px;
}
.nCart {
	background:url(../images/mark_cart.gif) no-repeat 13px 5px #fff;
	padding:3px 13px 3px 65px;
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
	width:220px;
	text-align:left;
}
.nCart a {
	color:#06C;
}
.ntitleBox {
	background:url(../images/bg_nStyle_head.jpg) no-repeat 0 0;
	margin:8px 8px 0;
	height:61px;
	position:relative;
}
.ntitleBox p {
	margin:0;
}
.ntitleBox .uLogo {
	top:0;
}
div.header .title.nStyle {
	position:relative;
}
.title h1 {
	position:absolute;
	top:-57px;
	left:10px;
	text-shadow: 1px 1px 5px #000;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink    /* メニューが並んでいるヘッダー部分のバックカラー */
{
    background:url(../images/bg_tab.png) repeat;
	width:1064px;
	margin:5px 8px 0;
	position:absolute;	
}

div.menu
{
    padding: 10px 20px 10px 20px;
    height:32px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited  /* 各メニューリンク */
{
    background-color: #fff;
    border: 1px #4e667d solid;
    color: #4D4D4D;
    display: block;
    line-height: 1.7em;
    padding: 4px 22px;
    text-decoration: none;
    white-space: nowrap;
	margin:0 2px;
}

div.menu ul li a:hover
{
    background-color: #dde4ec;
    color: #666;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #444444;
    color: #dde4ec;
    text-decoration: none;
}

div.menu ul .level1
{
	width: auto;
	float: left;
	position: relative;
}

div.menu li .level1
{
	float: left;
	position: relative;
}

div.menu li ul
{
    width: 100%;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    z-index:999999;
    /*border-radius: 0 0 3px 3px;*/
}
div.menu li ul li
{
    overflow: hidden;
    width: 100%;
    height: 0;
    /*color: #fff;*/
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}

/*
div.menu li ul li a
{
    padding: 13px 15px;
    background: #6e7c0c;
    text-align: left;
}
*/

div.menu li:hover > a
{
    background: #555555;
    color: #fff;
}

div.menu > li:hover > a
{
    border-radius: 3px 3px 0 0;
}

div.menu li:hover ul li
{
    overflow: visible;
    height: 32px;
    /*border-top: 1px solid #555555;*/
    /*border-bottom: 1px solid #555555;*/
}

div.menu li:hover ul li:first-child
{
    border-top: 1px solid #555555;
}
div.menu li:hover ul li:last-child
{
    border-bottom: 0;
}
div.menu li:hover ul li:last-child a
{
    border-radius: 0 0 3px 3px;
}
/*------------------------------------------------------------
	ボタンスタイル
------------------------------------------------------------*/

.button
{
	margin: 10px;
	text-decoration: none;
	font: bold 1.5em 'Trebuchet MS',Arial, Helvetica; /*Change the em value to scale the button*/
	display: inline-block;
	text-align: center;
	color: #fff;
	border: 1px solid #9c9c9c; /* Fallback style */
	border: 1px solid rgba(0, 0, 0, 0.3);            
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 .05em rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    cursor:pointer;
}

.button, .button span
{
	/*border-radius: .2em;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;*/
}

.button span
{
	border-top: 1px solid #fff; /* Fallback style */
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	display: block;
	padding: 0.5em 0.5em;

	/* The background pattern */

	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
					-webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
					-webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05))),
					-webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05)));
	background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
					-moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
					-moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
					-moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);

	/* Pattern settings */

	-moz-background-size: 3px 3px;
	-webkit-background-size: 3px 3px;
	background-size: 3px 3px;            
}

.button:hover
{
	box-shadow: 0 0 .1em rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}

.button:active
{
	/* When pressed, move it down 1px */
	position: relative;
	top: 1px;
}

.button-black {
	background: #141414;
	background: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#141414) );
	background: -moz-linear-gradient(-90deg, #656565, #141414);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#656565', EndColorStr='#141414');
}

.button-normal {
	background: #C5C5C5;
	background: -webkit-gradient(linear, left top, left bottom, from(#EAEAEA), to(#C5C5C5) );
	background: -moz-linear-gradient(-90deg, #EAEAEA, #C5C5C5);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#eaeaea', EndColorStr='#c5c5c5');
	color: #303030;
}
/*loginボタン*/
.button-nLogin {
	filter:none;
	background:url(../images/btn_login.gif) no-repeat center center;
	text-indent:-9999em;
	height:29px;
	width:110px;
	box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	border:none;
	margin:0;
}
.button-nLogin:hover {
	box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	position:relative;
	top:1px;
	right:-1px;
}

/*downloadボタン*/
.dlButton {
	filter:none;
	background:url(../images/btn_download.png) no-repeat center center;
	text-indent:-9999em;
	height:26px;
	width:115px;
	box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	border:none;
	margin:0;
}
.dlButton:hover {
	box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	position:relative;
	top:1px;
	right:-1px;
}

/*backボタン*/
.nbButton {
	filter:none;
	background:url(../images/btn_back.gif) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:90px;
	box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	border:none;
	margin:0;
}
.nbButton:hover {
	box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	position:relative;
	top:1px;
	right:-1px;
}
/*Editボタン*/
.neButton {
	filter:none;
	background:url(../images/btn_edit.png) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:171px;
	box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	border:none;
	margin:0 0 0 15px;
}
.neButton:hover {
	box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	position:relative;
	top:1px;
	right:-1px;
}
/*カートボタン*/
.caButton {
	filter:none;
	background:url(../images/btn_edit_cart.png) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:171px;
	box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	border:none;
	margin:0 0 0 15px;
}
.caButton:hover {
	box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	position:relative;
	top:1px;
	right:-1px;
}
/*電子入稿ボタン*/
.submisstionButton {
	filter:none;
	background:url(../images/btn_edit_submisstion.png) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:171px;
	box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	border:none;
	margin:0 0 0 15px;
}
.submisstionButton:hover {
	box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	position:relative;
	top:1px;
	right:-1px;
}
/*否認ボタン*/
.denyButton {
	filter:none;
	background:url(../images/btn_deny.png) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:90px;
	box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	border:none;
	margin:0;
}
.denyButton:hover {
	box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	position:relative;
	top:1px;
	right:-1px;
}
/*CSV出力ボタン*/
.csvButton {
	filter:none;
	background:url(../images/btn_csv.png) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:90px;
	box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	border:none;
	margin:0;
}
.csvButton:hover {
	box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	position:relative;
	top:1px;
	right:-1px;
}
/*web編集ボタン*/
.weButton {
	filter:none;
	background:url(../images/btn_edit_web.png) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:171px;
	box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	border:none;
	margin:0 0 0 15px;
}
.weButton:hover {
	box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	position:relative;
	top:1px;
	right:-1px;
}
/*TOPページへ戻るボタン*/
.bktopButton {
	filter:none;
	background:url(../images/btn_toppage.png) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:171px;
	box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	border:none;
	margin:0 0 0 15px;
}
.bktopButton:hover {
	box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	position:relative;
	top:1px;
	right:-1px;
}
/*ユーザ管理画面へ戻るボタン*/
.bkuButton {
	filter:none;
	background:url(../images/btn_back_user.png) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:171px;
	box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	border:none;
	margin:0 0 0 15px;
}
.bkuButton:hover {
	box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	position:relative;
	top:1px;
	right:-1px;
}
/*納品先管理画面へ戻るボタン*/
.bkdButton {
	filter:none;
	background:url(../images/btn_back_delivery.png) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:171px;
	box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	border:none;
	margin:0 0 0 15px;
}
.bkdButton:hover {
	box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	position:relative;
	top:1px;
	right:-1px;
}
/*請求先管理画面へ戻るボタン*/
.bkbButton {
	filter:none;
	background:url(../images/btn_back_billing.png) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:171px;
	box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	border:none;
	margin:0 0 0 15px;
}
.bkbButton:hover {
	box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	position:relative;
	top:1px;
	right:-1px;
}
/*画像管理画面へ戻るボタン*/
.bkiButton {
	filter:none;
	background:url(../images/btn_back_image.png) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:171px;
	box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	border:none;
	margin:0 0 0 15px;
}
.bkiButton:hover {
	box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	position:relative;
	top:1px;
	right:-1px;
}
/*仮発注一覧へ戻るボタン*/
.bkPreOrderListButton {
	filter:none;
	background:url(../images/btn_back_preorderlist.png) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:171px;
	box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	border:none;
	margin:0 0 0 15px;
}
.bkPreOrderListButton:hover {
	box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	position:relative;
	top:1px;
	right:-1px;
}
/*Searchボタン*/
.nsButton {
	filter:none;
	background:url(../images/btn_search.gif) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:90px;
	box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	border:none;
	margin:0 0 0 15px;
}
.nsButton:hover {
	box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.2em 0.2em 0.4em rgba(0,0,0,0.4);
	position:relative;
	top:1px;
	right:-1px;
}
/*絞り込みボタン*/
.nrButton {
	filter:none;
	background:url(../images/btn_refinement.gif) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:89px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:0 0 4px 12px;
}
.nrButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	right:-1px;
}

/*追加ボタン*/
.nadButton {
	filter:none;
	background:url(../images/btn_add.png) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:64px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:0 0 4px 12px;
}
.nadButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	right:-1px;
}


/*発注ボタン*/
.nrqButton {
	filter:none;
	background:url(../images/btn_request.gif) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:89px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:7px 0 5px;
}
.nrqButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	right:-1px;
}
/*仮発注ボタン*/
.nprqButton {
	filter:none;
	background:url(../images/btn_prerequest.gif) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:89px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:7px 0 5px;
}
.nprqButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	right:-1px;
}
/*原稿画面へ戻るボタン*/
.bgdButton {
	filter:none;
	background:url(../images/btn_continue.png) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:185px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:7px 0 5px;
}
.bgdButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	right:-1px;
}
/*編集ボタン*/
.buttonList.nmeButton {
	filter:none;
	background:url(../images/btn_manage_edit.png) no-repeat center center;
	text-indent:-9999em;
	height:23px;
	width:117px;
	border:none;
	margin:2px auto;
	border:none;
	box-shadow:none;
}
.buttonList.nmeButton:hover {
	position:relative;
	top:1px;
	right:-1px;
}
/*削除ボタン*/
.buttonList.nmdButton {
	filter:none;
	background:url(../images/btn_manage_delete.png) no-repeat center center;
	text-indent:-9999em;
	height:23px;
	width:117px;
	border:none;
	margin:2px auto;
	border:none;
	box-shadow:none;
}
.buttonList.nmdButton:hover {
	position:relative;
	top:1px;
	right:-1px;
}
/*マッピングボタン*/
.buttonList.nmmButton {
	filter:none;
	background:url(../images/btn_manage_mapping.png) no-repeat center center;
	text-indent:-9999em;
	height:23px;
	width:117px;
	border:none;
	margin:2px auto 5px;
	border:none;
	box-shadow:none;
}
.buttonList.nmmButton:hover {
	position:relative;
	top:1px;
	right:-1px;
}
/*新規登録ボタン*/
.nmnButton {
	filter:none;
	background:url(../images/btn_new.gif) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:112px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:5px 0 13px 1px;
}
.nmnButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	left:1px;
}
/*新規作成ボタン*/
.ndnButton {
	filter:none;
	background:url(../images/btn_new2.gif) no-repeat center center;
	text-indent:-9999em;
	height:25px;
	width:100px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:5px 0 13px 1px;
}
.ndnButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	left:1px;
}
/*フォーマットエクスポートボタン*/
.nfeButton {
	filter:none;
	background:url(../images/btn_format_export.png) no-repeat center center;
	text-indent:-9999em;
	height:25px;
	width:237px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:5px 0 13px 1px;
}
.nfeButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	left:1px;
}
/*データエクスポートボタン*/
.ndeButton {
	filter:none;
	background:url(../images/btn_data_export.gif) no-repeat center center;
	text-indent:-9999em;
	height:25px;
	width:128px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:5px 0 13px 1px;
}
.ndeButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	left:1px;
}

/*全データダウンロードボタン*/
.ndeAllButton {
	filter:none;
	background:url(../images/btn_alldownload.gif) no-repeat center center;
	text-indent:-9999em;
	height:25px;
	width:160px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:5px 0 13px 1px;
}
.ndeAllButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	left:1px;
}

/*データインポートボタン*/
.ndiButton {
	filter:none;
	background:url(../images/btn_data_import.gif) no-repeat center center;
	text-indent:-9999em;
	height:25px;
	width:115px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:5px 0 13px 1px;
}
.ndiButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	left:1px;
}
/*ヘッダーエクスポートボタン*/
.nheButton {
	filter:none;
	background:url(../images/btn_header_export.png) no-repeat center center;
	text-indent:-9999em;
	height:25px;
	width:169px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:5px 3px 13px 1px;
}
.nheButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	left:1px;
}
/*データインポートボタン(一括組版用)*/
.nliButton {
	filter:none;
	background:url(../images/btn_lump_import.png) no-repeat center center;
	text-indent:-9999em;
	height:29px;
	width:115px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:5px 0 13px 1px;
}
.nliButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	left:1px;
}
/*原稿データ取り込みボタン*/
.nmsiButton {
	filter:none;
	background:url(../images/btn_ms_in.gif) no-repeat center center;
	text-indent:-9999em;
	height:25px;
	width:178px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:5px 0 13px 1px;
}
.nmsiButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	left:1px;
}
/*一括削除ボタン*/
.nldButton {
	filter:none;
	background:url(../images/btn_lump_delete.gif) no-repeat center center;
	text-indent:-9999em;
	height:25px;
	width:84px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:5px 0 13px 1px;
}
.nldButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	left:1px;
}
/*登録ボタン*/
.nrgButton {
	filter:none;
	background:url(../images/btn_register.gif) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:90px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:5px 0 13px 1px;
}
.nrgButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	left:1px;
}
/*コピーボタン*/
.cpButton {
	filter:none;
	background:url(../images/btn_copy.gif) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:64px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:5px 0 13px 1px;
}
.cpButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	left:1px;
}
/*プレビューボタン*/
.npButton {
	filter:none;
	background:url(../images/btn_preview.gif) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:111px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:5px 0 13px 1px;
}
.npButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	left:1px;
}
/*パスワードを変更ボタン*/
.ncpButton {
	filter:none;
	background:url(../images/btn_password.png) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:180px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:5px 0 13px 1px;
}
.ncpButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	left:1px;
}
/*カートに入れるボタン*/
.nciButton {
	filter:none;
	background:url(../images/btn_cart.gif) no-repeat center center;
	text-indent:-9999em;
	height:25px;
	width:148px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:5px 0 13px 1px;
}
.nciButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	left:1px;
}
/*カートへ追加ボタン*/
.ncaButton {
	filter:none;
	background:url(../images/btn_cart2.gif) no-repeat center center;
	text-indent:-9999em;
	height:25px;
	width:133px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:5px 0 13px 1px;
}
.ncaButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	left:1px;
}
/*やり直すボタン*/
.nrdButton {
	filter:none;
	background:url(../images/btn_redo.gif) no-repeat center center;
	text-indent:-9999em;
	height:25px;
	width:100px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:5px 0 13px 1px;
}
.nrdButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	left:1px;
}
/*マイデータへ追加ボタン*/
.nmaButton {
	filter:none;
	background:url(../images/btn_mydata_add.png) no-repeat center center;
	text-indent:-9999em;
	height:25px;
	width:164px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:5px 0 13px 1px;
}
.nmaButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	left:1px;
}
/*デザインを編集するボタン*/
.ndeeButton {
	filter:none;
	background:url(../images/btn_design_edit.png) no-repeat center center;
	text-indent:-9999em;
	height:25px;
	width:180px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:5px 0 13px 1px;
}
.ndeeButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	left:1px;
}
/*選択した項目を承認するボタン*/
.authorizeButton {
	filter:none;
	background:url(../images/btn_authorize.png) no-repeat center center;
	text-indent:-9999em;
	height:23px;
	width:150px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:5px 0 13px 1px;
}
.authorizeButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	left:1px;
}
/*全て選択ボタン*/
.allSelectButton {
	filter:none;
	background:url(../images/btn_all_select.png) no-repeat center center;
	text-indent:-9999em;
	height:23px;
	width:70px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:5px 0 13px 1px;
}
.allSelectButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	left:1px;
}
/*全て解除ボタン*/
.allReleaseButton {
	filter:none;
	background:url(../images/btn_all_release.png) no-repeat center center;
	text-indent:-9999em;
	height:23px;
	width:70px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:5px 0 13px 1px;
}
.allReleaseButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	left:1px;
}
/*確認へボタン*/
.cnfButton {
	filter:none;
	background:url(../images/btn_confirm.png) no-repeat center center;
	text-indent:-9999em;
	height:28px;
	width:90px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border:none;
	margin:5px 0 13px 1px;
}
.cnfButton:hover {
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position:relative;
	top:1px;
	left:1px;
}
/*納品先複数発注ボタン*/
.deliArrayButton{
	filter: none;
	background: url(../images/btn_deliArray.png) no-repeat center center;
	text-indent: -9999em;
	height: 23px;
	width: 163px;
	box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.2em 0.2em 0.6em rgba(0,0,0,0.5);
	border: none;
	margin: 7px 0 5px;
}
.deliArrayButton:hover{
	box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-moz-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	-webkit-box-shadow: 0.1em 0.1em 0.4em rgba(0,0,0,0.5);
	position: relative;
	top: 1px;
	right: -1px;
}

/*------------------------------------------------------------
 Contents 周り
----------------------------------------------------------*/

.main h1
{
	position: relative;
	padding:12px 0;
	margin-top:8px;
}

.main h1 span
{
	padding: 3px 30px;
	font-weight:bold;
}
.footer h1.nDisc {
	position:relative;
	left:45px;
	top:-10px;
}

.main h2
{
	padding: 3px 6px;
	font-weight: bold;
	font-size: 1.2em;
}

.main h2 span
{
	padding: 3px 6px;
	border-left-style: solid;
	border-left-width: 8px;
	border-color: #ba1644;
}

p.sort {
	text-align:right;
	padding:15px 30px;
	margin:0;
}
	
.nPanel {
	padding:20px;
	width:560px;
}
.nPanel div {
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
	background:#fff;
	box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-moz-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0.4em 0.4em 0.8em rgba(0,0,0,0.4);
	padding:10px 10px 10px 15px;
}
.nPanel h1 {
	margin:0;
	padding:2px 0 5px 2px;
	background:url(../images/bg_pnl_h1.gif) no-repeat left bottom;
	font-size:17px;
	color:#1e51a2;
	width:188px;
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
	vertical-align:middle;
}
.nPanel h1 span {
	margin:0;
	padding:0;
}
.nPanel p {
	background-color:#e6e6e6;
	padding:8px 12px;
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
	width:311px;
	vertical-align:middle;
	font-size:12px;
	margin:0;
}

/*------------------------------------------------------------
 footer 周り
----------------------------------------------------------*/

div.footer {
	background: #4C4C4C;
	background:url(../Styles/images/foot_bg.png) ;
	color: rgb(240,240,240);
}

div.footer ul {
	overflow: hidden;
	padding: 5px 0;
	margin-left: 0;
	margin: 0 15px 0px 45px;
	/*padding-top:5px;*/
	/*background:url(../images/border_bl.gif) no-repeat 10px 0;*/
}

div.footer ul li.breadcrumb {
	float: left;
	list-style: none;
	padding-top: 4px;
	margin-right: 20px;
	padding-left: 12px;
}

div.footer a {
	color: #50C9F5;
	text-decoration: none;
	font-weight: bold;
	/*font-size: 11px;*/
}
address {
	float:right;
	position:relative;
	top:-20px;
	right:15px;
}
div.footer img {
	border:none;
}

/*------------------------------------------------------------
 pager 周り (for pagination.js)
----------------------------------------------------------*/
div.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
	font-size:12pt;
}
div.pagination a {
	border: 1px solid #ccc;
	margin-right:3px;
	padding:2px 6px;

	background-position:bottom;
	text-decoration: none;
	font-weight:bold;
	color: rgb(66,97,222);
}
div.pagination a:hover, div.pagination a:active {
	background-image:none;
	background-color:#4261DF;
	color: #fff;
}
div.pagination span.current {
	margin-right:3px;
	padding:2px 6px;
	font-weight: bold;
	color: #000;
}
div.pagination span.disabled {
	display:none;
}

/*------------------------------------------------------------
 汎用
----------------------------------------------------------*/

/* clearfix */
.clearfix {width:100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
 }
li.newp
{
    margin-bottom:3px;
    margin-left:1px;
    margin-top:1px;
    margin-right:1px;
    border-bottom:1px  solid #b6b7bc ;
    padding-bottom:1px;
}
span.rsltL_title
{
    display:inline-block;
    min-width:80px;
}
span.error_label
{
    color:red;
}
span.unit
{
    margin-left:3px;
}
