
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
body a img {
	border: none;
}
#container {
	min-width: 980px;
	margin: 0;
	padding: 0;
}
#head {
	background-color: #FFF;
	background-image: url(../common/shadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0 0 10px;
	border-top: 10px solid #114E9E;
	position: relative;
}
#head .topmenu  {
	position: absolute;
	top: 0px;
	right: 30px;
	list-style-type: none;
}
#head .topmenu li {
	float: left;
	margin: 0 0 0 15px;
	padding: 0px;
	text-align: center;
}
#head .topmenu li a {
	line-height: 25px;
	text-decoration: none;
	padding: 0;
	background-color: #104E9E;
	border-radius: 0 0 5px 5px;
	display: block;
	width: 85px;
	font-size: 12px;
	color: #FFF;
}
#head .topmenu li a:hover {
	background-color: #4965AC;
}
#head .topmenu li.contact a {
	background-color: #666;
}
#head .topmenu li.contact a:hover {
	background-color: #999;
}
#head .topmenu li.logout a {
	background-color: #EE821A;
}
#head .topmenu li.logout a:hover {
	background-color: #F4AC48;
}
#head .inner {
	padding: 15px 30px;
	overflow: auto;
}
#head .headlogo {
	float: left;
	width: 121px;
}
#head .usergmenu  {
	float: right;
	padding: 23px 0 0;
}
#head .usergmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 735px;
	height: 65px;
	border-left: 1px solid #AAA;
}
#head .usergmenu ul li {
	float: left;
	width: 104px;
	text-align: center;
	margin: 0;
	border-right: 1px solid #AAA;
}
#head .usergmenu ul li a {
	display: block;
	height: 65px;
	width: 100%;
}
#head .usergmenu ul li a:hover {
	background-color: #efefef;
}

#head .admingmenu {
	position: absolute;
	top: 33px;
	right:25px;
	width: 737px;
	height: 65px;
}
#head .admingmenu ul{
  zoom: 1;
  list-style-type: none;
  margin: 5px auto 30px;
  padding: 0;
	border-left: 1px solid #AAA;
}
#head .admingmenu ul:before, #head .admingmenu ul:after{
  content: "";
  display: table;
}
#head .admingmenu ul:after{
  clear: both;
}
#head .admingmenu ul li{
  position: relative;
  width: 183px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
	border-right: 1px solid #AAA;
}
#head .admingmenu ul li a{
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
#head .admingmenu ul li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-left: none;
}
#head .admingmenu ul li ul li{
  width: 100%;
  border-right: none;
}
#head .admingmenu ul li ul li a{
  padding: 11px 14px;
  border-top: 1px solid #CCC;
  background: #999;
  text-align: left;
  color: #FFF;
}
#head .admingmenu ul li:hover{
  background: #EEE;
}
#head .admingmenu ul li a:hover{
  background: #777;
}
#fade-in2 li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
}
#fade-in2 li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}


#foot  {
	background-image: url(../common/shadow.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 0px;
	padding: 30px 0;
	border-top: 10px solid #16509C;
	background-color: #FFF;
}
#foot ul {
	text-align: right;
	margin: -10px 40px 10px;
	list-style-type: none;
	border-right: 1px solid #AAA;
}
#foot ul li {
	display: inline-block;
	border-left: 1px solid #AAA;
	margin: 0;
	padding: 0;
}
#foot ul li a{
	padding: 3px 10px;
	color: #333;
	display: block;
}
#foot ul li a:hover{
	color: #666;
}

#head .login {
	background-image: none;
}
#content .login {
	text-align: center;
	margin: 60px 0;
	height: 380px;
}
#content .login #UserLoginForm  {
	margin: 20px 0;
}
#content .login #UserLoginForm #UserUserCode {
	border: 1px solid #999;
	display: block;
	margin: auto;
	padding: 0 15px;
	width: 300px;
	border-radius: 10px 10px 0 0;
	line-height: 25px;
	height: 45px;
	font-size: 18px;
}
#content .login #UserLoginForm #UserPassword {
	border: 1px solid #999;
	display: block;
	margin: auto;
	padding: 0 15px;
	width: 300px;
	border-radius: 0 0 10px 10px;
	border-top: none;
	line-height: 25px;
	height: 45px;
	font-size: 18px;
}


