﻿#contents {
  color: #3f3f3f;
}
#contents h1 {
  background: #0097cf;
  padding: 0;
  border-radius: 0;
}
#contents h1 span {
  border: none;
  padding: 0;
}
#contents h2 {
  border: none;
  background: transparent;
  text-align: center;
  margin: 40px 0 30px;
}
#contents h2 span {
  border: none;
  padding: 0;
  font-size: 170%;
  display: inline-block;
  border-bottom: 2px dashed #0097cf;
  color: #666666;
  font-weight: 500;
}
#contents h2.about {
  background: url(../what/img/icon_what_about.png) 50% 0 no-repeat;
  padding: 100px 0 0;
}
#contents h2.history {
  background: url(../what/img/icon_what_history.png) 50% 0 no-repeat;
  padding: 100px 0 0;
}
#contents h2.flow {
  background: url(../what/img/icon_what_flow.png) 50% 0 no-repeat;
  padding: 100px 0 0;
}
#contents h2.fabric {
  background: url(../what/img/icon_what_fabric.png) 50% 0 no-repeat;
  padding: 100px 0 0;
}
#contents h2.start {
  background: url(../step/img/icon_step_start.png) 50% 0 no-repeat;
  padding: 100px 0 0;
}
#contents h2.choice {
  background: url(../choice/img/icon_choice.png) 50% 0 no-repeat;
  padding: 100px 0 0;
}
#contents h2.plan {
  background: url(../merit/img/icon_plan.png) 50% 0 no-repeat;
  padding: 100px 0 0;
}
#contents h2.need {
  background: url(../step/img/icon_need.png) 50% 0 no-repeat;
  padding: 100px 0 0;
}
#contents h2.notice {
  background: url(../step/img/icon_notice.png) 50% 0 no-repeat;
  padding: 100px 0 0;
}
#contents h3 {
  border: none;
  background: transparent;
  text-align: center;
  margin: 40px 0 30px;
  padding: 0;
  font-size: 150%;
  display: inline-block;
  border-bottom: 2px dashed #0097cf !important;
  color: #666666;
  font-weight: 500;
}
#contents p {
  font-size: 110%;
}
#contents p small {
  font-size: 80%;
}
#contents p.notice {
  color: #d30303;
  border: none;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
#contents p.notice + .notice {
  margin-top: -10px;
}
#contents a:hover {
  color: inherit;
}
#contents a:hover img {
  opacity: 0.7;
}
#contents .fig {
  margin: 30px 0;
  text-align: center;
}
#contents .point {
  color: #fff;
  background: #0098d0;
  padding: 40px 44px;
  margin: 50px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contents .point:before, #contents .point:after {
  content: " ";
  display: table;
}
#contents .point:after {
  clear: both;
}
#contents .point p {
  text-align: center;
  font-size: 120%;
  margin: 0 0 30px;
}
#contents .point p.a1 {
  padding-top: 1.65em;
}
#contents .point > div {
  width: 50%;
  float: left;
  text-align: center;
}
#contents .nav {
  margin: 40px 0;
}
#contents .nav ul:before, #contents .nav ul:after {
  content: " ";
  display: table;
}
#contents .nav ul:after {
  clear: both;
}
#contents .nav ul li {
  float: left;
}
#contents .nav ul li.what {
  margin-right: 30px;
  margin-bottom: 30px;
}
#contents .nav ul li.supply {
  margin-right: 30px;
  margin-bottom: 30px;
}
#contents .nav ul li.merit {
  margin-bottom: 30px;
}
#contents .nav ul li.step {
  margin-right: 30px;
  clear: left;
}
#contents .nav ul li.faq {
  margin-right: 30px;
}
#contents .nav p {
  margin: 5px 0;
  text-align: right;
  font-size: 95%;
  color: #666;
}
#contents .nav .top {
  text-align: center;
  margin: 5px 0 40px;
}
#contents .external {
  background: #b8e2f2;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
}
#contents .external p {
  text-align: center;
  font-size: 120%;
  margin: 0 0 15px;
}

.visual {
  margin: 0 0 50px;
}

