﻿@charset "utf-8";

a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:green;
	text-decoration:underline;
}


.inquiry_bd {
	margin:0px auto;
	width:800px;
	padding:0px;
	padding-bottom:80px;
}

.com1 {
	margin:0px auto;
	width:800px;
	border:1px silver solid;
	line-height:16pt;
}

.com2 {
	margin:0px auto;
	width:750px;
}

.title1 {
	margin:0px auto;
	width:760px;
	color:#000;
	font-size:13px;
	padding:2px 2px 2px 10px;
	font-weight:bold;
	background:silver;
	border-radius: 10px;
}

.table1 {
	margin:0px auto;
	width:600px;
}

.td1 {
	vertical-align:top;
}

.td2 {
	text-align:center;
}


.fc {
	display:block;
	margin-right:10px;
	width:260px;
	padding: 0px 6px 0px 6px;
	text-align:center;
	border-radius: 6px;
	background:orange;
	float:left;
/*
	background: -moz-linear-gradient(left,  rgba(255,165,0,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,165,0,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,165,0,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa500', endColorstr='#00ffffff',GradientType=1 );
*/
}

.blnk {
	height:8px;
	clear:both;
}

.fc2 {
	margin-right:10px;
	width:110px;
	padding: 0px 6px 0px 6px;
	text-align:center;
	border-radius: 6px;
	background:#EBECF5;
}
