/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {
  background: url("/img/body.png") repeat scroll 0 0 #EEF2FB;
  font-family:"メイリオ", Meiryo,"Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Verdana,Arial,Helvetica,sans-serif;
  font-size:15px;
	margin: auto;
}
p{
	text-align:center;
}
a {
	color: #4591FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #066CFF;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {
	background:#fff;
	color: #555;
	font-size: 17px;
	padding:2px 10px 2px 10px;
  clear:both;
  width:200px;
  float:left;
}
h1 img{
  height:27px;
}
h2 {
	background:#fff;
	color: #000;
	font-size: 18px;
  background-image:url("/img/h2.png");
  background-repeat:no-repeat;
  background-position:0% 50%;
  padding:3px 0px 0px 32px;
  padding-left:32px;
  font-weight:bold;
  border-bottom:4px solid #ccc;
  clear:both;
}
h3 {
	background:#fff;
	color: #0099ff;
	font-size: 16px;
	margin-top:10px;
}
h4 {
	color: #FF9900;
	font-weight: normal;
	font-size:120%;
	border-bottom:1px solid #FF9900;
}
ul, li {
	//margin: 0 12px;
  list-style:none;
}

.cl{
  clear:both;
  height:1px;
}

.littlebig{
  font-size:120%;
}

.big{
  font-size:150%;
}

.red{
  color:#F00;
}

.blue{
  color:#00F;
}

/** Layout **/
#container{
  text-align:left;
  margin:0px;
	background: #efefef;
  background: url("/img/body.png") repeat scroll 0 0 #EEF2FB;
  margin-bottom:20px;
  position:relative;
    box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.25);
    -moz-box-shadow:  10px10px 10px 10px rgba(0,0,0,0.25);
    -webkit-box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.25);
}
#header{
	padding:10px 20px 10px 20px;
  background:#fff;
  margin:0px auto;
  clear:both;
  border-bottom:1px solid #efefef;
}

#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: none;
  margin:0px auto;
}

#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	background: #006837;
  border-top:1px solid #646464;
  color:#FFF;
}

#header #headerL{
  width:400px;
  float:left;
	background:#fff;
	color: #003d4c;
	font-size: 17px;
	padding:16px 10px 10px 10px;
  float:left;
}

#headerC{
  padding:5px;
  height:100px;
  border:2px solid #ffcccc;
  margin-top:10px;
  overflow:auto;
  font-size:12px;
}

#headerR{
  width:250px;
  float:right;
  text-align:right;
  padding:2px 10px 0px 0px;
}

#header #headerR span{
  display:inline-block;
  padding-top:13px;
}

#header #timer{
	width:220px;
	float:right;
	text-align:center;
  margin-top:10px;
  background-color:#FFF;
  border:2px solid #aaa;
  padding:1px 4px;
  color:#000;
  margin-right:10px;
}


#tabs{
	height:31px;
  color:#000;
  font-weight:bold;
  clear:both;
}

#tabs a{
  text-decoration:none;
}

#tabs #typemenu{
	float:right;
  text-align:right;
  width:80px;
  height:30px;
  display:block;
}
#tabs #typemenu a{
  color:#f00;
}



#childTabs{
	height:31px;
  color:#000;
  font-weight:bold;
  clear:both;
}

