/* 点滅 */
.blinking{
	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
	font-weight:bold;
color: #FF0000;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


.text-size2 { font-size:80%; }

.text-size1 { font-size:70%; }

.text-size1-red { font-size:70%; 
  font-weight:bold;
color: #FF0000;}

.text-title { font-size:1.2em;
padding:0em;
margin:0em;
}

.price-big {
	font-family: "Arial Black";
	font-size: 45px;
	color: #FF0000;
	margin:8px;
}
.price-big2 {
	font-family: "Arial Black";
	font-size: 47px;
	color: #000000;
}

.red {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #ff0000;
}
.blue {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #003366;
}
.green {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #336600;
}
.brown {
    font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #663300;
}

H1 { color: #003366; font-size: 100%; 
        margin-top: 0em;
	margin-left: 0em;
	margin-bottom:0em;
	padding-top: 0em;
	padding-left: 0em;
	padding-bottom: 0em; }
H2 { color: #336600; font-size: 100%; 
        margin-top: 0em;
	margin-left: 0em;
	margin-bottom:0em;
	padding-top: 0em;
	padding-left: 0em;
	padding-bottom: 0em; }
	
.search A:link { color : FFFFFF }
.search A:visited { color : FFFFFF }
.search A:hover { color : FFFF00 }

.search-s A:link { color : 0033CC }
.search-s A:visited { color : 0033CC }
.search-s A:hover { color : FF9933 }

h1.contents {
font-size: 100%;
font-weight: strong;
line-height:1em;
margin: 0;
color: #ffffff;
}

h2.contents {
font-size: 70%;
font-weight: normal;
line-height:1.1em;
margin: 3;
color: #000000;
}

h1.top {
font-size: 90%;
font-weight: strong;
line-height:1em;
margin: 0;
}

h2.top {
font-size: 70%;
font-weight: normal;
line-height:1em;
margin: 0;
}

.price-boldred {
  font-weight:bold;
	color: #FF0000;
}

.red-bold-3 {
  font-weight:bold;
	color: #FF0000;
	font-size: 80%;
}

.red-bold-3-bates {
  font-weight:bold;
	color: #FF0000;
	font-size: 100%;
}

.kensaku-form {
	margin-top: 15px;
	align:center;
}