.p-page__wrap .p-shop__header {
	margin: 0 auto;
    max-width: 700px;
    width: auto;
    padding:30px 0 0 0;
    text-align:left;
}
.p-shop__logo {
	margin:0;
}
.p-page__body-inner{
	border-top: none;
	border-bottom: 1px solid #ccc;
	padding:0;
}
.c-alert{
	color: #000;
	background: #fff;
	padding:0;
}
.c-input--text {
	border: 1px solid #ccc;
	border-radius: 0;
}
.c-form__title--must{
	color:#c55;
}
.c-button--primary{
	background: #000;
}
.c-button--primary:hover{
	background: #333;
}
.p-page__secure {
    margin: 0 auto 15px;
}
.c-button {
	border-radius: 0;
}
.p-page__title {
	display:none;
}
.c-button__group--sub {
	margin-top:0;
    margin-right: 15px;
}
.c-button {
    border: medium none;
    color: #fff;
    background:#333;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    font-size:12px;
    width: 200px;
}
.c-button:hover {
    opacity: 0.7;
}
.c-button__group {
	margin-bottom:40px;
}
.c-button__group--sub .c-button {
    background: #fff;
    color: #333;
    border: medium none;
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    padding: 0;
}
.c-button__group--sub .c-button:hover {
	background:none;
	opacity:0.7;
}
.c-button__group--sub .c-button::before { 
  content: "> ";
  color: #333;
}
@media screen and (min-width: 320px) and (max-width: 767px){
    .p-page__container .title_area{
        padding: 15px 15px 0;
    }
    .p-page__container .title_area img{
        max-width: 90px;
    }
    .c-alert{
        padding: 0 15px;
    }
 	.c-form__table{
        padding: 0 15px;
    }
    .c-button__group{
        padding: 0 15px;
    }
    .c-button {
        border: medium none;
        color: #fff;
        background:#333;
        display: block;
        margin: 0 auto !important;
        text-decoration: none;
        vertical-align: middle;
        white-space: nowrap;
        font-size:12px;
        width: 200px !important;
    }
}