/* 
	LEVEL ONE
*/
ul.dropdown                         { margin:0px auto; float:left;}
ul.dropdown li                      { font-weight: normal; float: left; zoom: 1;  list-style:none;}
ul.dropdown li a                    { font-weight: normal; display: block; padding: 6px 28px 4px 28px; 
background-color:#CFEBF8;
	 								  color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { color: black; position: relative; }

ul.dropdown a{
    border: 0px solid #AAAC62;
    border-radius: 0px 0px 0px 0px;
    text-align:center;
/*
	background:#CFEBF9;
	background: -webkit-gradient(linear, left top, left bottom, from(#CFEBF9), to(#8DCAED));
  background: -moz-linear-gradient(center top , #CFEBF9, #8DCAED) repeat scroll 0 0 #8DCAED;
*/

}
ul.dropdown li.current a{
  color: #2187C7;
  background-image:url("/img/li.png");
  background-repeat:no-repeat;
  background-position:0% 50%;
}
ul.dropdown li.right{
  float:right;
}

ul.dropdown a:hover{
  color: #76AEFF;
  background-image:url("/img/li.png");
  background-repeat:no-repeat;
  background-position:0% 50%;
}

/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{border-right: none; width: 100%; display: inline-block; text-align:left;} 
ul.dropdown li.current ul  a{
   background: #f6f6f6;
  color: #000;
}

ul.dropdown li.current ul li.current  a{
  color: #fff;
	background:#006837;
}

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/*- Menu Tabs End  --------------------------- */

/** containers **/
div.form,
div.index,
div.view {
	clear:both;
	padding:0px 10px 10px 10px;
}
div.actions {
	clear:both;
	padding:10px;
}
.index div.actions {
	padding:10px 10px 10px 0px;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}


/* Tables */

table.index {
	background: #fff;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}

table.index th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}

table.index th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

table.index th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}

table.index tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 6px;
	text-align: center;
	vertical-align: top;
}

table.index tr td.price {
  text-align:right;
}
table.index td.centermiddle{
  text-align:center;
  vertical-align:middle;
}

table.index tr td.bottom {
  vertical-align:bottom;
}


table.index tr td.right {
  text-align:right;
}

table.index tr td.ablenum {
  font-size:18px;
  font-weight:bold;
  color:#00F;
}

table.index tr td.itemname {
  font-size:16px;
  font-weight:bold;
  color:#888;
}

table.index tr td.clientname {
  font-size:16px;
  font-weight:bold;
  color:#4591FF;
  text-align:left;
}

table.index tr td.ordernum {
  font-size:16px;
  font-weight:bold;
  color:#4591FF;
}

table.index tr td.ableshipnum {
  font-size:16px;
  font-weight:bold;
  color:#f00;
}

table.index tr td.bold {
  font-weight:bold;
  font-size:16px;
}

table.index tr.altrow td {
	background: #f4f4f4;
}

table.index td.actions {
	text-align: center;
	white-space: nowrap;
  vertical-align:middle;
}

table.index td.actions a {
	margin: 0px 6px;
}

table.index td.left{
  text-align:left;
}

table.index td.right{
  text-align:right;
}

table.index tr.orderrow td{
  background-color:#F00;
}

table.index tr.stocktitle th{
  border-top:2px solid #000;
}

table.index tr td .num{
  margin-top:5px;
}



.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
  font-family:"メイリオ", Meiryo,"Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Verdana,Arial,Helvetica,sans-serif;
}
.cake-sql-log caption {
	color:#fff;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 5px;
  text-align:center;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}


/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 100%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 300px;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	clear: both;
	padding: 0;
	width: 100%;
}
fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 16px 20px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */

}
fieldset legend {
	background:#fff;
	color: #066CFF;
	font-weight: bold;
  font-size:120%;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}

form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear:none;

	padding: 10px;
	display:inline;
}
label {
	display: block;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
  font-family:"メイリオ", Meiryo,"Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Verdana,Arial,Helvetica,sans-serif;
	padding: 3px;
}
input.right{
  text-align:right;
}

input:focus, textarea:focus {
  background-color: #E8F8FF;
}


select {
	clear: both;
	vertical-align: text-bottom;
  font-family:"メイリオ", Meiryo,"Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Verdana,Arial,Helvetica,sans-serif;
}
select:focus {
  background-color: #E8F8FF;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
optgroup option {
	padding-left:20px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	display:inline;
	margin: 0 20px 6px 0px;
	content: '';
}

form div.radio label:after {
	color: #000;
	content: none;
	display:inline;
}


input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit] {
	background:#62af56;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
	border-color: #2d6324;
	color: #444;
	text-shadow: #8cee7c 0px 1px 0px;
  font-weight:bold;
  font-size:110%;
  padding:5px 20px;
}
form .submit input[type=submit]:hover {
	background:#4ca83d;
	background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
}

