/*
 Share Style [
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
body {
	background:#FFF url(/image/bg_body.png) repeat-y center top;
	font-family: Verdana,sans-serif;
	font-size:80%;
	color: #333333;
}
body#admin {
	font-size:90%;
}
html {
	overflow-y:scroll;
}
h1,h2,h3,h4,h5,h6 {
}
p,li,dt,dl {
	line-height:1.6;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
address {
	font-style:normal;
}
select{
		font-family: Verdana,sans-serif;
}
.clear {
	clear:both;
}
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
label{
	cursor:pointer;
}
.error{
	font-weight:bold;
	color: #C00;
	padding-left:4px;
}
label.error{
	font-size:90%;
}
legend{
	padding:0 20px;
	margin-left:10px;
}
.mlrecord table{
	margin:10px;
	margin-left:20px;
}
input{
	padding:2px;
}

/*
 Link Color [
----------------------------------------------------------- */
a:link {
	color:#AE8B00;
	text-decoration:none;
}
a:visited {
	color:#AE8B00;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#666;
}

/*
 container [
----------------------------------------------------------- */
#container {
	background:#fff url(/image/bg_container.png) repeat-y center top;
	padding-bottom: 40px;
}

/*
 Head [
----------------------------------------------------------- */
#head {
	background:#fff url(/image/bg_head.png) no-repeat center -5px;
	height: 25px;
}
/*
 gNavi [
----------------------------------------------------------- */
#gNavi {
	background:#fff url(/image/rogo.gif) no-repeat left top;
	margin: 0px auto;
	width: 780px;
	height: 110px;
}
#gNavi ul {
	float: right;
}
#gNavi li {
	display: block;
	float: left;
	margin-left: 18px;
}
#gNavi li.user {background:url(/image/link_user.png) no-repeat left top;}
#gNavi li.stock {background:url(/image/link_stock.png) no-repeat left top;}
#gNavi li.inquiry {background:url(/image/link_inquiry.png) no-repeat left top;}
#gNavi li a {
	width: 124px;
	height: 26px;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	text-indent: -7000em;
}
#admin #gNavi li a {
	text-indent: 0em;
	text-align:center;
}
#gName {
	clear: both;
	float: right;
	background: url(/image/bg_name.png) no-repeat left top;
	width: 250px;
	height: 35px;
	margin-top: 15px;
	padding-top: 0px;
	font-size: 130%;
}
#gName p {
	display: block;
	margin-left: 63px;
	margin-right: 37px;
	text-align: center;
}
/*
 main [
----------------------------------------------------------- */
#main {
	margin: 0px auto;
	width: 720px;
}
#admin #main {
	margin: 0px auto;
	width: 750px;
}
/*
 side [
----------------------------------------------------------- */
#side {
}

/*
 foot [
----------------------------------------------------------- */
#foot {
	background:#fff url(/image/bg_foot.png) no-repeat center top;
	margin: 0px auto;
	height: 80px;
	text-align: center;
}
#foot div {
	width: 780px;
	margin: 0px auto;
	position: relative;
	text-align: right;

}
#foot p {
	padding-top: 30px;
	color: #AE8B00;
}

/*
 admin [
----------------------------------------------------------- */
#admin .font_s{
	font-size:12px;
}
#admin h1{
	font-size:180%;
	margin-bottom:4px;
}
#admin h1 span{
	font-size:13px;
	font-weight:normal;
	margin-left:10px;
}
#admin h2{
	padding:0;
	margin:10px 0 0 0;
	padding-left:10px;
	font-weight:bold;
}
#admin form .form_btn{
	padding:4px;
	margin:4px;
}
#admin form .form_icon{
	padding-right:4px;
}


#admin #gNavi{
	height:65px;
	background:url(image/rogo_s.png) left top no-repeat;
}
#admin table {
	border-collapse: collapse;
	empty-cells: show;
	border-top: 1px solid #BAAF98;
	border-left: 1px solid #BAAF98;
	line-height:140%;
}

#admin table td,#admin table th,#admin form table td {
	padding: 4px;
	border-right: 1px solid #BAAF98;
	border-bottom: 1px solid #BAAF98;
}
#admin form table td {
	font-weight:normal;
}
#admin table .td_stock_img img{
	max-width: 500px;
	min-width: 400px;
}
#admin table#stock td a:hover img {
	filter: saturate(150%);
}
#admin table#stock td.shoe_img img{
	width: auto;
	height: 65px;
}
#admin table#stock .bg_wht{
	background-color: #fff;
}
#admin table#stock .sold {
	background-color: #FFE8E8;
	color: #CC6666;
}
#admin table#stock .hide {
	background-color: #ddd;
	color: #777;
}
#admin table#stock .tag_red{
	color: red;
	font-weight: bold;
}
#brand_select {
	font-size: 60%;
}
#example ul li {
	float:left;
}
#example table {
	width:100%;
}
#add_toggle,#add_toggle2{
	cursor:pointer;
}

