﻿/*-------------------------
   全体共通
  -------------------------*/
body {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height:1.4;
	color:#333333;
	font-size: 14px;
	font-style: normal;
	background-color: #ECECEC;
}

h1 {
	font-size: 42px;
	margin-left: 42px;
	margin-bottom: 5px;
	line-height: 42px;
	position:relative;
	top:-2px;
}
h2 {
	font-size: 36px;
	color:#8515A0;
}

h3 {
	font-size: 24px;
	font-weight:bold;
}

h4 {
	font-size: 1.15em;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-bottom-color: #d9d9d9;
	padding-top: 0.5em;
	margin-bottom: 10px;
	margin-top: 20px;
}

h5 {
	font-size: 1em;
	line-height: normal;
	border-width: 0px 0px 0px 0em;
	border-style: solid;
	padding-top: 0.3em;
	padding-bottom: 0.1em;
	margin-bottom: 0.5em;
}

p {
	margin-bottom: 10px;
}

blockquote {
	margin-left: 20px;
	margin-bottom: 20px;
}

a {
	color: #0077C0;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.pagelink {
	color:inherit;
}

a:hover.pagelink {
	text-decoration:none;
}

a[target=_blank] {
	padding-right: 18px;
	background: transparent url(external-link-blue-default04-Shapes4FREE.png) no-repeat center right;
}

a.noWindowImage[target=_blank] { /* _blankだけどウィンドウ画像を表示しない */
	padding-right: 0;
	background: white;
}

ol {
	margin-bottom: 10px;
	margin-left: 20px;
}

ol img{
	margin-top: 5px;
	margin-bottom: 15px;
}

p img {
	margin-top: 5px;
	margin-bottom: 10px;
}

#contents_inner ol li{
	list-style-type: decimal;
}

.refer_to {
	background: #F4F4F4;
	width: 80%;
}

.FloatClear {
	clear:both;
}

.NoLineMargin {
	margin-top: 30px;
	margin-bottom: 20px;
}

.DrawLine {
	border-top: 1px solid #d9d9d9;
	margin-top: 30px;
	margin-bottom: 20px;
}

.Indent {
	margin-left: 20px;
}

/*-------------------------
   画面上部共通
  -------------------------*/
#header {
	width:100%;
	height:100px;
	background-color:white;
}

#header_inner {
	width:940px;
	height:90px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding-top:10px;
	padding-right:220px;
}

#header_inner img {
	float:left;
}

.nav_bar {
	height:50%;
}

.nav_bar ul {
	position:relative;
	top:25%;
}

.nav_bar li {
	float:left;
	margin-left:1em;
	margin-right:1em;
	font-weight:700;
}

.nav_bar a {
	text-decoration:none;
	color: #333333;
}

.nav_bar a.js_selected {
	text-decoration:none;
	color: #0077C0;
}

.nav_bar a:hover {
	text-decoration:underline;
	color: #0077C0;
}

.nav_bar .js_has_child {
	padding-right:16px;
	background: transparent url(drop_down_arrow.png) no-repeat center right;
}

#js_language_child {
	-webkit-box-shadow: 0 1px 1px 0 #ccc;
	-moz-box-shadow: 0 1px 1px 0 #ccc;
	box-shadow: 0 1px 1px 0 #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display:none;
	position:absolute;
	top:inherit;
	left:0px;
	background-color: #F3F3F3;
	float:none;
	z-index:1;
	width:auto;
}
#js_language_child ul {
	height:100%;
}
#js_language_child li {
	float:none;
	height:37px;
	margin-top:10px;
	margin-bottom:10px;
}
#js_language_child img {
	margin-right:10px;
}
#js_language_child a {
	position:relative;
	top:20%;
}

#js_product_child {
	-webkit-box-shadow: 0 1px 1px 0 #ccc;
	-moz-box-shadow: 0 1px 1px 0 #ccc;
	box-shadow: 0 1px 1px 0 #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display:none;
	position:absolute;
	top:inherit;
	left:-52px;
	background-color: #F3F3F3;
	padding-left:10px;
	padding-right:20px;
	float:none;
	z-index:1;
}
#js_product_child li {
	float:none;
	margin-top:20px;
	margin-bottom:20px;
}
#js_product_child img {
	float:left;
	margin-right:10px;
}
#js_product_child p {
	font-weight:normal;
	white-space:nowrap;
	padding-left:42px;
}

