@charset "utf-8";

/* ------------------------------
 お問合せ
------------------------------ */
input {
	color: #4b4b4b;
	font-size: 100%;
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

textarea {
	margin: 0;
	padding: 0;
	color: #4b4b4b;
	font-size: 100%;
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 1.5;
	overflow: auto;
}

select {
	margin: 0;
	padding: 0;
	color: #4b4b4b;
	font-size: 100%;
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	vertical-align: middle;
	border: 1px solid #0c5da1;
}

.dott { background: url(/shared/img/dot.gif) repeat-x 0 top; }
.dott tr { background: url(/shared/img/dot.gif) repeat-x 0 bottom; }

.dott th {
	vertical-align: top;
	padding: 8px 0;
}
.dott td {
	vertical-align: top;
	padding: 8px 0;
}

.mr5 { margin-right: 5px;}

.texta {
	width: 430px;
	height: 70px;
}

.w430 { width: 430px;}

.w280 { width: 280px;}

.w50 { width: 50px;}

.w80 { width: 80px;}

.w100 { width: 100px;}


.buttons {
	width: 130px;
	height: 42px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.buttons02 {
	width: 260px;
	height: 42px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#submit {
	width: 130px;
	height: 42px;
	cursor: pointer;
	border: none;
	padding: 0;
	margin: 0;
}
#submit {
	background: url(/shared/img/submit.gif);
	float: left;
}
#back,#back2 {
	width: 130px;
	height: 42px;
	cursor: pointer;
	border: none;
	padding: 0;
	margin: 0;
}

#back {
	background: url(/shared/img/return.gif);
	float: left;
}
#back2 {
	background: url(/shared/img/return.gif);
}

p.err {
	margin-top: 19px;
	font-weight: bold;
}




/* ------------------------------------------------------------ */



.clearfix:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearfix{
	zoom: 1;
}


#gnavi{
	width:950px;
	height:37px;
	margin:0;
	position:relative;
	z-index:100;
}

#gnavi ul{
	margin:0;
	padding:0;
}

#gnavi ul li{
	position:relative;
	float:left;
}

#gnavi ul li img{
	display:block;
	padding:0;
	height:37px;
}


#gnavi ul li ul{
	position:absolute;
	display:none;
}

#gnavi ul li ul li img{
	vertical-align: bottom;
	height:38px;
}



