@charset "UTF-8";
/***** module.css - 日東電工 *****/
.m-x-small {
  font-size: 83%;
}

.m-small {
  font-size: 91%;
}

.m-medium {
  font-size: 100%;
}

.m-large {
  font-size: 116%;
}

.m-x-large {
  font-size: 133%;
}

.m-xx-large {
  font-size: 150%;
}

.m-xxx-large {
  font-size: 166%;
}

.m-xxxx-large {
  font-size: 216%;
}

.m-layout {
  width: 960px;
  margin: 0 auto;
}

.m-layout-750 {
  width: 750px;
  margin: 0 auto;
}

.m-layout-825 {
  width: 825px;
  margin: 0 auto;
}

.m-banner-box {
  border: 1px solid #cecece;
  padding: 14px;
}
.m-banner-box li {
  margin-top: 15px;
}
.m-banner-box li:first-child {
  margin-top: 0;
}

.m-gray-box {
  background-color: #f7f7f7;
  border: 1px solid #cecece;
  padding: 20px;
}

.m-red-box {
  padding: 2px;
  border: 1px solid #e71282;
}
.m-red-box .inner {
  background-color: #ffd7d8;
  padding: 20px;
  color: #e71218;
}

.m-tab .tab-body.s-init {
  display: none;
}
.m-tab .tab-body.current {
  display: block;
}
body.s-page .m-tab .tab-head.s-main {
  font-size: 116%;
}
body.s-page .m-tab .tab-head.s-main li {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
  width: 134px;
  margin-left: 4px;
  background: url(/common/img/bg_tabhead1.gif) no-repeat;
  padding-top: 3px;
}
body.s-page .m-tab .tab-head.s-main li:first-child {
  margin-left: 0;
}
body.s-page .m-tab .tab-head.s-main li.current {
  margin-bottom: -3px;
  background-image: url(/common/img/bg_tabhead1_cur.gif);
  padding-top: 4px;
}
body.s-page .m-tab .tab-head.s-main li.current a, body.s-page .m-tab .tab-head.s-main li.current span {
  color: #2f3244;
  font-weight: bold;
  background: #fff;
  padding: 13px 5px 11px 5px;
  border: 1px solid #cecece;
  border-top: none;
  border-bottom: none;
}
body.s-page .m-tab .tab-head.s-main a, body.s-page .m-tab .tab-head.s-main span {
  color: #fff;
  text-align: center;
  display: block;
  background: #8a8da8 url(/common/img/bg_tabhead2.gif) no-repeat 0 100%;
  padding: 7px 5px 8px 5px;
  word-wrap: break-word;
}
body.s-page .m-tab .tab-head.s-sub {
  text-align: center;
}
body.s-page .m-tab .tab-head.s-sub li {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
body.s-page .m-tab .tab-head.s-sub li.current a {
  color: #2f3244;
  font-weight: bold;
}
body.s-page .m-tab .tab-head.s-sub li span {
  margin: 0 10px;
}
body.s-page .m-tab .tab-body {
  border-top: 3px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 30px 20px 50px 20px;
}
body.s-page .m-tab.s-gray .tab-head.s-main li.current a, body.s-page .m-tab.s-gray .tab-head.s-main li.current span {
  background: #f7f7f7;
}
body.s-page .m-tab.s-gray .tab-body {
  background: #f7f7f7;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
body.s-page .m-tab.s-no-head .tab-body {
  border-top-width: 1px;
}

.m-slideitems {
  position: relative;
}
.m-slideitems .frame {
  margin: 0 auto;
  overflow: hidden;
}
.m-slideitems .list {
  width: 200000px;
  overflow: hidden;
}
.m-slideitems li {
  float: left;
}
.m-slideitems .pager {
  position: absolute;
}
.m-slideitems .pager.prev {
  left: 0;
}
.m-slideitems .pager.next {
  right: 0;
}
.m-slideitems .pager a {
  display: block;
  text-indent: -20000px;
  overflow: hidden;
}
.m-slideitems.no-pager .pager {
  visibility: hidden;
}

.m-search {
  border: 1px solid #cecece;
}
.m-search dl {
  border: 1px solid #fff;
  background: whitesmoke url(/common/img/bg_find.gif) repeat-x;
  text-align: right;
  padding: 7px;
}
.m-search dl > *, .m-search dl dd > * {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.m-search dt {
  font-size: 116%;
  margin-right: 10px;
}
.m-search input[type="text"] {
  width: 160px;
  height: 22px;
  height: 18px\9;
  padding-top: 6px\9;
  border: 1px solid #cecece;
  border-right: 0;
  background: url(/common/img/bg_textfield.gif) no-repeat;
}

.m-search-set > * {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.m-search-set input[type="text"] {
  height: 22px;
  height: 18px\9;
  padding-top: 6px\9;
  border: 1px solid #cecece;
  border-right: 0;
  background: url(/common/img/bg_textfield.gif) no-repeat;
}

dl.m-news dt {
  color: #a7a7a7;
}
dl.m-news dt img {
  margin-left: 10px;
}
dl.m-news dd {
  margin: 5px 0 7px 0;
  border-bottom: 1px dotted #7f7f7f;
  padding-bottom: 10px;
}

table.m-news {
  margin-bottom: 5px;
  width: 100%;
}
table.m-news th, table.m-news td {
  font-weight: normal;
  border-bottom: 1px dotted #7f7f7f;
  padding: 7px 0;
  vertical-align: top;
}
table.m-news .date, table.m-news .icon {
  white-space: nowrap;
  padding-right: 15px;
}
table.m-news .date {
  color: #a7a7a7;
}
table.m-news .headline {
  width: 100%;
}

.m-flow > * {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 25px;
}
.m-flow > *:first-child {
  margin-left: 0;
}

.m-arrow, .m-arrow-list > li {
  background: url(/common/img/arrow2.png) no-repeat 0 0.3em;
  padding-left: 12px;
}

a.m-arrow {
  background-position: 0 0.15em\9;
}

.m-arrow-list > li {
  margin-bottom: 3px;
}
.m-arrow-list.s-one-third {
  margin-left: -20px;
}
.m-arrow-list.s-one-third > li {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0 0 10px 20px;
  width: 28%;
}

.m-rss {
  background: url(/common/img/rss.png) no-repeat 0 50%;
  padding-left: 15px;
}

.m-zoom {
  background: url(/common/img/zoom.png) no-repeat 0 50%;
  padding-left: 16px;
}

.m-grid .s-box {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-bottom: 40px;
}
.m-grid.s-no-margin {
  margin-bottom: -40px;
}

.m-one-third {
  margin-right: -30px;
}
.m-one-third .s-box {
  width: 300px;
  margin-right: 30px;
}

#G-RIGHT-PANE .m-one-half {
  margin-right: -20px;
}
#G-RIGHT-PANE .m-one-half .s-box {
  width: 335px;
  margin-right: 20px;
}
#G-RIGHT-PANE .m-one-half .m-h2-box .m-h2 > span {
  width: 310px;
}
#G-RIGHT-PANE .m-one-third {
  margin-right: -21px;
}
#G-RIGHT-PANE .m-one-third .s-box {
  width: 216px;
  margin-right: 21px;
}
#G-RIGHT-PANE .m-one-third .m-h2-box .m-h2 > span {
  width: 191px;
}
#G-RIGHT-PANE .m-one-fourth {
  margin-right: -19px;
}
#G-RIGHT-PANE .m-one-fourth .s-box {
  width: 158px;
  margin-right: 19px;
}
#G-RIGHT-PANE .m-one-fourth .m-h2-box .m-h2 > span {
  width: 133px;
}