#admin .ui-widget-content td{
	text-align:center;
}
#admin .ui-widget-content td.left_txt{
	text-align:left;
}
#admin .ui-widget-content td a{
	display: block;
	width:100%;
	height:100%;
}
#admin #sales_download dt{
	font-weight:bold;
}
#admin #sales_download dd{
	padding-left:40px;
	margin-bottom:10px;
}
#admin #record_add table{
	line-height:120%;
}
#admin #record_add .record_add_title  {
	background-color: #BAAF98;
	color: #fff;
	font-size:80%;
	letter-spacing:5px;
	height:10px;
}
#admin #record_add strong{
	color:#C00;
}

#admin hr{
	margin-bottom:6px;
	color:#CCC;
	height:1px;
}
#admin .preview_box table{
	border:none;
}
#admin .preview_box td{
	border:none;
}

#admin #main{
	position:relative;
}

#admin #table50{
	width:100%;
}
#admin table caption{
	margin-left:0;
	text-align:left;
	font-weight:bold;
	width:100%;
}
#admin table th{
	background-color:#EFE8CC;
}
#admin table td.bdr{
	height:1px;
	padding:0;
	background-color:#EFE8CC;
}
#admin textarea{
	font-size:13px;
	width:100%;
}
#mob_send textarea{
	font-size:13px;
	width:auto;
}
#admin .font_large{
	font-size:14px;
}
#admin .name_wide{
	width:100px;
}

#admin .login_box label{
	display:inline-block;
	width:60px;
	margin-bottom:15px;
	
}

.blk_search input {
    height: 1.8rem;
    padding: 2px 4px;
    box-sizing: border-box;
    vertical-align: text-bottom;
}

/*
 販売履歴
----------------------------------------------------------- */
#daily_select{
	float:left;
	margin:20px 0 0 0;
	font-size:16px;
}
#daily_select select{
	font-size:18px;
}

#admin .daily_kousei{
	float:right;
	position:relative;
	top:0px;
	margin:0 0 -20px 0;
	display:block;
}
#admin .daily_add label{
	font-size:12px;
}
#admin .daily_kousei td{
	font-size:12px;
	padding: 2px 4px;	
}
.calc_error{
	background:#F00;
	color:#FFF;
}
#admin h2.daily_today{
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding:0 0 3px 2px;
}


/*
 業務日報
----------------------------------------------------------- */
#daily_edit table table{
	margin-bottom:30px;
}
#admin table.daily_report, #admin table.daily_report th, #admin table.daily_report td{
	border:none;
}
#admin table.daily_report th{
}
#admin table.border_off {
	border:none;
}

#admin table.border_off td,#admin table.border_off th,#admin form table.border_off td {
	border:none;
}

#admin table.border_on {
	border-collapse: collapse;
	empty-cells: show;
	border-top: 1px solid #BAAF98;
	border-left: 1px solid #BAAF98;
	line-height:140%;
}

#admin table.border_on td,#admin table.border_on th,#admin form table.border_on td {
	padding: 4px;
	border-right: 1px solid #BAAF98;
	border-bottom: 1px solid #BAAF98;
}




/*
 送信済み
----------------------------------------------------------- */
.dm_detail_title{
	font-size:130%;
}
.dm_detail_viewbox a:link{
	color:#0000ff;
}
.dm_detail_viewbox a:visited{
	color:#0000ff;
}
#keitai_view{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height:1.1;
	width:240px;
}
#keitai_view img{
	margin:4px 0;
}


/*
 デコメページ
----------------------------------------------------------- */
form#mob_send{
	position:relative;
	padding-left:60px;
}
form#mob_send h2{
	margin-left:-50px;
}
textarea#user{
	height:150px;
}
#tmp_img1{
	position: absolute;
	top:425px;
	left:60px;
	z-index:50;
}
#tmp_img2{
	position: absolute;
	top:1086px;
	left:60px;
	z-index:60;
}
.img_pre{
	height:200px;
	width:200px;
	border:1px dashed #aaa;
}
.img_pre div span{
	display:block;
	padding-top:10px;
	padding-left:10px;
}
	
