@charset "utf-8";

/*============================================================
 Popup & Pulldown
============================================================*/

/* Base
-------------------------------------------------------*/
.apContainer {
}

.apOverlay {
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	position: fixed;
	z-index: 999;
}

.apPopup {
	position: absolute;
	z-index: 1000;
}


/* Common
-------------------------------------------------------*/
.puHeadContainer {
	padding: 15px;
	border-bottom: 1px solid #D3D4D5;
}

.puContainer {
}

.puContainer .msgInfoBox {
	margin-top: 0;
	margin-bottom: 15px;
}

.puSbmContainer {
	padding: 10px;
	background: #F3F4F5;
	border-top: 1px solid #D3D4D5;
	border-radius: 0 0 5px 5px;
}

.puContainer.puLoadingBase {
	position: relative;
	height: 100%;
	width: 100%;
}


/* Popup Type
-------------------------------------------------------*/
.puBox {
	position: relative;
	z-index: 1000;
	background: #FFF;
	border-radius: 5px;
}

.puBox .close {
	position: absolute;
	top: 5px;
	right: 5px;
}

.puBox .close a {
	background: url(../img/iconPuClose.png) no-repeat 0 0;
	width: 16px;
	height: 16px;
	z-index: 1000;
	transition: all 0.3s ease 0s;
	opacity: 0.4;
	display: block;
}

.puBox .close a:hover {
	opacity: 0.9;
}

.puBox .puIF {
	width: 100%;
	height: 100%;
	border: none;
}

.puBox .thumbListSection {
	padding: 10px 0 0 10px;
	font-size: 11px;
}

.puBox .thumbListSection li {
	margin: 0 10px 10px 0 !important;
	width: 31%;
}

.puBox .thumbListSection li a {
	display: inline;
}

.puBox .thumbListSection .inputTd {
	width: 20px;
	vertical-align: middle;
}

.puBox .thumbListSection .imgTd {
	width: 40px;
	padding: 0 10px 0 0;
}

.puBox .thumbListSection .imgTd img {
	width: 40px;
}

.puBox .breakdown {
	font-size: 11px;
}

.puBox .breakdown .total table {
	width: 100%;
}

.puBox .breakdown .total th {
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
}

.puBox .breakdown .total td {
	vertical-align: middle;
	text-align: right;
}

.puBox .puIframe {
	background: none;
	border: none;
	width: 100%;
}

.puNavList {
	font-size: 11px;
}

.puNavList li {
	border-top: 1px solid #E3E4E5;
	padding: 5px;
	/zoom: 1;
}

.puNavList li:first-child {
	border: none;
}


/* Pulldown Type
-------------------------------------------------------*/
.pdUnitBox {
	background: #FFF;
	border: 1px solid #B3B4B5;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.1), -2px 2px 6px rgba(0,0,0,0.1);
	/*-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.1), 0px 4px 4px rgba(0,0,0,0.1), -2px 2px 2px rgba(0,0,0,0.1);*/
	/*-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1), 0px 4px 4px rgba(0,0,0,0.1), -2px 2px 2px rgba(0,0,0,0.1);*/
	box-shadow: 0 2px 5px #CCC\9; /* IE8 */
	position: relative;
	/* #20546 */
/*	z-index: 1000; */
	z-index: 999;

}

.pdUnitBox:not(:target) {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1), 0px 4px 4px rgba(0,0,0,0.1), -2px 2px 2px rgba(0,0,0,0.1)\9; /* IE9-10 */
}

.pdUnitBox div.tale {
	background: url(../img/bgPuTaleUpW.png) no-repeat 0 0;
	position: absolute;
	top: -13px;
	width: 25px;
	height: 13px;
	z-index: 1000;
}

.pdLinkNavList {
	font-size: 11px;
}

.pdLinkNavList li {
	border-top: 1px solid #D3D4D5;
	/zoom: 1;
}

.pdLinkNavList li:first-child {
	border: none;
}

.pdLinkNavList li:hover {
	background: #F3F4F5;
}

.pdLinkNavList li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 5px;
}

