@charset "utf-8";

/* --------------------------------------------------------------------------------
reset
-------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
    

/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

* {
	word-break: break-all;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
	-webkit-text-size-adjust: 100%;
}
body {
	overflow-y: scroll;
	text-align: left;
	font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	background-color: #fafafa;
}
a {
	text-decoration: none;
	color: #4987eb;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 115%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 105%;
}
h6 {
	font-size: 100%;
}
p.indent {
	text-indent: -1em;
	padding-left: 1em;
}
p.center {
	text-align: center;
}



/* --------------------------------------------------------------------------------
list
-------------------------------------------------------------------------------- */

ol {
	list-style-type: decimal;
}



/* --------------------------------------------------------------------------------
form
-------------------------------------------------------------------------------- */

input,
textarea {
	display: inline-block;
}
input[type=text],
input[type=email],
input[type=password],
input[type=button],
input[type=submit],
input[type=date],
textarea,
select {
	outline: none;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type=text],
input[type=email],
input[type=password],
input[type=button],
input[type=submit],
input[type=date],
textarea {
	vertical-align: middle;
	font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
input[type=text],
input[type=email],
input[type=password],
input[type=date],
textarea {
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
	color: #333333;
	border: 1px solid #b8b8b8;
	background-color: #ffffff;
}
input[type=text],
input[type=email],
input[type=password],
input[type=date] {
	height: 30px;
	text-indent: 4px;
	padding: 4px 0px;
}
input[type=button],
input[type=submit] {
	display: inline-block;
	min-width: 80px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: none;
	color: #ffffff;
	cursor: pointer;
	padding: 5px 10px;
	background-color: #999999;
}
input[type=radio] {
	vertical-align: 7.5%;
	margin-right: 5px;
}
textarea {
	padding: 4px;
}
input.readonly{
	color: black;
	background-color: #fafafa;
}
input.disabled{
	color: black;
	background-color: #fafafa;
}
textarea.readonly {
	color: black;
	background-color: #fafafa;
}
input.customerName {
	color: #000000 !important;
	background-color: #FFFFFF !important;
}
input.small {
	width: 50px;
}
input.medium {
	width: 150px;
}
input.medium-wide {
	width: 250px;
}
input.wide {
	width: 500px;
}
select {
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #b8b8b8;
	padding: 5px;
	background: #ffffff url(../imgs/arrow-select.png) no-repeat right center;
	background-size: auto 28px;
}
select.small {
	width: 30%;
}
select.medium {
	width: 50%;
}
select.wide {
	width: 70%;
}

/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

hr {
	height: 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #b8b8b8;
	margin: 20px 0px;
}
*.clearfix:before,
*.clearfix:after {
	content: "";
	display: table;
}
*.clearfix:after {
	clear: both;
}
*.clearfix {
	zoom: 1;
}
*.margin-right {
	margin-right: 20px !important;
}
*.margin-right-narrow {
	margin-right: 10px !important;
}
*.margin-right-wide {
	margin-right: 40px !important;
}
*.margin-left {
	margin-left: 20px !important;
}
*.margin-left-narrow {
	margin-left: 10px !important;
}
*.margin-left-wide {
	margin-left: 40px !important;
}
*.margin-top {
	margin-top: 20px;
}
*.margin-top-narrow {
	margin-top: 10px;
}
*.margin-top-wide {
	margin-top: 40px;
}
*.margin-bottom {
	margin-bottom: 20px;
}
*.margin-bottom-narrow {
	margin-bottom: 10px;
}
*.margin-bottom-wide {
	margin-bottom: 40px;
}


/* --------------------------------------------------------------------------------
general
-------------------------------------------------------------------------------- */

div#general img {
	display: block;
	max-width: 100%;
	height: auto;
}
div#general div.color,
div#general div.mode {
	line-height: 20px;
}
div#general div.color p,
div#general div.mode p {
	float: left;
	font-size: 12px;
	margin-right: 5px;
}
div#general div.color {
	float: left;
}
div#general div.color ul {
	float: left;
	border: 1px solid #b8b8b8;
	padding: 1px;
	background-color: #ffffff;
}
div#general div.color ul li {
	position: relative;
	float: left;
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin-right: 1px;
}
div#general div.color ul li:last-child {
	margin-right: 0px;
}
div#general div.color ul li.default {
	background-color: #999999;
}
div#general div.color ul li.blue {
	background-color: #3ac2f0;
}
div#general div.color ul li.green {
	background-color: #3fd1b6;
}
div#general div.color ul li.yellow {
	background-color: #f2aa00;
}
div#general div.color ul li.red {
	background-color: #fc716f;
}
div#general div.color ul li:hover span,
div#general div.color ul li.active span {
	position: absolute;
	width: 8px;
	height: 8px;
	left: 4px;
	top: 4px;
	background-color: rgba(255, 255, 255, 0.5);
}
div#general div.mode {
	float: right;
}
div#general div.mode ul {
	float: left;
	border: 1px solid #b8b8b8;
}
div#general div.mode ul li {
	float: left;
	font-size: 12px;
	line-height: 18px;
	cursor: pointer;
	padding: 0px 4px;
	background-color: #ffffff;
}
div#general div.mode ul li:hover,
div#general div.mode ul li.active {
	color: #ffffff;
	background-color: #999999;
}
div#general div.mode ul li.pc {
	border-right: 1px solid #b8b8b8;
}



