.mask{
	color:#999;
}

.p-datails-list > dd > span.mask {
	font-size: 1.4rem;
}

.error-message{
	color:#D00;
	font-weight: bold;
}

.c-alert{
	padding:1.6rem 2rem !important;
}

.c-alert p{
	line-height:1.5 !important;
	font-size:1.8rem !important;
	font-weight:700;
	margin:0 !important;
}
@media only screen and (max-width: 991px){
	.c-alert p{
		font-size:1.6rem !important
	}
}
.c-alert.-success{
	background-color:#edf6f3;
	color:#007d5a
}
.c-alert.-error{
	background-color:#f6eded;
	color:#e60012
}

.p-search__free_word{
	margin-bottom:4rem;
}

.p-search__free_word input{
	font-size: 2.0rem !important;
	width:100%;
}

.p-terms_box{
	border:solid 1px #d6d6d6;
	padding:0 10px;
	height:300px;
	overflow-y:scroll;
}

/*IE対応*/
.p-products-detail__main-image {
    width: 100%;
}

@media only screen and (max-width: 575px){
	table{
		table-layout: fixed;
	}

	input{
		max-width:100%;
	}

    input.select_file{
        display:block;
        margin-bottom:1rem;
    }
}


.p-search-results__btn .c-btn-quaternary{
	color:#333;
}

.p-search-results__btn .c-btn-quaternary:hover{
	color:#FFF;
}

.c-form__for_business_account{
	display: none;
}