.title_area .p-shop__title {
    display:inline-block;
    width:113px;
    height:82px;
    font-size: 36px;
    line-height: 1.5;
    font-weight: normal;
    text-indent: -9999px;
    /*white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;*/
    background:url(https://img21.shop-pro.jp/PA01340/647/etc/logo_0414koushin.png?cmsp_timestamp=20160414135316) no-repeat;
    opacity: 1;
}
.title_area .p-shop__title:hover {
    opacity: .7;
}
.title_area a {
    background-color: #fff;
}
.title_area a:hover {
    background-color: #fff;
}


.c-input--text {
    width: 100%;
    padding: 7px;
    border: 1px solid #656565;
    font-size: 13px;
    margin-top: 0;
    vertical-align: middle;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-b1x-sizing: border-box;
    -moz-b1x-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}
a:hover {
    color: #fff;
    background-color: #4d4d4d;
    text-decoration: none;
}


.c-alert {
    color: #7b7b7b;
    background: #f7f7f7;
    border: none;
    padding: 20px;
    margin: 30px 0;
    line-height: 1.6;
    text-align: center;
}

.c-button__group--sub .c-button:active {
    box-shadow: none;
}


/*.c-button, .c-button:link, .c-button:hover, .c-button:active, .c-button:visited {
    margin: 0 7px;
    color: #35454c;
    color: #fff;
    text-decoration: none;
    border: none;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
}*/
.c-button {
    /*background: #eff2f4;*/
    background: #eaeaea;
    line-height: 1;
    font-size: 13px;
    padding: .75em 1.5em;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    box-shadow: inset 0 0em 0 rgba(0, 0, 0, 0.1);
    color: #252525 !important;
    opacity: 1;
}
.c-button:hover {
    opacity: .7;
}


.c-input--select-wrap:before {
    content: "";
    color: #666;
    width: 0px;
    height: 0px;
    margin-top: -10px;
    position: absolute;
    z-index: 100;
    font-size: 9px;
    right: 0;
    top: 50%;
    line-height: 20px;
}
.p-page__body .p-page__body-inner form .c-form__table .c-input--select-wrap .c-input--select {
    padding: 7px;
    /*border: 2px solid #eff2f4;*/
    border: 1px solid #656565;
    /*border: none;*/
    /*background: #eff2f4;*/
    background: #eaeaea;
    font-size: 13px;
    width: 100%;
    margin-top: 0;
    cursor: pointer;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
    background: url(https://img21.shop-pro.jp/PA01340/647/etc/ico_down.gif?cmsp_timestamp=20160114155148) 98% 50% no-repeat;
}
.c-input--select::-ms-expand {
  display: none;
}

.c-table-wrap--overflow {
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: auto;
    border: 1px solid #000;
    margin: 20px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.c-table {
    border: none;
}

.c-table__content {
    /*padding: .7em;*/
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.c-table__title {
    border-left: 1px solid #000;
    /*padding: .7em;
    font-size: 11px;
    min-width: 80px;*/
}


/* 2016.01 add */
#sales_lst .c-button__group .c-button {
    background-color: #d0d8db;
    color: #ecf0f3 !important;
    border-radius: 2px;
}

form a:link,
form a:visited {
    font-size: 13px;
    color: #7b7b7b;
    background-color: #fff;
    text-decoration: underline;
    opacity: 1;
}
form a:hover,
form a:active {
    opacity: .7;
    color: #7b7b7b;
    background-color: #fff;
    text-decoration: underline;
}


form .c-button__group .c-button--lg {
    padding: 19px 67px;
    font-size: 14px;
    background-color: #eaeaea;
    color: #252525;
}
form .c-button__group .c-button--primary {
    padding: 18px 65px;
    font-size: 14px;
    background-color: #000 !important;
    color: #fff !important;
    font-weight: bold;
}
form .c-button__group .c-button--danger {
    color: #a36969 !important;
}

.c-table__content-block .c-table__content a {
    color: #0069ca;
}
.c-table__content-block .c-table__content a:hover {
    color: #4c9696;
}

.p-page__footer .p-page__container a:link,
.p-page__footer .p-page__container a:visited {
    color: #7b7b7b;
    text-decoration: underline;
    opacity: 1;
    background-color: #fff;
}
.p-page__footer .p-page__container a:hover,
.p-page__footer .p-page__container a:active {
    color: #7b7b7b;
    text-decoration: underline;
    opacity: .7;
    background-color: #fff;
}

form .c-alert a b {
    background-color: #f7f7f7;
}


form .c-alert a {
    background-color: #f7f7f7;
}

.p-page__body .p-page__body-inner form p {
   /* text-align: center;
    margin-left: 100px;*/
}

.p-page__body .p-page__body-inner form .c-form__table {
    width: 80%;
    margin: 0 auto;
}

.p-page__body .p-page__body-inner form .c-form__table .c-form__content .c-form__note {
    /*text-align: left !important;
    margin-left: 0 !important;*/
}

/*form .c-form__table {
    margin-right: 50px; 
}*/

/*form .c-form__table .c-form__title {
    text-align: left !important;
    text-indent: 50px;
}*/

form .c-form__table .c-form__title {
    width: 25% !important;
    text-align: left;
}
form .c-form__table .c-form__content {
    width: 75%!important;
}

.p-page__body .p-page__body-inner form .c-form__table .c-form__content .c-form__example {
    text-align: left;
    margin-left: 0;
}
  .p-shop__logo {
      width: 113px;
    }