/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */

header#header div.inner-header {
	position: relative;
}

/* block
-------------------------------------------------------------------------------- */

header#header div.block div.inner-block {
	position: relative;
	line-height: 20px;
}
header#header div.block-first {
	box-sizing: border-box;
	background-color: #ffffff;
	border-bottom: 1px solid #b8b8b8;
}
header#header div.block-first div.inner-block {
	position: relative;
	padding: 10px 20px 10px 15px;
}
header#header div.block-first p.logo {
	float: left;
	display: table;
	max-width: 70px;
	height: 35px;
}
header#header div.block-first p.logo span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	background-color: transparent;
}
header#header div.block-first p.logo img {
	max-width: 70px;
	max-height: 35px;
	margin: auto;
}
header#header div.block-first h1 {
	position: relative;
	top: 10px;
	left: 10px;
	font-size: 16px;
	font-weight: bold;
}
header#header div.block-first h1 span {
	vertical-align: middle;
	font-size: 12px;
	color: #ffffff;
	margin-right: 50px;
	padding: 2px 5px;
	background-color: #999999;
}
header#header div.block-second div.container {
	position: relative;
}
header#header div.block-second div.user {
	position: absolute;
	right: 20px;
	top: -40px;
}
header#header div.block-second div.user p {
	float: left;
}
header#header div.block-second div.user p a i {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0px;
	top: 0px;
}
header#header div.block-second div.user p a i path {
	fill: #b8b8b8;
}
header#header div.block-second div.user p.name {
	margin-right: 20px;
}
header#header div.block-second div.user p.logout {
	margin-right: 10px;
}
header#header div.block-second div.user p a {
	display: block;
	position: relative;
	padding-left: 25px;
}
header#header div.block-second nav#navi {
	position: relative;
}
header#header div.block-second nav#navi ul li a {
	display: block;
	text-decoration: none;
	color: #333333;
}
header#header div.block-second nav#navi ul {
	background-color: #ffffff;
}
header#header div.block-second nav#navi ul > li {
	position: relative;
	float: left;
	width: 179px;
	line-height: 40px;
}
header#header div.block-second nav#navi ul > li.main {
	z-index: 5;
}
header#header div.block-second nav#navi ul > li.arrive {
	z-index: 4;
}
header#header div.block-second nav#navi ul > li.ship {
	z-index: 3;
}
header#header div.block-second nav#navi ul > li.inquiry {
	z-index: 2;
}
header#header div.block-second nav#navi ul > li.master {
	z-index: 1;
}
header#header div.block-second nav#navi ul > li > a {
	position: relative;
	font-weight: bold;
	border-right: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	padding-left: 45px;
}
header#header div.block-second nav#navi ul > li.main > a {
	background-color: #e6f7fd;
}
header#header div.block-second nav#navi ul > li.arrive > a {
	background-color: #e7f9f6;
}
header#header div.block-second nav#navi ul > li.ship > a {
	background-color: #fdf4df;
}
header#header div.block-second nav#navi ul > li.inquiry > a {
	background-color: #ffeded;
}
header#header div.block-second nav#navi ul > li.master > a {
	background-color: #eef2f5;
}
header#header div.block-second nav#navi ul > li > a i {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	left: 5px;
	top: 5px;
}
header#header div.block-second nav#navi ul > li.main > a i {
	background-color: #3ac2f0;
}
header#header div.block-second nav#navi ul > li.arrive > a i {
	background-color: #3fd1b6;
}
header#header div.block-second nav#navi ul > li.ship > a i {
	background-color: #f2aa00;
}
header#header div.block-second nav#navi ul > li.inquiry > a i {
	background-color: #fc716f;
}
header#header div.block-second nav#navi ul > li.master > a i {
	background-color: #749bb0;
}
header#header div.block-second nav#navi ul > li > a i path {
	fill: #ffffff;
}
header#header div.block-second nav#navi ul > li:hover > a {
	color: #ffffff;
}
header#header div.block-second nav#navi ul > li.main:hover > a {
	background-color: #3ac2f0;
}
header#header div.block-second nav#navi ul > li.arrive:hover > a {
	background-color: #3fd1b6;
}
header#header div.block-second nav#navi ul > li.ship:hover > a {
	background-color: #f2aa00;
}
header#header div.block-second nav#navi ul > li.inquiry:hover > a {
	background-color: #fc716f;
}
header#header div.block-second nav#navi ul > li.master:hover > a {
	background-color: #749bb0;
}
header#header div.block-second nav#navi ul > li.main:hover > a i,
header#header div.block-second nav#navi ul > li.arrive:hover > a i,
header#header div.block-second nav#navi ul > li.ship:hover > a i,
header#header div.block-second nav#navi ul > li.inquiry:hover > a i,
header#header div.block-second nav#navi ul > li.master:hover > a i {
	background-color: #ffffff;
}
header#header div.block-second nav#navi ul > li.main:hover > a i path {
	fill: #3ac2f0;
}
header#header div.block-second nav#navi ul > li.arrive:hover > a i path {
	fill: #3fd1b6;
}
header#header div.block-second nav#navi ul > li.ship:hover > a i path {
	fill: #f2aa00;
}
header#header div.block-second nav#navi ul > li.inquiry:hover > a i path {
	fill: #fc716f;
}
header#header div.block-second nav#navi ul > li.master:hover > a i path {
	fill: #749bb0;
}
header#header div.block-second nav#navi ul.nest {
	position: absolute;
	width: 180px;
	height: 0px;
	left: -1px;
	top: 40px;
	overflow: hidden;
	background-color: #ffffff;
	opacity: 0;
	transition: 0.2s opacity;
}
header#header div.block-second nav#navi ul > li:hover ul.nest {
	height: auto;
	opacity: 1;
}
header#header div.block-second nav#navi ul.nest li {
	float: none;
	font-size: 12px;
	line-height: 15px;
}
header#header div.block-second nav#navi ul.nest li a {
	border: 1px solid #b8b8b8;
	border-top: none;
    font-weight: normal;
	padding: 10px 9px 9px 9px;
	background-color: #ffffff;
}
header#header div.block-second nav#navi ul.nest li:first-child a {
	border-top: 1px solid #b8b8b8;
}
header#header div.block-second nav#navi ul.nest li a:hover {
    color: #000000;
    font-weight: bold;
	background-color: #f5f5f5;
}
header#header div.block-second nav#navi hr {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	margin: 0px;
}
header#header div.block-second div.misc {
	display: none;
}