.mainNav {
  position: relative;
  margin: 0 0 20px;
}
.mainNav > ul:before, .mainNav > ul:after {
  content: " ";
  display: table;
}
.mainNav > ul:after {
  clear: both;
}
.mainNav > ul > li {
  float: left;
  margin: 0 0 20px;
  width: 50%;
}
.mainNav > ul > li.what {
  text-align: left;
}
.mainNav > ul > li.supply {
  text-align: right;
}
.mainNav > ul > li.merit {
  text-align: left;
}
.mainNav > ul > li.step {
  text-align: right;
}
.mainNav > ul > li.retailersList {
  text-align: left;
}
.mainNav > ul > li.faq {
  text-align: right;
}

.mainNav > ul > li.notice {
  text-align: left;
}
.mainNav > ul > li.contact {
  text-align: right;
}

/*.mainNav .notice,*/
.mainNav .contact {
/*  height: 215px;*/
  height: 154px;
  width: 464px;
/*  float: left;*/
  margin-left: 10px;
}
/*
.mainNav .notice {
  margin: 0 20px 20px 0;
}
/*
.mainNav .contact {
  margin: 0 0 20px 0;
}
*/
.mainNav .contact .body {
/*  padding: 25px;*/
  padding: 0 25px;
}
.mainNav .contact strong {
  font-size: 180%;
}
.mainNav .contact small {
  font-size: 95%;
}

/*.notice,*/
.contact {
  border: 3px solid #0098d0;
  border-radius: 10px;
  overflow: hidden;
}
.notice .title,
.contact .title {
  color: #fff;
  background: #0098d0;
  padding: 6px 25px;
  position: relative;
  font-size: 18px;
}
.notice .title a,
.contact .title a {
  position: absolute;
  right: 15px;
  top: 5px;
  color: #fff;
  padding: 2px 25px 2px 0;
  background: url(../img/icon_arrow.png) no-repeat 100% 50%;
}
.notice .title:after,
.contact .title:after {
  display: block;
  content: '';
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 16px solid #0098d0;
  position: absolute;
  bottom: -16px;
  left: 45px;
  width: 0;
  height: 0;
}

.notice a:hover {
  text-decoration: none;
  color: inherit;
}
.notice .body {
  margin: 15px 25px;
  overflow: auto;
}
.notice .body ul li {
  /*				border-bottom: 1px dashed #7d7d7d;
  */
  padding: 10px 3px;
  position: relative;
}
.notice .body ul li div.icon {
  margin: 0 0 5px;
}
.notice .body ul li div.icon span {
  display: inline-block;
  background: #c6e5f5;
  font-size: 10px;
  border-radius: 5px;
  padding: 0 10px;
  margin: 0 0 3px;
}
.notice .body ul li span.date {
  font-weight: bold;
  display: block;
}

.mainNav .notice .body {
  height: 145px;
}
.mainNav .notice .body ul li span.date {
  position: absolute;
  left: 0;
}
.mainNav .notice .body ul li span.txt {
  display: block;
  padding-left: 10em;
}

.doc,
.link {
  margin: 0 0 50px;
}
.doc .title,
.link .title {
  border-bottom: 2px solid #0098d0;
  padding: 5px 15px;
  font-size: 110%;
}
.doc .title small,
.link .title small {
  font-size: 85%;
}

.link .body ul {
  margin: 5px 20px;
}
.link .body ul li {
  margin: 10px 0;
}
.link .body ul li a {
  display: inline-block;
  padding: 5px 0 5px 35px;
  background: url(../img/icon_arrow_circle.png) no-repeat 0 50%;
  font-size: 120%;
}
.link .body ul li small {
  font-size: 95%;
}

.doc .body ul {
  margin: 5px auto;
}
.doc .body ul li {
  margin: 10px 40px;
  float: left;
}
.doc .body ul li a {
  display: inline-block;
  padding: 0;
  text-align: center;
  text-decoration: underline;
}
.doc .body ul li a:hover {
  text-decoration: none;
}
.doc .body ul li img {
  display: block;
  padding-bottom: 10px;
}
.doc .body ul li span {
  text-align: center;
}
.doc .body ul li span > small {
  font-size: 85%;
}

