.modal_overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%; }
.modal_overlay ~ .modal_overlay {
    display: none; }

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 300;
    outline: 1px solid transparent;
    background: #fff;
    width: 80%;
    max-height: 410px;
    min-height: 158px;
    border-radius: 5px;
    overflow: hidden; }
@media screen and (max-width:600px) {
	.modal {
		width: 90%;
	}
}

.modal .modal_body {
    max-height: 333px;
    min-height: 100px;
    padding: 15px 15px 0;
    overflow-y: auto; }
.modal .modal_body::after {
    content: "";
    display: block;
    height: 15px;
    width: 100%; }
.modal .modal_body section:first-of-type {
    margin-top: 0; }
.modal .modal_foot {
    text-align: center;
    width: 100%;
	  padding: 15px 10px; }

.modal .modal_foot .c-btn {
	width: 50%;
	margin: 0 auto;
}

@media screen and (max-width:480px) {
	.modal .modal_foot .c-btn {
		width: 100%;
	}
}

.modal .modal_foot.news {
	text-align: center;
}

.modal_title {
	color: #136595;
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	margin-bottom: 16px;
	padding-right: 20px;
}

.modal_close {
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(45deg);
	width: 20px;
	height: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}

.modal_close::before,
.modal_close::after {
	content:"";
	position: absolute;
	background: #136595;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.modal_close::before {
	width: 100%;
	height: 1px;
}

.modal_close::after {
	width: 1px;
	height: 100%;
}

.modal .date {
	font-size: 1.2rem;
	color: #aaa;
	margin-bottom: 4px;
}

.modal .pdf {
	display: inline-block;
	position: relative;
	font-size: 1.4rem;
}
.modal .pdf::before {
	height: 17px;
	width: 17px;
	background-size: 17px 17px;
	margin-right: 5px;
}
.related_link {
	font-size: 13px;
	color: #129fe8!important;
	text-decoration: underline;
	font-weight:bold;
	display: inline-block;
	padding-left: 22px;
	background: url("/parts/img/top_related_link.png") no-repeat left center;
	background-size: 14px;
	margin-bottom: 0;
}

.modal_foot div{
    display: inline-block;
    margin-right: 20px;
}

.modal ~ .modal {
    border: 1px solid #ccc;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7); }

.notice_message {
    font-size: 1.4rem;
    text-align: center;
    /*display: none;*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 300;
    background-color: rgba(19, 29, 52, 0.8);
    color: #fff;
    width: auto;
    min-width: 290px;
    height: auto;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 18px rgba(24, 125, 177, 0.2);
    opacity: 0.8;}
.notice_message div {
    display: table;
    width: 100%;
    height: 100%; }
.add_cart::before {
	content: "";
	display: block;
	padding-top: 40px;
	background: url("/common/img/cart_ico.png") no-repeat top center;
	background-size: 30px;
}