
/*
** HTML elements
*/
body {
  margin: 0 auto 0 auto;
  padding: 0;
  color: #000;
  background-color: #fff;
  font: 76% Verdana, Arial, Helvetica, sans-serif;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header {
  background-color: #0000CC;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left; /* LTR */
  padding: 0 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0; /* LTR */
  color: #9cf;
}
#navlist a {
  font-weight: bold;
  color: #fff;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
  border-left: 1px solid #9cf; /* LTR */
}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 ;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 0px 0px 0px 0px ;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  background-color: #ddd;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}
#footer {
  background-color: #eee;
/*  padding: 1em;	*/
  font-size: 0.8em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #777;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0; /* LTR */
}
.block {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0em;
  margin-bottom: 0em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em; /* LTR */
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em; /* LTR */
}
.node .picture {
  border: 1px solid #ddd;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right; /* LTR */
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

#search-theme-form label {
  color: #FFFFFF;
}

table#content{  
    width: 960px;  
    margin: 0 auto;  
}


#content{
    background-color: #FFFFFF !important ;
}

#LocalNavi.panel-pane h2.pane-title{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #000099;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #FFFFFF;
    font-size: 123.1%;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 0;
    padding-top: 0;
}

#leftnavicontents{
    background-color: #FFFFFF;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #999999;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #999999;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #999999;
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 110%;
    font-weight: normal;
    line-height: 140%;
}

#LocalNavi a:link {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #000000;
}


.PositionTitle {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #E5E5E5;
    background-image: url("/common/img/bg_position.jpg");
    background-origin: padding-box;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto auto;
    font-size: 160%;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 0;
    padding-top: 0;
    width: 777px;
}



/***********************************
**
** support.css 移植
**
************************************/

.support_canvas a {
	font-weight: normal;
}