#colorpicker{
	position:relative;
	left:80px;
	top:-20px;
}
#box_preview{
	background:#FFF;
	position:fixed;
	left:53%;
	top:125px;
	width:260px;
	text-align:center;
}
#box_preview iframe{
	border:4px solid #eee;
}
/*
 CKEditor [
----------------------------------------------------------- */
.cke_show_borders div{
}
#admin .cke_1_dialog cke_editor_message_dialog cke_skin_v2 td{
	padding:0px;
	border:none!important;
}
#admin table.cke_dialog cke_browser_gecko cke_ltr cke_single_page{
	border:none!important;
}
/*
 TinyMce [未使用
----------------------------------------------------------- */
.mceLayoutl table{
	padding:0!important;
}
	
.mceLayout td{
	padding:0!important;
	border:none!important;
}
.mceToolbar{
	padding:0!important;
	border:none!important;
}
/* TinyMCE specific rules */
body#tinymce{
	font-size:14px;
}


/*
 CHECK [
----------------------------------------------------------- */
.chk_ok {
	color:#009900;
}
.chk_error {
	color:#FF0000;
}
/*
 etc [
----------------------------------------------------------- */
h2 {
	font-size: 140%;
	font-weight: normal;
	padding-top: 20px;
	margin-bottom: 15px;
}
h3 {
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 6px;
}

h3.strong {
	font-weight: bold;
	color: #AE8B00;

}
table.center {
	margin: 0px auto;
}
table.size {
	clear: both;
	border-top: 1px solid #DDD8CC;
	border-left: 1px solid #DDD8CC;
	border-collapse: separate;
	empty-cells: show;
}
table.size td {
	background-color: #FCFBF8;
	border-right: 1px solid #DDD8CC;
	border-bottom: 1px solid #DDD8CC;
	padding: 2px;
}
table.size th {
	background-color: #F8F5ED;
	border-right: 1px solid #DDD8CC;
	border-bottom: 1px solid #DDD8CC;
	padding: 4px;
	font-weight: normal;
}
.size_note {
	display: block;
	margin: 0 auto;
	width: 90%;
	text-align: right;
	font-size: 80%;
	color: #838383;
}

div.item {
	word-wrap: break-word;
	word-break: break-all;
	float: left;
	background:#fff url(/image/bg_item.png) no-repeat center top;
	width: 235px;
	height: 230px;
	font-size: 80%;
	line-height: 130%;
	text-align: center;
	position: relative;

}
div.item .image{
	margin: 8px auto 4px auto;
}
div.item div div.soldout {
	position: absolute;
	top: 60px;
	left: 50px;
	z-index: 10;
}
div.item a {
	font-weight: bold;
}
div.item_main {
	height: 270px!important;
	margin-bottom: 20px;
}

div.item_main .image {
	margin-top: 25px;
}
div.item_main .item_order {
	position: absolute;
	bottom: 0px;
	left: 28px;
}

#item_detail {
	float: right;
	width: 450px;
}
#item_detail .strong {
	color: #AE8B00;
}

table#carte td {
	border-bottom: 1px solid #BBBBBB;
}

table#shoe_tree {
	background-color: #F8F5ED;
	border: 1px solid #DDD8CC;
}
table#shoe_tree td {
	line-height: 130%;
	padding: 4px;
}
p.hr {
	background: #fff url(/image/hr.gif) no-repeat center center;
	margin: 20px 0px;
}

form table td {
	padding: 12px;

}
form .sub {
	display: inline;
	font-size: 82%;
	color: #666666;
}

#record_sort p{
	margin: 0px;
	padding: 5px;
}


.break_before{
	page-break-before: always;
}

.break_after{
	page-break-after: always;
}



/*
Tag Page
----------------------------------------------------------- */
#tags{
	background:none;
}
#tag_wrap{
}
.tag{
	width:122px;
	min-height:120px;
	border:1px solid #000000;
	float:left;
	text-align:center;
	color:#000000;
}
.tag_img{
	background-color:#FFFFFF;
	-ms-interpolation-mode: bicubic;
	padding:2px 0;
	min-height: 93px;
}
.tag_img strong{
	display:inline-block;
}
.tag_img img{
	padding:2px;
	max-width:94px;
	max-height:70px;
}
.tag_price{
	padding:2px;
	font-weight:bold;
	border-top:2px solid #000000;
}
.tag_sale{
	background-color:#FF0000!important;
}
.fl_clear{
	clear:both;
}
#no_result{
	margin:10px;
}