#contents .map {
  background: #f2fafd;
  padding: 20px;
  margin: 30px 0;
}
#contents .map img {
  display: block;
  margin: 20px auto;
}
#contents .map div {
  text-align: center;
}
#contents ul.history {
  margin: 20px 0;
}
#contents ul.history:before, #contents ul.history:after {
  content: " ";
  display: table;
}
#contents ul.history:after {
  clear: both;
}
#contents ul.history li {
  float: left;
  padding-left: 45px;
  background: url(../what/img/icon_arrow_history.png) no-repeat 10px 50%;
}
#contents ul.history li:first-child {
  padding: 0;
}
#contents dl.flow {
  margin: 30px 50px;
}
#contents dl.flow dt {
  float: left;
  width: 288px;
  clear: left;
}
#contents dl.flow dd {
  float: left;
  width: 552px;
}
#contents dl.flow dd.flow1 {
  padding: 0 0 20px 20px;
  background: url(../what/img/bg_flow1.png) repeat-x 0 0;
  min-height: 95px;
}
#contents dl.flow dd.flow2 {
  padding: 20px 0 20px 20px;
  background: url(../what/img/bg_flow2.png) repeat-x 0 100%;
  min-height: 144px;
}
#contents dl.flow dd p {
  margin: 0 5px;
}
#contents dl.flow dd p small {
  font-size: 90%;
}
#contents dl.flow dd p + p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 100%;
}
#contents .part1 {
  font-weight: bold;
  color: #f06800;
}
#contents .part2 {
  font-weight: bold;
  color: #74a04b;
}
#contents .part3 {
  font-weight: bold;
  color: #0065b3;
}
#contents dl.fabric dt {
  font-size: 110%;
}
#contents dl.fabric dd {
  font-size: 110%;
  margin: 0 0 2em 3em;
}

#contents .anchor {
  margin: 50px;
}
#contents .anchor h2 {
  background: url(../faq/img/icon_q.png) no-repeat 0 50%;
  text-align: left;
  padding: 10px 0 10px 45px;
  margin: 40px 0 5px;
}
#contents .anchor h2 span {
  border: none;
  font-size: 140%;
  font-weight: bold;
}
#contents .anchor ul:before, #contents .anchor ul:after {
  content: " ";
  display: table;
}
#contents .anchor ul:after {
  clear: both;
}
#contents .anchor ul li {
  font-size: 18px;
}
#contents .anchor ul li a {
  color: #0065b3;
}
#contents h2.q {
  margin: 40px 0 10px;
}
#contents h2.q span {
  border: none;
  background: url(../faq/img/icon_q.png) no-repeat 0 50%;
  padding: 10px 0 10px 45px;
  font-weight: bold;
}
#contents .faqBox {
  border: 2px solid #0098d0;
  border-radius: 10px;
  margin: 10px 0 30px;
  overflow: hidden;
}
#contents .faqBox .title {
  color: #fff;
  background: #0098d0;
  padding: 6px 25px 6px 70px;
  position: relative;
  font-size: 18px;
}
#contents .faqBox .title span {
  position: absolute;
  left: 35px;
}
#contents .faqBox .body {
  padding: 25px 25px 25px 70px;
  position: relative;
  font-size: 16px;
}
#contents .faqBox .body span {
  position: absolute;
  left: 35px;
}

#contents .steps {
  text-align: center;
}
#contents .steps ul {
  margin: 20px 50px;
}
#contents .steps ul li {
  background: url(../step/img/icon_arrow_down.png) no-repeat 50% 30px;
  padding-top: 100px;
  position: relative;
}
#contents .steps ul li:first-child {
  padding-top: 0;
}
#contents .steps ul li > img {
  position: absolute;
  right: 0;
  top: 0;
}
#contents .steps ul li dl {
  border-left: 25px solid #0097cf;
  background: #eeeeee no-repeat 35px 30px;
  padding: 20px 250px 20px 100px;
}
#contents .steps ul li dl dt {
  font-weight: bold;
  font-size: 120%;
}
#contents .steps ul li dl dd {
  font-size: 110%;
}
#contents .steps ul li.step1 dl {
  background-image: url(../step/img/txt_1.png);
  min-height: 245px;
}
#contents .steps ul li.step2 dl {
  background-image: url(../step/img/txt_2.png);
  min-height: 338px;
}
#contents .steps ul li.step2 > img {
  top: 100px;
}
#contents .steps ul li.step3 dl {
  background-image: url(../step/img/txt_3.png);
  min-height: 170px;
}
#contents .steps ul li.step3 > img {
  top: 100px;
}
#contents .steps ul li a {
  color: #0065b3;
}
#contents .steps ul li small {
  font-size: 90%;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
