<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.title {
	background-image: url("../img/2005/main.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size:100% 100%;
	width: 870px;
	height: 271px;
	margin: 0 auto;
	display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
}
h1 {	color: #FFFFFF;
    text-align: left;
    font-weight: 700;
    font-size: 100px;

     /*  text-shadow: 1px 1px 2px rgba(10,10,10,0.7);*/
    text-shadow:2px 2px 5px #000000;
	margin-left: 240px;
	/*margin-top: auto;*/

}

#main .pList li{
	width: 47%;
	margin-bottom: 60px;
	position: relative;
	margin-right:5px;
    margin-left:5px;
    margin-bottom:40px;
    margin-top:40px;
}

#main .pList .ex-price{
     color:#333;
     font-size:1.2em;
     float:right;
     text-decoration:line-through;
     line-height:1;
} 
#main .pList .price{
     color:#FF0000;
     font-size:2em;
     float:right;
     text-decoration:none;
     line-height:1;
} 

 #main .pList .tax{
     color:#333;
     font-size:1.2em;
     float:left;
     text-decoration:none;
     line-height:1;
     margin-left:6px;
} 
 #main .itembtn p{
     margin-left:8px;
} 

.itembtn{
    border-radius: 40px;
    font-weight: bold;
    color: #FFF !important;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    background: #EA6D0D;
    padding:8px;
    width:180px;
}
.btnlarge{
width:560px;
height:48px;
background-image: url(../img/btn_large.jpg);
background-repeat:no-repeat;
float:left;
margin-left:20px;

}
.button{
    text-align:center;
    margin:0px 200px;
}
a:hover img {
    opacity: 0.3 !important;
    filter: alpha(opacity=70) !important;
    -ms-filter: "alpha( opacity=70 )" !important;
    background: #ff0000 !important;
}
            
.aikon img {
    height: 150px;
}
.headingTop{
    line-height: 40px;
    padding-bottom: 90px;
}
</pre></body></html>