@charset "utf-8";
/* CSS Document */

/*ページ下部固定
html,body {
    height: 100%;
}

#container {
position: relative;
    margin: 0px auto;
    width: 1000px;
    height: 100%;
    min-height: 100%;
    background-color: #FFFFFF;
    text-align: left;
}
#container #header {
}
#container #contents {
height: auto;
    padding-bottom: 118px;
	}
	
#container #footer {
    height: 118px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
position: absolute;
    bottom: 0px;
	}*/
.topLayout .fixed {
}
.splanguage {
  display: none;
}
.splanguage a {
  color: #0059ab !important;
}
.subLayout .fixed {
  /*background-color:#fff !important;*/
}
.topLayout .site-title-fixed {
  position: fixed !important;
  top: 0;
  width: 100%;
  bottom: auto !important;
  z-index: 999;
  /*background-color:#fff !important;*/
}
.topLayout .fixed {
  top: 55px; /*6174*/
}
.fixed {
  position: fixed !important;
  top: 0;
  width: 100%;
  bottom: auto !important;
  z-index: 999;
}
/*.fixed {
  animation-name: slideDown;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-delay: 0s;
  transform-origin: 50% 50% 0;
  animation-duration: .5s;
  top: 0;
}
@keyframes slideDown {
  0% {
    top: -56px;
  }
  100% {
    top: 0px;
  }
}*/
.subLayout .site-content {
  padding: 0 0 30px 0;
}
p {
  margin: 0 0 1em;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 0 1em 0 0 !important;
}

.alignright {
  float: right;
  margin: 0 0 0 1em !important;
}

#cboxOverlay {
  background: #000 !important;
}
#cboxLoadedContent {
  background: #fff !important;
}
#cboxLoadedContent {
  padding: 0 !important;
  overflow: auto !important;
  -moz-box-shadow: 0px 1px 10px #000000 !important;
  -webkit-box-shadow: 0px 1px 10px #000000 !important;
  box-shadow: 0px 1px 10px #000000 !important;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose,
#cboxTitle {
  top: -30px !important;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  overflow: visible !important;
}
#cboxTitle {
  color: #fff !important;
}
#inline-content {
  /* インラインを使用する時のみ */
  margin: 20px !important;
}
#ajax-wrap {
  /* ajaxを使用する時のみ */
  margin: 20px !important;
}

body {
}

#TopixLayout .site {
  border: none !important;
  margin: 0px auto;
  max-width: none;
}
#TopixLayout .site-header {
  background: none;
  z-index: 9999;
}
.subLayout .site-main {
  /*padding-top:140px;*/
}
.subLayout .site-main-fixed {
  /*padding-top:126px;*/
  padding-top: 103px;
}
.subLayout .site-main-fixed a[id]:not([href]) {
  /*margin-top: -126px;*/
  /*padding-top: 126px;*/
  margin-top: -104px;
  padding-top: 104px;
  display: inline-block;
  vertical-align: top;
  height: 0px;
}
.subLayout .site-main a[id^="point0"] {
  display: inline-block;
}
/*.subLayout .site-main-fixed a[id^="point0"] {
padding-top: 140px;
margin-top: -140px;
display: block; 
vertical-align: top;
height:0px;
}*/
.subLayout .site-header {
  background-image: none;
  /*position: fixed;
width: 100%;
z-index: 999;
background-color: #fff !important;*/
}
.subLayout .site-header,
.subLayout .site-title-base,
.subLayout .menu-box,
.subLayout .menu-box .inner {
  /*transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;*/
}

.entry-header,
.entry-summary,
.entry-meta {
  max-width: 1150px !important;
}
.entry-content {
  max-width: none;
}
.entry-content,
#tinymce {
  font-size: 15px;
}
.entry-content a,
#tinymce a,
.EntryBody a {
  color: #0059ab !important;
  text-decoration: underline;
}
.entry-content a:hover,
#tinymce a:hover,
.EntryBody a:hover {
  text-decoration: none;
}
.entry-content table,
#tinymce table {
}
.entry-content table img,
#tinymce table img {
}
.hentry {
  padding: 0px 0px !important;
}