#contents ul.annotation {
  font-size: 90%;
  margin: 20px 50px;
}
#contents ul.annotation li {
  padding-left: 4em;
  position: relative;
}
#contents ul.annotation span.mark {
  position: absolute;
  left: 0;
}
#contents .needList {
  text-align: center;
}
#contents .needList img {
  display: block;
  margin: 0 auto 20px;
}
#contents .needList p {
  max-width: 580px;
  margin: 0 auto 20px;
  text-align: left;
}
#contents .noticeImage {
  margin: 30px auto 100px;
}
#contents .noticeImage img {
  display: block;
  margin: 0 auto 20px;
}

#contents .choices {
  margin-left: -40px;
}
#contents .choices:before, #contents .choices:after {
  content: " ";
  display: table;
}
#contents .choices:after {
  clear: both;
}
#contents .choices .choice {
  padding-left: 40px;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contents .choices .choice h3 {
  color: #545454;
  background: url(../merit/img/bg_choice.png) no-repeat 50% 100%;
  border: none !important;
  display: block;
  padding: 0 0 35px;
  font-size: 150%;
  font-weight: 600;
}

#contents ul.switch {
  margin: 0 20px 30px;
}
#contents ul.switch li {
  text-align: right;
}
#contents ul.switch li a {
  background: url(../img/icon_arrow_right.png) no-repeat 100% 50%;
  padding: 5px 25px 3px 5px;
  display: inline-block;
  text-decoration: none;
  color: #0065b3;
  font-size: 120%;
}
#contents .search {
  background: #eee;
  padding: 20px 10px 15px 20px;
}
#contents .search > span {
  font-size: 120%;
}
#contents .search .input {
  float: right;
  margin: -10px 0;
}
#contents table {
  margin: 0 0 10px;
}
#contents table tr th {
  white-space: nowrap;
  color: #fff;
  background: #0087b8;
  border: 1px solid #fff;
  text-align: center;
  font-weight: normal;
}
#contents table tr td {
  color: #3f3f3f;
  background: #eaf6fc;
  border: 1px solid #fff;
  font-size: 90%;
}
#contents table tr td a {
  white-space: nowrap;
  display: inline-block;
}
#contents table tr td.aCenter a {
  text-align: center;
}
#contents table tr.odd td {
  background: #ceedfc;
}
#contents table .mail {
  background: url(../img/icon_mail.png) no-repeat 100% 50% !important;
  padding: 5px 27px 2px 0 !important;
}
#contents table .blank {
  background: url(../img/icon_blank.png) no-repeat 100% 50% !important;
  padding: 5px 27px 2px 0 !important;
}
#contents table.sm .company {
  background-color: #b8e2f2 !important;
  color: #3F3F3F !important;
}
#contents table.sm .area {
  background-color: #b8e2f2 !important;
  color: #3F3F3F !important;
}
#contents img.lnkicn {
  margin: 0 0 0 2px !important;
  vertical-align: middle;
}

.customSelect {
  /* This is the default class that is used */
  /* Put whatever custom styles you want here */
  background: #fff url(/category/electricity_and_gas/electric/summary/retailers_list/img/icon_arrow_down.png) no-repeat 95% 50%;
  padding: 10px;
  border-radius: 3px;
  width: 300px;
}

.customSelect.customSelectHover {
  /* Styles for when the select box is hovered */
}

.customSelect.customSelectOpen {
  /* Styles for when the select box is open */
}

.customSelect.customSelectFocus {
  /* Styles for when the select box is in focus */
}

.customSelect.customSelectDisabledOption {
  /* Styles for when the selected item is a disabled one */
}

.customSelect.customSelectDisabled {
  /* Styles for when the select box itself is disabled */
}

.customSelectInner {
  /* You can style the inner box too */
  white-space: nowrap;
}