/* --------------------------------------------------------------------------------
header (login)
-------------------------------------------------------------------------------- */

div.login header#header div.block-first {
	background-color: transparent;
	border-bottom: none;
}

/* block
-------------------------------------------------------------------------------- */

div.login header#header div.block-first p.logo {
	width: 45px;
	height: 45px;
	left: 10px;
	top: 10px;
}
div.login header#header div.block-first p.logo img {
	max-width: 45px;
	max-height: 45px;
}
div.login header#header div.block-first div.language {
	position: absolute;
	right: 15px;
	top: 25px;
}
div.login header#header div.block-first div.language ul li {
	float: left;
	line-height: 15px;
	border-right: 1px solid #b8b8b8;
	margin-right: 10px;
	padding-right: 10px;
}
div.login header#header div.block-first div.language ul li:last-child {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}



/* --------------------------------------------------------------------------------
content
-------------------------------------------------------------------------------- */

div#content div.inner-content {
	padding: 40px;
}
div#content div.popup {
	padding: 0px 20px;
	margin-bottom: 20px;
}
div#content div.inner-content h1 span {
	vertical-align: middle;
	font-size: 25px;
	color: #000000;
	padding: 2px 10px;
	border-bottom: thin solid #000000;
}
div#content div.inner-content h1 span.title {
	display: inline-block;
	margin-bottom: 30px;
}
div#content h2.headline {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	border-left: 4px solid #999999;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 2px;
}
div#content i.stock {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center 42.5%;
	background-size: auto 14px;
}
div#content i.stock-01 {
	background-image: url(../imgs/icon-stock-01.png);
}
div#content i.stock-02 {
	background-image: url(../imgs/icon-stock-02.png);
}
div#content i.stock-03 {
	background-image: url(../imgs/icon-stock-03.png);
}
div#content i.stock-04 {
	background-image: url(../imgs/icon-stock-04.png);
}
div#content div.scroll-sp {
    overflow-y: auto;
    height: 350px;
}

