﻿.title {
	background-image: url(../img/2005/main.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    height: 32vw;
    width: 100%;
    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: 10.5vw;
    letter-spacing: 0.05em;
    margin-left: 10px;
     /*  text-shadow: 1px 1px 2px rgba(10,10,10,0.7);*/
  text-shadow:2px 2px 5px #000000;
	margin-left: 10px

}

#main .pList li{
	width: 47%;
	margin-bottom: 30px;
    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;
} 
#main .fslarge {
    font-size: 4.0vw !important;
}

.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:450px;
height:48px;
background-image: url(../img/btn_large.jpg);
background-repeat:no-repeat;
/*float:left;*/
margin-left:0px;

}

.button{
    text-align:center;
    /*margin:0px 140px;*/
}

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: 5.5vw;
    padding-bottom: 10vw;
    padding-left: 23vW;
}