body {
  background: #f8f5ec url(https://img02.shop-pro.jp/PA01317/172/etc/shop_bg.jpg?cmsp_timestamp=20160719220804);
  padding-bottom: 20px;
}

.title_area {
  margin-bottom: 10px;
  text-align: center !important;
}

.p-page__body-inner {
  border: none;
  padding: 40px;
}

.p-page__body {
    border-radius: 10px;
}

.c-button, .c-button:link, .c-button:hover, .c-button:active, .c-button:visited {
  color: #fff;
}
.c-button {
  background: #a764a0 none repeat scroll 0 0;
}
.c-button:hover {
 background: #b2d136 none repeat scroll 0 0;
}

.c-alert {
    background: #f7f4eb none repeat scroll 0 0;
  	color: #222;
}


@media screen and (max-width: 767px) {
.view_pc .base02 {
	width: 94%;
	margin: auto; 
}
.p-page__body-inner {
    padding: 20px
}
.c-form__title, .c-table-preview__title {
    font-weight: normal;
}
}