.sl li{
	width: 150px;
}

.overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.rtn_btn{
	float: right;
}

#btn_toolbar{
	text-align:center;
	margin-bottom: 15px;
}

.regist{
	margin-bottom: 5px;
}

.rg_btn{
	margin-left: 5px;
	margin-bottom: 3px;
}

.gr_rgst{
	float: right;
	padding-top: 5px;
}

.rgbtn{
	margin-left: 5px;
	margin-bottom: 5px;
}

/*必須項目の設定*/
.hissu{
	font-weight: bold;	/* 文字の太さ */
	color:maroon;	/* 文字色 */
}

.divhissu{
	margin-left: inherit;
	margin-bottom: 3px;
}

.divnowrap{
	width: 20%;
	margin-left: 58px;
}

/* 項目名の先頭に文字列を付ける */
.hissu:before{
	content: "必須";	/* 付けたい文字列 */
	color: red;		/* 文字色 */
	font-size: 80%;
	padding: 2px 5px;
	margin-right: 5px;
	border: solid 1px #ff0000;
}

.kiyaku{
	border: solid 2px #ff0000;
	background-color: red;
	text-align: center;
	font-size: 129%;
	font-weight: bold;
	color: white;
}

.deleted:before{
	content: "削除済";	/* 付けたい文字列 */
	color: red;		/* 文字色 */
	font-size: 80%;
	padding: 2px 5px;
	margin-right: 5px;
	border: solid 1px #ff0000;
}

.stamp_ul li,.kanban_ul li,.price_ul li{
	list-style-type : none;
	float : left;
	width : 160px;
	padding : 0px 5px;
}

.m-top-10{
	margin-top:10px;
}

.m-top-5{
	margin-top:5px;
}

.m-right--25{
	margin-right:-25px;
}

.m-left-20{
	margin-left: 20px;
}

.m-left-60{
	margin-left: 60px;
}

.sample {
    width:143px;
	height: 30px;
	font-size: 12px;
    font-weight:normal;
    text-decoration:none;
    text-align:center;
    color:#fff;
    background-color:#49a9d4;
    border-radius:20px;
}

.new-aqua {
  width: 155px;
  height: 35px;
  font-size: 12px;
  background: #cde;
  border: 2px solid #ccc;
  border-color: #8ba2c1 #5890bf #4f93ca #768fa5;
  font: 600 16px/1 Lucida Sans, Verdana, sans-serif;
  color: #fff;
  text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px;
  box-shadow: 0 10px 16px rgba(66, 140, 240, 0.5), inset 0 -8px 12px 0 #6bf, inset 0 -8px 0 8px #48c, inset 0 -35px 15px -10px #7ad;
  -moz-box-shadow: 0 10px 16px rgba(66, 140, 240, 0.5), inset 0 -8px 12px 0 #6bf, inset 0 -8px 0 8px #48c, inset 0 -35px 15px -10px #7ad;
  -webkit-box-shadow: 0 10px 16px rgba(66, 140, 240, 0.5), inset 0 -8px 12px 0 #6bf, inset 0 -8px 0 8px #48c, inset 0 -35px 15px -10px #7ad;
}
.new-aqua:hover {
  text-shadow: rgb(255, 255, 255) 0px 0px 5px;
}