body{
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color:#333;
	font-size: 1.4rem;
	line-height:1.8;
	letter-spacing:0.1px;
}
.p-page__title{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 1.8rem;
	line-height: 1.2;
}

.c-button, .c-button:link, .c-button:hover, .c-button:active, .c-button:visited {
     border: 1px solid #fff;
	 margin: 0 7px;
	color:#333;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
}

.c-alert {
	color:#333;
    background: #EFEFEF;
    padding: 20px;
    margin: 30px 0;
    line-height: 1.8;
    text-align: left;
}
.c-button:disabled, .c-button.disabled, .c-button:disabled:hover, .c-button.disabled:hover {
    background: #EFEFEF;
    color: #ccc!important;
    cursor: default;
    box-shadow: none;
}
.c-button:disabled:hover, .c-button.disabled:hover {
    border: 1px solid #fff;
    color: #ccc!important;
}

.c-button--primary {
    border: 1px solid #fff;
   background: #CC3333;
    color: #fff!important;
}
.c-button--primary:hover {
    border: 1px solid #CC3333;
    background: #fff;
    color: #CC3333!important;
}
@media screen and (max-width:767px){
  .p-shop__logo { width: 80%;}
}