div#content div#MenuList {
    font-size: 14px;
	line-height: 20px;
}

div#content div#MenuList p.bunrui-1 {
	color: #ffffff;
	padding: 5px 10px;
	background-color: #999999;
}


div#content div#MenuList div.inline-block {
    display: inline-block;
    vertical-align:top;
}

div#content div#MenuList div.bunrui-2 {
    width: 300px;
    margin-bottom: 30px;
	float: left;
}

div#content div#MenuList div.bunrui-2 p {
	font-weight: bold;
	padding: 5px 10px;
}

div#content div#MenuList ul.bunrui-3 {
    text-decoration: underline;
    list-style-type: square;
	margin-left: 25px;
	padding: 0px 10px;
}

div#content div#MenuList ul.bunrui-3 li {
}

/* form
-------------------------------------------------------------------------------- */

form div#content div.component {
	position: relative;
	margin-bottom: 20px;
	padding-left: 140px;
}
form div#content div.component p.label {
	position: absolute;
	left: 0px;
	top: 0px;
}
form div#content div.component-print {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
}
form div#content div.component-print span.size-small {
	margin-right: 0px;
	width: 90px;
}
form div#content div.component-radio span {
	display: inline-block;
	margin-right: 20px;
}
form div#content div.action {
	font-size: 0px;
	text-align: right;
}
form div#content div.action input {
	font-size: 14px;
	margin: 5px 0px 0px 5px;
}

/* table
-------------------------------------------------------------------------------- */

div#content table.data {
	width: 100%;
	border: 1px solid #b8b8b8;
	background-color: #ffffff;
}
div#content table.data th,
div#content table.data td {
	text-align: left;
	vertical-align: middle;
	line-height: 20px;
	border-bottom: 1px solid #b8b8b8;
}
div#content table.data th:last-child,
div#content table.data td:last-child {
	border-right: 1px solid #b8b8b8;
}
div#content table.data td.pager:last-child {
	border-right: none;
}
div#content table.data th {
	font-size: 12px;
	color: #ffffff;
	border-right: 1px solid #cccccc;
	padding: 5px 10px;
	background-color: #999999;
}
/*
div#content table.data th:last-child {
	border-right: none;
}
*/
div#content table.data th a {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}
div#content table.data tbody td {
	padding: 10px;
}
div#content div.popup table.data tbody td {
	padding: 5px;
}
div#content table.data tbody tr:nth-child(2n) td {
	background-color: #f5f5f5;
}
div#content table.data tbody tr.pager td {
	background-color: transparent;
}
div#content table.data tbody td.center {
	text-align: center;
	height :60px;
}
div#content table.data tbody td.right {
	text-align: right;
}
div#content table.data tbody td i.stock {
	background-size: auto 20px;
}
div#content table.data tbody td.center img {
    width: 40px;
    height: 40px;
	margin: auto;
}
div#content table.data tbody td.center img.pdf {
    width: auto;
    height: 60px;
    border: 1px solid #b8b8b8;
}
div#content table.data tbody td.center img.nopdf {
    width: auto;
    height: 60px;
    border: 1px solid #b8b8b8;
    display :none;
}
div#content table.data-sp tbody td p.label {
	display: none;
	color: #999999;
}
div#content div.table-wrapper-scroll div.body {
	overflow-y: scroll;
	border: 1px solid #b8b8b8;
	border-top: none;
	-webkit-overflow-scrolling: touch;
}
div#content div.table-wrapper-scroll div.body table.data {
	border: none;
}
/*
div#content div.table-wrapper-scroll div.body table.data tbody tr:last-child td {
	border-bottom: none;
}
*/
div#content table tr.pager td {
	border: none;
	padding: 2px 10px 2px 2px;
	font-weight: bold;
	background-color: transparent;
    line-height: 20px;
}

