﻿@charset "UTF-8";


body {
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
line-height: 1;
font-size: 15px;
color:#7b6d62;
margin: 0;  
}



table.mailform {
font-size:12px;
background:white;
line-height: 16px;
}

table.mailform tr th span {
	color: #CC0000;
	font-size: 14px;
font-weight:bold; 
}


table.mailform th{
width:30%;
border-bottom:1px #dddddd dotted;
background:#ecf9f2;
	font-weight: normal;
letter-spacing:1pt; 
padding:20px 0;
color:darkred;

}

table.mailform td{
width:70%;
padding:20px 20px 20px 30px;
border-bottom:1px #dddddd dotted;
/* background:white; */
/* background: url(img/bk_wrap1.gif) ; */
}

table.mailform td textarea,

table.mailform td input[type="text"]{
border:1px gray dotted ;
width:100%;
}



/*  *//* -------------------------------------- */
@media only screen and (max-width:800px){
table.mailform {
width:90%;
margin:0px auto;
}
}


/*  *//* -------------------------------------- */
@media only screen and (max-width:603px){
table.mailform {
width:90%;
margin:0px auto;
}

table.mailform th{
display:block;
float:left\9;
width:100%;
}

table.mailform th br{
display:none;
}

table.mailform td{
display:block;
float:left\9;
width:100%;
padding:10px 0;
text-align:center;
}
table.mailform td textarea,

table.mailform td input[type="text"]{
border:1px gray dotted ;
width:90%;
margin:0px auto;
}



}


/*  *//* -------------------------------------- */
@media only screen and (max-width:568px){
table.mailform {
width:90%;
margin:0px auto;
}


/*  *//* -------------------------------------- */
@media only screen and (max-width:496px){
table.mailform {
width:90%;
margin:0px auto;
}


/*  *//* -------------------------------------- */
@media only screen and (max-width:435px){
table.mailform {
width:90%;
margin:0px auto;
}

/*  *//* -------------------------------------- */
@media only screen and (max-width:320px){
table.mailform {
width:90%;
margin:0px auto;
}