/*form調整*/
form {
     margin:0;
     padding:0;
     border:0;
     outline:0;
     font-size:100%;
     vertical-align:baseline;
     background:transparent;
}

select, input, textarea, button {
	vertical-align: middle;
	position: relative;
	margin: 0 4px 2px;
    margin-right:3px; 
	top: -1px;
}

input { 
     height: 16px; 
     line-height: 16px; 
}

button, input[type="button"] {
     overflow:visible; 
     height:22px;
     padding:0 3px;
}

select { 
     height: 20px; 
     line-height: 20px;
}



/*預け依頼*/
#content  {
	padding: 20px 30px;
	margin: 0;
}
#content #greeting h1 {
	font-size: 30px;
	line-height: 45px;
	color: #666;
	border-bottom: 1px solid #999;
}
#content #greeting {
	width: 500px;
	margin: 60px auto 40px;
	text-align: center;
}
#content ul.info {
	border-top: 1px solid #AAA;
	margin: 0 0 60px;
}
#content ul.info li .nomessege {
	text-align: center;
	margin: 50px auto;
}
#content h2  {
	font-size: 30px;
	line-height: 40px;
	color: #666;
	background-image: url(../common/pagetitle_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 40px;
	margin: 0 0 20px;
}
#content .proviso    {
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	margin: -20px 0 5px;
	padding: 0px;
}
#content .shipper   , #content .conditions{
	background-color: #15509C;
	overflow: auto;
	color: #FFF;
	padding: 10px 20px 6px;
	border-radius: 10px 10px 0 0;
	margin: 0px 0 0;
}
#content .shipper label  {
	padding: 0 10px 0 0;
}
#content ul   {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #EFEFEF;
}
#content ul li   {
	padding: 10px 20px;
	border-bottom: 1px solid #AAA;
	margin: 0;
	overflow: auto;
}
#content ul li:nth-child(even) {
	background: #f9f9f9;
}
#content ul li div {
	margin: 0px;
	padding: 10px 0;
	float: left;
	border-right: 1px solid #999;
}
#content ul li div div{
	margin: 0;
	padding: 0;
	float: none;
	border-right: none;
}
#content ul li .last {
	border-right: none;
	margin-right: -2px;
}
#content .w5   {
	width: 5%;
}
#content .w10   {
	width: 10%;
}
#content .w15   {
	width: 15%;
}
#content .w20   {
	width: 20%;
}
#content .w25   {
	width: 25%;
}
#content .w30   {
	width: 30%;
}
#content .w35   {
	width: 35%;
}
#content .w40   {
	width: 40%;
}
#content .w45   {
	width: 45%;
}
#content .w50   {
	width: 50%;
}
#content .w90   {
	width: 90%;
}
#content .w100   {
	width: 100%;
	border-right: none;
	border-top: 1px solid #999;
}
#content label   {
	padding: 0 5px 0 10px;
}
#content .first label , #content .w100 label    {
	padding-left: 0px;
}
#content input , #content textarea     {
	border: 1px solid #999;
	background-color: #FFF;
	margin-right: 10px;
	height: 26px;
}
#content textarea   {
	width: 90%;
}
#content select  {
	height: 28px;
	font-size: 12px;
	padding: 0px 15px 0px 5px;
	border: 1px solid #AAA;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	background-color: #FFF;
	background-image: url(../common/select_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #000;
}
#content .error-message   {
	background-color: #E7211A;
	display: block;
	color: #FFF;
	background-image: url(../common/attention_head.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	line-height: 20px;
	padding: 10px 10px 10px 40px;
	border-radius: 7px;
	border: none;
	float: none;
	clear: both;
}
#content .shipper   .error-message{
	background-color: #EE8219;
	margin: 7px 0 4px;
}
#content .command   {
	margin: 20px 0 40px;
	position: relative;
	height: 40px;
	width: 100%;
}
#content .command .submit    {
	position: relative;
	left: 45%;
	width: 10%;
}
#content .command .submit input    {
	background: #104E9E;
	display: block;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 10px 0px;
	line-height: 20px;
	font-size: 16px;
	height: 40px;
	border-radius: 5px;
	width: 100%;
}
#content .command .submit input:hover    {
	background-color: #4965AC;
}
#content .command .reset input    {
	float: right;
	background: #DDD;
	color: #333;
	padding: 5px 10px;
	font-size: 12px;
	margin: 4px 0 0;
	position: absolute;
	right: 0px;
	height: 30px;
	border: 1px solid #AAA;
	border-radius: 5px;
}
#content .command .reset input:hover    {
	background: #EEE;
}
#content .command .back a    {
	background: #DDD;
	color: #333;
	padding: 5px 10px;
	font-size: 12px;
	margin: 4px 0;
	position: absolute;
	height: 32px;
	border: 1px solid #AAA;
	border-radius: 5px;
	left: 0px;
	display: block;
	line-height: 20px;
}
#content .command .back a:hover    {
	background: #EEE;
}
#content #flashMessage    {
	padding: 10px;
	margin: 40px 0;
	background: #EE8219;
	text-align: center;
	border: none;
	text-shadow: none;
	color: #FFF;
	font-weight: bold;
	border-radius: 7px;
	font-size: 18px;
	line-height: 24px;
}
#content h3   {
	font-size: 24px;
	line-height: 30px;
	color: #666;
}
#content .conditions   div{
	float: left;
	line-height: 24px;
	margin-bottom: 4px;
}
#content .conditions   div.first{
	clear: left;
}
#content .conditions input[type="submit"] {
	height: 28px;
	padding: 2px 10px;
	float: right;
	border-radius: 5px;
}
#content .conditions input {
	color: #333;
}
#content .conditions div label {
	display: inline-block;
	padding: 0 5px 0 0;
	line-height: 28px;
}
#content .conditions div label.shipper {
	float: left;
}
#content .conditions .sel4  label{
	margin-right: 5px;
}
#container .nonpiped  {
	overflow: auto;
	padding: 10px 15px;
	background-color: #666;
	color: #FFF;
}
#container .nonpiped div {
	float: left;
}
#container .nonpiped div div{
	margin: 0 5px 0 0;
}
#container .nonpiped div input[type="radio"]{
	padding: 0;
	margin: 0;
}
#container .nonpiped div input[type="submit"], #container .nonpiped div input[type="button"]{
	padding: 3px 10px;
	border-radius: 5px;
	background: #EEE;
	color: #000;
}
#container .nonpiped div input[type="submit"]:hover, #container .nonpiped div input[type="button"]:hover{
	background: #DDD;
}
#container .nonpiped .submit {
	float: right;
}
#container .nonpiped div p{
	line-height: 28px;
	margin: 0 5px;
}
#content .textlist div {
	border-right: none;
}
#content .textlist li {
	padding: 0 20px;
}
#content .textlist li.itemname {
	border-bottom-style: 3px solid #999;
}
#content .textlist li.itemname div a{
	color: #14509B;
}
#content .textlist li.itemname div a:hover{
	text-decoration: underline;
}
#content .textlist li .w20.tooltip {
	margin: 0 2% 0 0;
	width: 18%;
}
#content .textlist li div  {
	line-height: 28px;
	vertical-align: middle;
}
#content .textlist li div  a{
	color: #333;
}
#content .textlist li .bot a {
	padding: 4px 4px;
	margin: 0 2px 0 0;
	border-radius: 5px;
	height: 28px;
	border: 1px solid #999;
	background: #FFF;
}
#content .textlist li .bot a:hover {
	background: #DDD;
}
#content .textlist li div input {
	padding: 0 3px;
	margin: 0 2px 0 0;
	border-radius: 5px;
	height: 28px;
}
#content p {
	margin: 9px 0;
}

