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

/* contents ///////////////////////*/
.contents{

h4{
.ffm;
font-size:18pt;
padding:20px 0 20px 0;
}

.text{
margin:10px 0 30px 0;
}

.table{
margin:0 auto 0 auto;
width:100%;
}
th, td{
padding:15px;
border-top:1px #CCCCCC solid;
}
tr:first-child th, tr:first-child td,{
border-top:0px;
}

textarea{
border:0;
width:100%;
height:150px;
border:1px #CCCCCC solid;
}
input[type="text"]{
border:1px #CCCCCC solid;
height:28px;
line-height:28px;
.dib;
.vam;
}
.req{
em{
color:#CC0000;
}
}
.type1{
width:120px;
}
.type2{
width:240px;
}
.type3{
width:360px;
}
.type4{
width:98%;
}

.submit{
text-align: center;
padding:40px 0 0 0;

a{
.dib;
max-width:200px;
margin:10px;
}
.back{
background:#999;
}
}

small{
.dib;
padding:10px;
line-height:140%;
}

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

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

}


@media (max-width:800px){
.contents{

h4{
font-size:15pt;
padding:15px 0 15px 0;
}

.type1{
width:100px;
}
.type2{
width:100%;
}
.type3{
width:100%;
}
.type4{
width:100%;
}
}
}

@media (max-width:500px){
.contents{

h4{
.tac;
font-size:13pt;
padding:10px 0 10px 0;
}

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

.submit{
padding:20px 0 0 0;
}


}
}