/** Notices and Errors **/
div.message {
  background-color:#FFD9D9;
  border:1px solid #CC0000;
  margin:0 auto 20px;
  background-image:url(/img/error.png);
  background-repeat:no-repeat;
  background-position: 10px 50%;
  font-weight:bold;
  font-size:120%;
  text-indent:55px;
  color:#FF5050;
  width:94%;
  padding-top:2px;
  line-height:45px;
}
.success {
  background-color:#EBFADA;
  border:1px solid #C0DBB9;
  margin:0px auto 20px;
  padding:20px 30px 20px 0;
  background-image:url(/img/success.png);
  background-repeat:no-repeat;
  background-position: 10px 50%;
  font-size:120%;
  color:#497D26;
  font-weight:bold;
  padding: 12px 0 12px 60px;
  line-height:1.6em;
}

div.error-message {
	clear: both;
	font-weight: bold;
  color:#666;
  border:1px solid #F00;
  margin:4px;
  background-color:#ff9999;
  text-align:left;
}
p.error {
	background-color: #e32;
	color: #fff;
  font-family:"メイリオ", Meiryo,"Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Verdana,Arial,Helvetica,sans-serif;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
  font-family:"メイリオ", Meiryo,"Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Verdana,Arial,Helvetica,sans-serif;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

/**  Actions  **/
div.actions ul {
	margin: 0;
	padding: 0;
}
div.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
	display:inline;
}
div.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}
div.actions ul li a:hover {
	text-decoration: underline;
}

input[type=submit],
div.actions ul li a,
td.actions a ,
button.actions{
	font-weight:normal;
	padding: 3px 4px;
	background:#e6e49f;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1d4), to(#e6e49f));
	background-image: -moz-linear-gradient(top, #f1f1d4, #e6e49f);
	color:#333;
	border:1px solid #aaac62;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	text-decoration:none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	display:inline;
  font-weight:bold;
  font-size:110%;
  padding:5px 20px;
}

td.actions a {
  font-weight:normal;
  font-size:90%;
	padding: 3px 4px;
}

button.actions {
  font-weight:normal;
  font-size:100%;
	padding: 3px 4px;
}
input[type=submit]:hover,
div.actions ul li a:hover,
td.actions a:hover
button.actions:hover{
	background: #f0f09a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7e1), to(#eeeca9));
}

/** Related **/
div.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

.confirm_input{
	margin:10px;
	padding:5px;
	border:1px solid #eee;
}

.backbutton{
	border: 0;
	clear:none;
	padding: 10px;
	display:inline;
	float:left;
}

.backbutton input[type=button] {
	font-size:14px;
    background: -moz-linear-gradient(center top , #F1F1D4, #E6E49F) repeat scroll 0 0 #E6E49F;
    border: 1px solid #AAAC62;
    border-radius: 8px 8px 8px 8px;
    color: #333333;
    display: inline;
    font-weight: normal;
    min-width: 0;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
	background:#62af56;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
	border-color: #2d6324;
	color: #000;
	text-shadow: #8cee7c 0px 1px 0px;
}
.backbutton  input[type=button]:hover {
	background:#4ca83d;
	background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
}

table.input_table_waku{
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
}

table.input_table_waku th{
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  text-align:center;
  padding:10px;
  background-color:#417CB7;
  color:#FFF;
}

table.input_table_waku td{
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding:10px;
}

#preview_box{
  padding:10px;
  background-color: #4C8B02;
}


#preview{
  background-color: #FFF;
  width:770px;
  border:2px solid #aaa;
  margin:auto;
  font-size:12px;
}

#preview #headimg{
  border-bottom:1px solid #009245;
  text-align:center;
}

#preview .left_box{
    float: left;
    margin-left: 10px;
    width: 360px;
}

#preview .right_box{
    float: right;
    margin-left: 10px;
    width: 360px;
}

.care{
  color:#999;
}

.attention{
  color:#F00;
}