.m-h2-box .photo {
  display: block;
  margin-bottom: 10px;
}
.m-h2-box .desc {
  margin-bottom: 20px;
}
.m-h2-box .m-h2 {
  margin-bottom: 10px;
}
.m-h2-box .m-h2 > span {
  width: 275px;
}

.m-button-box {
  margin-top: 20px;
  margin-bottom: 0 !important;
  padding-top: 20px;
  border-top: 1px dotted #7f7f7f;
}
.m-button-box .desc {
  margin-top: 10px;
}
.m-button-box.first-row {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.m-shadow, .m-h1 {
  background: url(/common/img/shadow.gif) no-repeat 0 100%;
  padding-bottom: 9px;
}
#G-RIGHT-PANE .m-shadow, #G-RIGHT-PANE .m-h1, #fancybox-content .m-shadow, #fancybox-content .m-h1, #T_D3 .m-shadow, #T_D3 .m-h1 {
  background-image: url(/common/img/shadow2.gif);
}

.m-h1 {
  font-size: 166%;
  margin-bottom: 31px;
}
.m-h1 span {
  display: block;
}
.m-h1 > span {
  border: 1px solid #cfcfcf;
}
.m-h1 > span > span {
  border: 1px solid #fff;
  background: url(/common/img/bg_h1.gif) repeat-y;
  padding: 4px 0;
}
.m-h1 > span > span > span {
  background: url(/common/img/bar_h1.gif) no-repeat;
  padding: 2px 10px 0 14px;
}
.m-h1.s-q > span > span > span {
  background-image: url(/common/img/bar_h1_q.png);
  padding-left: 40px;
}

