@charset "utf-8";
/** error **/
/* 20100220 KAWABE add start */
#CONTENT #allMessages,#messages,#edy_daibikiMsg {
       -moz-background-clip:border;
       -moz-background-inline-policy:continuous;
       -moz-background-origin:padding;
       background:#FCF2F2 url(https://images.astyle.jp/images/parts/common/image/sys/error_icn.gif) no-repeat scroll 24px center;
       border:2px solid #CC0000;
       color:#D20000;
       font-weight:bold;
       min-height:44px;
       height: auto !important;
       height: 44px;
       padding:15px 15px 15px 95px;
       margin-top: 20px; 
}

#CONTENT #allMessages li,#messages li,#edy_daibikiMsg li{
  list-style-type: disc;
}

* html body #CONTENT.system #allMessages,#messages,#edy_daibikiMsg{
	height:44px;
}

/* 20100220 KAWABE add end */
/** /error **/

/** error **/
/* 20191008 YOKOYAMA add start */
/* クーポン利用画面用 */
#cart_coupon #allMessages {
       -moz-background-clip:border;
       -moz-background-inline-policy:continuous;
       -moz-background-origin:padding;
       background:#FCF2F2 url(https://images.astyle.jp/images/parts/common/image/sys/error_icn.gif) no-repeat scroll 24px center;
       border:2px solid #CC0000;
       color:#D20000;
       font-weight:bold;
       min-height:44px;
       height: auto !important;
       height: 44px;
       padding:15px 15px 15px 95px;
       margin-top: 20px; 
}

#cart_coupon #allMessages li{
  list-style-type: disc;
}

* html body #cart_coupon.system #allMessages{
	height:44px;
}
/* 20191008 YOKOYAMA add end */
/** /error **/

/** error **/
/* 20191015 YOKOYAMA add start */
/* クーポン利用画面用 */
#cart_coupon #allMessages_done {
       -moz-background-clip:border;
       -moz-background-inline-policy:continuous;
       -moz-background-origin:padding;
       padding: 15px;
       border: 2px solid #002596;
       font-weight: bold;
       background: #f2f4fa;
       margin-top: 20px; 
}

#cart_coupon #allMessages_done li{
  list-style-type: none;
}

* html body #cart_coupon.system #allMessages_done{
	height:44px;
}
/* 20191015 YOKOYAMA add end */
/** /error **/