.pdLinkNavList .userName,
.pdLinkNavList .pName {
	font-size: 11px;
}

.pdMultiLinkNavList {
	font-size: 11px;
}

.pdMultiLinkNavList li {
	border-top: 1px solid #D3D4D5;
	padding: 5px;
	/zoom: 1;
}

.pdMultiLinkNavList li.unread {
	background: #FFE;
}

.pdMultiLinkNavList li:first-child {
	border: none;
}

.pdMultiLinkNavList li:hover {
	background: #F3F4F5;
}

.pdMultiLinkNavList li a {
}

.pdMoreview {
	border-top: 1px solid #B3B4B5;
}

.pdMoreview a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 5px;
	text-align: center;
}

.pdMoreview a:hover {
	background: #76b1d4;
	color: #FFF;
}

.pdImgNavUnit .imgCol {
	float: left;
	padding: 0 10px 0 0;
}

.pdImgNavUnit .imgCol img {
	width: 50px;
}

.pdImgNavUnit .infoCol {
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	height: 50px;
}

/* old pd */
.pdLinkList {
	font-size: 11px;
}

.pdLinkList li a {
	display: block;
	text-decoration: none;
}

.pdLinkList li a span.txdcUl {
	text-decoration: underline;
}

.pdLinkList li a:hover {
	background: #F5F5F5;
}

.pdLinkList .slctBoxNav div.inner {
	padding: 5px !important;
}

.pdLinkList .slctBoxNav a {
	color: inherit;
	/color: #333;
}

.pdLinkList .slctTxtNav a:hover {
	text-decoration: underline;
}

.pdLinkList .slctTxtNav .inner {
	padding: 5px 10px !important;
}

.pdLinkList .btmTxtNav .inner {
	padding: 5px 10px !important;
}

.pdLinkList .btmTxtNav table {
	width: 100%;
}

.pdNewsList {
	font-size: 11px;
}

.pdNewsList li {
	border-top: 1px #CCC dashed;
	padding: 5px;
	zoom: 1;
}

.pdNewsList li:first-child {
	border: none;
}

.pdNewsList .unread {
	background: #FFE;
}

.pdNewsList li:hover {
	background: #F5F5F5;
}


/** deliveryCalendar(EC)
-------------------------------------------------------*/
.deliveryCalendar {
	font-size: 11px;
	position: relative;
}

.deliveryCalendar table {
	width: 100%;
}

.deliveryCalendar th {
	text-align: center;
	border: 1px solid #CCC;
	font-weight: normal;
}

.deliveryCalendar th.sunday {
	background: #FEE;
}

.deliveryCalendar th.saturday {
	background: #EEF;
}

.deliveryCalendar td {
	width: 130px;
	border: 1px solid #CCC;
	height: 334px;
}

.deliveryCalendar .dayName {
	padding: 5px;
}

.deliveryCalendar .dayWrap {
	position: relative;
}