.m-h2 {
  *zoom: 1;
  font-size: 100%;
  font-weight: normal;
  border-bottom: 3px solid #cecece;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.m-h2:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.m-h2 > span {
  font-size: 133%;
  font-weight: bold;
  float: left;
  background: url(/common/img/bar_h2.gif) no-repeat;
  padding: 2px 10px 0 15px;
  word-wrap: break-word;
}
.m-h2 > a {
  float: right;
  margin-top: 4px;
}

.m-h2-2 {
  font-size: 116%;
  background: url(/common/img/bar_h2.gif) no-repeat 0 100%;
  padding-left: 14px;
}

.m-h3 {
  font-size: 116%;
  background: #f2f2f2 url(/common/img/bar_h3.gif) no-repeat 0 50%;
  padding: 3px 0 3px 20px;
  margin-bottom: 20px;
}

.m-h4 {
  background: url(/common/img/bar_h4.gif) no-repeat 0 50%;
  padding-left: 15px;
  margin-bottom: 20px;
}

.m-h5 {
  font-size: 91%;
  margin-bottom: 20px;
}

.m-icon-button {
  font-size: 91%;
  font-weight: bold;
  width: 220px;
}
.m-icon-button a, .m-icon-button span {
  display: block;
}
.m-icon-button a {
  cursor: pointer;
  background: url(/common/img/bg_iconbutton2.png) no-repeat 0 100%;
  padding-bottom: 6px;
}
.m-icon-button a > span {
  background: url(/common/img/bg_iconbutton1.png) no-repeat;
  padding: 10px 0 4px 0;
}
.m-icon-button a > span > span {
  padding: 0 8px 0 37px;
  text-align: center;
}
.m-icon-button a:hover {
  background-image: url(/common/img/bg_iconbutton2_ovr.png);
}
.m-icon-button a:hover > span {
  background-image: url(/common/img/bg_iconbutton1_ovr.png);
}
.m-icon-button.s-download a > span > span {
  background: url(/common/img/download.png) no-repeat 10px 50%;
  min-height: 17px;
}
.m-icon-button.s-search a > span > span {
  background: url(/common/img/magnifier2.png) no-repeat 11px 50%;
  min-height: 18px;
}
.m-icon-button.s-small {
  width: 180px;
}
.m-icon-button.s-small a {
  background-image: url(/common/img/bg_iconbutton2b.png);
}
.m-icon-button.s-small a > span {
  background-image: url(/common/img/bg_iconbutton1b.png);
}
.m-icon-button.s-small a:hover {
  background-image: url(/common/img/bg_iconbutton2b_ovr.png);
}
.m-icon-button.s-small a:hover > span {
  background-image: url(/common/img/bg_iconbutton1b_ovr.png);
}
.m-icon-button.s-small.s-download a > span > span {
  background-image: url(/common/img/download_s.png);
  min-height: 12px;
}