.dropmenu {
  *zoom: 1;
  list-style-type: none;
  /*width: 960px;*/
  margin: 5px auto 30px;
  padding: 0;
}
.dropmenu:before,
.dropmenu:after {
  content: "";
  display: table;
}
.dropmenu:after {
  clear: both;
}
.dropmenu li {
  position: relative;
  /*width: 20%;*/
  /*float: left;*/
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a,
.dropmenu li span.linkArea {
  display: block;
  margin: 0;
  /*padding: 15px 0 11px;
  background: #8a9b0f;*/
  color: #fff;

  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: #004ba3;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
}
.dropmenu li ul li {
  width: 100%;
  margin: 0 !important;
}
.dropmenu li ul li a {
  /*padding: 13px 15px;
  background: #6e7c0c;*/
  border-color: #004ba3;
  border-style: solid;
  border-width: 1px;
  text-align: left !important;
  padding: 10px 20px 10px !important;
  color: #fff;
}
.dropmenu li:hover > a {
  /*background: #6e7c0c;*/
}
.dropmenu li li a:hover {
  /*background: #616d0b;*/
  /*background-color:#fff;*/
  color: #004ba3 !important;
}
.dropmenu li li a.hvr-shutter-in-horizontal {
  background-color: #fff !important;
}
.dropmenu li li a.hvr-shutter-in-horizontal:before {
  background-color: #004ba3 !important;
}

/*.normal li ul{
  display: none;
  width:285px;
}
.normal li:hover ul{
  display: block;
}*/
#fade-in2 {
  position: relative;
  z-index: 5;
}
#fade-in2 li ul {
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: 0.5s;
  transition-property: opacity, top;
  width: 285px;
}
#fade-in2 li:hover ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
#fade-in2 li:hover ul.RecruitList {
}
.breadcrumbs {
  max-width: 1150px;
  margin: 0 auto;
  width: 100%;
  color: #333;
}
.breadcrumbs .inner {
  padding: 0 3px;
}
.breadcrumbs a {
  color: #333;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.type-page .entry-header,
.site-content .archive-header {
  width: 100%;
  max-width: none !important;
  background-image: url(/wp-content/themes/TopixLayout/images/share/bar_pageTitle.gif);
  background-position: left top;
  background-repeat: repeat;
  color: #fff;
  margin: 0 0 15px 0;
}

.type-page .entry-header .entry-title,
.site-content .archive-header .archive-title {
  width: 95%;
  max-width: 1085px;
  margin: 0 auto;
  font-size: 30px;
  font-family: "Meiryo UI", Meiryo, "Yu Gothic", "MS PGothic", "Segoe UI",
    Tahoma, Helvetica, sans-serif, "Noto Serif", serif;
  line-height: 100%;
  padding: 17px 0;
  font-style: normal !important;
}

body.page .pageNaviLink {
  margin: 0 0 -22px;
}
.pageNaviLink ul {
  padding: 0;
  list-style: none;
  max-width: 1144px;
  margin: 0 auto 0px auto;
  letter-spacing: -0.4em;
}
.pageNaviLink li {
  max-width: 250px;
  width: 100%;
  font-size: 15px;
  margin: 0 18px 15px 18px;
  text-align: left;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.pageNaviLink li.fontSizeS {
  font-size: 13px;
}
.pageNaviLink li a {
  display: block;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  background-image: url(/wp-content/themes/TopixLayout/images/share/list_item01_blue.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #006ab3;
  padding: 5px 5px 5px 37px;
}
.pageNaviLink li.fontSizeS a {
  padding: 7px 0 6px 37px;
}
.pageNaviLink li a:hover,
.pageNaviLink li.selectNow a {
  background-color: #004ba3;
  color: #fff !important;
  background-image: url(/wp-content/themes/TopixLayout/images/share/list_item01.png);
}

.blockTitle {
  background-color: #ddd;
  margin: 0 auto 35px auto;
}
.typeEntry_blockTitle {
  margin: 0 auto 15px auto;
}
.blockTitle {
}
.blockTitle p,
.blockTitle h3 {
  max-width: 1100px;
  margin: 0 auto 0 auto;
  width: 95%;
  font-size: 25px;
  color: #000;
  padding: 6px 0;
}
.wp-pagenavi {
  text-align: center;
  margin: 15px 0 15px 0;
}
.wp-pagenavi span {
  display: inline-block;
  border-color: #bfbfbf !important;
}
.wp-pagenavi a,
.wp-pagenavi span {
  margin: 4px 5px;
  padding: 5px 7px;
}
.wp-pagenavi a {
  display: inline-block;
  color: #006ab2;
  text-decoration: none;
  border-color: #bfbfbf !important;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
  background-color: #006ab2;
  color: #fff;
}
.site-content .type-post table {
  border: none;
  width: 95%;
  max-width: 1100px;
  margin: 0 auto 0px auto;
}
.site-content .type-post table td {
  border: none;
  font-size: 15px;
  color: #000;
  vertical-align: top;
  padding: 0;
}
.site-content .type-post table td.day {
  width: 173px;
}
.site-content .type-post table td a {
  text-decoration: underline;
  color: #000;
}
.site-content .type-post table td a:hover {
  text-decoration: none;
}
.EntryPage .the_date {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto 30px auto;
  font-size: 15px;
}

.EntryPage .EntryTitle {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto 30px auto;
  font-size: 15px;
  padding: 0 2px 10px 2px;
  font-size: 21px;
  color: #004ba3;
  border-color: #004ba3;
  border-style: none none solid none;
  border-width: 6px;
}
.EntryPage .EntryBody {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  font-size: 15px;
}
.EntryPage .EntryBody img {
  max-width: 100%;
}
.entryItems {
  max-width: 1100px;
  margin: 0 auto 30px auto;
  font-size: 15px;
  color: #000;
  line-height: 170%;
}
.entryItems.imgRight .imgBlock,
.TMP_imgRight .imgBlock {
  float: right;
  margin: 0 0 0 40px;
}
.entryItems.imgLeft .imgBlock,
.TMP_imgLeft .imgBlock {
  float: left;
  margin: 0 40px 0 0;
}
.imgRightBlock,
.imgLeftBlock,
.TMP_imgRightBlock,
.TMP_imgLeftBlock {
  margin: 0 0 15px 0;
}
.imgRightBlock .imgBlock {
  float: right;
  margin: 0 0 0 16px;
  max-width: 432px;
  width: 40%;
}
.imgLeftBlock .imgBlock {
  float: left;
  margin: 0 16px 0 0;
  max-width: 432px;
  width: 40%;
}
.imgRightBlock540 .imgBlock {
  float: right;
  padding: 0 0 0 0;
  max-width: 540px;
  width: 50%;
}
.imgRightBlock540 .textBlock {
  float: left;
  padding: 0 16px 0 0;
  max-width: 540px;
  width: 50%;
}
.imgLeftBlock540 .imgBlock {
  float: left;
  padding: 0 16px 0 0;
  max-width: 540px;
  width: 50%;
}
.imgBoxHalf {
  max-width: 1100px;
  margin: 0 auto 20px auto;
}
.imgBoxHalf .left,
.imgBoxHalf .right {
  width: 49.0909%;
  max-width: 540px;
}
.imgBoxHalf .left {
  float: left;
}
.imgBoxHalf .right {
  float: right;
}
.imgBox620 {
  max-width: 620px;
  margin: 0 0 20px 0;
}
.imgBox620 .left,
.imgBox620 .right {
  width: 49.0909%;
  max-width: 300px;
}
.imgBox620 .left {
  float: left;
}
.imgBox620 .right {
  float: right;
}
.imgBox04 {
}
.imgBox04 td {
  padding-bottom: 20px;
}
.imgBox04 .left {
  padding-right: 10px;
}
.imgBox04 .right {
  padding-left: 10px;
}
.imgBox04 .left {
  max-width: 540px;
}
.entryItems .imgBlock p {
  margin: 3px 0 12px 0;
}
.entryItems.imgPhoto03 .Images,
.TMP_imgPhoto03 .Images {
  margin: 0 0 25px 0;
}
.entryItems.imgPhoto03 .imgBlock,
.TMP_imgPhoto03 .imgBlock {
  width: 31.81816%;
  float: left;
  max-width: 350px;
}
.entryItems.imgPhoto03 .imgBlock p,
.TMP_imgPhoto03 .imgBlock p {
  margin: 0;
}
.entryItems.imgPhoto03 .center,
.TMP_imgPhoto03 .center {
  margin: 0 2.27272%;
}

.entry-content .innerBlock,
#tinymce .innerBlock {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
}
.entry-content .innerBlock02,
#tinymce .innerBlock02 {
  max-width: 1052px;
}
.entry-content .blurBlock,
#tinymce .blurBlock,
.TMP_blurBlock {
  background-color: #e8eff7;
  padding: 30px 0 0px 0;
}
.entry-content .contentsBlock,
#tinymce .contentsBlock {
  padding: 30px 0 30px 0;
}
.entry-content .firstContentsBlock,
#tinymce .firstContentsBlock {
  padding: 0px 0 30px 0;
}

