#figure {
	margin: 0 0 60px 0;
}

.figureLeft {
	float: left;
	width: 430px;
	text-align: center;
}

.figureRight {
	float: right;
	width: 434px;
	text-align: center;
}

.figureLeft img,
.figureRight img {
	margin-bottom: 10px;
}

.title {
	background: #262A2F;
	padding: 30px 15px 30px 30px;
	color: #FFF;
	margin: 0 0 50px 0;
}

.title h2 {
	color:#D2D2D2;
	font-weight: 100;
}

.title h2 span.pretxt {
	margin: 0 0 0 20px;
}

span.green { color:#3FB230; }

.layout1 {
	margin: 0 0 20px 0;
}

.layout1 img {
	float: right;
	margin: 0 0 0 50px;
}

.layout2 {
	margin-bottom: 50px;
}

.layout2 img {
	float: left;
	margin: 10px 50px 40px 0;
}

.layout3 {
	margin: 0 0 50px 0;
}

.layout3 img {
	float: right;
	margin: 0 0 0 50px;
}

dl#platform {
	display: block;
	padding: 30px 30px 10px 30px;
	margin: 0 0 50px 0;
	background: #FFF;
	border: 1px solid #CCC;
}

dl#platform dt {
	display: block;
	font-weight: bold;
	margin: 0 0 10px 0;
}

dl#platform dd {
	display: inline-block;
	margin: 0 20px 20px 0;
	padding: 0 0 0 10px;
	background: url("../images/yaji03_ico.png") no-repeat 0 50%;
}

dl#platform dd.none {
	background: none;
	padding: 0;
}

table.spec {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCC;
	margin: 0 0 20px 0;
}

table.spec td {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 15px;
	text-align: center;
}

p.golink {
	text-align: right;
}

p.golink a:link,
p.golink a:visited {
	color:#369;
	padding:8px 20px 8px 30px;
	border:1px solid #CCC;
	background:#FFF url("../images/yaji01_ico.png") no-repeat 10px 50%;
}
p.golink a:hover {
	background:#DDD url("../images/yaji01_ico.png") no-repeat 10px 50%;
}

ul#banners {
	list-style: none;
	margin: 0 0 20px 0;
}

ul#banners li {
	display: inline-block;
}
ul#banners li:nth-of-type(2){
	margin: 0 25px;
}

#modelFlow {
	background: url("../images/products/modelFlowBg.png") no-repeat;
	padding: 0 0 0 130px;
	margin: 0 0 30px 0;
	height: 1024px;
}

#modelFlow ol {
	list-style: none;
}

#modelFlow ol li {
	display: block;
}

#modelFlow ol li h3 {
	margin-bottom: 15px;
}

#modelFlow ol li.flow1 {
	height: 170px;
	padding: 15px 0 0 0;
}
#modelFlow ol li.flow2 { height: 145px; }
#modelFlow ol li.flow3 { height: 145px; }
#modelFlow ol li.flow4 { height: 150px; }
#modelFlow ol li.flow5 { height: 150px; }
#modelFlow ol li.flow6 { height: 155px; }

/*価格ページ*/
#priceSheet {
	border:1px solid #CCC;
	padding:30px;
	background:#FFF;
	margin:0 0 10px 0;
}

#priceSheet img {
	float: right;
}

#priceSheet h3 {
	color:#EB66A3;
	margin: 0 0 20px 0;
	font-weight: 500;
}

#priceSheet ul {
	display:block;
	width:400px;
	text-align: right;
	list-style: none;
	padding:0 20px 0 0;
}

#priceSheet ul li {
	margin:0 0 15px 0;
}

#priceSheet ul li.free {
	color:#EB66A3;
}

#priceSheet+p,
table#supportPrice+p {
	text-align: right;
}

table#supportPrice {
	border-collapse: collapse;
	margin:0 0 10px 0;
}

table#supportPrice td,
table#supportPrice th {
	background:#FFF;
	border:1px solid #CCC;
	padding:20px;
	width:25%;
}

table#supportPrice th.cel1 { background:#00B420; }
table#supportPrice th.cel2 { background:#4BC2F3; }
table#supportPrice th.cel3 { background:#0D6CBA; }
table#supportPrice th.cel4 { background:#6C58A5; }

table#supportPrice th {
	font-size: 16px;
	font-size: 1.6rem;
	color:#FFF;
}
table#supportPrice td {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	line-height: 1.8rem;
	color:#333;
}

table#supportPrice td div {
	height:150px;
}

table#supportPrice td span.price {
	display:block;
	width:130px;
	margin:0 auto;
	text-align: center;
	background:#FFDC73;
	border-radius: 20px;
	font-size: 15px;
	font-size: 1.5rem;
	padding:6px 20px;
}

table#supportPrice td.cel1 { background:#B2E9B4; }
table#supportPrice td.cel2 { background:#C6ECFC; }
table#supportPrice td.cel3 { background:#B2D2EB; }
table#supportPrice td.cel4 { background:#D3CCE4; }

table#supportPrice td ul {
	padding:0 0 0 5px;
}
table#supportPrice td ul li {
	line-height: 15px;
	line-height: 1.5rem;
	margin:0 0 5px 0;
	text-indent: -5px;
}

table#SDKPrice {
	width:100%;
	border-collapse: collapse;
	margin:0 0 40px 0;
}

table#SDKPrice th,
table#SDKPrice td {
	padding:20px;
	width:25%;
	border:1px solid #CCC;
}
table#SDKPrice th {
	font-size: 15px;
	font-size: 1.5rem;
	vertical-align: middle;
	background:#1D2123;
	color:#FFF;
}

table#SDKPrice th span {
	font-weight: normal;
}

table#SDKPrice td {
	font-size: 15px;
	font-size: 1.5rem;
	background:#FFF;
	text-align: center;
	font-weight: bold;
}

table#SDKPrice td.title {
	background:#EEE;
	color:#333;
}

#discount {
	height:140px;
	background:url("../images/products/price_pop.png") no-repeat 50px 0;
	padding:60px 0 0 280px;
	margin:0 0 100px 0;
	color:#FF5910;
}

#discount p {
	margin:0 0 20px 0;
}

#discount p strong {
	font-size: 36px;
	font-size: 3.6rem;
}

p#goPrice {
	display:block;
	text-align: center;
	margin:0 0 50px 0;
}

p#goPrice a:link,
p#goPrice a:visited {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #337fed;
	padding:15px 30px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #3d94f6), color-stop(100%, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	background:-ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow:inset 0px 0px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 0px 0px 0px 0px #97c4fe;
 	box-shadow:inset 0px 0px 0px 0px #97c4fe;
}
p#goPrice a:hover {
	cursor:pointer;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1e62d0), color-stop(100%, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	background:-ms-linear-gradient( top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}
p#goPrice a:active {
	position:relative;
	top:1px;
}