.m-flex-button {
  text-align: center;
  font-weight: bold;
}
.m-flex-button a, .m-flex-button span {
  display: block;
}
.m-flex-button a {
  *zoom: 1;
  color: #2f3244;
  cursor: pointer;
  background: url(/common/img/bg_iconbutton_lb.png) no-repeat 0 100%;
}
.m-flex-button a > span {
  *zoom: 1;
  background: url(/common/img/bg_iconbutton_rb.png) no-repeat 100% 100%;
  margin-left: 5px;
  padding-bottom: 5px;
}
.m-flex-button a > span > span {
  background: url(/common/img/bg_iconbutton_lt.png) no-repeat;
  margin-left: -5px;
}
.m-flex-button a > span > span > span {
  background: url(/common/img/bg_iconbutton_rt.png) no-repeat 100% 0;
  margin-left: 5px;
  padding: 8px 10px 3px 5px;
}
.m-flex-button.faq1 a > span > span > span {
  background: url(/common/img/bg_iconbutton_rt.png) no-repeat 100% 0;
  margin-left: 5px;
  padding: 8px 5px 3px 2px;
}
.m-flex-button a > span > span > span > span {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: no-repeat 0 50%;
}
.m-flex-button a:hover {
  background-image: url(/common/img/bg_iconbutton_lb_ovr.png);
}
.m-flex-button a:hover > span {
  background-image: url(/common/img/bg_iconbutton_rb_ovr.png);
}
.m-flex-button a:hover > span > span {
  background-image: url(/common/img/bg_iconbutton_lt_ovr.png);
}
.m-flex-button a:hover > span > span > span {
  background-image: url(/common/img/bg_iconbutton_rt_ovr.png);
}
.m-flex-button.s-mail a > span > span > span > span {
  background-image: url(/common/img/mail2.png);
  padding-left: 28px;
  min-height: 12px;
}
.m-flex-button.faq1 a > span > span > span > span {
  background-image: url(/common/img/FAQ_1.png);
  padding-left: 23px;
  min-height: 12px;
}
.m-flex-button.faq2 a > span > span > span > span {
  background-image: url(/common/img/FAQ_2.png);
  padding-left: 28px;
  min-height: 12px;
}
.m-flex-button.s-mail2 a > span > span > span > span {
  background-image: url(/common/img/mail3.png);
  padding-left: 30px;
  min-height: 14px;
}