#supportFoot {
    border-bottom-color: #999999;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-top-color: #999999;
    border-top-style: dashed;
    border-top-width: 1px;
    margin-top: 20px;
}
#supportFoot p {
/*    font-size: 75%;	*/
    line-height: 140%;
    margin: 10px 0;
    padding: 0;
}
#informationBox, #supportqaBox, #updateBox, #supportFoot, .SupportMainBox h3 {
    clear: both;
}
#informationBox p, #supportqaBox p, #updateBox p {
    font-size: 75%;
    line-height: 140%;
    margin-bottom: 0.4em;
    margin-left: 0.4em;
    margin-right: 0.4em;
    margin-top: 0.4em;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
}
a.go_mark_siro {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("img/tool/go_mark_red.gif");
    background-origin: padding-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline;
    height: 15px;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 0;
    padding-top: 0;
}
.SupportMainBox {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    text-align: left;
    width: 570px;
}
.SupportMainBox div {
    text-align: left;
    width: 100%;
}
.SupportMainBox h2 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("img/title_bg_h2.gif");
    background-origin: padding-box;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto auto;
    font-size: 87.5%;
    height: 25px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 5px;
    text-align: left;
    width: 570px;
}
.SupportMainBox h3 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("img/title_bg_h3_2.gif");
    background-origin: padding-box;
    background-position: left -1px;
    background-repeat: repeat-x;
    background-size: auto auto;
    font-size: 75%;
    height: 20px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 7px;
    text-align: left;
}
.SupportMainBox h3.trouble {
    color: darkred;
    font-size: 75%;
    height: 20px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 7px;
    text-align: left;
    width: 570px;
}
.SupportMainBox h3.tips {
    color: darkslategray;
    font-size: 75%;
    height: 20px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 7px;
    text-align: left;
    width: 570px;
}
.SupportMainBox p {
    font-size: 75%;
    line-height: 140%;
    margin-bottom: 0.4em;
    margin-left: 0.4em;
    margin-right: 0.4em;
    margin-top: 0.4em;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
}
.SupportMainBox .pagetop {
    text-align: right;
}
.SupportMainBox ol {
    text-align: left;
}
.SupportMainBox ul {
    list-style-position: outside;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    text-align: left;
    width: 520px;
}
.SupportMainBox ol li, .SupportMainBox ul li {
    font-size: 75%;
    line-height: 140%;
    margin-bottom: 0.4em;
    text-align: left;
}
.SupportMainBox ol li a {
}
.SupportMainBox ul.go_mark_red {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 1.4em;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
}
.SupportMainBox ul.go_mark_red li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("img/tool/go_mark_red.gif");
    background-origin: padding-box;
    background-position: left 2px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    font-size: 75%;
    line-height: 140%;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 0;
    padding-top: 0;
}
.SupportMainBox ul.go_mark_red li a {
}
.SupportMainBox #supportformtopBox h2 {
    height: 25px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-indent: -9999px;
    width: 570px;
}
.SupportMainBox #supportformtopBox ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 1.4em;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
}
.SupportMainBox #supportformtopBox ul li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("img/tool/go_mark_red.gif");
    background-origin: padding-box;
    background-position: left 2px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    font-size: 75%;
    line-height: 140%;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 0;
    padding-top: 0;
}
.SupportMainBox #supportformtopBox ul li a {
}
.SupportMainBox #starfaxsupportBox .eachBox {
    border-bottom-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #999999;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #999999;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    margin-bottom: 0;
    margin-top: 15px;
    padding-top: 0;
}
.SupportMainBox #starfaxsupportBox h2 {
    height: 25px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-indent: -9999px;
    width: 570px;
}
.SupportMainBox #starfaxsupportBox ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 1.4em;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
}
.SupportMainBox #starfaxsupportBox ul li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("img/tool/go_mark_red.gif");
    background-origin: padding-box;
    background-position: left 2px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    font-size: 75%;
    line-height: 140%;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 0;
    padding-top: 0;
}
.SupportMainBox #starfaxsupportBox ul li a {
}
.SupportMainBox #informationBox h2 {
    height: 25px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-indent: -9999px;
    width: 570px;
}
.SupportMainBox #informationBox ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 1.4em;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
}
.SupportMainBox #informationBox ul li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("img/tool/go_mark_red.gif");
    background-origin: padding-box;
    background-position: left 2px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    font-size: 75%;
    line-height: 140%;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 0;
    padding-top: 0;
}
.SupportMainBox #informationBox ul li a {
}
.SupportMainBox #supportqaBox h2 {
    height: 25px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-indent: -9999px;
    width: 570px;
}
.SupportMainBox #supportqaBox ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 1.4em;
    margin-left: 20px;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
}
.SupportMainBox #supportqaBox ul li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("img/tool/go_mark_red.gif");
    background-origin: padding-box;
    background-position: left 2px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    float: left;
    font-size: 75%;
    line-height: 140%;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 10px;
    padding-top: 0;
    width: 244px;
}
.SupportMainBox #supportqaBox ul li a {
}
.SupportMainBox #updateBox h2 {
    height: 25px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-indent: -9999px;
    width: 570px;
}
.SupportMainBox #updateBox ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 1.4em;
    margin-left: 20px;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
}
.SupportMainBox #updateBox ul li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("img/tool/go_mark_red.gif");
    background-origin: padding-box;
    background-position: left 2px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    float: left;
    font-size: 75%;
    line-height: 140%;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 10px;
    padding-top: 0;
    width: 244px;
}
.SupportMainBox #updateBox ul li a {
}
.SupportMainBox ul.anchorHalfList {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 1.4em;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
    width: 550px;
}
.SupportMainBox ul.anchorHalfList li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("img/tool/go_mark_red.gif");
    background-origin: padding-box;
    background-position: left 2px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    float: left;
    font-size: 75%;
    line-height: 140%;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 0;
    padding-top: 0;
    width: 244px;
}
.SupportMainBox ul.faqList {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 1.4em;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
    width: 540px;
}
.SupportMainBox ul.faqList li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("img/tool/go_mark_red.gif");
    background-origin: padding-box;
    background-position: left 2px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    font-size: 75%;
    line-height: 140%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 0;
    padding-top: 0;
    width: 544px;
}
.SupportMainBox #supportformtopBox ul li a {
}
div.supportFaqBox {
    width: 570px;
}
.supportMainBox .supportFaqBox h3 {
    color: #FF6600;
}
.supportMainBox .supportFaqBox .pagetop {
    font-size: 62.5%;
    text-align: right;
}
.localNaviBox {
    font-size: 75%;
    line-height: 120%;
}
.localNaviBox ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.localNaviBox ul li {
    margin-bottom: 2px;
    margin-left: 1px;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 149px;
}
.localNaviBox ul li a {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("img/tool/go_mark_siro.gif");
    background-origin: padding-box;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #000000;
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 0;
    padding-top: 0;
    width: 135px;
}
.localNaviBox ul li p {
    color: #000000;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 0;
    padding-top: 0;
}
.localNaviBox ul li a:link {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #000000;
}
.localNaviBox ul li a:visited {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #000000;
}
.localNaviBox ul li a:hover {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: underline;
    -moz-text-decoration-style: solid;
    color: #6666FF;
}
.localNaviBox ul li a:active {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: underline;
    -moz-text-decoration-style: solid;
    color: #6666FF;
}
.localNaviBox h5 {
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    padding-bottom: 0;
    padding-left: 1px;
    padding-right: 0;
    padding-top: 0;
}
.localNaviBox div h4 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("img/sup_n0.gif");
    background-origin: padding-box;
    background-position: 1px top;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 26px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    width: 140px;
}
.localNaviBox #RegisterlocalNaviBox h4 {
    height: 26px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-indent: -9999px;
    width: 150px;
}
.localNaviBox #ShoplocalNaviBox h4 {
    height: 26px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-indent: -9999px;
    width: 150px;
}
.localNaviBox TABLE.ad {
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 10px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    width: 136px;
}
.localNaviBox TABLE.ad TH {
    background-color: #FFE0A2;
    font-weight: normal;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    text-align: center;
}
.localNaviBox TABLE.ad TD {
    background-color: #FFF4DF;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
}
.localNaviBox TABLE.ad ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.localNaviBox TABLE.ad ul li {
    margin-bottom: 2px;
    margin-left: 1px;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.localNaviBox TABLE.ad ul li a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("img/tool/go_mark_siro.gif");
    background-origin: padding-box;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 0;
    padding-top: 0;
    width: 125px;
}
.localNaviBox .rightBannerBox {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.localNaviBox .rightBannerBox ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
}
.localNaviBox .rightBannerBox ul li {
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
.localNaviBox .rightBannerBox ul li a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
    width: 150px;
}
.SupportMainBox #starfaxsupportBox p {
    margin-left: 20px;
}
form.search {
    padding-left: 10px;
    text-align: left;
}
.style2 {
    color: #FF0000;
    font-weight: bold;
}


