@charset "UTF-8";

/*---------------------------
	Error
-----------------------------*/
.mod-alert {
	padding: 15px 45px;
	background-color: #ffeaed;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #da373a;
	margin: 0 0 20px;
}
.mod-alert-inner {
	display: table;
	margin: 0 auto;
}
.mod-alert-icon {
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
}
.mod-alert-text {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}


/* 商品選択ページ
---------------------------- */
.mod-heading + .mod-alert {
	margin-top: 20px;
}
.mod-alert + .mod-item {
	margin-top: 32px;
}


/* カートページ
---------------------------- */
.mod-items .mod-alert {
	margin: 13px 10px 0;
}


/* 確認ページ
---------------------------- */
.mod-notice + .mod-alert {
	margin-bottom: 30px;
}



/*---------------------------
	Notice
-----------------------------*/
.mod-notice {
	margin: 16px 0;
	padding: 10px 45px;
	border: 2px solid #da373a;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #da373a;
}
.mod-notice-inner {
	display: table;
	margin: 0 auto;
}
.mod-notice-icon {
	display: table-cell;
	vertical-align: middle;
	padding-right: 7px;
}
.mod-notice-title {
	font-size: 20px;
}
.mod-notice-text {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.mod-notice a {
	font-weight: normal;
}
/*---------------------------
	Notice-ticket
-----------------------------*/
.mod-notice-ticket {
	margin: 16px 0;
	padding: 10px 20px;
	border: 2px solid #da373a;
	color: #da373a;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
.mod-notice-ticket-title {
	font-size: 18px;
}
.not-ticket {
	border: 2px solid #aeaeae;
	font-size: 14px;
	font-weight: bold;
	color: #aeaeae;
}
.mod-notice-ticket-inner {
	margin: 6px 0;
	padding: 6px;
	color: #da373a;
	background: #ffeaed;
}

a.about-ticket {
	position: absolute;
	right: 20px;
	top: 14px;
	color: #64a118;
	font-weight: normal;
	text-decoration: none;
}

.mod-notice-ticket a:before {
    position: absolute;
    top: 3px;
    left: -12px;
    content: '';
    display: block;
    width: 8px;
    height: 15px;
    background: url(../../img/sprites/all-s5e877242d5.png) no-repeat -113px -25px;
        background-size: auto auto;
    -webkit-background-size: 400px 1665px;
    background-size: 400px 1665px;
    margin: 0 4px 0 0;
}
a.about-ticket:hover {
	color: #f59416;
   cursor : pointer;
}