.m-reader {
  margin-top: 40px;
}
.m-reader .inner {
  border: 1px solid #d1d1d1;
  padding: 30px;
}
.m-reader .inner > * {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.m-reader .inner > a {
  width: 28%;
  text-align: center;
}
.m-reader .inner > p {
  width: 70%;
  margin-left: 5px;
}

.m-column {
  border: 1px solid #cecece;
  padding: 1px;
}
.m-column > .title {
  font-size: 116%;
  text-align: center;
  padding: 10px;
}
.m-column > .body {
  padding: 20px;
}
.m-column.s-alert > .title {
  color: #f60;
}
.m-column.s-gray > .title {
  background-color: #ebebeb;
}
.m-column.s-lightblue > .title {
  background: url(/common/img/bg_lightblue_title.gif) repeat-y 50% 0;
}
.m-column.s-darkblue > .title {
  background: url(/common/img/bg_darkblue_title.gif) repeat-y 50% 0;
  color: #fff;
}

.m-border-top-dotted {
  border-top: 1px dotted #7f7f7f;
  margin-top: 20px;
  padding-top: 20px;
}

.m-border-top-solid {
  border-top: 1px solid #cecece;
  margin-top: 10px;
  padding-top: 10px;
}

.m-list-disc,
.m-list-decimal {
  list-style-type: disc;
  margin-left: 1em;
  padding-left: 1em;
}
.m-list-disc > li,
.m-list-decimal > li {
  margin-bottom: 0.5em;
}

.m-list-decimal {
  list-style-type: decimal;
}

.m-table {
  width: 100%;
  color: #000;
  border: 1px solid #cecece;
  border-bottom: none;
  border-right: none;
}
.m-table th, .m-table td {
  padding: 15px;
  font-weight: normal;
  border: 1px solid #cecece;
  border-top: none;
  border-left: none;
}
.m-table thead th {
  font-size: 116%;
  background-color: #e3e6f5;
  color: #171c8f;
}
.m-table thead a {
  color: #171c8f;
}
.m-table tbody th {
  background-color: #f7f7f7;
}
.m-table tbody th, .m-table tbody td {
  text-align: left;
}
.m-table.s-vertical tbody th {
  background-color: #e3e6f5;
  color: #171c8f;
  font-size: 116%;
}

.m-table-basic {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
}
.m-table-basic th, .m-table-basic td {
  border: 1px solid #cecece;
  padding: 15px;
  font-weight: normal;
}
.m-table-basic .h3, .m-table-basic th {
  text-align: center;
  background-color: #f7f7f7;
}
.m-table-basic .h1, .m-table-basic tr.h1 > * {
  text-align: center;
  font-size: 116%;
  color: #18205c;
  background-color: #e3e6f5;
}
.m-table-basic .h1 a, .m-table-basic tr.h1 > * a {
  color: #18205c;
}
.m-table-basic .h2, .m-table-basic tr.h2 > * {
  text-align: center;
  background-color: #ecf6ff;
}
.m-table-basic .strong {
  font-weight: bold;
  text-align: center;
  color: #e71218;
  background-color: #ffeaee;
}
.m-table-basic .small {
  font-size: 83%;
}

/*
.m-table-transparent {
	margin-bottom: 0 !important;
	width: auto !important;
	border-collapse: separate !important;
	th, td {
		padding: 0 !important;
		border: none !important;
		background-color: transparent !important;
	}
}
*/
.m-table-transparent {
  margin-bottom: 0;
  width: auto;
  border-collapse: separate;
}
.m-table-transparent th, .m-table-transparent td {
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
}

.m-pager {
  position: relative;
  line-height: 1;
  *zoom: 1;
  text-align: center;
  border: 1px solid #cecece;
  background-color: #fbfbfb;
}
.m-pager:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.m-pager a {
  min-width: 1em;
  display: block;
  padding: 7px 8px;
}
.m-pager li {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.m-pager .page, .m-pager .pages {
  margin-left: -1px;
  border: 1px solid #cecece;
  border-top: none;
  border-bottom: none;
}
.m-pager .page a, .m-pager .pages a {
  background: no-repeat 50% 50%;
}
.m-pager .page a:hover, .m-pager .pages a:hover {
  background-color: #e5e9ff;
}
.m-pager .page.current a, .m-pager .pages.current a {
  background-color: #4e8fd1;
  color: #fff;
}
.m-pager .roll, .m-pager .pages {
  text-align: left;
}
.m-pager .roll a, .m-pager .pages a {
  text-indent: -20000px;
  overflow: hidden;
}
.m-pager .pages.prev a {
  background-image: url(/common/img/arrow12.png);
}
.m-pager .pages.next a {
  background-image: url(/common/img/arrow13.png);
}
.m-pager .roll a {
  background: no-repeat 9px 50%;
}
.m-pager .roll a:hover {
  background-position: -91px 50%;
}
.m-pager .roll.prev {
  float: left;
}
.m-pager .roll.prev a {
  background-image: url(/common/img/arrow10.png);
}
.m-pager .roll.next {
  position: absolute;
  right: 0;
}
.m-pager .roll.next a {
  background-image: url(/common/img/arrow11.png);
}

.m-text-button a {
  color: #171c8f;
  padding: 15px 0;
  display: block;
  border: 1px solid #cecece;
  background: url(/common/img/bg_textbutton.gif) no-repeat 0 50%;
}
.m-text-button a:hover {
  background-position: -960px 50%;
}
.m-text-button span {
  display: block;
  background: url(/common/img/arrow14.png) no-repeat 100% 50%;
  padding: 0 20px 0 10px;
  word-wrap: break-word;
}
.m-text-button.s-flex span {
  padding-right: 70px;
}
.m-text-button.s-page-anchor span {
  background-image: url(/common/img/arrow15.png);
}
.m-text-button.s-plain a {
  background: #fff;
}
.m-text-button.s-plain a:hover {
  background: #e8ecff;
}

.m-text-button2 a {
  color: #18205c;
  padding: 15px 20px 15px 10px;
  display: block;
  border: 1px solid #cecece;
  background: url(/common/img/bg_textbutton_def.gif) no-repeat 100% 50%;
}
.m-text-button2 a:hover {
  background-image: url(/common/img/bg_textbutton_ovr.gif);
}

.m-text-button3 {
  text-align:left;
	vertical-align:top;
	border:1px solid #cecece;
}
.m-text-button3 a {
	background:url(/common/img/bg_textbutton3b.jpg) left center no-repeat;
	display:block;
	border:1px solid #fff;
	padding:11px 20px 8px 20px;
	color:#171c8f;
	font-weight:bold;
	font-size: 116%;
}
.m-text-button3 a:hover {
	background:url(/common/img/bg_textbutton3b.jpg) right center no-repeat;
}

.m-hr {
  margin: 20px 0;
  padding: 0;
  border: none;
  border-top: 1px dotted #7f7f7f;
  height: 1px;
  color: #fff;
}

.m-remarks-list {
  margin-left: 2em;
}
.m-remarks-list li {
  text-indent: -1em;
}

.m-arrow-down {
  background: url(/common/img/arrow16.png) no-repeat 0 0.45em;
  padding-left: 12px;
}

a.m-arrow-down {
  background-position: 0 0.15em\9;
}

.m-anchor-list {
  margin-top: -20px;
  *zoom: 1;
}
.m-anchor-list:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.m-anchor-list li {
  float: left;
  background: url(/common/img/arrow16.png) no-repeat 0 0.45em;
  padding-left: 12px;
  margin: 20px 30px 0 0;
  white-space: nowrap;
}
.m-anchor-list.s-right li {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}

.m-title {
  font-size: 166%;
  font-weight: bold;
  margin-bottom: 20px;
}

.m-lead {
  font-size: 133%;
  margin-bottom: 20px;
}

.m-large-text {
  font-size: 116%;
  margin-bottom: 20px;
}

.m-em {
  font-weight: bold;
}

.m-note {
  color: #d22630;
}

.m-text-button-rt {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #171c8f;
  padding: 15px 80px 15px 10px;
  border: 1px solid #cecece;
  background: url(/common/img/bg_textbutton_def.gif) no-repeat 100% 50%;
  margin-bottom: 20px;
}
.m-text-button-rt:hover {
  background-image: url(/common/img/bg_textbutton_ovr.gif);
}

.m-pdf, .m-word, .m-excel, .m-download, .m-arrow-popup, .m-arrow-overlay {
  background: url(/common/img/arrow2.png) no-repeat 0 0.35em;
  padding-left: 12px;
}

a.m-pdf, a.m-word, a.m-excel, a.m-download, a.m-arrow-popup, a.m-arrow-overlay {
  background-position: 0 0.15em\9;
}

.m-richtext h2 {
  font-size: 133%;
  background: url(/common/img/bar_h2b.gif) no-repeat 0 100%;
  padding: 0 0 2px 15px;
  border-bottom: 3px solid #cecece;
  margin-bottom: 20px;
}
.m-richtext h3 {
  font-size: 116%;
  background: #f2f2f2 url(/common/img/bar_h3.gif) no-repeat 0 50%;
  padding: 3px 0 3px 20px;
  margin-bottom: 20px;
}
.m-richtext h4 {
  background: url(/common/img/bar_h4.gif) no-repeat 0 50%;
  padding-left: 15px;
  margin-bottom: 20px;
}
.m-richtext h5 {
  font-size: 91%;
  margin-bottom: 20px;
}
.m-richtext p {
  margin-bottom: 20px;
}
.m-richtext hr {
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
  border-top: 1px dotted #7f7f7f;
  height: 1px;
  color: #fff;
}
.m-richtext ul, .m-richtext ol {
  list-style-type: disc;
  margin: 0 0 20px 2.5em;
}
.m-richtext ul > li, .m-richtext ol > li {
  margin-bottom: 0.5em;
}
.m-richtext ol {
  list-style-type: decimal;
}
.m-richtext ul ul, .m-richtext ul ol, .m-richtext ol ul, .m-richtext ol ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.m-richtext p + ul, .m-richtext p + ol {
  margin-top: -20px;
}
.m-richtext ul.m-grid {
  list-style-type: none;
  margin: 0;
}
.m-richtext ul.m-grid p {
  margin: 0;
}
.m-richtext .m-remarks-list {
  list-style-type: none;
  margin-left: 2em;
}
.m-richtext .m-anchor-list {
  list-style-type: none;
  margin: -20px 0 20px 0;
  padding: 0;
}
.m-richtext .m-anchor-list > li {
  margin-bottom: 0;
}
.m-richtext .m-column > .title {
  margin-bottom: 0;
}
.m-richtext .m-gray-box {
  margin-bottom: 20px;
}
.m-richtext table {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
}
.m-richtext table th, .m-richtext table td {
  border: 1px solid #cecece;
  padding: 15px;
  font-weight: normal;
}
.m-richtext table .h3, .m-richtext table th {
  text-align: center;
  background-color: #f7f7f7;
}
.m-richtext table .h1 {
  text-align: center;
  font-size: 116%;
  color: #171c8f;
  background-color: #e3e6f5;
}
.m-richtext table .h1 a {
  color: #171c8f;
}
.m-richtext table .h2 {
  text-align: center;
  background-color: #ecf6ff;
}
.m-richtext table .strong {
  font-weight: bold;
  text-align: center;
  color: #d22630;
  background-color: #ffeaee;
}
.m-richtext table .small {
  font-size: 83%;
  padding-left: 5px;
  padding-right: 5px;
}
.m-richtext dl {
  margin-bottom: 20px;
}
.m-richtext dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.m-richtext dd {
  margin-bottom: 10px;
}

.m-layout-table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.m-layout-table td {
  padding: 0;
  border: none;
  vertical-align: top;
}
.m-layout-table .img {
  padding-right: 20px;
}
.m-layout-table .text {
  width: 100%;
}
.m-layout-table .photo img {
  margin-left: 20px;
}
.m-layout-table .photo img:first-child {
  margin-left: 0;
}
.m-layout-table .caption {
  font-size: 91%;
  margin-top: 5px;
}
.m-layout-table.s-right .img {
  padding-right: 0;
  padding-left: 20px;
}
.m-layout-table.s-center {
  width: 1% !important;
  margin: 0 auto !important;
}
.m-layout-table.s-center .img {
  padding-right: 0;
  margin-left: 0;
}
.m-layout-table.s-center th, .m-layout-table.s-center td {
  border: none !important;
  padding: 0 0 0 20px !important;
}
.m-layout-table.s-center th:first-child, .m-layout-table.s-center td:first-child {
  padding-left: 0 !important;
}
.m-layout-table.s-center p {
  margin-bottom: 0;
}

.m-overlay {
  max-height: 510px;
  padding: 20px 20px 50px 20px;
}
.s-padding .m-overlay, .m-overlay.s-iframe {
  padding: 0 10px 0 0;
}
#G-MAIN-AREA .m-overlay {
  display: none;
}

.m-help {
  background: url(/common/img/help.png) no-repeat;
  width: 20px;
  height: 21px;
  text-indent: -20000px;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.m-help:hover {
  background-position: -20px 0;
}

table.m-financial-table {
  width: 100%;
  border-left: 1px solid #cecece;
  border-top: 1px solid #cecece;
}

table.m-financial-table caption {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
}

table.m-financial-table th,
table.m-financial-table td {
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 5px;
  font-weight: normal;
}

table.m-financial-table td {
  text-align: right;
  font-size: 83%;
}

table.m-financial-table th[scope="row"] {
  background-color: #f7f7f7;
}

table.m-financial-table th[scope="col"],
table.m-financial-table tr.lightblue th {
  background-color: #ecf6ff;
  text-align: left;
  color: #4e8fd1;
}

table.m-financial-table th.unit {
  background-color: transparent;
  color: #000;
  font-size: 83%;
  text-align: center;
}

table.m-financial-table tr.head th {
  background-color: #e3e6f5;
  color: #18205c;
  text-align: center;
}

table.m-financial-table tr.parent th {
  text-align: left;
}

table.m-financial-table tr.parent th,
table.m-financial-table tr.parent td {
  font-weight: bold;
}

table.m-financial-table2 {
  width: 100%;
  border-left: 1px solid #cecece;
  border-top: 1px solid #cecece;
}

table.m-financial-table2 th,
table.m-financial-table2 td {
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 10px;
  font-weight: normal;
  text-align: left;
}

table.m-financial-table2 th[scope="col"] {
  background-color: #e3e6f5;
  color: #18205c;
  font-size: 116%;
  padding: 10px 20px;
}

table.m-financial-table2 th[scope="row"] {
  background-color: #f7f7f7;
  color: #18205c;
}

table.m-financial-table2 th[scope="row"] div {
  width: 1em;
}

table.m-financial-table2 .col1,
table.m-financial-table2 .col2 {
  width: 1%;
}

table.m-financial-table2 .col3 {
  width: 7%;
}

table.m-financial-table2 .col4 {
  width: 50%;
}

table.m-financial-table2 .col5 {
  width: 36%;
}

table.m-financial-table2.s-list th[scope="row"],
table.m-financial-table2.s-list td {
  padding: 10px 20px;
}

table.m-financial-table2.s-list th[scope="row"] span {
  width: 1.5em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#G-INQUIRY-AREA {
  margin-top: 40px;
}
#G-INQUIRY-AREA li {
  word-wrap: break-word;
}
#G-INQUIRY-AREA .m-arrow {
  *zoom: 1;
}
#G-INQUIRY-AREA .subtitle {
  font-size: 100%;
  text-align: center;
}
#G-INQUIRY-AREA .detail {
  margin-top: 15px;
  text-align: center;
}
#G-INQUIRY-AREA .detail > * {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: left;
}
#G-INQUIRY-AREA .detail.s-plain {
  margin-top: 0;
}
#G-INQUIRY-AREA .detail.s-plain .left {
  width: 50%;
}
#G-INQUIRY-AREA .detail.s-plain .right {
  width: 30%;
}
#G-INQUIRY-AREA .detail.s-list .left {
  width: 68%;
}
#G-INQUIRY-AREA .detail.s-list .right {
  width: 30%;
}
#G-INQUIRY-AREA .detail.s-list .number > * {
  width: 48%;
}
#G-INQUIRY-AREA .left {
  width: 50%;
}
#G-INQUIRY-AREA .right {
  width: 30%;
}
#G-INQUIRY-AREA .hours {
  margin-top: 10px;
}
#G-INQUIRY-AREA .number > * {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 166%;
  font-weight: bold;
}
#G-INQUIRY-AREA .number > * img {
  vertical-align: middle;
  margin-right: 5px;
}

