
#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; }
span.grey { color:#717071; }
span.burgundy { color:#A13642; }
span.sky { color:#00A0E8; }

.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;
}
/* iki_CSS */
ul.products {
	list-style: none;
}
ul.products li {
	float:left;
	background: #fff;
	width:242px;
	height:312px;
	margin:30px 0 30px 0;
	padding:15px 20px 0 20px;
	border:1px solid #cccccc;
	position:relative;
}
ul.products li.sp {
	margin:30px 24px 30px 24px;
}
ul.products li h3 {
	font-weight:normal;
	width:242px;
	height:23px;
	text-indent:-9999px;
	line-height:0;
	font-size:0;
}
ul.products li h3#title01 {
	background:url(../images/products/product_CubismEditor.png) 0 0 no-repeat;
}
ul.products li h3#title02 {
	background:url(../images/products/product_CubismSDK.png) 0 0 no-repeat;
}
ul.products li h3#title03 {
	background:url(../images/products/product_VectorEditor.png) 0 0 no-repeat;
}
ul.products li h3#title04 {
	background:url(../images/products/product_Live2DLIVE.png) 0 0 no-repeat;
}
ul.products li h3#title05 {
	background:url(../images/products/product_title.png) 0 0 no-repeat;
}
ul.products li h3#en_title05 {
	background:url(../images/products/en_product_title.png) 0 0 no-repeat;
}
a.products_link {
	position:absolute;
	top:290px;
	left:20px;
	display:block;
	height:20px;
	padding:0 0 0 20px;
	background:url(../images/works/live2d-sprite.png) 0 -1371px no-repeat;
}
#cubismSheet {
	border:1px solid #CCC;
	padding:48px 0 0 30px;
	background:#FFF;
	margin:0 0 10px 0;
	background:url(../images/products/bgCubismSDK.png) right top #FFF no-repeat;
	height:150px;
}
#cubismSheet h3 {
	text-indent:-9999px;
	line-height:0;
	font-size:0;
	width:234px;
	height:32px;
	margin: 0 0 37px 0;
	background:url(../images/products/nameCubismSDK.png) 0 0 no-repeat;
}
#sdk_list table {
	width: 213px;
	float: left;
	color: #666;
	border: 1px solid #CCC;
	margin: 0 16px 16px 0;
	line-height: 22px;
}
#sdk_list table:last-child {
	/*margin-right: 0;*/
}
#sdk_list table.mr0 {
	margin-right: 0;
}
#sdk_list th {
	background: #00b420;
	font-size: 16px;
	border-bottom: 1px solid #CCC;
	color: #FFF;
	vertical-align: middle;
	height :78px;
}
#sdk_list th span {
	font-weight: normal;
}
#sdk_list td {
	background: #FFF;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
	height :78px;
}
h3.priceless {
	clear:both;
	color:#e676ae;
	border:1px solid #CCC;
	text-align:center;
	width:898px;
	background:#FFF;
	padding:20px 0 20px 0;
}
h4 {
	color:#333;
}
#license_tb {
	text-align:center;
	width:900px;	
}
#license_tb span {
	font-weight:normal;
}
#license_tb tr {
	height:55px;
	border-bottom:1px solid #F1F1ED;
}
#license_tb th {
	vertical-align:middle;
}
#license_tb td {
	vertical-align:middle;
}
#license_tb .color01 {
	background:#b6d4f3;
}
#license_tb .color02 {
	background:#c0daf4;
}
#license_tb .color03 {
	background:#cae0f6;
}
#license_tb .color04 {
	background:#d3e5f8;
}
#license_tb .color05 {
	background:#ddebf9;
}
p#contact_SDK {
	display:block;
	text-align: center;
	margin:0 0 50px 0;
}
p#contact_SDK a:link,
p#contact_SDK a:visited {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-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#contact_SDK 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#contact_SDK a:active {
	position:relative;
	top:1px;
}
/*ダウンロードページからの追加*/
.license_button {
	margin-right:30px;
}
#licenseSheet h4 {
	color:#999999;
}
#licenseSheet .kuro {
	color:#333333;
}
#licenseSheet {
	color:#939393;
	border:1px solid #CCC;
	padding:20px 0 20px 0;
	background:#FFF;
	margin:0 0 10px 0;
	overflow:hidden;
}
#licenseSheet .left {
	border-right:1px #cccccc solid;
	padding-left:49px;
	width:400px;
	float:left;
}
#licenseSheet .right {
	padding-left:49px;
	width:399px;
	float:left;
}
#licenseSheet ul {
	display:block;
	text-align:center;
	list-style: none;
}
#licenseSheet ul li {
	float:left;
	width:148px;
	padding:20px 0 20px 0;
}
#licenseSheet ul li.rborder {
	border-right:1px solid #CCC;
}
.Str {
	color:#666;
}
.Right {
	text-align:right;
}