div#sort_box .sort_div {
    background-color: #CCCCCC;
    border: 1px solid #ABD3E5;
    cursor: move;
}


  #calendar{
    width:100%;
    margin:auto;
    margin-top:20px;
  }
  #calendar_table{
    border-bottom:1px solid #999;
  }
  #calendar table{
    width:100%;
    table-layout: fixed;
  }

  #calendar table tbody td{
    border-right:1px solid #999;
    border-top:1px solid #999;
    padding:2px 2px;
  }

  #calendar table tbody th{
    text-align:center;
  }

  #calendar table tbody th.sunday{
    color:#FF0000;
  }
  #calendar table tbody th.saturday{
    color:#0000FF;
  }

  #calendar table .title{
    font-weight:bold;
    text-align:center;
    font-size:18px;
    padding-bottom:10px;
  }
  #calendar table .day .day_rokuyou{
    font-size:12px;
    vertical-align:bottom;
    border:none;
    text-align:right;
  }
  #calendar table .day .day_day{
    font-weight:bold;
    font-size:16px;
    border:none;
  position:relative;
  }
  #calendar table .day .day_pencil{
    text-align:right;
    border:none;
  }

  #calendar table .day .day_day{
    width:20px;
  }
  #calendar table .day .day_day a{
    text-decoration: none;
    font-size:20px;
    color:#000000;
  }


  #calendar table .sunday .day_day a{
    color:#FF0000;
  }
  #calendar table tbody td.sunday{
    border-left:1px solid #999;
  }

  #calendar table .saturday .day_day a{
    color:#0000FF;
  }



  #calendar table .day .day_content{
    font-weight:bold;
    text-align:right;
    height:50px;
    vertical-align:top;
    font-size:20px;
  }
  #calendar table .day .day_content td{
    border:none;
  }

  #calendar table .day .day_plans{
    border-top:1px solid #999;
  }
  #calendar table .day .day_plans td{
    border:none;
  }


#calendar table .day tr.holiday .day_day a{
  color:#F00;
}

#calendar table .day tr.holiday .national{
  color:#F00;
}

.num{
  text-align:right;
}

/* 検索ボックス */
.open_search{
  padding:5px 0px 5px 0px;
  text-align:right;
}
.open_search span{
  background-image: url("/img/icon/search.png");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding:2px 0px 2px 30px;
  cursor: pointer;
}


.search_box{
  border:2px solid #aaa;
  padding:5px;
  margin:5px 0px;
  display:none;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);

}

.nonone{
  display:block;
}

.search_box label {
display:inline;
font-size:110%;
padding-right:20px;
}

.search_box input {
  clear:both;
  display:inline;
  font-family:"メイリオ", Meiryo,"Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Verdana,Arial,Helvetica,sans-serif;
  font-size:100%;
  padding:2px;
}

.search_box textarea {
  clear:both;
  display:inline;
  font-family:"メイリオ", Meiryo,"Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Verdana,Arial,Helvetica,sans-serif;
  font-size:100%;
  padding:2px;
}

.search_box form {
  clear:both;
  margin-right:20px;
  padding:0;
  width:100%;
}

.search_box table td{
  padding:5px;
}


.search_box2{
  border:2px solid #aaa;
  padding:5px;
  margin:5px 0px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);

}

.nonone{
  display:block;
}

.search_box2 label {
display:inline;
font-size:110%;
padding-right:20px;
}

.search_box2 input {
  clear:both;
  display:inline;
  font-family:"メイリオ", Meiryo,"Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Verdana,Arial,Helvetica,sans-serif;
  font-size:100%;
  padding:2px;
}

.search_box2 textarea {
  clear:both;
  display:inline;
  font-family:"メイリオ", Meiryo,"Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Verdana,Arial,Helvetica,sans-serif;
  font-size:100%;
  padding:2px;
}

.search_box2 form {
  clear:both;
  margin-right:20px;
  padding:0;
  width:100%;
}

.search_box2 table td{
  padding:5px;
}


.fixed {
    border: 2px solid #FF3300;
    overflow-x: scroll;
}

.event {
  display: none;
  z-index: 2;
  position: absolute;
  padding: 10px;
  background: #ffc;
  border: 1px solid #fc6;
}

