@charset "utf-8";

/*
Theme Name: kingofpasta2025_v7
Theme URI: 
Version: 3
Description: 
Author: 
Author URI: 
*/

@import url("css/ress/ress.min.css");
@import url("css/wpset.css");
@import url("css/style.css");
.important {
    width: 80%;
    margin: 30px auto;
    border: 2px solid #D33A2A;
    padding: 24px;
}
@media screen and (max-width: 767px) {
	.important {
		margin: 20px auto;
    	padding: 15px;
	}

}

.important h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #D33A2A;
}

.important p {
    font-size: 15px;
    line-height: 24px;
    margin: 16px 0 0 0;
}

body#primary{
	background-image:url();
}

a.linkbtn{
display:block;
width:100%;
min-width:250px;
max-width:350px;
padding:10px 30px 10px 10px;
margin:10px 0;
color:#fff;
text-align:center;
background: url(./img/rightyazi-green03.png) no-repeat;
background-size:15px auto;
background-position:96% center;
background-color:#479D4D;
border: 1px solid #fff;
line-height: 30px;
transition : all 0.5s ease 0s;
}
a.linkbtn:hover{
background: url(./img/rightyazi-green04.png) no-repeat;
background-size:15px auto;
background-position:96% center;
background-color:#fff;
color:#479D4D;
border:1px solid #479D4D;
}

a.link_btnv2{
display:block;
width:100%;
min-width:250px;
max-width:350px;
padding:10px 30px 10px 10px;
margin:0 0 24px 0;
text-align:center;
background: url(./img/rightyazi-green03.png) no-repeat;
background-size:15px auto;
background-position:96% center;
background-color:#479D4D;
border: 1px solid #fff;
line-height: 30px;
transition : all 0.5s ease 0s;
color:#fff !important;
}
a.link_btnv2:hover{
	opacity:0.8
}
.topmenugreenbutton{
	width: 330px;
}


@media screen and (max-width: 767px) {
a.linkbtn{
width:100%;
margin:20px auto;
}
	.topmenugreenbutton{
	width: 100%;
}

}


.syutten-login .login-button{
	height: auto;
font-size: 13px;
}

ul.normal li{
list-style-type: disc;
  margin-left: 24px;
  text-align: left;
}

.storesconright p{
	margin-bottom: 20px;
}
.shopurl{
	margin-right:20px
}
.shop-sns{
	margin-left: 0px;
}

.normal table {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #ccc;
}

.normal table th,
.normal table td {
    font-size: 15px;
}

.normal table th {
    background-color: #efefef;
    vertical-align: top;
    padding: 20px 15px;
    border-bottom: solid 1px #ccc;
    
    font-weight: 500;
    width: 30%;
    text-align: left;
}

.normal table td {
    border-bottom: solid 1px #ccc;
    padding: 20px 15px;
}

@media screen and (max-width: 767px) {
	.normal table th{
		text-align:center;
	}
.normal table th,
.normal table td {
   width: 100%;
	display:block;
}
	
	
}

@keyframes blinking {
   0% {opacity: 0;}
   100% {opacity: 1;}
}
.blink {
   animation: blinking 0.8s ease-in-out infinite alternate;
	display: inline-block;
  background-color: #B03327;
  color: #fff;
  padding: 0 10px;
}


