@charset "UTF-8";
/* CSS Document */


#main {
background-size: cover;
background-position: top right;
margin-bottom: 30px;}


#inquiryLink {
    background-image: url(../img/inquiryBg.png);
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    height: 130px;
    padding: 30px 0 0 12px;
    position: fixed;
    right: 0;
    top: 300px;
    text-align: center;
    width: 117px;}
#inquiryLink .requests {
    font-size: 13px;
    font-size: 0.8125rem;
}


@media screen and (max-width: 640px) {

#header {
position: fixed;
z-index: 999;
width: 100%;
}

#container {
padding-top: 28%;
padding-bottom: 0;
}
#container .inner {
width:92%;
}
#logo {
    max-width: 45%;
    padding-left: 5%;
	padding-bottom: 0;}

#contentNav li {
font-size: 1rem;}

#main {
width: 100%;
background-size: cover;
background-position: top right;
border-radius: 10px;
padding-bottom: 45%;
margin: 0 auto 15px;}
#main .mainLead {
width: 85%;
top: auto;
bottom: 6%;}

.lead {margin-bottom: 40px;}

.contents {
    width: 100%;}
.contents p {font-size: .875rem;}
.kindList .description h5 {
font-size: 1.25rem;}

.productsList li {
    width: 100%;}
.kindList > li {
    padding: 30px 0 10px;}
	
#inquiry {
    border-radius: 14px;
	max-width: 100%;}
#inquiry .ic {
margin-right: 5%;}
#inquiry p {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    vertical-align: top;
}
#footer {
    text-align: center;
	padding: 15px 10% 50px;}
#copyright {
    line-height: 1.5;}

	
	
	
}