@charset "utf-8";
/* SCC追加 21.03.08 */

.hide {
display:none;
}
.show {
display:block;
}
table.search {
border-bottom:1px solid #999;
border-right:1px solid #999;
border-spacing:0;
width:100%;
margin:0 0 15px;
}
table.search th, table.search td {
padding:6px 8px;
border-left:1px solid #999;
border-top:1px solid #999;
text-align:left;
vertical-align:middle;
}
table.search th {
background-color:#F8F4E6;
color:#330000;
text-align:center;
}
td.sel {
width: 77px;
}

span.green input[type='radio'],
span.orange input[type='radio'] {
	display:none;

}
span.green {
background: -moz-linear-gradient(top,#b0eb00 0%,#608300);
background: -webkit-gradient(linear, left top, left bottom, from(#b0eb00),to(#608300));
background: linear-gradient(to bottom, #b0eb00, #608300);
border: 0px solid #171717;
-moz-box-shadow:0px 1px 0px rgba(000,000,000,0),inset 0px 0px 3px rgba(087,087,087,0.5);
-webkit-box-shadow:0px 1px 0px rgba(000,000,000,0),inset 0px 0px 3px rgba(087,087,087,0.5);
box-shadow:0px 1px 0px rgba(000,000,000,0),inset 0px 0px 3px rgba(087,087,087,0.5);
text-shadow:0px -1px 0px rgba(17,92,2,0.5),0px 1px 0px rgba(255,255,255,1);
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
text-align:center;
margin:0 auto;
font-size:12px;
padding: 4px;
color:#fff;
width:70px;
display:block;
}

span.orange {
background:-webkit-gradient(linear, left bottom, left top, from(#FF6600), to(#FF3300));
background:-moz-linear-gradient(90deg,#FF6600,#FF3300);
background:linear-gradient(0deg,#FF6600,#FF3300);
border-top:1px solid #E54A23;
border-left:1px solid #E54A23;
border-bottom:1px solid #942C00;
border-right:1px solid #942C00;
text-shadow:0px -1px 0px rgba(17,92,2,0.5),0px 1px 0px rgba(255,255,255,1);
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
text-align:center;
margin:0 auto;
font-size:12px;
padding: 4px;
color:#fff;
width:70px;
display:block;
}


#zip_search_result .btn01, #zip_search_result .btn01 {
margin:0 10px 20px;
}

//jQuery UI css edit
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: none;
margin-bottom:.3em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: 1px solid #C5DBEC;
background: -webkit-gradient(linear, left bottom, left top, from(#888), to(#AAA));
background: linear-gradient(to top left, #888, #AAA);
url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #7F7F7F;
font-weight: bold;
color: #fff;
text-align: center;
text-shadow: 1px 1px white, -1px -1px #636363;
font-size: 18px;
width:47%;
margin-left:10px;
}

.ui-state-default:last-child, .ui-widget-content .ui-state-default:last-child, .ui-widget-header .ui-state-default:last-child {
	background: -webkit-gradient(linear, left bottom, left top, from(#cc0000), to(#ff0000));
background: -moz-linear-gradient(center bottom , #690 0%, #9C0 100%);
background: linear-gradient(to top , #690, #9C0);
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #A00;
text-align: center;
text-shadow: 1px 1px white, -1px -1px #5F8300;
font-size: 18px;
padding:.7em 0;
margin-left:10px;
}

.ui-dialog .ui-dialog-buttonpane button {
margin: 0;
cursor: pointer;
}


.ui-widget-content {
border: none;
}

.ui-dialog .ui-dialog-buttonpane {
padding: 0em 0em .5em 1em;
}

div#dialog p.read	{
	font-weight:bold;
	font-size:14px;
	}

.ui-widget-header {
border: none;
background: none;
color:#222;
font-size:14px;
font-weight: bold;
}
.ui-dialog .ui-dialog-titlebar-close {
	display:none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: none;
}

.ui-widget-overlay {
background: #333;
opacity: 0.6;
filter: Alpha(Opacity=60);
}

.btn_sel_right{
	}


p.text	{
	margin:10px 5px;
	}


a.green {
background: -moz-linear-gradient(top,#B0EB00 0%,#608300);
background: -webkit-gradient(linear, left top, left bottom, from(#B0EB00),to(#608300));
background: linear-gradient(to bottom, #B0EB00, #608300);
border: 0px solid #171717;
-moz-box-shadow: 0px 1px 0px rgba(000,000,000,0),inset 0px 0px 3px rgba(087,087,087,0.5);
-webkit-box-shadow: 0px 1px 0px rgba(000,000,000,0),inset 0px 0px 3px rgba(087,087,087,0.5);
box-shadow: 0px 1px 0px rgba(000,000,000,0),inset 0px 0px 3px rgba(087,087,087,0.5);
text-shadow: 0px -1px 0px rgba(17, 92, 2, 0.5),0px 1px 0px rgba(255, 255, 255, 1);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 10px;
padding: 3px 9px;
color: white;
text-align:center;
border-image: none 100%/1/0 stretch;
text-decoration:none;
vertical-align: 3px;
margin-left:5px;
}