#G-INQUIRY-AREA .small-number > * {
  vertical-align: middle;
  font-size: 130%;
}

#G-INQUIRY-AREA .small-number > * img {
  vertical-align: middle;
  margin-right: 5px;
}

.m-disclaimer {
  padding-top: 40px;
}

.m-anchor-block .s-box {
  margin-bottom: 10px;
}
.m-anchor-block a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.m-form-button {
  padding: 5px 20px;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #cecece;
  cursor: pointer;
  font-size: 116%;
}
.m-form-button.s-submit {
  background: url(/common/img/form_commit_btn.gif) no-repeat 0 50%;
  color: #fff;
}
.m-form-button.s-submit:hover {
  background-position: 100% 50%;
  color: #18205c;
}
.m-form-button.s-reset {
  background: url(/common/img/form_reset_btn.gif) no-repeat -100px 50%;
  color: #363d71;
}
.m-form-button.s-reset:hover {
  background-position: -400px 50%;
  color: #18205c;
}
.m-form-button.s-back {
  background: url(/common/img/form_reset_btn.gif) no-repeat 0 50%;
  color: #363d71;
}
.m-form-button.s-back:hover {
  background-position: -300px 50%;
  color: #18205c;
}

input.m-form-button {
  padding: 0;
  min-width: 74px;
  min-height: 32px;
}
input.m-form-button.s-submit {
  padding-top: 1px;
  *padding-top: 7px;
}
input.m-form-button.s-reset {
  padding-top: 3px;
  padding-top: 2px\9;
  *padding-top: 7px;
}
input.m-form-button.s-back {
  padding: 3px 0 0 9px;
  *padding-top: 7px;
}


.m-overlay-inline {
  overflow: auto;
  width: 650px;
  min-height: 350px;
  padding: 20px 20px 40px 20px;
}
#G-MAIN-AREA .m-overlay-inline {
  display: none;
}

.m-split-box > * {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 10px 5px;
  width: 49.5%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.m-richtext table th.m-em {
 font-weight: bold;
 }
