@charset "utf-8";



#cboxTopLeft {
	width: 21px;
	height: 21px;
	background: url(../images/controls.png) no-repeat -101px 0;
}

#cboxTopCenter {
	height: 21px;
	background: url(../images/border_css.png) 0 0 repeat-x;
}

#cboxTopRight {
	width: 21px;
	height: 21px;
	background: url(../images/controls.png) no-repeat -130px 0;
}

#cboxMiddleLeft {
	width: 21px;
	background: url(../images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
	width: 21px;
	background: url(../images/controls.png) right top repeat-y;
}

#cboxContent {
	position: relative;
	background-color: white;
	overflow: hidden;
}

#cboxLoadedContent {
}

#cboxBottomLeft {
	width: 21px;
	height: 21px;
	background: url(../images/controls.png) no-repeat -101px -29px;
}

#cboxBottomCenter {
	height: 21px;
	background: url(../images/border_css.png) 0 -29px repeat-x;
}

#cboxBottomRight {
	width: 21px;
	height: 21px;
	background: url(../images/controls.png) no-repeat -130px -29px;
}



.popup_top_mttlNm {
	font-weight: bold;
	margin-left: 10px;
}

.alert_popup_header {
	margin: 5px;
	background-color: #666666;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold!important;
}

.alert_popup_comment {
	margin:15px;
	margin-left: 25px;
	color: #999999;
}

.alert_popup_comment span {
	font-size: 11px;
}

.fukidasi_alert_popup {
    position: absolute;
	width: 490px;
	height: 700px;
    top:20px;
    left: 50px;
}

.fukidasi div.fukidasi_rect{
	border: none;
	background-color: rgba(0,0,0,0);
	padding:3px 6px!important;
	color:#4D4D4D!important;
	font-weight:normal!important;
	font-size:12px!important;
	letter-spacing:0px!important;
	overflow: auto;
	text-align: left;
}


.fukidasi div.select_b_short{
	background: url(../images/module/select_base3.jpg) no-repeat -3px 7px;
	height:40px;
	display:block;
	padding:20px 0 0 120px;
}

.fukidasi li.alert_popup_listMttlNm {
	font-size: 100%;
	border-bottom-color: rgb(193, 193, 193);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#tab_alert_popup {
    height: 240px;
	width:415px;
	overflow-y: scroll;
	position: relative;
	overflow: hidden;
}

div.alert_regist_list_content {
	height: 320px;
	padding: 5px;
	width: 406px;
}

div.alert_regist_list_content p {
    border: none;
}

#alert_popup_message_dialog {
	position: absolute;
	z-index: 30000;
	top: 100px;
	left: 50px;
	padding: 0px;
	border: 1px solid #000;
	background: white;
}

#alert_popup_message_dialog div.innerbox {
	margin: 2px;
	border: 1px solid #000;
	background: white;
	height: 132px;
	width: 321px;
	padding: 5px;
}

div.alert_pupup_OkButton {
	text-align: center;
	font-weight: bold;
	margin-top:24px;
}

div.alert_pupup_OkButton span {
	background-color: #666666;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	width: 60px;
	font-size: 15px;
	font-weight: bold!important;
	border-radius: 5px;
}

#alert_popup_message_dialog div.message {
	color: #444;
}

#tab_alert_popup table {
    border-spacing: 0px;
    border-collapse: collapse;
    font-weight: normal;
    width: 385px;

}

#tab_alert_popup table th {
    padding: 6px 10px 6px 10px;
    text-align: center;
    border: 1px solid #cccccc;
    width: 16px;
    font-weight: normal;
    vertical-align: middle;
}

#tab_alert_popup div.jspVerticalBar {
	background-color: #fff;
}

#tab_alert_popup div.jspTrack {
	background-color: #eee;
	border-radius: 5px;
	border: 0px solid #ddd;
	width: 10px;
}


#tab_alert_popup div.jspDrag {
	background-color: #ccc;
	border-radius: 5px;
	border: 0px solid rgb(170, 170, 170);
	width: 10px;
}

#alertRegistPopupHolder div.jScrollPaneTrack {
	background-color: #eee!important;
	border-radius: 5px;
	border: 0px solid #ddd;
	width: 10px;
}

#alertRegistPopupHolder div.jScrollPaneDrag {
	background-color: #ccc!important;
	border-radius: 5px;
	border: 0px solid rgb(170, 170, 170);
	width: 10px;
}

#tab_alert_popup .cart_detail li {
	list-style: none;
	margin: 0;
	padding: 6px 0 0 0;
	clear: both;
}

#tab_alert_popup .cart_detail {
	margin: 4px 0 2px 0;
	padding: 0;
	clear: both;
}

#tab_alert_popup .cart_detail_noline {
	border-top: 1px dotted #c1c1c1;
}

#tab_alert_popup .table_normal span {
	display: block;
}

td.td_alert_popup {
    border: 1px solid #cccccc;
    vertical-align: top;
	padding: 5px 5px;
}

div.alert_popup_close {
	text-align: right;
	font-size: 13px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

div.alert_popup_closeIcon_div a {
	text-decoration:none;
	color: rgb(102, 102, 102)!important;
}

div.alert_popup_overlay {
	color: #4d4d4d;
	text-align: left;
	zoom: 1;
	display: block;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
/*	z-index: 9999; PIANET2-1604 対応あわせてJS　のポップアップを10001二変更*/
	z-index: 10000;
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/overlay.png) repeat 0 0;
	filter: alpha(opacity=90); /* for IE */
	opacity: 0.9;
	cursor: pointer;
	visibility: visible;
}

div.alert_popup_dialog_overlay {
	color: #4d4d4d;
	text-align: left;
	zoom: 1;
	display: block;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 29999;
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0); /* for IE */
	background: rgba(0,0,0,95);
	filter: alpha(opacity=30); /* for IE */
	opacity: 0.3;
	cursor: pointer;
	visibility: visible;
}

.add_alert_c {
	background: url(../images/alert/ico_alert_c.png) no-repeat 5px 9px;
    cursor: pointer;
    display: inline-block;
    float: left;
    line-height: 1.4em;
    position: relative;
    width: 42px;
    height: 42px;
}

.add_alert_c_search {
	background: url(../images/alert/ico_alert_c.png) no-repeat 5px 9px;
    cursor: pointer;
    display: inline-block;
    float: left;
    line-height: 1.4em;
    position: relative;
    width: 52px;
    height: 62px;
}

.add_alert_s {
	background: url(../images/alert/ico_alert_s.png) no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 109px;
    height: 32px;
}

.add_alert_l {
	background: url(../images/alert/ico_alert_l.png) no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 164px;
    height: 22px;
}

.alertMail {
    background: url("../images/alert/ico_alert_c.png") no-repeat scroll left 0.4em rgba(0, 0, 0, 0);
    float: right;
    font-size: 0.8em;
    letter-spacing: 1px;
    line-height: 1.4em;
    padding: 8px 0 3px 20px;
    background-size: 18px;
}

