@charset "UTF-8";
input.inquiry-button {
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	color: #333233;
	background: #C8C8C8;
	padding: 7px;
	text-decoration: none;
	border-style: none;
}
input.inquiry-button:hover {
	background: #D4D4D4;
	text-decoration: none;
}
input.shop-button {
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	color: #ffffff;
	background: #8b9399;
	padding: 7px;
	text-decoration: none;
	border-style: none;
}
input.shop-button:hover {
	background: #c1c6c9;
	text-decoration: none;
}
input.shop-next-button {
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	color: #ffffff;
	background: #D95F00;
	padding: 7px;
	text-decoration: none;
	border-style: none;
}
input.shop-next-button:hover {
	background: #D98800;
	text-decoration: none;
}

.formbox label {
	margin-left:15px;
}
.formbox input[type="radio"] {
	margin-right:5px;
}

/*2カラムイメージリスト画像幅*/
a.col1 img{width:157px;}
a.col2 img{width:157px;}
a.col4 img{width:157px;}

.tb50 {	width:50%;margin-bottom:10px;}
.w40 img { width:140px; }
