﻿@charset "UTF-8";

body:{

font-size:75%;
font-family:"osaka";
line-height: 1.5;
color:#333333;
background-color:#ffffff;

};

#inquiry{
width:700px;	/* ボックスの幅を指定 */
}


#inquiry table{
border-top: 1px solid #cccccc;
border-bottom: none;
border-left: none;
border-right: none;
font-size:100%;
width:100%;
}

#inquiry td{
border-top: none;
border-bottom: 1px solid #cccccc;
border-left: none;
border-right: none;
padding: 10px;
}

#inquiry th{
border-top: none;
border-bottom: 1px solid #cccccc;
border-left: 6px solid #cccccc;
border-right: none;
background-color: #f3f3f3;
font-weight:normal;
padding: 10px;
width: 200px;
}

#inquiry th.must{
border-left-color: #483d8b;

}

#inquiry th em{
font-style:nomal;
color:#483d8b;
padding-left:5px;

}


.text1,.text2,.text3{
	border: 1px solid #cccccc;
	background-color: #f3f3f3;
	padding: 2px;
}


.text1{
width: 60%;
}

.text2{
width: 5em;
}

.text3{
width: 90%;
}

.text1:focus,.text2:focus,.text3:focus{
	border-color:#483d8b;
	background-color:#ffffff;
}



#inquiry select{
	border: 1px solid #cccccc;
	background-color:#f3f3f3;
}

#inquiry .submit{
	text-align: center;
	margin-top: 30px;
}

