@charset "euc-jp";
a {
    text-decoration: underline;
    color: #000;
}
a:hover {
    color: #333;
}
.p-page__wrap .p-shop__header {
	padding: 20px;
}
.c-alert {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #333;
    line-height: 1.6;
    margin: 30px 0;
    padding: 20px;
    text-align: left;
    font-size: 14px;
}
.c-input--text {
    border: 2px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 0;
    padding: 7px;
    vertical-align: middle;
    width: 100%;
}
.c-input--text:focus {
    border-color: #666;
    outline: medium none;
}
.c-input--select {
	border: 2px solid #f5f5f5;
	background: #f5f5f5;
}
.c-alert--danger {
    background: #feedeb none repeat scroll 0 0;
    color: #f44336;
}
.c-button--danger {
    background: #f83434 none repeat scroll 0 0;
    color:#fff;
}
.c-button--danger:hover {
    background: #e51010 none repeat scroll 0 0;
    color:#fff;
}
.c-form__title {
    width: 36%;
}
.c-form__content {
    width: 64%;
}
.p-review-product__note {font-size: 15px;}
.c-button__group .c-button {font-size: 16px;}

@media only screen and (max-width:999px) {
    .c-form__title,
    .c-form__content{
        width: 100%;
        display: block;
        font-weight: normal;
    }
    .c-form__title {
        padding: 0;
        text-align: left;
    }
    .c-form__content {
        margin-bottom: 15px;
    }
}

/*レビュー一覧*/
.p-page__wrap {
	font-size: 15px;
}
.p-review-list__unit {
	border-bottom: 1px solid #eee;
	padding: 25px 0;
	line-height: 1.6;
}
.p-review-list__reply-comment {
	font-size: 14px;
}
#searchNavi.p-review-list__pager {padding-top: 15px;}