#nav_sub {
	float:right;
}

#js_nav_main {
	float:right;
	list-style:none;
}

#body_background {
	width:100%;
	padding-top:10px;
}

#body_main {
	overflow:hidden;
	/*max-width:1160px;*/
	width:1160px;
	margin-left:auto;
	margin-right:auto;
}

#contents {
	float:left;
	/*max-width:900px;
	margin-right: -200px;*/
	width:900px;
	background-color:white;
	padding:20px;
}

/*-------------------------
   画面右共通
  -------------------------*/
#side_contents {
	float:right;
	width:220px;
}

#product_advertise {
	width:100%;
}

.concrete_product_advertise {
	width:190px;
	padding:10px;
	margin-left:10px;
	margin-bottom:10px;
	background: #565656;
	background: -moz-linear-gradient(left,#565656 0,#464646 100%);
	background: -webkit-gradient(linear,left top,right top,color-stop(0%,#565656),color-stop(100%,#464646));
	background: -webkit-linear-gradient(left,#565656 0,#464646 100%);
	background: -o-linear-gradient(left,#565656 0,#464646 100%);
	background: -ms-linear-gradient(left,#565656 0,#464646 100%);
	background: linear-gradient(left,#565656 0,#464646 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656',endColorstr='#464646',GradientType=1);
	_background: #565656;
	color: #FFF;
	overflow:hidden;
}

.product_title {
	padding-top: 3px;
}

.product_title img {
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
	position:relative;
	top:-3px;
}

.product_title a {
	font-weight:bold;
	color: white;
	text-decoration: none;
}

.product_title a:hover {
	text-decoration: underline;
}

.product_description {
	font-size: 80%;
	margin-bottom: 8px;
	clear: both;
}

.product_more_detail {
	color: #222;
	background: #fec901;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,#fec901 0,#ff9c01 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fec901),color-stop(100%,#ff9c01));
	background: -webkit-linear-gradient(top,#fec901 0,#ff9c01 100%);
	background: -o-linear-gradient(top,#fec901 0,#ff9c01 100%);
	background: -ms-linear-gradient(top,#fec901 0,#ff9c01 100%);
	background: linear-gradient(top,#fec901 0,#ff9c01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec901',endColorstr='#ff9c01',GradientType=0);
	_background: #fec901;
	border-color: #ffe066 #FFCB4d #ffb045 #FFC144;
	float:right;
	padding: 5px;
	border: thin black solid;
	font-weight:bold;
	font-size: 80%;
}

.product_more_detail a {
	text-decoration: none;
	color: black;
}

.product_more_detail a:hover {
	text-decoration: underline;
}

/*-------------------------
   画面下部共通
  -------------------------*/
#footer {
	width:100%;
	height:50px;
	background-color:black;
}

#footer_inner {
	width:940px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding-top:10px;
	padding-right:220px;
	color:#999999;
}

#footer_inner a{
	text-decoration:none;
	color:#999999;
}

#footer_inner a:hover {
	color:white;
	text-decoration:underline;
}

/*-------------------------
   画面上部SUNTRAPトップページ用
-------------------------*/
#header_top {
	width:100%;
	height:80px;
	background-color:white;
}

#header_inner_top {
	width:940px;
	height:70px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding-top:10px;
	padding-right:220px;
}

#header_inner_top img {
	float:left;
}

#software h1 {
	font-size: 32pt;
	font-weight: bold;
	text-align:center;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
	background-image:url('../images/lineGray.png');
}

#news h1 {
	font-size: 32pt;
	font-weight: bold;
	text-align:center;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
}

#news ul {
	margin-left: 30px;
}

#news li {
	list-style-type: disc;
}

.new_news {
	font-size: 120%;
	background: transparent url('../images/New_icons_10.gif') no-repeat center left;
	padding-left: 38px;
}

.software_inner_left {
	float: left;
	text-align: right;
}

