﻿@charset "utf-8";

/* ===== 全体 ===== */
body {
	color: #000;
	font-family: "ＭＳ Ｐゴシック",Osaka,verdana,arial,sans-serif;
	font-size: 90%;
	line-height: 160%;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

/* ===== ヘッダー ===== */
.headerOuter {
	background: url("/ss/measure/developer/img/bg_rep_header.png") repeat-x top center;
	height: 284px;
}
.header {
	background: url("/ss/measure/developer/img/bg_header.png") no-repeat top center;
	height: 275px;
}
.headerInner {
	margin: 0 auto;
	width: 960px;
}
h1 {
	float: left;
	margin: 65px 0;
	width: 527px;
}
.logo {
	float: right;
	margin: 40px 0 0 0;
	width: 133px;
}
/* ===== メインコンテンツ ===== */
.download {
	margin: 20px auto 0 auto;
	width: 960px;
}
.introduction {
	float: left;
	font-size: 18px;
	line-height: 50px;
}
.catalogDownload {
	float: right;
}
.selectItem {
	margin: 30px auto 0 auto;
	width: 960px;
}
.contentItem {
	box-shadow: 0 15px 10px -10px #ccc;
	-webkit-box-shadow: 0 15px 10px -10px #ccc;
	-moz-box-shadow: 0 15px 10px -10px #ccc;
	float: left;
	margin: 0 15px 36px 0;
	width: 310px;
}
.contentItem {
	/* やむをえずIE8対応 */
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=180, strength=10, enabled=true)\0/;
		/*progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=0, strength=4, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=90, strength=4, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=180, strength=4, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=270, strength=4, enabled=true)\0/;*/
}
.contentItem.rightEnd {
	margin-right: 0;
}
/* ===== お問い合わせ ===== */
.contact {
	background: #4b4b4b;
	padding: 40px 0 30px 0;
	margin: 24px 0 0 0;
}
.contactInner {
	margin: 0 auto;
	width: 960px;
}
.measureNav {
	margin: 0 35px 0 0;
	width: 465px;
}
.measureNav li {
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px 0;
}
.consultNav {
	width: 460px;
}
.freedial {
	margin: 0 0 10px 0;
}
.webContact {
	background: #fff;
	padding: 0 0 20px 0;
}
.webContact ul {
	margin: 0 auto;
	width: 420px;
	height: 68px;
}
.webContact ul li {
	display: inline-block;
	font-size: 0;
	line-height: 0;
}
.test {
	margin: 0 11px 0 0;
}
.price {
	margin: 0 10px 0 0;
}

/* ===== フッター ===== */

#b_uke_footer {
    clear: both;
    width: 970px;
    margin: 0px auto;
    border-top: 1px solid #B3B3B3;
}

/* ===== clearfix ===== */
.clearfix {
	overflow: hidden;
}
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0.1em;
	height: 0;
	line-height: 0;
	visibility: hidden;
}