@charset "UTF-8";
#mainv {
	background: #f5f5f5;
	padding: 1px 0;
}
#mainv div {
	width: 960px;
	margin: 0 auto;
	height: 175px;
	background: #fff;
}
table th, table td {
	text-align: left;
	padding: 5px;
}
table th {
	white-space: nowrap;
}
table .nowrap {
	white-space: nowrap;
}
table {
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 10px;
	font-size: 12px;
	margin-top: -10px;
}
table th, table td {
	padding: 10px 15px;
}
table thead td {
	background: #555;
	color: #fff;
}
table th {
	background: #eee;
	vertical-align: middle;
	text-align: left;
	width: 160px;
	overflow: visible;
	position: relative;
	font-weight: normal;
	font-size: 15px;
	border-right: 1px solid #fff;
}
table td {
	background: #f8f8f8;
	border-right: 1px solid #fff;
}
@-moz-document url-prefix() {
 table {
 margin-top:-30px;
}
 table thead td {
 border-top:15px solid #FFFFFF;
}
}
.contact_space strong {
	font-weight: bold;
	color: hsla(359,56%,47%,1.00);
}
.contact_space .text_w {
	width: 96%;
	padding: 3px;
	line-height: 150%;
}
#contents .product_title {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
#contents .product_box {
	border-top: 0;
	margin-bottom: 30px;
	background: #f1f1f1;
	padding-left: 15px;
}
#contents .product_box img {
	width: 205px;
	height: 205px;
	border-radius: 5px;
}
input.form_btn, .btn-default {
	padding: 10px 40px;
	font-weight: bold;
	font-size: 1em;
	color: #173ba8;
	text-decoration: none;
	border: 1px solid #e5e5e5;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(241,241,241,1)), color-stop(51%, rgba(225,225,225,1)), color-stop(100%, rgba(246,246,246,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 );
	cursor: pointer;
}
.btn-primary {
	padding: 10px 40px;
	font-weight: bold;
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #e5e5e5;
	background: rgb(81,85,160);
	background: -moz-linear-gradient(top, rgba(81,85,160,1) 0%, rgba(73,76,163,1) 50%, rgba(57,60,163,1) 51%, rgba(10,6,109,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(81,85,160,1)), color-stop(50%, rgba(73,76,163,1)), color-stop(51%, rgba(57,60,163,1)), color-stop(100%, rgba(10,6,109,1)));
	background: -webkit-linear-gradient(top, rgba(81,85,160,1) 0%, rgba(73,76,163,1) 50%, rgba(57,60,163,1) 51%, rgba(10,6,109,1) 100%);
	background: -o-linear-gradient(top, rgba(81,85,160,1) 0%, rgba(73,76,163,1) 50%, rgba(57,60,163,1) 51%, rgba(10,6,109,1) 100%);
	background: -ms-linear-gradient(top, rgba(81,85,160,1) 0%, rgba(73,76,163,1) 50%, rgba(57,60,163,1) 51%, rgba(10,6,109,1) 100%);
	background: linear-gradient(to bottom, rgba(81,85,160,1) 0%, rgba(73,76,163,1) 50%, rgba(57,60,163,1) 51%, rgba(10,6,109,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5155a0', endColorstr='#0a066d', GradientType=0 );
	cursor: pointer;
}
input.form_btn:hover, .btn-primary:hover, .btn-default:hover {
	opacity: 0.5;
	cursor: pointer;
}
.error_messe {
	color: #CB0000;
}

.sitemap{
	border-top:0;
	}
.sitemap a{
	font-weight:bold;
	font-size:1.2em;
	color: #173ba8;
	}