div.panel-flexible{
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.sup_right h4{
    background: url("/support/interiorneo/img/sup_n0.gif") no-repeat scroll 1px top transparent;
    height: 26px;
    margin: 5px 0;
    padding: 7px 5px 0;
    width: 140px;
font-size: 100%;
    display: block;
    font-weight: bold;
   unicode-bidi: -moz-isolate;
    line-height: 120%;
    text-align: inherit;
    font-style: -moz-initial;
    font-variant: -moz-initial;
    white-space: normal;
    border-collapse: separate;
    border-spacing: 2px;
    text-indent: 0;
    color: #000000;
}

.sup_right td {
    display: table-cell;
    padding: 1px;
    text-align: inherit;
    vertical-align: inherit;

}

.sup_right ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 0 5px 0;
    padding: 0;
}
.sup_right ul li {
    margin: 0 0 2px 1px;
    padding: 0;
    width: 149px;
}
.sup_right ul li a {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("/support/img/tool/go_mark_siro.gif");
    background-origin: padding-box;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #000000;
    display: block;
    margin: 0;
    padding: 0 0 0 14px;
    width: 135px;
}
.sup_right ul li a:link {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #000000;
}
.sup_right ul li a:visited {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #000000;
}
.sup_right ul li a:hover {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: underline;
    -moz-text-decoration-style: solid;
    color: #6666FF;
}
.sup_right ul li a:active {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: underline;
    -moz-text-decoration-style: solid;
    color: #6666FF;
}

.sup_right ul li p {
    margin: 0;
    padding: 0 0 0 12px;
}



.sup_contents{
	border-right: 1px solid black;
	padding: 0;
}

.sup_contents .inside{
	padding: 0 10px;
}

html.js body.cron-check-processed table#content tbody{
  border-top: 0px;
}

/*
html.js body.cron-check-processed div#footer{
  margin:auto;
  width:auto;
}

html.js body.cron-check-processed div#footer div.footerBox{
  width: 960px;
  margin:auto;
}
*/


/*
span.supasupa h3 {
    background: url("/support/3dillust/img/title_bg_h3_2.gif") repeat-x scroll left -1px transparent;
    border-collapse: separate;
    border-spacing: 2px;
    color: darkred;
    display: block;
    font-size: 100%;
    font-weight: bold;
    height: 20px;
    margin: 0;
    padding: 7px 0 0 10px;
    text-align: left;
    text-indent: 0;
    unicode-bidi: -moz-isolate;
}
*/