input[type="checkbox"],
input[type="radio"] {
	border: none;
	top: 0px;
	top: 0\9;
	margin-right: 2px;
	margin-right: 0\9;
	height: 18px;
	transform-origin: right bottom;
	transform: scale( 1.2 , 1.2 );
}


/* Paging */
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
	height:40px;
	text-align: center;
	margin-bottom: 20px;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}


/** racknumber **/
#content ul.racknumber_top {
	background: #DDD;
	border-left: 1px solid #AAA;
	/* border-right: 1px solid #AAA; */
	border-bottom: 1px solid #AAA;
}
#content ul.racknumber_top li a:hover {
	background: #CCC;
}
#content ul.racknumber_top li{
	border: none;
	border-top: 1px solid #AAA;
	margin: 0;
	padding: 0;
	background: none;
}
/*
#content ul.racknumber_top li ul{
	margin: 0;
}
*/
#content .racknumber_top li a {
	display: block;
	padding: 0px 5px;
}
#content .racknumber_top li ul {
	background: #EEE;
}
#content ul.racknumber_top li ul li a:hover {
	background: #FFF;
}
/*
#content .racknumber_top li ul .racknumber_sub .racknumber_sub {
	margin: 0 0 0 15px;
}
*/

/** Add **/
#content ul.racknumber_top {
	width: 160px;
}
#content .racknumber_top li ul {
	position: absolute;
	top: 0;
	left: 160px;
	width: 160px;
}
#content ul.racknumber_sub {
	display: none;
	border-left: 1px solid #AAA;
	margin-left: -1px
}
#content ul.racknumber_sub li {
	overflow: visible;
	position: relative;
}
#content ul.racknumber_sub li ul {
	margin-top: -1px
}
a.asc:after {
    content: ' ⇡';
}
a.desc:after {
    content: ' ⇣';
}
.tooltip {
	white-space: nowrap;
	overflow: hidden;
}
ul.racknumber_top {
	position: absolute;
	background-color: #ffffcc;
	display: none;
	z-index: 999;
}
#content .textlist li .w15.tooltip {
	margin: 0 2% 0 0;
	width: 13%;
}
#content .textlist li .w25.tooltip {
	margin: 0 2% 0 0;
	width: 23%;
}
#content .textlist li .w30.tooltip {
	margin: 0 2% 0 0;
	width: 28%;
}
#content .textlist li .number {
	text-align: right;
	padding-right: 30px;
}
#content ul li input[type="number"] {
	text-align: right;
}
#content ul li input[type="number"].capacity {
	width: 100px;
}
#content ul li input[type="number"].display_order {
	width: 70px;
}
#content .textlist li button.bot {
	margin: 0 2px 0 -4px;
	padding: 0px 6px;
	border-radius: 5px;
	height: 28px;
	border: 1px solid #999;
	background: #FFF;
}
#content .textlist li button.bot {
	background: #DDD;
}
#content .textlist li input[type="checkbox"] {
	text-align: center;
}
#content .textlist li .w5.tooltip {
	margin: 0 1% 0 0;
	width: 4%;
}
#content .w7   {
	width: 7%;
}
#content .textlist li .w7.tooltip {
	margin: 0 2% 0 0;
	width: 5%;
}
#content .w8   {
	width: 8%;
}
#content .textlist li .w8.tooltip {
	margin: 0 2% 0 0;
	width: 6%;
}
#content .textlist li .w10.tooltip {
	margin: 0 2% 0 0;
	width: 8%;
}
#content .w70   {
	width: 70%;
}
#content .w80   {
	width: 80%;
}
#content .command .inputted {
	display: inline-block;
}
#content .command .inputted a    {
	background: #DDD;
	color: #333;
	padding: 5px 10px;
	font-size: 12px;
	margin: 4px 0;
	height: 32px;
	border: 1px solid #AAA;
	border-radius: 5px;
	left: 0px;
	display: block;
	line-height: 20px;
}
#content .command .inputted a:hover    {
	background: #EEE;
}
#content .conditions input[type="file"] {
	height: 24px;
}
#container .nonpiped div.select2-container {
	float: none;
}
#container .nonpiped label.shipper {
	background-color: transparent;
}
#content .conditions input[type="submit"]:hover, #content .conditions input[type="button"]:hover{
	background: #DDD;
}
#foot a {
	text-decoration: underline;
}
#content .proviso span.red {
	color: #ff0000;
}
#content input[type="checkbox"], #content input[type="radio"] {
	background-color: transparent;
}
#content .textlist input[type="checkbox"] {
	margin-left: 7px;
}
#content ul li span.red {
	color: #ff0000;
}
#content ul li span.message {
	margin-left: 4px;
	display: block;
}
#content input.document_code {
	width: 230px;
}
#content input.document_code180 {
	width: 180px;
}
.ui-dialog .ui-dialog-title {
	background-color: transparent;
}
.ui-button .ui-button-text {
	background-color: transparent;
}
.ui-button-text-only span.ui-button-text {
	padding-top: .2em;
	padding-bottom: 0;
}
