body {
  background-color: #e7e7e7;
  font-family: arial, sans-serif;
}

header.global {
  height: 48px;
  width: 100vw;
  padding: 0px calc((100vw - 980px) / 2);
  padding: 0px calc((100vw - 980px) / 2 + 1px) 0 calc((100vw - 980px) / 2 - 1px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(#272c37 45px, #05080a 48px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.global > div.titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 364px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header.global > div.titles > h1.title {
  position: relative;
  height: 100%;
  width: 124px;
}

header.global > div.titles > h1.title > img.titlelogo {
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 1px;
}

header.global > div.titles > form.search_box {
  width: 231px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header.global > div.titles > form.search_box > input {
  background-color: #222834;
  height: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header.global > div.titles > form.search_box > input[type="search"] {
  background-image: url(../images/header_serchbox.png);
  background-repeat: no-repeat;
  background-color: #3f464f;
  border: 1px solid #000;
  width: 188px;
  color: #fff;
  padding: 0 20px 0 7px;
  -webkit-appearance: searchfield;
}

header.global > div.titles > form.search_box > input[type="image"] {
  width: 41px;
}

header.global > div.titles > form.search_box > input:focus {
  outline: none;
}

header.global > div.titles > form.search_box > input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

header.global > nav.navigator {
  width: 243px;
}

header.global > nav.navigator > ul {
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header.global > nav.navigator > ul > li > a {
  color: #aaa;
  font-size: 12px;
  text-decoration: none;
}

header.global > nav.navigator > ul > li.separator {
  border-right: 1px solid #3f4b5d;
  border-left: 1px solid #11161c;
  height: 11px;
}

main.global {
  position: relative;
  background: #fff;
  min-height: 100vh;
  width: 982px;
  margin: 0 auto;
  right: 0;
  border-right: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 0px 3px #dfdfdf;
          box-shadow: 0px 3px 0px 3px #dfdfdf;
}

main.global > header.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 3px solid #000;
  padding: 0 0 19px 0;
  margin: 0 0 15px 0;
}

main.global > header.article > div.page_titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.global > header.article > div.page_titles > div.thumbnail {
  width: 95px;
}

main.global > header.article > div.page_titles > div.thumbnail img {
  width: 100%;
}

main.global > header.article > div.page_titles > section.text {
  width: 615px;
  margin: 0 0 0 15px;
}

main.global > header.article > div.page_titles > section.text > h1 {
  vertical-align: top;
  font-size: 32px;
  width: 615px;
  font-weight: bold;
}

main.global > header.article > div.page_titles > section.text > p {
  margin: 11px 0 13px 0;
  font-size: 12px;
  line-height: 18px;
}

main.global > header.article > div.page_titles > section.text > p > span.description {
  color: #666;
}

main.global > header.article > div.page_titles > section.text > p > span.update {
  color: #aaa;
  margin: 0 0 0 5px;
  font-family: Tahoma, Arial, sans-serif;
}

main.global > header.article > div.page_titles > section.text > ul.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.global > header.article > div.page_titles > section.text > ul.share > li {
  width: 35px;
  height: 20px;
  background-image: url(../images/article_header_share_button_background_passive.png);
  margin: 0 8px 0 0;
  cursor: pointer;
  padding: 3px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main.global > header.article > div.page_titles > section.text > ul.share > li:hover {
  background-image: url(../images/article_header_share_button_background_active.png);
}

main.global > header.article > div.page_titles > section.text > ul.share > li:hover .baloon {
  display: block;
}

main.global > header.article > div.page_titles > section.text > ul.share > li:last-child {
  background-image: url(../images/article_header_share_blog.png);
  width: 77px;
}

main.global > header.article > div.page_titles > section.text > ul.share > li > a > div {
  width: 100%;
  position: relative;
}

main.global > header.article > div.page_titles > section.text > ul.share > li > a > div > img {
  margin: 0 0 0 1px;
}

main.global > header.article > div.page_titles > section.text > ul.share > li > a > div > img.baloon {
  display: none;
  position: absolute;
  top: -23px;
}

main.global > header.article > div.page_titles > section.text > ul.share > li > a > div > img.baloon.hateb {
  -webkit-transform: translate(-18px, 0%);
          transform: translate(-18px, 0%);
}

main.global > header.article > div.page_titles > section.text > ul.share > li > a > div > img.baloon.twitter {
  -webkit-transform: translate(-24px, 0%);
          transform: translate(-24px, 0%);
}

main.global > header.article > div.page_titles > section.text > ul.share > li > a > div > img.baloon.pick {
  -webkit-transform: translate(-8px, 0%);
          transform: translate(-8px, 0%);
}

main.global > header.article > div.page_titles > section.text > ul.share > li > a > div > span {
  position: absolute;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 1px;
  right: 1px;
  font-family: Tahoma, Arial, sans-serif;
}

main.global > header.article > div.page_titles > section.text > ul.share > li > a > div > span.hateb {
  color: #1f4d97;
}

main.global > header.article > div.page_titles > section.text > ul.share > li > a > div > span.twitter {
  color: #2994a3;
}

main.global > header.article > div.page_titles > section.text > ul.share > li > a > div > span.pick {
  color: #1e95ba;
}

main.global > header.article > div.pageviews {
  width: 134px;
  font-family: Tahoma, Arial, sans-serif;
}

main.global > header.article > div.pageviews > div.good {
  height: 31px;
  width: 100%;
  cursor: pointer;
  position: relative;
  background-image: url(../images/article_header_good_button_passive.png);
  margin: 0 0 4px 0;
}

main.global > header.article > div.pageviews > div.good:hover {
  background-image: url(../images/article_header_good_button_active.png);
}

main.global > header.article > div.pageviews > div.good > p {
  width: 50px;
  height: 22px;
  padding: 8px 14px 0 70px;
  vertical-align: middle;
  text-align: right;
  display: inline-block;
  color: #000;
  font-size: 14px;
}

main.global > header.article > div.pageviews > div.good > input {
  display: none;
}

main.global > header.article > div.pageviews > p.views {
  width: 100%;
  border: 1px solid #d6d6d6;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main.global > header.article > div.pageviews > p.views > * {
  text-align: center;
  display: block;
}

main.global > header.article > div.pageviews > p.views > span.num {
  font-size: 21px;
  font-weight: bold;
}

main.global > header.article > div.pageviews > p.views > span.unit {
  font-size: 11px;
  color: #666;
  margin: 3px 0 0 0;
}

main.global > section.contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main.global > section.contents article.main_contents {
  width: 635px;
  padding: 0px 0 0 0;
}

main.global > section.contents article.main_contents main.main_contents_main {
  padding: 3px 0 20px 0;
}

main.global > section.contents article.main_contents main.main_contents_main ul {
  margin: 0 0 20px 0;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li {
  padding: 3px 0 3px 3px;
  margin: 0 0 29px 0;
  position: relative;
  top: -3px;
  left: -3px;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li > div.good_button {
  display: none;
  width: 100%;
  position: absolute;
  right: 0px;
  height: 25px;
  top: -25px;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li > div.good_button > p {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 23px;
  padding: 5px 6px 3px 11px;
  right: 23px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #aaa;
  width: auto;
  background-image: url(../images/main_good_button_background_passive.png);
  position: absolute;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li > div.good_button > p:hover {
  background-image: url(../images/main_good_button_background_active.png);
  color: #fff;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li > div.good_button > p > img {
  height: 13px;
  width: 12px;
  margin: 0 4px 0 0;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li > div.good_button > p > span {
  padding: 0 0 3px 0;
  vertical-align: top;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li > div.good_button > a {
  position: absolute;
  right: 0px;
  top: 0;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li.header {
  padding: 0;
  margin: 0 0 25px 0;
  top: 0;
  left: 0;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li.header:hover {
  background: #ffffff00;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li + li.header {
  margin: 32px 0 25px 0;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li:hover {
  background: #f8f8f8;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li:hover > div.good_button {
  display: block;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li:hover > div.good_button:hover {
  display: block;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li > section > h2 {
  font-size: 20px;
  font-weight: bold;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li > section h3 {
  font-size: 18px;
  font-weight: bold;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li > section > p.quote_source {
  font-size: 12px;
  line-height: 1.2;
  color: #aaa;
  margin: 3px 0 0 0;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li > section > p.quote_source > a {
  margin: 0 0 0 5px;
  color: #aaa;
  text-decoration: none;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li > section > p.quote_source > a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #aaa;
          text-decoration-color: #aaa;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li > section.header {
  border-bottom: 2px solid #eaecee;
  padding: 0 0 8px 0;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li > section.quote > h2 {
  color: #666;
  line-height: 1.3;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li > section.quote > h2 > img {
  width: 20px;
  height: 17px;
  margin: 0 2px 0 0;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li > section.text article {
  width: 100%;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li > section.text article p {
  margin: 4px 0 0 0;
  line-height: 1.429;
  font-size: 14px;
  color: #666;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li > section.text > h2 {
  color: #666;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li > section.image > * {
  display: inline-block;
  vertical-align: top;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li > section.image img {
  width: 300px;
  height: auto;
  margin: 0 10px 0 0;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li > section.image article {
  width: 322px;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li > section.image article p {
  margin: 4px 0 0 0;
  line-height: 1.429;
  font-size: 14px;
  color: #666;
}

main.global > section.contents article.main_contents main.main_contents_main ul > li > section.image > h2 {
  color: #666;
}

main.global > section.contents article.main_contents main.main_contents_main section.pagination {
  width: 100%;
  text-align: center;
}

main.global > section.contents article.main_contents main.main_contents_main section.pagination > * {
  font-weight: bold;
  font-family: Tahoma, Arial, sans-serif;
  padding: 8px 11px;
  vertical-align: top;
  margin: 0 2px;
}

main.global > section.contents article.main_contents main.main_contents_main section.pagination span {
  color: #2ba800;
}

main.global > section.contents article.main_contents main.main_contents_main section.pagination a {
  text-decoration: none;
  border: 1px solid #ebebeb;
  color: #000;
}

main.global > section.contents article.main_contents main.main_contents_main section.pagination a:hover {
  cursor: pointer;
  background-color: #5ab647;
  border: 1px solid #5ab647;
  color: #fff;
  text-decoration: none;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.ad_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f4f4f4;
  padding: 9px 19px 13px 4px;
  height: 271px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments {
  margin: 34px 0 0 0;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments h1 {
  margin: 0 0 18px 0;
  font-size: 12px;
  font-weight: bold;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments h1 > span {
  font-weight: normal;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments div.write {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 15px 0;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments div.write textarea {
  padding: 3px 4px 0 4px;
  width: 554px;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: arial, sans-serif;
  border-width: 1px;
  border-style: solid;
  border-color: #c9cdd0 #e8eaeb #e8eaeb #caced1;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments div.write textarea::-webkit-input-placeholder {
  color: #666;
  font-size: 12px;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments div.write textarea:-ms-input-placeholder {
  color: #666;
  font-size: 12px;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments div.write textarea::-ms-input-placeholder {
  color: #666;
  font-size: 12px;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments div.write textarea::placeholder {
  color: #666;
  font-size: 12px;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments div.write textarea:focus {
  outline: none;
  background: #fff8;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments div.write textarea:focus::-webkit-input-placeholder {
  color: #a9a9a9;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments div.write textarea:focus:-ms-input-placeholder {
  color: #a9a9a9;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments div.write textarea:focus::-ms-input-placeholder {
  color: #a9a9a9;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments div.write textarea:focus::placeholder {
  color: #a9a9a9;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments div.write input {
  width: 76px;
  height: 45px;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 15px 0;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments ul li img {
  width: 51px;
  height: 51px;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments ul li div.text {
  width: 574px;
  padding: 2px 0 0 0;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments ul li div.text * {
  font-size: 12px;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments ul li div.text header {
  padding: 0 0 8px 0;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments ul li div.text header p.name {
  color: #aaa;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments ul li div.text header p.name a {
  font-weight: bold;
  color: #666;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments ul li div.text header p.name a:hover {
  text-decoration: none;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments ul li div.text header p.name span {
  margin: 0 0 0 7px;
  font-size: 12px;
  vertical-align: text-top;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments ul li div.text header p.name span + span {
  font-size: 10px;
  margin: 0 0 0 5px;
  font-family: Tahoma, Arial, sans-serif;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments ul li div.text p.comments {
  word-wrap: break-word;
  color: #666;
  line-height: 18px;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments ul li div.text p.comments a {
  color: #004790;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments nav.pagination {
  text-align: center;
  width: 100%;
  margin: 26px 0 0 0;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.comments nav.pagination span {
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
  padding: 7px 8px;
  color: #2ba800;
  font-size: 12px;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.branding_txt {
  text-align: center;
  margin: 46px 0 0 0;
}

main.global > section.contents article.main_contents footer.main_contents_footer section.branding_txt img {
  width: 294px;
  height: 25px;
}

main.global > section.contents div.side_contents {
  width: 270px;
  position: relative;
}

main.global > section.contents div.side_contents > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
}

main.global > section.contents div.side_contents > * h1 {
  font-weight: bold;
}

main.global > section.contents div.side_contents > * p {
  font-weight: normal;
  color: #666;
}

main.global > section.contents div.side_contents > * a {
  text-decoration: none;
}

main.global > section.contents div.side_contents > * a,
main.global > section.contents div.side_contents > * a > p {
  color: #000;
}

main.global > section.contents div.side_contents > * p.help a {
  text-decoration: underline;
  -webkit-text-decoration-color: #666;
          text-decoration-color: #666;
  color: #8c8c8c;
}

main.global > section.contents div.side_contents section.has-frame {
  border: 5px solid #e2e5e8;
  padding: 15px 15px 14px 15px;
}

main.global > section.contents div.side_contents section.has-separator,
main.global > section.contents div.side_contents div.has-separator {
  border-left: 1px solid #d3d7db;
  padding: 0 0 0 19px;
}

main.global > section.contents div.side_contents section.has-separator.px321,
main.global > section.contents div.side_contents div.has-separator.px321 {
  height: 321px;
}

main.global > section.contents div.side_contents div.has-no-separator {
  border-left: 1px solid #0f00;
  height: 10px;
}

main.global > section.contents div.side_contents section.auther div.names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 8px 0;
}

main.global > section.contents div.side_contents section.auther div.names img {
  width: 80px;
  height: 80px;
  margin: 0 10px 0 0;
}

main.global > section.contents div.side_contents section.auther div.names p {
  margin: 1px 0 0 0;
}

main.global > section.contents div.side_contents section.auther div.names p a {
  font-weight: bold;
}

main.global > section.contents div.side_contents section.article_index {
  padding: 0;
}

main.global > section.contents div.side_contents section.article_index h1 {
  padding: 16px 15px 14px 15px;
}

main.global > section.contents div.side_contents section.article_index ul {
  padding: 0 0 9px 0;
}

main.global > section.contents div.side_contents section.article_index ul li {
  padding: 0 15px;
  margin: 0 0 12px 0;
  height: 40px;
}

main.global > section.contents div.side_contents section.article_index ul li:hover {
  background: #f8f8f8;
}

main.global > section.contents div.side_contents section.article_index ul li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.global > section.contents div.side_contents section.article_index ul li > a img.thumbnail {
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
}

main.global > section.contents div.side_contents section.article_index ul li > a h2 {
  width: 180px;
  line-height: 14px;
  font-size: 12px;
}

main.global > section.contents div.side_contents section.article_index ul li > a h2 span {
  display: block;
}

main.global > section.contents div.side_contents section.article_index ul li > a h2 span.pageviews {
  color: #666;
  line-height: 0.9em;
}

main.global > section.contents div.side_contents section.ad_contents h1 {
  position: relative;
  margin: 0 0 13px 0;
}

main.global > section.contents div.side_contents section.ad_contents h1 p.help {
  position: absolute;
  right: 2px;
  top: -2px;
}

main.global > section.contents div.side_contents section.ad_contents h1 p.help > * {
  vertical-align: top;
}

main.global > section.contents div.side_contents section.ad_contents main.ads {
  border-bottom: 1px solid #eaecee;
  padding: 0 0 15px 0;
}

main.global > section.contents div.side_contents section.ad_contents main.ads div.ad iframe {
  width: 250px;
  height: 209px;
}

main.global > section.contents div.side_contents section.ad_contents main.ads div.ad + div.ad {
  margin: 10px 0 0 0;
}

main.global > section.contents div.side_contents section.incentive_guide h1 {
  margin: 0 0 -2px 0;
}

main.global > section.contents div.side_contents section.incentive_guide h1 img {
  height: 41px;
  width: 250px;
}

main.global > section.contents div.side_contents section.incentive_guide p {
  line-height: 18px;
}

main.global > section.contents div.side_contents section.incentive_guide p + p {
  margin: 4px 0 0 0;
}

main.global > section.contents div.side_contents section.incentive_guide p + p a {
  color: #7c94aa;
  -webkit-text-decoration-color: #7c94aa;
          text-decoration-color: #7c94aa;
}

main.global > section.contents div.side_contents section.incentive_guide p + p a:hover {
  text-decoration: none;
}

main.global > section.contents div.side_contents section.report {
  padding: 0 0 6px 19px;
}

div.separat_line {
  width: 980px;
  margin: 0 auto;
  right: 0;
  position: relative;
  height: 0px;
  border: 1px solid #000;
  background: #000;
  -webkit-box-shadow: 0px 3px 0px 3px #dfdfdf;
          box-shadow: 0px 3px 0px 3px #dfdfdf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 4px auto;
}

footer.global {
  background: #e7e7e7;
  /* border: 1px solid #f00; */
  height: 51px;
  width: 980px;
  margin: 0 auto;
  padding: 17px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

footer.global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer.global ul li {
  font-size: 12px;
}

footer.global ul li a {
  color: #858585;
}

footer.global ul li:last-child {
  color: #858585;
  margin: 0 0 0 23px;
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
}

footer.global ul li:last-child > span {
  font-weight: bold;
  color: #43aa15;
}

footer.global ul li.separator {
  border-left: 1px solid #cdcdcd;
  margin: 0 8.3px;
}
/*# sourceMappingURL=index.css.map */