@import (once) "default.less";
@import (once) "common.less";


/* category_title ///////////////////////*/
.category_title{
.bg{
background:url("../image/top4.jpg") no-repeat 0 50%;
background-size:cover;
}
}


/* contact ///////////////////////*/
.contact{
padding:60px 0 0 0;

h3{
font-size:13pt;
padding: 0 0 20px 0;
}


textarea{
border:1px #CCCCCC solid;
width:100%;
height:150px;
}
input{
border:1px #CCCCCC solid;
height:28px;
line-height:28px;
.dib;
.vam;
}
.req{
em{
color:#CC0000;
}
}
.type1{
width:80px;
}
.type2{
width:150px;
}
.type3{
width:400px;
}
.type4{
width:98%;
}


.submit {
text-align: center;
margin: 50px auto;
}
.submit input{
height:auto;
text-align: center;
width: 200px;
padding:10px;
cursor: pointer;
font-size: 12pt;
color: #FFFFFF;
background-color:#666666;
}
.submit .back{
color: #FFFFFF;
}
.submit input:hover{
opacity:.5;
}

.thanks{
.dt;
.tac;
.center;
h4{
font-size:16pt;
}
}

.error{
.dt;
.center;
h4{
font-size:16pt;
}
}


}


@media (max-width:720px){
.contact{
.type1{
width:100px;
}
.type2{
width:98%;
}
.type3{
width:98%;
}
.type4{
width:98%;
}
}
}

@media (max-width:480px){
.contact{
padding:30px 0 10px 0;


.table{
margin:10px auto;
width:100%;
}
th, td{
.tal;
.db;
border:0;
}
th{
padding:15px 0 0 0;
}
td{
padding:5px;
border-bottom:1px #CCCCCC solid;
}
tr:last-child td{
border:0;
}

}
}


/* privacy ///////////////////////*/
.privacy{
padding:60px 0 120px 0;

.text{
padding:0 0 30px 0;
}

dt{
font-size:13pt;
color:#82a776;
}
dd{
padding:5px 0 10px 30px;
}

}

@media (max-width:480px) {
.privacy{
padding:30px 0 60px 0;

dt{
font-size:11pt;
}
dd{
padding:5px 0 10px 20px;
}

}
}
