@charset "utf-8";

/* ボタン基本 開始 */
.button {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/* ボタン基本 終了 */

/* ボタン拡張 開始 */
.button {
	font-size: 161.6%;
	font-weight: bold;
	position: relative;
	background-color: #CCCCCC;
	border-radius: 4px;
	color: #ffffff;
	line-height: 65px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 3px 3px 2px #CCC;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	text-indent: 40px;
}

.estimate {
	width: 300px;
	height: 150px;
	background-image: url(../images/menu_btn_estimate.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 0px;
	margin-right: 50px;
}

.ask {
	width: 300px;
	height: 150px;
	background-image: url(../images/menu_btn_ask.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.button:hover {
	background-color: #CCCCCC;
	box-shadow: 3px 3px 2px #aaa;
}

.button:active {
	top: 3px;
	left: 3px;
	box-shadow: none;
}
/* ボタン拡張 終了 */

/*リンクされた文字*/
a.button {
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	text-indent: -9999px;
}

/*未訪問のリンク*/
a.button:link {
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
}

/*訪問後のリンク*/
a.button:visited {
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
}

/*マウスをのせたとき*/
a.button:hover {
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
}

/*クリック中*/
a.button:active {
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
}
/* ボタン 終了 */



/* 見積もり依頼フォーム 開始 */
#contents table.form {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #d6d0ae;
}

#contents table.form th {
	padding: 10px;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #d6d0ae;
	border-bottom-color: #d6d0ae;
	border-left-color: #d6d0ae;
	background-color: #edebdc;
	color: #664f00;
	width: 140px;
}

#contents table.form td {
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #d6d0ae;
	border-right-color: #d6d0ae;
	border-bottom-color: #d6d0ae;
}

#contents table.form td.btn {
	text-align: center;
	vertical-align: middle;
}

#contents table.form td.btn input {
	width: 200px;
	height: 30px;
}

/* 見積もり依頼フォーム 終了 */