.dayvisit{
  color:#0099FF;
}


#order_box{
  margin:0;
  padding:0;
}

#order_box .title{
  font-size:20px;
  text-align:center;
  font-weight:bold;
  margin:0;
  padding:0;
}

#order_box #client_box{
  clear:none;
  float:left;
  width:65%;
  font-weight:bold;
  color:#777;
}

#order_box #client_box select{
}

#order_box #client_box table{

}

#order_box #client_box table th{
  padding:10px;
  border-bottom:2px solid #888;
}

#order_box #client_box table td{
  padding:10px;
  border-bottom:2px solid #888;
}

#order_box #right_box{
  clear:none;
  float:right;
  width:30%;
  font-weight:bold;
  color:#777;
}

#order_box #right_box table{

}

#order_box #right_box table th{
  padding:10px;
}

#order_box #right_box table td{
  padding:10px;
}




#order_box #detail_box table{
  clear:both;
  width:100%;
  border-top:2px solid #aaa;
  border-left:2px solid #aaa;
  border-right:1px solid #aaa;
  border-bottom:1px solid #aaa;
}

#order_box #detail_box table th{
  border-right:1px solid #aaa;
  border-bottom:1px solid #aaa;
  text-align:center;
  background-color:#EFEFEF;
}

#order_box #detail_box table td{
  border-right:1px solid #aaa;
  border-bottom:1px solid #aaa;
  text-align:center;
  padding:4px 4px;
}

#order_box #detail_box table td.left{
  text-align:left;
}

#order_box #detail_box table td.right{
  text-align:right;
}

#order_box #detail_box table td.num{
  font-size:20px;
  font-weight:bold;
  color:#888;
}

#order_box #detail_box table td.itemname{
  font-size:17px;
  font-weight:bold;
  color:#006837;
}



#order_box #detail_box input {
  border: 1px solid #999999;
  clear: both;
  display: inline;
  padding: 0;
}


#order_box #detail_box select {
  border: 1px solid #999999;
  clear: both;
  display: inline;
  padding: 0;
  margin-bottom:3px;
}

#order_box #detail_box div.right{
  text-align:right;
  margin:20px 0px;
  padding:0px;
}

.stockTable{
  padding:0px;
  margin:10px 0px;
}

#detail_box{
  padding:0px;
}



#shipCountHeader{
  color:#888;
  font-weight:bold:
}

#shipCountHeader span{
  color:#000;
  font-size:120%;
}


.clientName{
  text-align:left;
  font-size:120%;
  background-color:#fff;
  padding:5px;
	border-bottom: 1px solid #aaa;
  margin-bottom:10px;
  font-weight:bold;
  vertical-align:middle;
}

/* フロー */
.flow{
  background-color:#efefef;
  padding:10px;
  margin-bottom:20px;
}
.flow ul{
  list-style:none;
}

.flow ul li{
  float:left;
  width:202px;
	color:#aaa;
  text-align:center;
	text-decoration:none;
  font-weight:bold;
  background-image: url("/img/flow/li.png");
  background-repeat: no-repeat;
  background-position: left top;
  height:37px;
  font-size:18px;
  margin-right:20px;
  padding:8px 0px 0px 0px;
}

.flow ul li.current{
  background-image: url("/img/flow/current.png");
  background-repeat: no-repeat;
  background-position: left top;
	color:#fff;
}

.flow ul li.end{
  background-image: url("/img/flow/end.png");
  background-repeat: no-repeat;
  background-position: left top;
}

.check_input{
  font-size:18px;
  padding:2px;
}

#claimTitle{
  font-size:140%;
  font-weight:bold;
  text-align:center;
}

#claimDate{
  text-align:right;
  padding:5px 40px;
}

#claimClient{
  clear:none;
  width:400px;
  float:left;
  margin:10px 0px 0px 0px;
}

#claimClient .name{
  border-bottom:2px solid #aaa;
  font-size:120%;
  padding:0px 0px;
}

#claimOwner{
  clear:none;
  width:400px;
  float:right;
  margin:40px 0px 20px 0px;
}