.deliveryCalendar .chip {
	position: absolute;
	left: 5px;
	width: 115px;
	height: 40px;
	line-height: 40px;
	background: #EFEFEF;
	border: 1px solid #CCC;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

.deliveryCalendar .chip:hover {
	background: #3CF;
	border: 1px solid #39F;
	color: #FFF;
}

.deliveryCalendar .chip.active {
	background: #F00;
	border: 1px solid #C00;
	color: #FFF;
	cursor: default;
}

.deliveryCalendar .chip.disabled {
	background: #FFF;
	border: 1px solid #E5E5E5;
	color: #CCC;
	cursor: not-allowed;
}

.deliveryCalendar .dtToday {
	height: 322px;
	line-height: 322px;
	top: 5px;
}

.deliveryCalendar .dtNone {
	top: 5px;
}

.deliveryCalendar .dtMorning {
	top: 52px;
}

.deliveryCalendar .dt1214 {
	top: 99px;
}

.deliveryCalendar .dt1416 {
	top: 146px;
}

.deliveryCalendar .dt1618 {
	top: 193px;
}

.deliveryCalendar .dt1820 {
	top: 240px;
}

.deliveryCalendar .dt2022 {
	top: 287px;
}

.calenderNav {
	margin: 10px 0 0 0;
	text-align: right;
}

.calenderNavBtn {
	background: #EFEFEF;
	border: 1px solid #B5B5B5;
	cursor: pointer;
	opacity: 0.75;
	font-size: 11px;
}

.calenderNavBtn:hover {
	opacity: 1;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.calenderNavBtn.prev {
	padding: 5px 10px 5px 5px;
	border-radius: 5px 0 0 5px;
	margin: 0 -1px 0 0;
}

.calenderNavBtn.next {
	padding: 5px 5px 5px 10px;
	border-radius: 0 5px 5px 0;
}

.deliverySubSlct {
	font-size: 11px;
}

.deliverySubSlct table {
	width: 100%;
}

.deliverySubSlct td {
	width: 50%;
	border: 1px solid #CCC;
	padding: 5px;
}

.deliverySubSlct .chip {
	height: 40px;
	line-height: 40px;
	background: #EFEFEF;
	border: 1px solid #CCC;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

.deliverySubSlct .chip:hover {
	background: #3CF;
	border: 1px solid #39F;
	color: #FFF;
}

.deliverySubSlct .chip.active {
	background: #F00;
	border: 1px solid #C00;
	color: #FFF;
	cursor: default;
}

.deliverySubSlct .chip.disabled {
	background: #FFF;
	border: 1px solid #E5E5E5;
	color: #CCC;
	cursor: not-allowed;
}


/** addressSlctList
-------------------------------------------------------*/
.addressSlctList {
}

.addressSlctList li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 25%;
}

.addressSlctList li a {
	display: block;
	font-size: 13px;
	padding: 10px;
}

.addressSlctList li a:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.listFilterBox {
	background: #F5F5F5;
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 5px;
	font-size: 11px;
}

.listFilterBox table {
	width: 100%;
}

.listFilterBox td {
	vertical-align: middle;
}

.listFilterBox .pgNum {
	text-align: right;
	padding: 0 10px 0 0;
}

.listFilterBox .pgNav {
	text-align: right;
	width: 120px;
}

.filterNav {
	border-radius: 5px;
}

.filterNav li {
	margin: 0 0 0 -1px;
}

.filterNavBtn {
	background: #FFF;
	border: 1px solid #B5B5B5;
	cursor: pointer;
	opacity: 0.75;
	font-size: 11px;
	padding: 5px 10px;
}

.filterNavBtn:hover {
	opacity: 1;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.filterNavBtn.active {
	opacity: 1;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #F00;
	background: #F00;
}

.filterNavBtn.active:hover {
	box-shadow: none;
	cursor: default;
}

.filterNavBtn.disabled {
	opacity: 0.2;
	cursor: default;
}

.filterNavBtn.disabled:hover {
	box-shadow: none;
}

.filterNav li:first-child .filterNavBtn {
	border-radius: 5px 0 0 5px;
}

.filterNav li:last-child .filterNavBtn {
	border-radius: 0 5px 5px 0;
}

.pagingNav {
}

.pagingNavBtn {
	background: #FFF;
	border: 1px solid #B5B5B5;
	cursor: pointer;
	opacity: 0.75;
	font-size: 11px;
}

.pagingNavBtn:hover {
	opacity: 1;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.pagingNavBtn.prev {
	padding: 5px 10px 5px 5px;
	border-radius: 5px 0 0 5px;
	margin: 0 -1px 0 0;
}

.pagingNavBtn.next {
	padding: 5px 5px 5px 10px;
	border-radius: 0 5px 5px 0;
}

.pagingNavBtn.disabled {
	opacity: 0.2;
	cursor: default;
}

.pagingNavBtn.disabled:hover {
	box-shadow: none;
}


/** touchUi
-------------------------------------------------------*/
.touchUi {
	height: 40px;
	line-height: 40px;
	background: #EFEFEF;
	border: 1px solid #CCC;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
}

.touchUi:hover {
	background: #3CF;
	border: 1px solid #39F;
	color: #FFF;
}

.addressSlctHead {
	border-bottom: 1px solid #CCC;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.addressSlctList table {
	width: 100%;
}

.addressSlctList td {
	padding: 0 2.5px 5px;
	width: 25%;
}


/** tooltip
-------------------------------------------------------*/
.tooltipImg {
	text-align: center;
}

.tooltipText {
	font-size: 11px;
}

.tooltip {
	position: relative;
}

.tooltip .tail {
	height: 8px;
	width: 16px;
	position: absolute;
}

.uiContextualLayerAboveCenter .tooltip,
.uiContextualLayerAboveLeft .tooltip,
.uiContextualLayerAboveRight .tooltip {
	padding: 0 0 7px 0;
}

.uiContextualLayerBelowCenter .tooltip,
.uiContextualLayerBelowLeft .tooltip,
.uiContextualLayerBelowRight .tooltip {
	padding: 7px 0 0 0;
}

.uiContextualLayerAboveCenter .tooltip .tail,
.uiContextualLayerAboveLeft .tooltip .tail,
.uiContextualLayerAboveRight .tooltip .tail {
	background: url(../img/bgTooltipTail.png) no-repeat 0 0;
	bottom: 0;
}

.uiContextualLayerBelowCenter .tooltip .tail,
.uiContextualLayerBelowLeft .tooltip .tail,
.uiContextualLayerBelowRight .tooltip .tail {
	background: url(../img/bgTooltipTail.png) no-repeat -16px 0;
	top: 0;
}

.uiContextualLayerAboveCenter .tooltip .tail,
.uiContextualLayerBelowCenter .tooltip .tail {
	left: 50%;
	margin: 0 0 0 -8px;
}

.uiContextualLayerAboveLeft .tooltip .tail,
.uiContextualLayerBelowLeft .tooltip .tail {
	left: 8px;
}

.uiContextualLayerAboveRight .tooltip .tail,
.uiContextualLayerBelowRight .tooltip .tail {
	right: 8px;
}

.tooltip .tooltipContent {
	border-radius: 3px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.5);
	max-width: 360px;
}

.tooltip .tooltipContent .tooltipText {
	padding: 10px;
}

/* tt01 ========================================= */
.uiContextualLayerAboveCenter .tooltip.tt01 .tail,
.uiContextualLayerAboveLeft .tooltip.tt01 .tail,
.uiContextualLayerAboveRight .tooltip.tt01 .tail {
	background-position: 0 0;
}

.uiContextualLayerBelowCenter .tooltip.tt01 .tail,
.uiContextualLayerBelowLeft .tooltip.tt01 .tail,
.uiContextualLayerBelowRight .tooltip.tt01 .tail {
	background-position: -16px 0;
}

.tooltip.tt01 .tooltipContent {
	background: #111;
	border: 1px solid #000;
	color: #FFF;
}

/* tt02 ========================================= */
.uiContextualLayerAboveCenter .tooltip.tt02 .tail,
.uiContextualLayerAboveLeft .tooltip.tt02 .tail,
.uiContextualLayerAboveRight .tooltip.tt02 .tail {
	background-position: 0 -8px;
}

.uiContextualLayerBelowCenter .tooltip.tt02 .tail,
.uiContextualLayerBelowLeft .tooltip.tt02 .tail,
.uiContextualLayerBelowRight .tooltip.tt02 .tail {
	background-position: -16px -8px;
}

.tooltip.tt02 .tooltipContent {
	background: #FFF;
	border: 1px solid #F00;
}

/* tt03 ========================================= */
.uiContextualLayerAboveCenter .tooltip.tt03 .tail,
.uiContextualLayerAboveLeft .tooltip.tt03 .tail,
.uiContextualLayerAboveRight .tooltip.tt03 .tail {
	background-position: 0 -16px;
}

.uiContextualLayerBelowCenter .tooltip.tt03 .tail,
.uiContextualLayerBelowLeft .tooltip.tt03 .tail,
.uiContextualLayerBelowRight .tooltip.tt03 .tail {
	background-position: -16px -16px;
}

.tooltip.tt03 .tooltipContent {
	background: #FFE;
	border: 1px solid #F90;
}

/* tt04 ========================================= */
.uiContextualLayerAboveCenter .tooltip.tt04 .tail,
.uiContextualLayerAboveLeft .tooltip.tt04 .tail,
.uiContextualLayerAboveRight .tooltip.tt04 .tail {
	background-position: 0 -24px;
}

.uiContextualLayerBelowCenter .tooltip.tt04 .tail,
.uiContextualLayerBelowLeft .tooltip.tt04 .tail,
.uiContextualLayerBelowRight .tooltip.tt04 .tail {
	background-position: -16px -24px;
}

.tooltip.tt04 .tooltipContent {
	background: #FFF;
	border: 1px solid #434445;
}

/* tt05 ========================================= */
.uiContextualLayerAboveCenter .tooltip.tt05 .tail,
.uiContextualLayerAboveLeft .tooltip.tt05 .tail,
.uiContextualLayerAboveRight .tooltip.tt05 .tail {
	background-position: 0 -32px;
}

.uiContextualLayerBelowCenter .tooltip.tt05 .tail,
.uiContextualLayerBelowLeft .tooltip.tt05 .tail,
.uiContextualLayerBelowRight .tooltip.tt05 .tail {
	background-position: -16px -32px;
}

.tooltip.tt05 .tooltipContent {
	background: rgba(0,0,0,0.8);
	color: #FFF;
}


/** storeInfoList
-------------------------------------------------------*/
.storeInfoListHead {
	font-size: 11px;
}

.storeInfoListHead table {
	width: 100%;
}

.storeInfoListHead th {
	font-weight: normal;
	vertical-align: middle;
	/*border-left: 1px dotted #CCC;*/
	padding: 5px 10px;
}

.storeInfoListHead .priceArea {
	width: 120px;
	text-align: left;
}

.storeInfoListHead .stockArea {
	width: 80px;
	text-align: left;
}

.storeInfoListHead .receiveInfoArea {
	width: 260px;
	text-align: left;
}

.storeInfoListHead .exhibitArea {
	width: 50px;
	text-align: center;
}

.storeInfoListHead .buyArea {
	width: 150px;
	text-align: center;
}

.storeInfoList {
}

.storeInfoList .entryBlock {
	border-top: 1px dashed #CCC;
}

.storeInfoList .entryBlock:first-child {
	border-top: none;
}

.storeInfoUnit {
	font-size: 11px;
	padding: 10px 0;
}

.storeInfoUnit table {
	width: 100%;
}

.storeInfoUnit td {
	vertical-align: top;
	padding: 0 0 0 10px;
}

.storeInfoUnit .inputArea {
	width: 16px;
}

.storeInfoUnit .priceArea {
	width: 120px;
	text-align: left;
	padding: 0 10px;
}

.storeInfoUnit .stockArea {
	width: 80px;
	text-align: left;
	padding: 0 10px;
}

.storeInfoUnit .receiveInfoArea {
	width: 260px;
	text-align: left;
	padding: 0 10px;
}

.storeInfoUnit .exhibitArea {
	width: 50px;
	text-align: center;
	padding: 0 10px;
}

.storeInfoUnit .buyArea {
	width: 150px;
	padding: 0 10px;
	text-align: center;
}

.storeInfoUnit .storeName {
	font-size: 12px;
}

.storeInfoUnit .storeDetailInfo {
	margin: 5px 0 0 0;
}

.storeInfoUnit .receiveInfoBreakdown {
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
}


/** orderEntry
-------------------------------------------------------*/
.puContainer .dashboard {
	padding: 0;
}

.puContainer .dashboardElement {
	margin: 30px 0 0 0;
}

.puContainer .dashboardElement:first-child {
	margin: 0;
}


/** orderEntry
-------------------------------------------------------*/
.ebookSetItemDetailBlock {
	margin-top: 15px;
}

.ebookSetItemDetailBlock .ebookSetItemList li {
	margin-top: 10px;
	font-size: 12px;
	padding: 0 15px;
}


/** New
-------------------------------------------------------------------------------*/
.puBox {
    border: 1px solid #D3D4D5;
}