span.supasupa h3,
.sup_contents h3 {
	font-size: 100%;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.90, #dddddd), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 90%);
	background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 90%);
	background: -o-linear-gradient(top, #ffffff 0%, #dddddd 90%);
	background: -ms-linear-gradient(top, #ffffff 0%, #dddddd 90%);
	background: linear-gradient(to bottom, #ffffff 0%, #dddddd 90%);
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #999;
	margin: 0;
	padding: 3px 10px;
}

span.supasupa h3 {
	color: #990000;
}

div.view div.view-content div.accordion{
	margin-bottom: 20px;
}

div.SupportMainBox div ul.faqList{
    border-collapse: separate;
    border-spacing: 2px;
    clear: both;
    display: inline-block;
    font-size: 75%;
    font-weight: normal;
    height: 0.1px;
    line-height: 0;
    list-style: none outside none;
    margin: 0 10px 22px;
    padding: 0;
    text-indent: 0;
    text-align: left;
    unicode-bidi: -moz-isolate;
    visibility: hidden;
    width: 540px;
}

/*
div.view div.view-content div.accordion ul.popen{
    background: url("/support/3dillust/img/tool/go_mark_red.gif") no-repeat scroll left 2px transparent;
    display: block;
    font-size: 100%;
    font-weight: 400;
    line-height: 140%;
    margin: 5px 0 0;
    padding: 0 0 0 16px;
    width: 544px;
}
*/

div.view div.view-content div.accordion ul.popen,
.to_supform ul {
    list-style: none outside none;
    margin: 0 10px 1.4em;
    padding: 0;
    text-align: left;
    width: 540px;
}

div.view div.view-content div.accordion ul.popen li,
.to_supform ul li {
    background: url("/support/img/tool/go_mark_red.gif") no-repeat scroll left 2px transparent;
    line-height: 140%;
    margin: 5px 0 0;
    padding: 0 0 0 16px;
    width: 544px;
    display: block;
}

.breadcrumb {
  width: 960px;
  margin: 0 auto;
  font-size: 12px;
  padding-top:2px;
}


.breadcrumb-contener {
    display: block;
    background-image: url("/common/img/head/status_bk.jpg");
    width: 100%;
    border-bottom: 1px solid #999999;
}


div.breadcrumb  a:link {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
   font-weight: normal;
}


#header .headerBox {
    margin: 0;
}

img.suplogo {
  margin: 0 0 0 15px;
}


.sepalateline{
margin:10px auto 10px auto;
width: 570px;
}

#footer a {
    font-weight: normal;
}

.number {
	background-color: transparent;
	width: 19px;
	height: 19px;
	border-color: rgb(0,0,0);
	border-width: 1px;
	border-radius: 51%/51%;
	-webkit-border-radius: 52%/52%;
	border-style: solid;
	text-align: center;
	float: left;
	vertical-align: bottom;
	margin-right: 5px;
}

.faqimg {
	vertical-align: middle;
	margin: 1px 2px;
}

.grayline {
	height: 1px;
	border-top: 1px #CCC dotted;
	border-bottom: none;
	border-right: none;
	border-left: none;
}
/*-----------------------------------------------------
FAQ詳細（PC用）　class="faqcont"
-----------------------------------------------------*/

/*----共通で使えるかも----*/

.faqcont .panels-flexible-region-3-center {
	width: 100%;
}

.faqcont .pane-node-title{
	font-size: 140%;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #CCC;
}

.faqcont .pane-node-body{
	margin: 10px 0;
}


.faqcont .pane-node-body P{
	font-size: 90%;
	line-height: 140%;
}

.faqcont .pane-node-body ul,
.faqcont .pane-node-body ol{
	margin: 0;
	padding: 0;
}

.faqcont .pane-node-body ul li,
.faqcont .pane-node-body ol li{
	margin: 0 0 0.8em 2em;
	font-size: 90%;
	line-height: 140%;
}

.faqcont .pane-node-body ul{
	list-style-type: disc;
}

.faqcont .pane-node-body ol{
	list-style-type: decimal;
}

/* リンクテキストのボールドを外す */

.faqcont a {
	font-weight: normal;
}


/* 文字サイズ小さめ */
.stxt {
	font-size: 90%;
}

/* 文字カラー */
.ColorGray{
	color: #666;
}

.ColorRed{
	color: #CC0000;
}

/* テーブル */

.faqcont .pane-node-body table {
	border-collapse: collapse;
	margin: 0 0 0.4em 0;
}

.faqcont .pane-node-body table th,
.faqcont .pane-node-body table td{
	padding: 3px;
	border: 1px solid #999;
	font-size: 90%;
}

.faqcont .pane-node-body table th{
	background-color: #DDD;
}

/* ページ幅 */
.faqcont table#content {
	width: 640px;
}

/* 製品名 */
.faqcont .title_prd {
	margin: 0 0 5px 0;
	font-size: 90%;
	line-height: 140%;
}

/* 製品名 */
.faqcont .backlist {
	margin: 10px 0;
	width: 100%;
	font-size: 90%;
}

/* お知らせ詳細ページ　余白調整 */
.faqcont .pane-node-body{
	margin: 20px 0 50px 0;
}