.entry-content .CsrTemp,
#tinymce .CsrTemp {
  max-width: 1100px;
  /*width:95%;*/
  margin: 0 auto 18px auto;
}
.entry-content .CsrTemp table,
#tinymce .CsrTemp table {
  width: auto;
  border: none;
  margin: 0;
}

.entry-content .CsrTemp td,
#tinymce .CsrTemp td {
  border: none;
  padding: 0;
}

.entry-content .CsrTemp .leftimf,
#tinymce .CsrTemp .leftimf {
  padding: 0 35px 0 0;
}

.entry-content .CsrTemp .text,
#tinymce .CsrTemp text {
  vertical-align: middle;
}

.entry-content .dotLine,
#tinymce .dotLine,
.TMP_dotLine {
  max-width: 1150px;
  margin: 0 auto 5px auto;
  background-image: url(/wp-content/themes/TopixLayout/images/share/dotLine.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 0 0 5px 0;
}

.entry-content .dotLine p,
#tinymce .dotLine p,
.TMP_dotLine p {
  font-size: 30px;
  margin: 0 25px;
}
.entry-content .dotLine p span.inner,
#tinymce .dotLine p span.inner,
.TMP_dotLine p span.inner {
  font-size: 17px;
}

.imgRightSimple {
}
.imgRightSimple .imgBlock {
  width: 38%;
  max-width: 417px;
  float: right;
  margin: 0 6.1%;
  padding: 34px 0 30px 0;
}
.imgBlocks310 {
  letter-spacing: -0.4em;
}
.imgBlocks310 .block {
  letter-spacing: normal;
  width: 28%;
  max-width: 310px;
  /*float:left;*/
  margin-bottom: 70px;
  /*min-height:210px;*/
  vertical-align: top;
  display: inline-block;
}
.imgBlocks310 .center {
  margin-left: 8%;
  margin-right: 8%;
}
.imgBlocks330,
.imgBlocks550 {
  letter-spacing: -0.4em;
}
.imgBlocks550 .left,
.imgBlocks550 .right {
  width: 50%;
  letter-spacing: normal;
  max-width: 550px;
  /*float:left;*/
  margin-bottom: 70px;
  /*min-height:210px;*/
  font-size: 15px;
  vertical-align: top;
  display: inline-block;
}
.imgBlocks550 .left {
  padding-right: 2.5%;
}
.imgBlocks550 .right {
  padding-left: 2.5%;
}
.imgBlocks330 .block {
  width: 30%;
  letter-spacing: normal;
  max-width: 330px;
  /*float:left;*/
  margin-bottom: 70px;
  /*min-height:210px;*/
  font-size: 15px;
  vertical-align: top;
  display: inline-block;
}
.imgBlocks330 .center {
  margin-left: 5%;
  margin-right: 5%;
}
.imgBlocks310 .block .name {
  font-size: 19px;
  color: #1f1f1f;
  margin: 0 0 20px 0;
  border-color: #aaa;
  border-style: none none solid none;
  border-width: 1px;
  font-weight: bold;
  padding: 0 2px 2px 2px;
  letter-spacing: -0.5pt;
}
.imgBlocks310 .block ul {
  padding: 0;
  list-style: none;
  font-size: 15px;
  margin: 0;
}
.imgBlocks310 .block ul li {
  text-indent: -0.5em;
  margin-left: 0.5em;
}
.imgBlocks330 .block .name,
.imgBlocks550 .block .name,
.UnderText {
  font-size: 19px !important;
  color: #1f1f1f;
  border-color: #aaa;
  border-style: none none solid none;
  border-width: 1px;
  font-weight: bold;
  padding: 0 2px 2px 2px;
  letter-spacing: -0.5pt;
}
.imgBlocks330 .block .name,
.imgBlocks550 .block .name {
  margin: 0 0 20px 0;
}
.imgBlocks550 .block .img {
  text-align: center;
}
.UnderText {
  margin: 0 0 12px 0;
}

.imgBlocks330 .block ul,
.imgBlocks550 .block ul {
  padding: 0;
  list-style: none;
  font-size: 15px;
  margin: 0;
}
.imgBlocks330 .block ul li,
.imgBlocks550 .block ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.imgBlocks330 .block p.text,
.imgBlocks550 .block p.text {
  font-weight: bold;
  margin: 0 0 6px 0 !important;
  min-height: 45px;
}
.imgBlocks550.TicketReaderSoter,
.imgBlocks550block03 {
  margin-bottom: 30px;
}
.imgBlocks550.TicketReaderSoter .box02 div.table {
  display: table;
  width: 100%;
}
.imgBlocks550.TicketReaderSoter .box02 div.table .tr {
  display: table-row;
}
.imgBlocks550.TicketReaderSoter .box02 div.table .th,
.imgBlocks550.TicketReaderSoter .box02 div.table .td {
  display: table-cell;
}
.imgBlocks550.TicketReaderSoter .box02 div.table .th {
  width: 10em;
}
html:lang(en-US) .imgBlocks550.TicketReaderSoter .box02 div.table .th,
html:lang(zh-hans) .imgBlocks550.TicketReaderSoter .box02 div.table .th {
  width: 12em;
}
.imgBlocks550.TicketReaderSoter .box02 div.table .td {
}

.singleRightImg {
  margin-bottom: 70px;
  font-size: 15px;
}
.singleRightImg .name {
  font-size: 19px !important;
  color: #1f1f1f;
  margin: 0 0 20px 0;
  border-color: #aaa;
  border-style: none none solid none;
  border-width: 1px;
  font-weight: bold;
  padding: 0 2px 2px 2px;
  letter-spacing: -0.5pt;
  max-width: 330px;
}
.singleRightImg p {
}
.singleRightImg ul {
  padding: 0;
  list-style: none;
  font-size: 15px;
  margin: 0;
}
.singleRightImg ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.singleRightImg p.text {
  font-weight: bold;
  margin: 0 0 6px 0 !important;
}
.singleRightImg .block {
  width: 40%;
  max-width: 450px;
  float: left;
  padding: 40px 0 0 0;
}
.singleRightImg .img {
  width: 56%;
  max-width: 620px;
  float: right;
}

.blocks535 {
}
.blocks535 .imgright {
  float: right;
  max-width: 535px;
  width: 100%;
}
.blocks535 .left {
  float: left;
  max-width: 535px;
  width: 100%;
}
.blocks535 .right {
  float: right;
  max-width: 535px;
  width: 100%;
}
.blocks535 table {
  margin: 0 auto;
  max-width: 529px;
}
.blocks535 .imgblock {
  margin-bottom: 1em;
}
.blocks535 .imgblock .leftimg {
  float: left;
  max-width: 255px;
  width: 47.66355%;
}
.blocks535 .imgblock .rightimg {
  float: right;
  max-width: 255px;
  width: 47.66355%;
}
.blocks535 table img {
  width: 100%;
}

.textblock550 {
}
.textblock550 .text {
  width: 50%;
  max-width: 550px;
  float: left;
}
.textblock550 .img {
  width: 49%;
  max-width: 535px;
  float: right;
}
.textblock550 .img img {
  margin: 0 0 15px 0;
}

.ButtonTypeL {
  max-width: 500px;
  width: 95%;
  margin: 0 auto 60px auto;
}
.ButtonTypeL span.inner {
  background-image: url(/wp-content/themes/TopixLayout/images/share/list_item02.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 6%;
}
.ButtonTypeL span.text {
  font-size: 22px;
  line-height: 100%;
}
.ButtonTypeL a {
  color: #2d6bb3;
  font-size: 30px;
  display: block;
  border-color: #2676ba;
  border-style: solid;
  border-width: 3px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  line-height: 80px;
  text-align: center;

  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffffff 40%,
    #e0dfe1 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffffff 40%,
    #e0dfe1 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffffff 40%,
    #e0dfe1 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0dfe1',GradientType=0 ); /* IE6-9 */
}
.ButtonTypeL a:hover {
  background: #e0dfe1; /* Old browsers */
  background: -moz-linear-gradient(top, #e0dfe1 0%, #ffffff 60%); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #e0dfe1 0%,
    #ffffff 60%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #e0dfe1 0%,
    #ffffff 60%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dfe1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.ButtonTypeL.typeRikunabi a {
  padding-left: 12%;
}
.BtPagetop {
  text-align: center;
  margin: 0 0 0px auto !important;
  padding: 30px 0 30px 0;
}
.dotLine .BtPagetop {
  margin-right: 25px !important;
  margin-left: auto !important;
}

.upper_BtPagetop {
  padding-top: 0 !important;
  margin-top: -34px !important;
}
.blurBlock .upper_BtPagetop {
  padding-top: 0 !important;
  margin-top: -30px !important;
}

.BtPagetop a {
  border-color: #555;
  border-style: solid;
  border-width: 1px;
  background-color: #555;
  color: #fff !important;
  text-decoration: none;
  padding: 5px 0px;
  font-size: 13px;
  display: block;
  width: 90px;
  margin: 0 0 0px auto !important;
}
.BtPagetop a:hover {
  background-color: #fff;
  color: #555 !important;
}

.block0702 {
}
.block0702 .left {
  max-width: 752px;
  width: 68.36363%;
  float: left;
}
.block0702 img {
  width: 100%;
}
.block0702 .right {
  max-width: 243px;
  width: 22.0909%;
  float: right;
}
.error404 .page-title::before {
  color: #004ba3;
}
.error404 .page-wrapper {
  /*background-color: #004BA3;
	color:#fff;*/
}
.imgBlocks550 .block .movie_undertxt {
  text-align: center;
  margin: 10px 0 0 0;
}