/*
Extend
----------------------------------------------------------- */
body#ext{
	background: #FC6;
	padding:5px 0 0 10px;
}
#ext h1{
	font-size:14px;
}
#ext table{
	border-collapse: collapse;
}
#ext .item_tbl{
	margin-bottom:2px;
	background: #FFF;
	font-size:14px;
	width:1490px;
}
#ext .price_sale{
	color:#FF0000;
}
#ext .size_tbl{
	margin-bottom:0px;
	width:auto;
	background-color:#efefef;
	border: 1px solid #999;
	width:1370px;
}
#ext .tbl_no_margin{
	margin-bottom:2px;
}
.size_tbl th{
	background-color:#fff;
	border: 1px solid #999;
	width:170px;
	font-size:12px;
}
.size_tbl td{
	padding:1px;
	height:22px;
	border: 1px solid #999;
	white-space:nowrap;
}
.tbl_no_margin td{
	height:20px;
}
.size_tbl .td_date{
	width:3em;
	font-size:10px;
	border-right:none!important;
}
.size_tbl .td_name{
	min-width:10em;
	font-size:12px;
	padding-left:2px;
	border-left: 1px dotted!important;
	text-align:center;
}
.td_name span{
	display:none;
	float:right;
}
.base span{
	display:inline!important;
}
.sold span{
	display:inline;!important;
}

.discount{
	color:#F00;
	border-color:#000;
}
.base{
	background-color: #FCF;
}
.sold{
	background-color:#FFF;
}


/*
 Paging
----------------------------------------------------------- */
#paging {
	font-family: "Verdana";
	margin: 20px 0px;
	text-align:center;
}
#paging a, #paging strong {
	background-color: #FFFFFF;
	color:#333;
	border:1px solid #EFF0EA;
	margin:0pt 5px 0pt 0pt;
	padding:2px 10px;
	text-align:center;
	text-decoration:none;
}
#paging strong {
	border: 0pt none;
	color: #000000;
	font-size: 107%;
	font-weight: bold;
	padding: 2px 6px;
}
#paging a:hover {
	background:#AE8B00 none repeat scroll 0% 0%;
	color:#FFFFFF;
}






/* Main Style Sheet for jQuery UI date picker */
#ui-datepicker-div, .ui-datepicker-inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	width: 185px;
}
#ui-datepicker-div {
	display: none;
	border: 1px solid #777;
	z-index: 9999; /*must have*/
}
.ui-datepicker-inline {
	float: left;
	display: block;
	border: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.ui-datepicker-control {
	background: #400;
	padding: 2px 0px;
}
.ui-datepicker-links {
	background: #000;
	padding: 2px 0px;
}
.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	font-size: 80%;
}
.ui-datepicker-links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
	text-align: right;
}
.ui-datepicker-current {
	float: left;
	width: 30%;
	text-align: center;
}
.ui-datepicker-close, .ui-datepicker-next {
	float: right;
	width: 34%;
	text-align: right;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
	float: left;
	text-align: left;
}
.ui-datepicker-header {
	padding: 1px 0 3px;
	background: #333;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.ui-datepicker-header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
.ui-datepicker {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.ui-datepicker a {
	display: block;
	width: 100%;
}
.ui-datepicker-title-row {
	background: #777;
}
.ui-datepicker-days-row {
	background: #eee;
	color: #666;
}
.ui-datepicker-week-col {
	background: #777;
	color: #fff;
}
.ui-datepicker-days-cell {
	color: #000;
	border: 1px solid #ddd;
}
.ui-datepicker-days-cell a{
	display: block;
}
.ui-datepicker-week-end-cell {
	background: #ddd;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #777;
}
.ui-datepicker-days-cell-over {
	background: #fff;
	border: 1px solid #777;
}
.ui-datepicker-unselectable {
	color: #888;
}
.ui-datepicker-today {
	background: #fcc !important;
}
.ui-datepicker-current-day {
	background: #999 !important;
}
.ui-datepicker-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.ui-datepicker-inline .ui-datepicker-links a {
	padding: 0 5px !important;
}
.ui-datepicker-control a, .ui-datepicker-links a {
	padding: 2px 5px !important;
	color: #eee !important;
}
.ui-datepicker-title-row a {
	color: #eee !important;
}
.ui-datepicker-control a:hover {
	background: #fdd !important;
	color: #333 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	background: #ddd !important;
	color: #333 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #777;
}
.ui-datepicker-one-month {
	float: left;
	width: 185px;
}
.ui-datepicker-new-row {
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}


/* 230927 */
.tag_sale{
	background-color:transparent!important;
}