/* column
-------------------------------------------------------------------------------- */

div#content div.column {
	margin-left: -20px;
	margin-right: -20px;
}
div#content div.column div.row {
	float: left;
	width: 50%;
}
div#content div.column div.wide {
	width: 70%;
}
div#content div.column div.row div.inner-row {
	padding: 0px 20px;
}

/* frame
-------------------------------------------------------------------------------- */

div#content div.frame {
	border: 1px solid #b8b8b8;
	background-color: #ffffff;
}
div#content div.frame header {
	text-align: center;
	border-bottom: 1px solid #b8b8b8;
}
div#content div.frame header h2 {
	font-size: 14px;
	font-weight: bold;
}
div#content div.frame div.content {
	padding: 19px;
}
div#content div.frame-number {
	text-align: center;
}
div#content div.frame div.center {
	text-align: center;
}
div#content div.frame-number p.label {
	font-size: 14px;
	margin-bottom: 2px;
	background-color: #e1e1e1;
}
div#content div.frame-number p.number {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 30px 0px;
	background-color: #f0f0f0;
}



/* --------------------------------------------------------------------------------
content (login)
-------------------------------------------------------------------------------- */

div.login div#content div.inner-content {
	position: relative;
	padding: 0px;
}
div.login div#content section {
	position: fixed;
	width: 260px;
	height: 360px;
	left: 50%;
	top: 50%;
	margin: -180px 0px 0px -130px;
}
div.login div#content h1#logo {
	margin-bottom: 20px;
}
div.login div#content h1#logo img {
	width: 100%;
	height: 100%;
}

/* form
-------------------------------------------------------------------------------- */

div.login form div#content div.component {
	padding-left: 0px;
}
div.login form div#content div.component p.label {
	position: static;
	left: auto;
	top: auto;
	line-height: 25px;
}
div.login form div#content div.action {
	text-align: left;
}
div.login form div#content div.action input {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 5px 0px;
}



/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

footer#footer div.inner-footer {
	padding: 0px 40px 40px 40px;
}


/* --------------------------------------------------------------------------------
dialog
-------------------------------------------------------------------------------- */
 
.dialog
{
    background:#FFFFFF;
    border: 1px solid #000000;
}
.modalBackground  
{  
    background-color:#e6e6e6;  
    filter:alpha(opacity=75); /* IE:透明度　透明にすると親画面が操作できてしまうので注意 */  
    opacity:0.75;            /* Opera・Safari:透明度 */  
    zoom:1;                  /* ModalPopupExtenderでポップアップ表示した際、親画面の背景スタイルがCSSで定義しても生きない(IEのみ)。有効にを適用させるために必要。*/  
} 

form div.display-show {
    display: block;
}

form div.display-hide {
    display: none;
}

/* --------------------------------------------------------------------------------
Message
-------------------------------------------------------------------------------- */
.message {
    color: #000000;
    font-size: large;
    margin: 40px 0px 0px 0px;
    padding: 5px 20px;
}

/* --------------------------------------------------------------------------------
errorMessage
-------------------------------------------------------------------------------- */
div#errorMessage[display=true],
.error {
    color: #FF0000;
    font-size: large;
    margin: 40px 20px 0px 20px;
    padding: 5px 20px;
    border: 3px solid #FF0000;
    background-color: #FFD5EC;
}

/* --------------------------------------------------------------------------------
属性によるスタイル
-------------------------------------------------------------------------------- */
input[required=true],
select[required=true] {
    color: black;
    background-color: #FFFFE0;
}

input[readonly=true],
input[disabled],
textarea[readonly=true],
textarea[disabled],
select[readonly=true],
select[disabled] {
	color: black;
	background-color: #fafafa;
}