#orderClientList{
  margin:20px 0px 0px 60px;
}

#orderClientList li{
  padding:2px 0px;
  display:inline-block;
  width:550px;
}

#orderClientList li a{
  font-weight:normal;
}


#clientOrderTabs{
  margin-top:20px;
}

ul.order_flow{
  display:table;
  width:100%;
  border-bottom:3px solid #0a8802;
  margin-bottom:20px;
}

ul.order_flow li{
  display:table-cell;
  float:left;
  font-size:20px;
  text-align:center;
  padding:10px 70px;
  margin-right:20px;
  color:#fff;

  background-image:-moz-linear-gradient(top, #FAD502, #E89502);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FAD502), to(#E89502), color-stop(1,#E89502));

    -webkit-border-top-right-radius: 160px;
    -khtml-border-radius-topright: 160px;   
    -moz-border-radius-topright: 160px;
    border-top-right-radius: 160px;
     
    -webkit-border-top-left-radius: 20px;
    -khtml-border-radius-topleft: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
 
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-radius-bottomright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
     
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;

      text-shadow: 1px 1px 3px #000;  
  font-weight:bold;
}

ul.order_flow li.current{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0a8d02), color-stop(0.00, #8df57a));
  background: -webkit-linear-gradient(#8df57a, #0a8d02);
  background: -moz-linear-gradient(#8df57a, #0a8d02);
  background: -o-linear-gradient(#8df57a, #0a8d02);
  background: -ms-linear-gradient(#8df57a, #0a8d02);
  background: linear-gradient(#8df57a, #0a8d02);
}


.linethrough{
  text-decoration:line-through;
}


.menuList{
  margin:20px 0px;
}

.menuList a{
  display:inline-block;
  width:420px;
  border:1px solid #aaa;
  margin-right:20px;
  margin-bottom:20px;
  padding:10px;
}
.menuList a span{
  color:#000;
  font-size:120%;
}
.menuList a:hover span{
  color:#76AEFF;
}
.menuList div{
  font-weight:normal;
  color:#888;
}

.jqDockLabel {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    padding: 3px 2px;
    font-size:13px;
}

#dockContainer #jqDock .jqDock{
  z-index: 10000;
}

.normalfont{
  font-size:15px;

}

.shipbox{
  margin:0px;
  padding:0px;
}

.shipbox #head{
  display:table;
  width: 100%;
  table-layout: fixed;
}

.shipbox #head div{
  display:table-cell;
  margin:0px;
  padding:0px;
}

.shipbox #head #client{
  vertical-align:top;
}

.shipbox #head #title{
  text-align:center;
}

.shipbox #head #title{
  font-size:20px;
  text-align:center;
}

.shipbox #head #title input{
  font-size:20px;
  text-align:center;
}

.shipbox #head #ship_date{
  text-align:right;
}


.shipbox #head #ship_date table th{
  text-align:right;
  font-weight:normal;
}

.shipbox #head #ship_date table td{
  text-align:left;
  padding:5px;
}


.communication{
    background: none repeat scroll 0 0 #efefef;
    border: 2px solid #ccc;
    clear: both;
    color: #000000;
    font-size: 120%;
    font-weight: normal;
    margin: 10px 0;
    padding: 5px;
}

.ui-widget-content .red a{
  color:#F00;
}


table.production{
  width:100%;
  border-left:1px solid #aaa;
  border-top:1px solid #aaa;
  margin:30px 0px;
}

table.production tr{

}

table.production tr:nth-child(odd) {
}

table.production tr th{
	background: #efefef;
  padding:10px;
  box-sizing:border-box;
  text-align:left;
  font-weight:bold;
  border-right:1px solid #aaa;
  border-bottom:1px solid #aaa;
}

table.production tr td{
  padding:10px;
  box-sizing:border-box;
  text-align:left;
  border-right:1px solid #aaa;
  border-bottom:1px solid #aaa;
}

table.production tr td.text-right{
  text-align:right;
}

table.production tr td.text-right input{
  text-align:right;
}