.software_inner_image {
	height: 196px;
	position:relative;
	top:9px;
}

.software_inner_image img{
	height: 196px;
}

.software_inner_text {
	width: 750px;
	margin-top: 40px;
	margin-left: 10px;
	margin-right: 10px;
}

.software_inner_text h2 {
	font-size: 48pt;
	margin-left: 0px;
	line-height: 56pt;
}

.software_inner_text p {
	margin-left: 5px;
}

.software_inner_right {
	float: right;
}

/*-------------------------
   index.html共通
  -------------------------*/
#package_info {
	width: 240px;
	float:right;
}

#package_info img {
	float:right;
}

#package_info a {
	float:right;
}
 
a.link_button {
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	font-size: 16px;
	font-weight:bold;
	color: #222;
	background: #fec901;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,#fec901 0,#ff9c01 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fec901),color-stop(100%,#ff9c01));
	background: -webkit-linear-gradient(top,#fec901 0,#ff9c01 100%);
	background: -o-linear-gradient(top,#fec901 0,#ff9c01 100%);
	background: -ms-linear-gradient(top,#fec901 0,#ff9c01 100%);
	background: linear-gradient(top,#fec901 0,#ff9c01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec901',endColorstr='#ff9c01',GradientType=0);
	_background: #fec901;
	border-color: #ffe066 #FFCB4d #ffb045 #FFC144;
	border: thin black solid;

}

a:hover.link_button {
	text-decoration:underline;
}

#js_purchase_select_form {
	float:left;
	width:100px; /* この幅 + [Buy Now]の幅 < div幅(240px)にするといい具合になる */
	position:relative;
	left:-180px;
	top:2px;
	margin-top: 10px;
}

.select_box {
	border: 1px solid #000000;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
}

#js_purchase_jump {
	float:right;
	margin-top: 10px;
}

.contents_inner_left {
	float: left;
}

.contents_inner_image {
	width: 430px;
	position:relative;
	top:9px;
}
.contents_inner_image img{
	max-width: 430px;
}

.contents_inner_text {
	width: 450px;
}

.contents_inner_text h3 {
	margin-top: 4px;
}

.contents_inner_text p {
	margin-left:25px;
}

.contents_inner_right {
	float: right;
}

#contents_inner ul {
	margin: 0 0 10px 25px;
}
#contents_inner li {
	list-style-type: disc;
}

#contents_inner .contents_inner_noraml h3 {
	margin-left: 20px;
}

#contents_inner .contents_inner_noraml ul {
	margin-left: 50px;
}

#contents_inner .flex-direction-nav li {
	list-style:none;
}

#contents_inner .flex-direction-nav img {
	width: 100%;
	height: 100%;
}

#contents_inner .flexslider {
	border: 0px white none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.flex-caption {
	padding: 2%;
	position: relative;
	top: 10px;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 14px;
	line-height: 18px;
}

.noslides {
	display:none;
}

/*-------------------------
   ExcelDiff.html
  -------------------------*/
#softpedia_logo {
	float:left;
	width:180px;
}

#softpedia_info {
	margin-top:25px;
}

/*-------------------------
   Download.html
  -------------------------*/
table.history {
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.history th{
	border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    background-color:#ECFFFF;
    background-position:center;
    text-align:center;
   	vertical-align: middle;
}

.history td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    text-align:center;
	vertical-align: middle;
}

.history h4 {
	border-bottom: 1px solid #d9d9d9;
}

/*-------------------------
   purchase.html
  -------------------------*/
table.licensefee {
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}

.licensefee th{
	border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    background-color:#ECFFFF;
    background-position:center;
    text-align:center;
   	vertical-align: middle;
}

.licensefee td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    text-align:center;
	vertical-align: middle;
}

/*-------------------------
   link.html
  -------------------------*/
.link_inner_left {
	float: left;
	text-align: right;
}

.link_inner_image {
	position:relative;
	top:9px;
	margin-bottom: 20px;
}

.link_inner_image img{
	width: 208px;
}

.link_inner_text {
	width: 670px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.link_inner_text p {
	margin-left: 5px;
}

.link_inner_right {
	float: right;
}
