@charset "UTF-8";
/*!
 * 牧野工房 Reset CSS for HTML5
 *
 * Copyright (c) 2011 Skill Partners Inc. All Rights Reserved.
 *
 * @version : 0
 * @author  : http://www.makinokobo.com - kobo@makinokobo.com
 *
 */
/**
 * Browser Style Reset
 *
 * ブラウザスタイルをリセットする。
 * フォントサイズは body要素直下の div#documentを10pxにセットし、
 * 移行の設定は相対でem指定する。
 * これにより、IE6でもブラウザ機能の文字サイズ変更が可能。
 */
html, body {
  background: #FFFFFF;
  color: #000000; }

body, div, span,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li, dfn,
p, blockquote, pre, code, abbr, address, cite, del,
strong, em, img, b, i, small,
table, thead, tbody, tfoot, tr, th, td, caption,
object, iframe, form, fieldset, legend, label {
  margin: 0;
  padding: 0; }

body {
  font: 13px/1 "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

* html body {
  font-size: small; }
*:first-child + html body {
  font-size: small; }

head ~ body {
  font-size: small; }

html:not(:target) body {
  font-size: 13px; }

.base-page {
  font-size: 77%; }

/* 10px */
.base-page2 {
  font-size: 77%; }

/* 10px */
.base-popup {
  font-size: 77%; }

/* 10px */
img {
  border: none;
  vertical-align: bottom; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: bold; }

strong, dt, dfn {
  font-style: normal;
  font-weight: bold; }

em {
  font-style: italic;
  font-weight: normal; }

address, caption, cite, code, th {
  font-style: normal;
  font-weight: normal; }

sup {
  vertical-align: text-top;
  font-size: 0.75em;
  line-height: 1; }

sub {
  vertical-align: text-bottom;
  font-size: 0.75em;
  line-height: 1; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

pre, code {
  font-family: monospace; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit; }

th, td {
  text-align: left;
  vertical-align: top; }

caption {
  text-align: left; }

ul, dl, ol {
  text-indent: 0; }

li {
  list-style: none;
  list-style-position: outside; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0;
  padding: 0; }

audio, video {
  margin: 0;
  padding: 0; }

input[type="image"] {
  vertical-align: bottom; }

/**
 * Utillity Class
 *
 * !important設定により、どこでも使える微調整用のclass群。
 * CSS設計時には使用せず、主に運用や修正フェーズで、
 * 共通設定されたCSSを書き換えるより個別に設定したほうがよいと判断される場合に使用する。
 *
 * Prefix: ".util-"
 */
.util-fz-LLL {
  font-size: 2em !important; }

.util-fz-LL {
  font-size: 1.8em !important; }

.util-fz-L {
  font-size: 1.6em !important; }

.util-fz-M {
  font-size: 1.4em !important; }

.util-fz-S {
  font-size: 1.2em !important; }

.util-fz-SS {
  font-size: 1em !important; }

.util-fz-SSS {
  font-size: 0.8em !important; }

.util-al-right {
  text-align: right  !important; }

.util-al-center {
  text-align: center !important; }

.util-al-left {
  text-align: left   !important; }

.util-va-top {
  vertical-align: top    !important; }

.util-va-middle {
  vertical-align: middle !important; }

.util-va-bottom {
  vertical-align: bottom !important; }

.util-fw-bold {
  font-weight: bold   !important; }

.util-fw-normal {
  font-weight: normal !important; }

.util-fs-italic {
  font-style: italic !important; }

.util-fs-normal {
  font-style: normal !important; }

.util-fl-left {
  float: left  !important; }

.util-fl-right {
  float: right !important; }

.util-fl-imgLeft {
  float: left  !important;
  margin-right: 10px !important; }

.util-fl-imgRight {
  float: right !important;
  margin-left: 10px !important; }

.util-clear {
  clear: both !important; }

.util-clearfix {
  zoom: 1; }
  .util-clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.util-m-0 {
  margin: 0 !important; }

.util-mt-0 {
  margin-top: 0 !important; }
/* 2014.add */
.util-mt-70 {
  margin-top: 70px !important; }

.util-mr-0 {
  margin-right: 0 !important; }

.util-mb-0 {
  margin-bottom: 0 !important; }

.util-mb-20 {
  margin-bottom: 20px !important; }

.util-ml-0 {
  margin-left: 0 !important; }

.util-pb-20 {
  padding-bottom:20px !important; }

.util-w-auto {
  width: auto !important; }

.util-w-100per {
  width: 100% !important; }

.util-tbl-fixed {
  table-layout: fixed !important; }

.util-whs-nowrap {
  white-space: nowrap !important; }

.util-whs-normal {
  white-space: normal !important; }

.util-bd-none {
  border: none !important; }

.util-bdt-none {
  border-top: none !important; }

.util-bdl-none {
  border-left: none !important; }

.util-bdr-none {
  border-right: none !important; }

.util-bdb-none {
  border-bottom: none !important; }

.util-color-red {
  color: #ff3300; }
/* 2014.add */
.util-color-green {
  color: #007B00; }
/*I2015.08.24*/
.util-color-blue {
  color: #0070C0; }

/**
 * util-hoverlight
 * オーバー時にふわっと光る感じにする効果をつける。
 * transitionを使っているので、modernizrで振り分け、
 * サポートしている端末でのみ効果を当てる。
 * 逆にサポートしていない端末では、JavaScriptで効果を当てる。
 */
.csstransitions .util-hoverlight, .csstransitions .wgt-btn, .csstransitions .mod-index-more a, .mod-index-more .csstransitions a, .csstransitions .mod-index-banner-button a, .mod-index-banner-button .csstransitions a, .csstransitions .area-tab-navitem a.dailycare .area-tab-text, .area-tab-navitem a.dailycare .csstransitions .area-tab-text, .csstransitions .area-tab-navitem a.freeword .area-tab-text, .area-tab-navitem a.freeword .csstransitions .area-tab-text, .csstransitions .area-tab-navitem a.upcoming .area-tab-text, .area-tab-navitem a.upcoming .csstransitions .area-tab-text, .csstransitions .area-tab-navitem a.archive .area-tab-text, .area-tab-navitem a.archive .csstransitions .area-tab-text, .csstransitions .area-tab-linkback a, .area-tab-linkback .csstransitions a, .csstransitions .area-tab-addschedule a, .area-tab-addschedule .csstransitions a, .csstransitions .area-tab-sendmail a, .area-tab-sendmail .csstransitions a, .csstransitions .mod-serviceindex-figure a img, .mod-serviceindex-figure a .csstransitions img, .csstransitions .mod-index-banner-figure a img, .mod-index-banner-figure a .csstransitions img, .csstransitions .mod-faq-question-button a, .mod-faq-question-button .csstransitions a, .csstransitions .mod-faqnavi-item a, .mod-faqnavi-item .csstransitions a, .csstransitions .mod-supportnavi-navitem a, .mod-supportnavi-navitem .csstransitions a, .csstransitions .mod-topindex-figure a img, .mod-topindex-figure a .csstransitions img, .csstransitions .mod-topindex-registration a, .mod-topindex-registration .csstransitions a, .csstransitions .mod-topindex2-figure a img, .mod-topindex2-figure a .csstransitions img, .csstransitions .mod-login-button a, .mod-login-button .csstransitions a, .csstransitions .mod-login-button input, .mod-login-button .csstransitions input, .csstransitions .mod-login2-button a, .mod-login2-button .csstransitions a, .csstransitions .mod-login2-button input, .mod-login2-button .csstransitions input, .csstransitions .mod-login2-service-listitem a img, .mod-login2-service-listitem a .csstransitions img, .csstransitions .mod-ad2-banner-button a, .mod-ad2-banner-button .csstransitions a, .csstransitions .mod-ad3-button a, .mod-ad3-button .csstransitions a, .csstransitions .mod-news-schedule a, .mod-news-schedule .csstransitions a, .csstransitions .mod-bannerlist-listitem a img, .mod-bannerlist-listitem a .csstransitions img, .csstransitions .mod-bannerlist-prev a, .mod-bannerlist-prev .csstransitions a, .csstransitions .mod-bannerlist-next a, .mod-bannerlist-next .csstransitions a, .csstransitions .mod-schedule-item-toollist-item a, .mod-schedule-item-toollist-item .csstransitions a, .csstransitions .mod-schedule-button a, .mod-schedule-button .csstransitions a, .csstransitions .mod-schedule-button input, .mod-schedule-button .csstransitions input, .csstransitions .mod-schedule-evaluation-button a, .mod-schedule-evaluation-button .csstransitions a, .csstransitions .mod-schedule-evaluation-comment-button a, .mod-schedule-evaluation-comment-button .csstransitions a, .csstransitions .mod-header-login a, .mod-header-login .csstransitions a, .csstransitions .mod-header-registration a, .mod-header-registration .csstransitions a, .csstransitions .mod-header-logout a, .mod-header-logout .csstransitions a, .csstransitions .mod-pagetop a, .mod-pagetop .csstransitions a, .csstransitions .mod-ad-intro-more a, .mod-ad-intro-more .csstransitions a, .csstransitions .mod-ad-banner-button a, .mod-ad-banner-button .csstransitions a {
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out; }

.util-hoverlight:hover, .wgt-btn:hover, .mod-index-more a:hover, .mod-index-banner-button a:hover, .area-tab-navitem a.dailycare .area-tab-text:hover, .area-tab-navitem a.freeword .area-tab-text:hover, .area-tab-navitem a.upcoming .area-tab-text:hover, .area-tab-navitem a.archive .area-tab-text:hover, .area-tab-linkback a:hover, .area-tab-addschedule a:hover, .area-tab-sendmail a:hover, .mod-serviceindex-figure a img:hover, .mod-index-banner-figure a img:hover, .mod-faq-question-button a:hover, .mod-faqnavi-item a:hover, .mod-supportnavi-navitem a:hover, .mod-topindex-figure a img:hover, .mod-topindex-registration a:hover, .mod-topindex2-figure a img:hover, .mod-login-button a:hover, .mod-login-button input:hover, .mod-login2-button a:hover, .mod-login2-button input:hover, .mod-login2-service-listitem a img:hover, .mod-ad2-banner-button a:hover, .mod-ad3-button a:hover, .mod-news-schedule a:hover, .mod-bannerlist-listitem a img:hover, .mod-bannerlist-prev a:hover, .mod-bannerlist-next a:hover, .mod-schedule-item-toollist-item a:hover, .mod-schedule-button a:hover, .mod-schedule-button input:hover, .mod-schedule-evaluation-button a:hover, .mod-schedule-evaluation-comment-button a:hover, .mod-header-login a:hover, .mod-header-registration a:hover, .mod-header-logout a:hover, .mod-pagetop a:hover, .mod-ad-intro-more a:hover, .mod-ad-banner-button a:hover {
  opacity: 0.65;
  filter: alpha(opacity=65); }

/*!
 * base
 */
html, body {
  min-width: 950px; }

a {
  color: #007B00;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

.base-header {
  padding: 0 0 5px;
  background: white url(../images/border.png) repeat-x 0 100%; }

.base-body {
  margin: 0;
  padding: 1px 0 10px;
  background: url(../images/bg.png) repeat-x;
  zoom: 1; }
  .base-body:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.base-body-inner {
  width: 950px;
  margin: 0 auto; }

.base-contents {
  margin: 40px 0 20px;
  padding: 4px 0 0;
  background: url(../images/base-contents/bg-top.png) no-repeat 0 0;
  zoom: 1; }
  .base-contents:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }
  .base-contents.base-contents-type2 {
    margin-top: 0; }

.base-contents-inner {
  padding: 0 0 8px;
  background: url(../images/base-contents/bg-btm.png) no-repeat 0 100%; }

.base-contents-inner2 {
  zoom: 1;
  padding: 0 2px;
  background: url(../images/base-contents/bg-y.png) repeat-y 0 0; }
  .base-contents-inner2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.base-contents-inner3 {
  position: relative;
  top: -2px; }

.base-contents-btm {
  margin: -8px 0 0;
  height: 0px;
  overflow: hidden; }

.base-contents-body {
  margin: 0 30px 30px; }

.base-contents-body.cat-top{
  padding-top:30px; }

.base-contents-body.cat-top-inquery{
  padding-top:30px; }

.base-contents2 {
  zoom: 1;
  margin: 6px 0 20px; }
  .base-contents2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.base-contents2-main {
  float: left;
  width: 700px;
  padding: 4px 0 0;
  background: url(../images/base-contents2/bg-top.png) no-repeat 0 0; }

.base-contents2-main-inner {
  padding: 0 0 8px;
  background: url(../images/base-contents2/bg-btm.png) no-repeat 0 100%; }

.base-contents2-main-inner2 {
  zoom: 1;
  padding: 0 2px;
  background: url(../images/base-contents2/bg-y.png) repeat-y 0 0; }
  .base-contents2-main-inner2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.base-contents2-main-inner3 {
  position: relative;
  top: -2px; }

.base-contents2-main-btm {
  margin: -8px 0 0;
  height: 0px;
  overflow: hidden; }

.base-contents2-body {
  margin: 0 30px 30px; }

.base-contents2-sub {
  float: right;
  width: 230px; }

.base-contents3 {
  /*margin: 40px 0 15px; }D2015.09.29 C-01*/
  margin: 20px 0 15px; }/*I2015.09.29 C-01*/

.base-contents4 {
  zoom: 1;
  margin: 40px 0 20px; }
  .base-contents4:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.base-contents4-main {
  float: left;
  width: 652px; }

.base-contents4-section {
  margin: 0 0 20px;
  padding: 4px 0 0;
  background: url(../images/base-contents4/bg-top.png) no-repeat 0 0; }

.base-contents4-section-inner {
  padding: 0 0 8px;
  background: url(../images/base-contents4/bg-btm.png) no-repeat 0 100%; }

.base-contents4-section-inner2 {
  zoom: 1;
  padding: 0 2px;
  background: url(../images/base-contents4/bg-y.png) repeat-y 0 0; }
  .base-contents4-section-inner2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.base-contents4-section-inner3 {
  position: relative;
  top: -2px; }

.base-contents4-section-btm {
  margin: -8px 0 0;
  height: 0px;
  overflow: hidden; }

.base-contents4-body {
  margin: 0 20px 10px; }
  .base-contents4-subsection .base-contents4-body {
    margin: 0 9px; }

.base-contents4-sub {
  float: right;
  width: 282px; }

.base-contents4-subsection {
  margin: 0 0 20px;
  padding: 4px 0 0;
  background: url(../images/base-contents4/bg-top2.png) no-repeat 0 0; }

.base-contents4-subsection-inner {
  padding: 0 0 8px;
  background: url(../images/base-contents4/bg-btm2.png) no-repeat 0 100%; }

.base-contents4-subsection-inner2 {
  zoom: 1;
  padding: 0 2px;
  background: url(../images/base-contents4/bg-y2.png) repeat-y 0 0; }
  .base-contents4-subsection-inner2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.base-contents4-subsection-inner3 {
  position: relative;
  top: -2px; }

.base-contents4-subsection-btm {
  margin: -8px 0 0;
  height: 0px;
  overflow: hidden; }

.base-footer {
  padding: 5px 0 0;
  background: white url(../images/border.png) repeat-x 0 0;
  zoom: 1; }

.base-contents5 {
  margin: 40px auto 20px;
  width: 950px; }

.base-contents5-body {
  padding: 8px 0 0;
  background: url(../images/base-contents5/bg-top.png) no-repeat 0 0;
  zoom: 1; }
  .base-contents5-body:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.base-contents5-body-inner {
  padding: 0 0 8px;
  background: url(../images/base-contents5/bg-btm.png) no-repeat 0 100%; }

.base-contents5-body-inner2 {
  zoom: 1;
  padding: 14px 22px 0;
  background: url(../images/base-contents5/bg-y.png) repeat-y 0 0; }
  .base-contents5-body-inner2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.base-contents5-body-inner3 {
  position: relative;
  top: -2px; }

.base-contents5-body-btm {
  margin: -8px 0 0;
  height: 0px;
  overflow: hidden; }

.base-contents6 {
  margin: 6px 0 15px; }


/*!
 * skin
 */
/**
 * skin-input
 */
/* 2015-09-14 .mod-login-input3、.mod-login2-input2追加 */  
/*.skin-input, .wgt-input, .wgt-input2, .wgt-input3, .wgt-textarea, .mod-schedule-evaluation-textarea, .wgt-password-input, .wgt-name-input, .wgt-postalcode-input, .wgt-phone-input, .wgt-customernumber-input, .mod-login-input, .mod-login-input2, .mod-login2-input, .mod-schedule-text input[type="text"], .mod-schedule-textarea textarea, .mod-schedule-datesetting-input {                                        D2015.09.29 C-01*/
.skin-input, .wgt-input, .wgt-input2, .wgt-input3, .wgt-textarea, .mod-schedule-evaluation-textarea, .wgt-password-input, .wgt-name-input, .wgt-postalcode-input, .wgt-phone-input, .wgt-customernumber-input, .mod-login-input, .mod-login-input2, .mod-login-input3, .mod-login2-input, .mod-login2-input2, .mod-schedule-text input[type="text"], .mod-schedule-textarea textarea, .mod-schedule-datesetting-input { /*I2015.09.29 C-01*/
  display: inline-block;
  padding: 4px 8px 3px;
  border: 1px solid #696969;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.2) inset;
  background: #FFF;
  font-size: 14px;
  line-height: 1.429; }
  .skin-input.required, .required.wgt-input, .required.wgt-input2, .required.wgt-input3, .required.wgt-textarea, .required.mod-schedule-evaluation-textarea, .required.wgt-password-input, .required.wgt-name-input, .required.wgt-postalcode-input, .required.wgt-phone-input, .required.wgt-customernumber-input, .required.mod-login-input, .required.mod-login2-input, .mod-schedule-text input.required[type="text"], .mod-schedule-textarea textarea.required, .required.mod-schedule-datesetting-input {
    background-color: #FFF8D9; }
  .skin-input.disabled, .disabled.wgt-input, .disabled.wgt-input2, .disabled.wgt-input3, .disabled.wgt-textarea, .disabled.mod-schedule-evaluation-textarea, .disabled.wgt-password-input, .disabled.wgt-name-input, .disabled.wgt-postalcode-input, .disabled.wgt-phone-input, .disabled.wgt-customernumber-input, .disabled.mod-login-input, .disabled.mod-login2-input, .mod-schedule-text input.disabled[type="text"], .mod-schedule-textarea textarea.disabled, .disabled.mod-schedule-datesetting-input {
    background-color: #E5E5E5;
    border-color: #BABABA; }

/*!
 * widget
 */
/**
 * wgt-p
 */
.wgt-p, .mod-schedule-evaluation-comment-p {
  margin: 0 0 25px;
  font-size: 14px;
  background-image:url('/dfc/images/rect1-1.png');/* Androidテキスト折り返し解消 */
  line-height: 20px; }

/**
 * wgt-p2
 */
.wgt-p2 {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px; }

/**
 * wgt-link
 */
.wgt-link {
  position: relative;
  padding: 0 0 0 12px;
  font-size: 14px;
  line-height: 20px; }

.wgt-link-arrow {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 7px;
  height: 9px;
  background: url('../images/sprites/all-s5fbe073012.png') no-repeat -9px -30px;
  -webkit-background-size: 441px 3517px;
  background-size: 441px 3517px;
  margin: 0 3px 0 0;
  text-align: left;
  position: absolute;
  top: 4px;
  left: 0; }

/**
 * wgt-input
 */
.wgt-input, .wgt-input2 {
  width: 482px; }

.area-toggle-body .wgt-input {
  width: 452px; }

.wgt-input2 {
  width: 270px; }

.wgt-input3 {
  width: 120px; }

/**
 * wgt-textarea
 */
.wgt-textarea, .mod-schedule-evaluation-textarea {
  width: 482px;
  height: 130px; }

/**
 * wgt-notes
 */
.wgt-notes, .wgt-password-notes, .wgt-customernumber-notes {
  display: block;
  margin: 5px 0 0;
  color: #696969;
  font-size: 12px;
  line-height: 18px; }

/**
 * wgt-password
 */
.wgt-password-first {
  margin: 0 0 10px; }

.wgt-password-input {
  display: block;
  width: 182px; }

.wgt-password-notes {
  margin: 0; }

.wgt-password-text {
  margin: 0;
  font-size: 14px;
  line-height: 20px; }
/* 2014.add */
.wgt-password-attention{
  background: #ff3300;
  margin:0 0 3px;
  padding:5px 5px 2px;
  color:#fff;
}

/**
 * wgt-error
 */
.wgt-error {
  position: relative;
  margin-top: 3px;
  padding: 7px 0 3px 38px;
  min-height: 20px;
  color: #FF3B00;
  font-size: 14px;
  line-height: 18px; }

.wgt-error-icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin: -12px 0 0;
  width: 25px;
  height: 24px;
  background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -25px 0;
  -webkit-background-size: 441px 3517px;
  background-size: 441px 3517px;
  text-indent: -9999px;
  overflow: hidden; }

/**
 * wgt-name
 */
.wgt-name {
  font-size: 14px;
  line-height: 1.715;
  zoom: 1; }
  .wgt-name:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.wgt-name-first, .wgt-name-last {
  float: left;
  width: 257px; }

.wgt-name-input {
  width: 182px; }

.wgt-name-text {
  display: inline-block;
  width: 2em;
  margin-right: 5px; }

.area-toggle-body .wgt-name-first,
.area-toggle-body .wgt-name-last {
  float: left;
  width: 240px; }

.area-toggle-body .wgt-name-input {
  width: 165px; }


/**
 * wgt-postalcode
 */
.wgt-postalcode {
  position: relative;
  font-size: 14px;
  line-height: 1.715; }

.wgt-postalcode-input {
  width: 102px; }
  .wgt-postalcode-input:first-child {
    width: 82px; }

.wgt-postalcode-help, .wgt-postalcode-help2 {
  position: absolute;
  top: 50%;
  left: 250px;
  display: block;
  width: 229px;
  height: 30px;
  margin: -15px 0 0;
  width: 238px;
  height: 30px;
  background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -188px -213px;
  -webkit-background-size: 441px 3517px;
  background-size: 441px 3517px;
  text-indent: -9999px;
  overflow: hidden; }

.wgt-postalcode-help2 {
  position: static;
  margin: 5px 0 0 auto; }

/**
 * wgt-phone
 */
.wgt-phone {
  font-size: 14px;
  line-height: 1.715; }

.wgt-phone-home {
  margin: 0 0 10px; }

.wgt-phone-input {
  width: 102px; }

.wgt-phone-text {
  margin: 0;
  display: inline-block;
  width: 3em;
  margin-right: 5px; }

/**
 * wgt-phone2
 */
.wgt-phone2 {
  position: relative;
  margin: -7px 0 0; }

.wgt-phone2-item {
  margin: 7px 0 0;
  vertical-align: middle; }
  .wgt-phone2-item input {
    position: relative;
    top: -1px;
    margin: 0 5px 0 0; }

.wgt-phone2-text {
  display: inline-block;
  width: 11em; }

.wgt-phone2-num {
  display: inline-block; }

/**
 * wgt-radiolist
 */
.wgt-radiolist, .wgt-radiolist2 {
  position: relative;
  margin: -5px 0 0 -35px;
  zoom: 1; }
  .wgt-radiolist:after, .wgt-radiolist2:after, .wgt-radiolist3:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }
.wpt-errors-after-radiolist3{
    clear:left;
  }

.wgt-radiolist-item, .wgt-radiolist2-item{
  float: left;
  margin: 5px 0 0 35px;
  vertical-align: middle;
  *white-space: nowrap; }
.wgt-radiolist3-item {
  float: left;
  margin: 5px 0 0 20px;
  vertical-align: middle;
  *white-space: nowrap; }
 .wgt-radiolist3-item:first-child{
   margin: 5px 0 0 0;
 }
  .wgt-radiolist-item input, .wgt-radiolist2-item input {
    position: relative;
    top: -1px;
    margin: 0 5px 0 0; }
  .wgt-radiolist3-item input{
    position:static;
    margin:2px 5px 0 0;
    margin: 0 5px 0 0\9;
    *margin:-4px 5px 0 0;
    zoom:1;
    vertical-align:top;
  }

.wgt-radiolist2-item {
  float: none; }

/**
 * wgt-radiolist2
 */
.wgt-radiolist2 {
  position: relative;
  margin: -5px 0 0; }

.wgt-radiolist2-item {
  margin: 5px 0 0;
  vertical-align: middle; }
  .wgt-radiolist2-item input {
    position: relative;
    top: -1px;
    margin: 0 5px 0 0; }

/**
 * wgt-select
 */
.wgt-select {
  display: block;
  width: 150px; }
.motive .wgt-select{
  display: block;
  width: 150px;
  width: 450px\9; }
*:first-child+html .motive .wgt-select {
		width: 350px; }
.wgt-select-adjust{
  display: block;
  width: 150px;
  width: 450px\9; }
*:first-child+html .wgt-select-adjust {
		width: 350px; }
/**
 * wgt-birthdate
 */
.wgt-birthdate-year {
  display: inline-block;
  width: 150px; }

.wgt-birthdate-month, .wgt-birthdate-day {
  display: inline-block;
  width: 88px; }

.wgt-birthdate-text {
  display: inline-block;
  margin: 0 3px; }

/**
 * wgt-customernumber
 */
.wgt-customernumber-p {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.5; }

.wgt-customernumber-p2 {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em; }

.wgt-customernumber-number {
  position: relative;
  padding: 0 142px 0 0;
  font-size: 12px;
  line-height: 1.5; }

.wgt-customernumber-input {
  width: 220px;
  margin-right: 5px; }

.wgt-customernumber-notes {
  display: inline-block; }

.wgt-customernumber-help {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 142px; }
  .wgt-customernumber-help a {
    display: block;
    height: 30px;
    width: 151px;
    height: 30px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -245px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px;
    text-indent: -9999px;
    overflow: hidden; }

/**
 * wgt-infomail
 */
.wgt-infomail-p {
  margin: 0 0 20px;
  font-size: 12px;
  line-height: 1.5; }

.wgt-infomail-list, .wgt-infomail-list2 {
  position: relative; }

.wgt-infomail-item {
  position: relative;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 1.429;
  zoom: 1; }
  .wgt-infomail-item:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }
  .wgt-infomail-item:first-child {
    margin-top: 0; }

.wgt-infomail-item3 {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.429;
  zoom: 1; }

  .wgt-infomail-item3:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }
  .wgt-infomail-item3:first-child {
    margin-top: 0; }

.wgt-infomail-item3 .wgt-infomail-checkbox {
  position: static;
  margin-right:5px;
  }
.wgt-infomail-item3 .wgt-infomail-label{
  float:left;
  margin-bottom:5px;
}
.wgt-infomail-item3 .wgt-infomail-sample2{
  float:right;
}
.wgt-infomail-item3 .wgt-infomail-notes{
  clear:both;
}
.wgt-infomail-label {
  display: block;
  width: 285px; }

.wgt-infomail-checkbox {
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0; }

.wgt-infomail-notes {
  display: block;
  margin: 5px 0 0;
  color: #696969;
  font-size: 12px;
  line-height: 1.5; }

.wgt-infomail-sample {
  position: absolute;
  top: -7px;
  left: 300px;
  display: block;
  width: 128px;
  height: 30px;
  background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -211px -309px;
  -webkit-background-size: 441px 3517px;
  background-size: 441px 3517px;
  text-indent: -9999px;
  overflow: hidden; }
.wgt-infomail-sample2 {
  display: block;
  width: 128px;
  height: 30px;
  margin:-33px 141px 0 5px;
  background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -211px -309px;
  -webkit-background-size: 441px 3517px;
  background-size: 441px 3517px;
  text-indent: -9999px;
  overflow: hidden; }

  .wgt-infomail-list2 .wgt-infomail-sample {
    position: static;
    float: right; }

/**
 * wgt-btn
 */
.wgt-btn, .mod-index-more a, .mod-index-banner-button a {
  display: block;
  -webkit-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  cursor: pointer;
  text-indent: -9999px;
  text-align: left;
  vertical-align: top; }
  .wgt-btn.send, .mod-index-more a.send, .mod-index-banner-button a.send {
    width: 254px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -2868px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.sendmail, .mod-index-more a.sendmail, .mod-index-banner-button a.sendmail {
    width: 425px;
    height: 53px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -2920px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.sendmail2, .mod-index-more a.sendmail2, .mod-index-banner-button a.sendmail2 {
    width: 254px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -2816px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.totop, .mod-index-more a.totop, .mod-index-banner-button a.totop {
    width: 255px;
    height: 53px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -2973px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.totop2, .mod-index-more a.totop2, .mod-index-banner-button a.totop2 {
    width: 427px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -1476px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.confirm, .mod-index-more a.confirm, .mod-index-banner-button a.confirm {
    width: 254px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -1898px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.confirm2, .mod-index-more a.confirm2, .mod-index-banner-button a.confirm2 {
    width: 377px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -1528px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.amend, .mod-index-more a.amend, .mod-index-banner-button a.amend {
    width: 259px;
    height: 56px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -3349px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.entry, .mod-index-more a.entry, .mod-index-banner-button a.entry {
    width: 255px;
    height: 53px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -3026px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.disabledsubmit, .mod-index-more a.disabledsubmit, .mod-index-banner-button a.disabledsubmit {
    width: 315px;
    height: 47px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -1377px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px;
    cursor: default;
    border: 3px solid #FFFFFF; }
    .wgt-btn.disabledsubmit:hover, .mod-index-more a.disabledsubmit:hover, .mod-index-banner-button a.disabledsubmit:hover {
      opacity: 1; }
  .wgt-btn.modify, .mod-index-more a.modify, .mod-index-banner-button a.modify {
    width: 254px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -2504px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.modify2, .mod-index-more a.modify2, .mod-index-banner-button a.modify2 {
    width: 108px;
    height: 34px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -782px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.invitefamily, .mod-index-more a.invitefamily, .mod-index-banner-button a.invitefamily {
    width: 254px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -2393px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
/*  .wgt-btn.introduce, */
  .mod-index-more a.introduce, .mod-index-banner-button a.introduce {
    width: 254px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -2338px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
 .wgt-btn.introduce{
    width: 254px;
    height: 52px;
  background: url(/dfc/introduce/images/btn_introduce_02.png) no-repeat top left;
 }
  .wgt-btn.tomailsetting, .mod-index-more a.tomailsetting, .mod-index-banner-button a.tomailsetting {
    width: 254px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -1953px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.sendinvitemail, .mod-index-more a.sendinvitemail, .mod-index-banner-button a.sendinvitemail {
    width: 254px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -2764px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.contact, .mod-index-more a.contact, .mod-index-banner-button a.contact {
    width: 254px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -2118px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.tonext, .mod-index-more a.tonext, .mod-index-banner-button a.tonext {
    width: 178px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -254px -1736px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.tonext2, .mod-index-more a.tonext2, .mod-index-banner-button a.tonext2 {
    width: 319px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -1684px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.toprofile, .mod-index-more a.toprofile, .mod-index-banner-button a.toprofile {
    width: 254px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -2283px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.tointroduce, .mod-index-more a.tointroduce, .mod-index-banner-button a.tointroduce {
    width: 254px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -2008px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.checkfaq, .mod-index-more a.checkfaq, .mod-index-banner-button a.checkfaq {
    width: 232px;
    height: 30px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -206px 0;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.questionnaire, .mod-index-more a.questionnaire, .mod-index-banner-button a.questionnaire {
    width: 262px;
    height: 44px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -150px -1184px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.contact2, .mod-index-more a.contact2, .mod-index-banner-button a.contact2 {
    width: 262px;
    height: 44px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -150px -898px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.print, .mod-index-more a.print, .mod-index-banner-button a.print {
    width: 257px;
    height: 54px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -3079px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.cancel, .mod-index-more a.cancel, .mod-index-banner-button a.cancel {
    width: 254px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -1788px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.login, .mod-index-more a.login, .mod-index-banner-button a.login {
    width: 254px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -2448px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.consultation, .mod-index-more a.consultation, .mod-index-banner-button a.consultation {
    width: 254px;
    height: 52px;
    background: url('/dfc/common/images/sprites/add/btn-consultation.png') no-repeat 0 0;
    -webkit-background-size: 254px 52px;
    background-size: 254px 52px; }
  .wgt-btn.inquiry, .mod-index-more a.inquiry, .mod-index-banner-button a.inquiry {
    width: 254px;
    height: 52px;
    background: url('/dfc/common/images/sprites/add/btn-inquiry.png') no-repeat 0 0;
    -webkit-background-size: 254px 52px;
    background-size: 254px 52px; }
  .wgt-btn.inviteadd, .mod-index-more a.inviteadd, .mod-index-banner-button a.inviteadd {
    width: 203px;
    height: 34px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -646px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.invitedelete, .mod-index-more a.invitedelete, .mod-index-banner-button a.invitedelete {
    width: 261px;
    height: 34px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -160px -408px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.ok, .mod-index-more a.ok, .mod-index-banner-button a.ok {
    width: 254px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -2556px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.back, .mod-index-more a.back, .mod-index-banner-button a.back {
    width: 254px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -2660px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.submitmodify, .mod-index-more a.submitmodify, .mod-index-banner-button a.submitmodify {
    width: 254px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -2712px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.toprofile2, .mod-index-more a.toprofile2, .mod-index-banner-button a.toprofile2 {
    width: 336px;
    height: 34px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -442px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.entry2, .mod-index-more a.entry2, .mod-index-banner-button a.entry2 {
    width: 254px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -2228px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.withdraw, .mod-index-more a.withdraw, .mod-index-banner-button a.withdraw {
    width: 254px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -1843px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.todaiwahp, .mod-index-more a.todaiwahp, .mod-index-banner-button a.todaiwahp {
    width: 441px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -1424px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-btn.delete, .mod-index-more a.delete, .mod-index-banner-button a.delete {
    width: 254px;
    height: 52px;
    /* background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -2173px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; */
    background:url(../images/sprites/add/btn-delete.png);
     }
  .wgt-btn.finishedit, .mod-index-more a.finishedit, .mod-index-banner-button a.finishedit {
    width: 256px;
    height: 56px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -3405px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  /* 2014.add */
  .wgt-btn.tosearch {
    width: 254px;
    height: 52px;
    background: url(../images/sprites/add/btn-search.png) no-repeat 0 0;}
  .wgt-btn.cancel2 {
    width: 104px;
    height: 54px;
    background: url(../images/mod-schedule/add/btn-cancel.png) no-repeat 0 0; }
  .wgt-btn.delete2 {
  width: 204px;
  height: 54px;
  background: url(../images/mod-schedule/add/btn-delete.png) no-repeat 0 0;}
  /* 2017-09-19追記 */
  .wgt-btn.addressedit {
    width: 254px;
    height: 52px;
    background: url(../images/sprites/add/btn_addressedit.png) no-repeat 0 0;
  }
  /* 2017-09-19追記 */
/**
 * wgt-file
 */
.wgt-file-upload {
  font-size: 14px; }
  .wgt-file-upload .wgt-file-uploader {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 206px;
    height: 34px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -203px -646px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
    .wgt-file-upload .wgt-file-uploader input[type="file"] {
      opacity: 0;
      filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      margin: 0;
      cursor: pointer; }
  .wgt-file-upload .wgt-file-limit {
    display: inline-block;
    position: relative;
    top: -0.7em; }

.wgt-file-text {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.286; }

/**
 * wgt-inquirydate
 */
.wgt-inquirydate {
  position: relative;
  margin: -5px 0 0; }

.wgt-inquirydate-item {
  margin: 5px 0 0;
  padding: 0 0 0 1em;
  vertical-align: middle; }
  .wgt-inquirydate-item input[type="radio"] {
    position: relative;
    top: -1px;
    margin: 0 5px 0 -1em; }

.wgt-inquirydate-week {
  position: relative;
  margin: -5px 0 0 -10px;
  zoom: 1; }
  .wgt-inquirydate-week:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.wgt-inquirydate-week-item {
  float: left;
  margin: 5px 0 0 10px; }

.wgt-inquirydate-time {
  margin: 5px 0 0; }

.wgt-inquirydate-time-select {
  display: inline-block; }

.wgt-inquirydate-time-text {
  display: inline-block; }

/**
 * wgt-list
 */
.wgt-list, .mod-list-items {
  margin: 0 0 20px;
  padding: 0 0 0 20px; }

.wgt-list-item, .mod-list-item {
  list-style: disc outside;
  font-size: 14px;
  line-height: 20px; }

/**
 * wgt-item
 */
.wgt-item {
  margin: 0 0 10px; }

.wgt-item-h {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 22px; }

.wgt-item-list {
  position: relative;
  margin: 0 0 0 -18px;
  zoom: 1; }
  .wgt-item-list:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.wgt-item-listitem {
  float: left;
  display: inline;
  width: 274px;
  margin: 0 0 0 18px;
  text-align: center; }

.wgt-item-figure {
  margin: 0 0 3px;
  background: #FFF;
  padding: 1px;
  border: 1px solid #CCC; }

.wgt-item-radio {
  text-align: center; }

/**
 * wgt-tooltip
 */
.wgt-tooltip {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  width: 25px;
  height: 24px;
  background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -50px 0;
  -webkit-background-size: 441px 3517px;
  background-size: 441px 3517px;
  font-size: 0;
  line-height: 1;
  vertical-align: middle; }

/**
 * wgt-downloadlinks
 */
.wgt-downloadlinks-item a {
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
  overflow: hidden; }
  .wgt-downloadlinks-item a.preview {
    width: 183px;
    height: 30px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -121px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-downloadlinks-item a.ipad {
    width: 183px;
    height: 30px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -151px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }

/**
 * wgt-list
 */
.wgt-list, .mod-list-items {
  margin: 0 0 10px; }

.wgt-listitem {
  position: relative;
  margin: 0 0 5px;
  color: #696969;
  font-size: 14px;
  line-height: 20px; }
  .wgt-listitem .wgt-list-arrow {
    position: absolute;
    left: -8px;
    top: 4px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 5px;
    height: 7px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -30px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .wgt-listitem a {
    color: #696969; }

/*!
 * area
 */
/**
 * .area-toggle
 */
.area-toggle {
  margin: 0 0 15px;
  padding: 0 0 6px;
  background: url(../images/area-toggle/bg-bottom.png) no-repeat 0 100%; }
  .area-toggle.closed {
    background-image: url(../images/area-toggle/bg-bottom2.png); }

.area-toggle-head {
  position: relative;
  padding: 6px 0 0;
  background: #f5f4ee url(../images/area-toggle/bg-top.png) no-repeat;
  cursor: pointer; }

.area-toggle-head-inner {
  border: solid #CCC;
  border-width: 0 1px;
  zoom: 1; }

.area-toggle-togglerbtn {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 25px;
  height: 26px;
  background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -100px 0;
  -webkit-background-size: 441px 3517px;
  background-size: 441px 3517px; }
  .area-toggle.closed .area-toggle-togglerbtn {
    width: 25px;
    height: 26px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -75px 0;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }

.area-toggle-head-inner2 {
  padding: 8px 15px 8px 46px;
  border: solid #FFF;
  border-width: 0 1px;
  zoom: 1; }
  .area-toggle.opened .area-toggle-head-inner2 {
    padding-bottom: 14px; }

.area-toggle-h {
  color: #696969;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.375; }

.area-toggle-body {
  position: relative;
  display: block;
  padding: 30px 30px 0 40px;
  border: solid #CCC;
  border-width: 0 1px;
  zoom: 1; }
  .area-toggle-body:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }
  .area-toggle.closed .area-toggle-body {
    display: none; }
  .area-toggle.opened .area-toggle-body {
    display: block; }

/**
 * .area-tab
 */
.area-tab {
  width: 950px;
  margin: 20px auto;
  padding: 0 0 8px;
  background: url(../images/area-tab/bg-btm.png) no-repeat 0 100%;
  zoom: 1; }
  .area-tab:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.area-tab-head {
  position: relative;
  zoom: 1; }
  .area-tab-head:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.area-tab-head-btm {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px;
  height: 5px;
  overflow: hidden;
  background: url(../images/area-tab/bg-top.png) no-repeat 0 0; }

.area-tab-head-btm02 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 600px;
  height: 5px;
  overflow: hidden;
  background: url(../images/area-tab/bg-top02.png) no-repeat 0 0; }

.area-tab-nav {
  position: relative;
  zoom: 1; }
  .area-tab-nav:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.area-tab-navitem {
  float: left;
  display: inline;
  width: 335px;
  height: 67px;
  padding: 2px 13px 0 2px;
  background: url(../images/area-tab/bg.png) no-repeat 100% 100%; }
  .area-tab-navitem a {
    display: block;
    padding: 22px 0 22px 16px; }
    .area-tab-navitem a.dailycare .area-tab-text {
      display: block;
      width: 249px;
      height: 23px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -183px -121px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px;
      text-indent: -9999px;
      overflow: hidden; }
    .area-tab-navitem a.freeword .area-tab-text {
      display: block;
      width: 238px;
      height: 23px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -201px -181px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px;
      text-indent: -9999px;
      overflow: hidden; }
    .area-tab-navitem a.upcoming {
      text-decoration: none; }
      .area-tab-navitem a.upcoming .area-tab-text {
        display: block;
        width: 127px;
        height: 20px;
        background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -30px -62px;
        -webkit-background-size: 441px 3517px;
        background-size: 441px 3517px;
        text-indent: -9999px;
        overflow: hidden; }
      .area-tab-navitem a.upcoming .area-tab-period {
        margin: 0 0 0 20px;
        display: block;
        margin-top: 5px;
        color: #287c1a;
        font-weight: bold;
        font-size: 12px;
        line-height: 18px; }
    /* 2014.add */
    .area-tab-navitem a.upcoming .area-tab-period-gray{
    color: #999;
    }
    .area-tab-navitem a.archive .area-tab-text {
      display: block;
      width: 238px;
      height: 21px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -184px -62px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px;
      text-indent: -9999px;
      overflow: hidden; }
  .area-tab-navitem.active {
    background: url(../images/area-tab/bg2.png) no-repeat 100% 100%; }
    .area-tab-navitem.active a.dailycare .area-tab-text {
      display: block;
      width: 249px;
      height: 23px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -191px -89px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px;
      opacity: 1;
      filter: alpha(opacity=100);
      text-indent: -9999px;
      overflow: hidden; }
    .area-tab-navitem.active a.freeword .area-tab-text {
      display: block;
      width: 238px;
      height: 23px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -183px -151px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px;
      opacity: 1;
      filter: alpha(opacity=100);
      text-indent: -9999px;
      overflow: hidden; }
    .area-tab-navitem.active a.upcoming .area-tab-text {
      display: block;
      width: 127px;
      height: 20px;
      background: url('/dfc/common/images/sprites/add/tab-upcoming.png') no-repeat 0 0;
      -webkit-background-size: 127px 20px;
      background-size: 127px 20px;
      opacity: 1;
      filter: alpha(opacity=100);
      text-indent: -9999px;
      overflow: hidden; }
    .area-tab-navitem.active a.archive .area-tab-text {
      display: block;
      width: 238px;
      height: 21px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -176px -277px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px;
      opacity: 1;
      filter: alpha(opacity=100);
      text-indent: -9999px;
      overflow: hidden; }
  .area-tab-navitem:first-child {
    background: url(../images/area-tab/bg2.png) no-repeat 0 100%; }
    .area-tab-navitem:first-child.active {
      background: url(../images/area-tab/bg.png) no-repeat 0 100%; }

.area-tab-linkback {
  position: absolute;
  top: 0;
  right: 0; }
  .area-tab-linkback a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 240px;
    height: 36px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -984px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }

.area-tab-addschedule {
  position: absolute;
  top: 0;
  right: 0; }
  .area-tab-addschedule a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 240px;
    height: 36px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -199px -782px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }

.area-tab-sendmail {
  position: absolute;
  top: 43px;
  right: 0; }
  .area-tab-sendmail a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 226px;
    height: 13px;
    /*background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -342px;*/
    background: url('/dfc/common/images/sprites/add/area-tab-sendmail-bg.png') no-repeat 0 0;
    -webkit-background-size: 226px 13px;
    background-size: 226px 13px; }

.area-tab-body {
  position: relative;
  zoom: 1;
  padding: 17px 22px 0;
  background: url(../images/area-tab/bg-y.png) repeat-y 0 0;
  zoom: 1; }
  .area-tab-body:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.area-tab-body-inner {
  position: relative;
  top: -2px; }

.area-tab-body-btm {
  margin: -8px 0 0;
  height: 0px;
  overflow: hidden; }

/*!
 * module
 */
/**
 * mod-headeripad
 */
.mod-headeripad {
  width: 950px;
  margin: 0 auto;
  padding: 9px 0 7px; }

.mod-headeripad-logo {
  text-align: right; }

/**
 * mod-heading2
 */
.mod-heading2 {
  margin: 0 0 30px;
  border-bottom: 2px solid #008400; }

.mod-heading2-inner {
  padding: 5px;
  border-bottom: 1px solid #FFFFFF;
  background: #ebebeb url(../images/mod-heading2/bg.png) repeat-x; }

.mod-heading2-h {
  padding: 0 0 0 8px;
  border-left: 5px solid #008400;
  color: #005d00;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  -webkit-text-shadow: 1px 1px 0 #FFFFFF;
  text-shadow: 1px 1px 0 #FFFFFF; }

/**
 * mod-heading3
 */
.mod-heading3 {
  margin: -2px -2px 13px;
  padding: 3px 0 0;
  background: url(../images/mod-heading3/bg-top.png) no-repeat 0 0;
  clear: both;}
  .mod-heading3.mod-heading3-type2 {
    background-image: url(../images/mod-heading3/bg-top2.png); }

.mod-heading3-inner {
  padding: 0 0 5px;
  background: url(../images/mod-heading3/bg-btm.png) no-repeat 0 100%; }
  .mod-heading3-type2 .mod-heading3-inner {
    background-image: url(../images/mod-heading3/bg-btm2.png); }

.mod-heading3-inner2 {
  padding: 0 2px;
  background: url(../images/mod-heading3/bg-y.png) repeat-y; }
  .mod-heading3-type2 .mod-heading3-inner2 {
    background-image: url(../images/mod-heading3/bg-y2.png); }

.mod-heading3-inner3 {
  background: #ebebeb url(../images/mod-heading3/bg-x.png) repeat-x;
  padding: 5px; }

.mod-heading3-h {
  padding: 0 0 0 8px;
  border-left: 5px solid #008400;
  color: #005d00;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  -webkit-text-shadow: 1px 1px 0 #FFFFFF;
  text-shadow: 1px 1px 0 #FFFFFF; }

/**
 * mod-heading4
 */
.mod-heading4 {
  margin-bottom: 18px; }
  .mod-heading4.mod-heading4-type2 {
    padding-left: 32px; }
  .mod-heading4.mod-heading4-type3 {
    padding-left: 37px;
    background-color: #287B1C; }

.mod-heading4-h {
  padding: 6px 5px 6px 10px; }

.mod-heading4-icon {
  position: absolute;
  top: 0;
  left: 0; }
  .mod-heading4-h.square .mod-heading4-icon {
    width: 37px;
    height: 33px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -197px -375px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-heading4-h.support .mod-heading4-icon {
    width: 37px;
    height: 33px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -393px -342px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-heading4-h.phone .mod-heading4-icon {
    width: 37px;
    height: 33px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -319px -342px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-heading4-h.questionnaire .mod-heading4-icon {
    width: 37px;
    height: 33px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -137px -309px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }

/**
 * mod-heading5
 */
.mod-heading5 {
  position: relative;
  margin: 0 0 20px;
  padding: 7px 0;
  zoom: 1; }

.mod-heading5-inner {
  padding: 3px 20px 3px 6px;
  background: url(../images/mod-heading5/bg-middle.png) no-repeat 0 100%; }

.mod-heading5-bgtop, .mod-heading5-bgbtm {
  position: absolute;
  top: 0;
  left: 0;
  width: 948px;
  height: 7px;
  background: url(../images/mod-heading5/bg-top.png) no-repeat;
  font-size: 50%;
  line-height: 1;
  text-indent: -9999px;
  overflow: hidden; }

.mod-heading5-bgbtm {
  top: auto;
  bottom: 0;
  background: url(../images/mod-heading5/bg-btm.png) no-repeat 0 100%; }

.mod-heading5-h {
  margin: 0;
  padding: 0 0 0 8px;
  border-left: 5px solid #266E15;
  color: #005d00;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  -webkit-text-shadow: 1px 1px 0 #FFFFFF;
  text-shadow: 1px 1px 0 #FFFFFF; }

/**
 * mod-categorytitle
 */
.mod-categorytitle {
  margin: 0 0 9px; }
  .mod-categorytitle img {
    vertical-align: top; }

/**
 * mod-step
 */
.mod-step {
  margin: 0 0 30px;
  overflow: hidden; }

.mod-step-items {
  margin: 0 0 0 -14px;
  text-align: center;
  font-size: 0; }

.mod-step-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding: 0 0 0 14px;
  vertical-align: top; }

.mod-step-sep {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 14px;
  height: 16px;
  background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -147px -30px;
  -webkit-background-size: 441px 3517px;
  background-size: 441px 3517px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -8px 0 0; }

.mod-step-name {
  display: block;
  text-indent: -9999px;
  overflow: hidden; }
  .mod-step-name.mod-step-name-1 {
    width: 166px;
    height: 40px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -1144px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-step-name.mod-step-name-2 {
    width: 166px;
    height: 40px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -166px -1104px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-step-name.mod-step-name-3 {
    width: 166px;
    height: 40px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -1230px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-step-name.mod-step-name-4 {
    width: 166px;
    height: 40px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -166px -944px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-step-name.mod-step-name-5 {
    width: 166px;
    height: 40px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -1064px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-step-name.mod-step-name-6 {
    width: 166px;
    height: 40px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -166px -1024px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-step-item.current .mod-step-name.mod-step-name-1 {
    width: 166px;
    height: 40px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -166px -1064px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-step-item.current .mod-step-name.mod-step-name-2 {
    width: 166px;
    height: 40px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -1104px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-step-item.current .mod-step-name.mod-step-name-3 {
    width: 166px;
    height: 40px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -166px -1144px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-step-item.current .mod-step-name.mod-step-name-4 {
    width: 166px;
    height: 40px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -944px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-step-item.current .mod-step-name.mod-step-name-5 {
    width: 166px;
    height: 40px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -240px -984px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-step-item.current .mod-step-name.mod-step-name-6 {
    width: 166px;
    height: 40px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -1024px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  /* 2014.add */
  .mod-step-name.mod-step-name-7{
  width: 166px;
    height: 40px;
    background: url(../images/sprites/add/step-7.png) no-repeat 0 0; }
  .mod-step-item.current .mod-step-name.mod-step-name-7{
  width: 166px;
    height: 40px;
    background: url(../images/sprites/add/step-7-cr.png) no-repeat 0 0; }

/**
 * mod-inlinecontents
 */
.mod-inlinecontents {
  margin: 0 0 30px; }

.mod-inlinecontents-head {
  margin: -2px -2px 0;
  background: url(../images/mod-inlinecontents/bg-y.png) repeat-y; }

.mod-inlinecontents-head-bg {
  padding: 5px 8px 0;
  background: url(../images/mod-inlinecontents/bg.png) no-repeat; }

.mod-inlinecontents-head-bgbtm {
  margin: 0 -8px;
  height: 5px;
  overflow: hidden;
  background: url(../images/mod-inlinecontents/bg-btm.png) no-repeat; }

.mod-inlinecontents-h {
  margin: 0 0 5px;
  padding: 0 0 0 8px;
  border-left: 5px solid #007201;
  color: #005d00;
  -webkit-text-shadow: 1px 1px 0 #FFFFFF;
  text-shadow: 1px 1px 0 #FFFFFF;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px; }

/**
 * mod-btn
 */
.mod-btn {
  position: relative;
  margin: 0 0 30px;
  min-height: 52px; }

.mod-btn-prev {
  position: absolute;
  left: -3px; }
.schedule-delete-btn-p {
  position: absolute;
  left: 120px; }
*:first-child+html .schedule-delete-btn-p {
  position: absolute;
  left: 90px; }
.mod-btn-p .wgt-btn, .mod-btn-p .mod-index-more a, .mod-index-more .mod-btn-p a, .mod-btn-p .mod-index-banner-button a, .mod-index-banner-button .mod-btn-p a {
  margin: 0 auto; }
.mod-btn-p .wgt-btn-right{
	margin: 0 0 0 270px ;
}
.mod-btn-p .btn-disable {
  display: none; }
.mod-btn-p .js .btn-enable {
  display: none; }
.js .mod-btn-p.disabled .btn-disable {
  display: block; }
.js .mod-btn-p.disabled .btn-enable {
  display: none; }

.mod-btn-list {
  text-align: center;
  display: table;
  margin: 0 auto; }

.mod-btn-list-item {
  display: table-cell;
  padding: 0 5px;
  *display: inline;
  *zoom: 1; }

/**
 * mod-btn2
 */
.mod-btn2 {
  position: relative;
  margin: 0 0 10px;
  text-align: center; }

/**
 * mod-alert
 */
.mod-alert {
  margin: 0 0 30px;
  padding: 12px 20px;
  border: 2px solid #ff3300;
  background: #FFFFFF; }

.mod-alert-p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: #ff3300; }

/**
 * mod-message
 */
.mod-message {
  margin: 20px 0;
  padding: 20px 0; }

.mod-message-p {
  margin: 20px 0;
  text-align: center;
  font-size: 18px;
  line-height: 24px; }

/**
 * mod-message2
 */
.mod-message2 {
  margin: 20px 30px;
  padding: 40px 0 20px; }
.mod-message2-2 {
  margin: 20px 30px 0px;
  padding: 40px 0 0px; }

.mod-message2-h {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  background-image:url('/dfc/images/rect1-1.png');/* Androidテキスト折り返し解消 */
  line-height: 24px; }

.mod-message2-p {
  margin: 0 0 20px;
  font-size: 18px;
  background-image:url('/dfc/images/rect1-1.png');/* Androidテキスト折り返し解消 */
  line-height: 24px; }
.mod-message2-2-p {
  margin: 0 0 40px;
  font-size: 18px;
  background-image:url('/dfc/images/rect1-1.png');/* Androidテキスト折り返し解消 */
  line-height: 24px; }
/* 2014.add */
.mod-message2-nomb{
  margin:20px 30px 0;
  padding:40px 0 0;
}

/**
 * mod-message3
 */
.mod-message3 {
  margin: 0 0 20px; }

.mod-message3-p {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px; }

.mod-message3-p2 {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px; }

.mod-message3-p3 {
  background-image:url('/dfc/images/rect1-1.png');/* Androidテキスト折り返し解消 */
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 20px; }

/**
 * mod-message4
 */
.mod-message4 {
  margin: 0 0 20px;
  border: 2px solid #D2D2D2;
  padding: 10px 10px 0; }

.mod-message4-p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 20px; }

/**
 * mod-inputtable
 */
.mod-inputtable {
  margin: 0 0 20px; }

.mod-inputtable-head {
  position: relative;
  margin: 0 0 5px; }

.mod-inputtable-p {
  margin: 0;
  font-size: 14px;
  background-image:url('/dfc/images/rect1-1.png');/* Androidテキスト折り返し解消 */
  line-height: 1.429; }

.mod-inputtable-attention {
  margin: 0 0 3px;
  color: #ff3300;
  font-size: 12px;
  line-height: 1.5; }

.mod-inputtable-help {
  position: absolute;
  top: 0;
  right: 0; }
  .mod-inputtable-help a {
    display: block;
    height: 30px;
    width: 144px;
    height: 30px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -277px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px;
    text-indent: -9999px;
    overflow: hidden; }

.mod-inputtable-body {
  margin: 0 0 28px; }

.mod-inputtable-table {
  margin: 0 0 10px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  background: #D2D2D2; }

.mod-inputtable-table2 .mod-inputtable-th{
  padding:0;
}
.mod-inputtable-table2 .mod-inputtable-th .thInner{
  padding: 16px 14px;
  height:100%;
}
.mod-inputtable-th,
.mod-inputtable-td,
.mod-inputtable-td2 {
  border: 1px solid #FFF;
  font-size: 14px;
  line-height: 1.429;
  vertical-align: middle; }

.mod-inputtable-th {
  padding: 12px 14px;
  background: #F5F4EE;
  font-weight: bold;
  color: #696969; }
  .mod-inputtable-th.type2 {
    width: 274px; }
  .mod-inputtable-th.type3 {
    width: 222px; }
  .mod-inputtable-th.type4 {
    width: 60px;
    padding-right: 8px;
    padding-left: 8px; }
  .mod-inputtable-th.type5 {
    width: 156px;
    padding-right: 8px;
    padding-left: 8px; }
  .mod-inputtable-th.type6 {
    width: 207px;
    padding-right: 8px;
    padding-left: 8px; }
  .mod-inputtable-th.mod-inputtable-state {
    padding-right: 12px;
    padding-left: 12px;
    width: 24px;
    font-weight: normal;
    color: #ff3300;
    text-align: center;
    vertical-align: middle; }
  .mod-inputtable-th.mod-inputtable-address-title {
    text-align: center;
    width: 60px; }
  .mod-inputtable-celltype2 .mod-inputtable-th {
    background-color: #FCFAF5; }
  .mod-inputtable-th .mod-inputtable-th-sub {
    font-weight: normal; }

.mod-inputtable-td, .mod-inputtable-td2 {
  padding: 10px 12px;
  background: #FFF; }
  .mod-inputtable-td.error, .error.mod-inputtable-td2 {
    background: #FFDDDD; }

.mod-inputtable-td2 {
  background-color: #FCFAF5;
  text-align: center; }

.mod-inputtable-ok {
  display: block;
  width: 24px;
  height: 24px;
  width: 25px;
  height: 24px;
  background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 0;
  -webkit-background-size: 441px 3517px;
  background-size: 441px 3517px;
  text-indent: -9999px;
  overflow: hidden; }

.mod-inputtable-btnunit {
  zoom: 1;
  margin: 0 -9px 0 0; }
  .mod-inputtable-btnunit:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-inputtable-btnunit-body {
  float: left;
  width: 253px; }

.mod-inputtable-btnunit-btn {
  float: right;
  width: 108px;
  margin: -7px 0; }

.mod-inputtable-controller {
  margin: 0 0 10px;
  background: #F5F4EE;
  border: 1px solid #D2D2D2;
  box-shadow: 0 0 0 1px #FFF inset; }
/* 2017-09-19追記 */
.mod-inputtable-address {
  margin: 25px 0;
  color: #666;
  font-size: 18px;
}
/* 2017-09-19追記 */
/**
 * mod-serviceindex
 */
.mod-serviceindex {
  margin: 0 0 30px; }

.mod-serviceindex-grp2 {
  zoom: 1;
  margin: 0 0 0 -30px; }
  .mod-serviceindex-grp2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-serviceindex-contents2 {
  float: left;
  width: 428px;
  margin: 0 0 0 30px; }

.mod-serviceindex-head {
  margin: 0 0 20px;
  border-bottom: 2px solid #008400;
  zoom: 1; }
  .mod-serviceindex-head:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-serviceindex-icon {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  float: left; }
  .mod-serviceindex-section.maintenance .mod-serviceindex-icon {
    width: 27px;
    height: 27px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -321px -30px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-serviceindex-section.support .mod-serviceindex-icon {
    width: 27px;
    height: 27px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -125px 0;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-serviceindex-section.introduce .mod-serviceindex-icon {
    width: 27px;
    height: 27px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -157px -62px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-serviceindex-section.campaign .mod-serviceindex-icon {
    width: 27px;
    height: 27px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -152px 0;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-serviceindex-section.messanger .mod-serviceindex-icon {
    width: 27px;
    height: 27px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -179px 0;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-serviceindex-section.schedule .mod-serviceindex-icon {
    width: 27px;
    height: 27px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -294px -30px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }

.mod-serviceindex-h {
  clear: none;
  padding: 5px 0 0 35px;
  color: #175807;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px; }

.mod-serviceindex-body {
  zoom: 1; }
  .mod-serviceindex-body:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }
  .mod-serviceindex-contents .mod-serviceindex-body {
    margin-left: -30px; }

.mod-serviceindex-figureunit, .mod-serviceindex-figureunit2 {
  zoom: 1; }
  .mod-serviceindex-figureunit:after, .mod-serviceindex-figureunit2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }
  .mod-serviceindex-contents .mod-serviceindex-figureunit, .mod-serviceindex-contents .mod-serviceindex-figureunit2 {
    float: left;
    margin-left: 30px;
    width: 428px; }

.mod-serviceindex-text {
  position: relative;
  top: -10px;
  float: right;
  margin: 10px 0 0;
  width: 318px; }
  .mod-serviceindex-figureunit2 .mod-serviceindex-text {
    width: 260px; }

.mod-serviceindex-title {
  position: relative;
  margin: 0 0 3px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px; }
  .mod-serviceindex-title .mod-serviceindex-arrow {
    position: absolute;
    left: -8px;
    top: 4px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 7px;
    height: 9px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -9px -30px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-serviceindex-title a {
    color: #22740d; }

.mod-serviceindex-desc {
  margin: 0 0 3px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px; }

.mod-serviceindex-p {
  font-size: 12px;
  line-height: 18px; }

.mod-serviceindex-figure {
  position: relative;
  top: -30px;
  float: left;
  width: 86px;
  margin: 30px 0 0;
  padding: 2px;
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #FFFFFF; }
  .mod-serviceindex-figureunit2 .mod-serviceindex-figure {
    width: 146px; }

/**
 * mod-localnav
 */
.mod-localnav {
  margin: -2px -2px 28px;
  position: relative;
  width: 234px; }

.mod-localnav-bgbtm {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 234px;
  height: 7px;
  overflow: hidden;
  background: url(../images/mod-localnav/bg-btm.png) no-repeat 0 0; }

.mod-localnav-inner {
  padding: 6px 0 0;
  background: url(../images/mod-localnav/bg-top.png) no-repeat 0 0; }

.mod-localnav-inner2 {
  padding: 0 2px;
  background: url(../images/mod-localnav/bg-y.png) repeat-y; }

.mod-localnav-head {
  border-bottom: 1px solid #B4B4B4;
  padding: 0 1px 1px; }

.mod-localnav-h {
  padding: 5px 10px 6px;
  background: #F5F5F5;
  color: #175807;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px; }

.mod-localnav-body {
  overflow: hidden; }

.mod-localnav-items {
  margin: -1px 0 0; }

.mod-localnav-item {
  position: relative;
  border-top: 1px solid #E5E5E5;
  font-size: 14px;
  line-height: 18px;
  background: #FFFFFF; }
  .mod-localnav-item a {
    display: block;
    border: 1px solid #FFFFFF;
    padding: 10px 32px 8px; }
  .mod-localnav-item.current a {
    background: url(../images/mod-localnav/bg-stripe.png) repeat; }

.mod-localnav-arrow {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 14px;
  left: 20px;
  width: 7px;
  height: 9px;
  background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -9px -30px;
  -webkit-background-size: 441px 3517px;
  background-size: 441px 3517px; }
  .mod-localnav-item.current .mod-localnav-arrow {
    top: 15px;
    left: 10px;
    width: 4px;
    height: 7px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -5px -30px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }

/**
 * mod-index
 */
.mod-index {
  position: relative;
  margin: 0 0 0 0px;
  zoom: 1; }
  .mod-index:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-index-column {
  float: left;
  width: 428px;
  margin: 0 0 0 30px; }

.mod-index-column-left {
  float: left;
  width: 428px;
  margin: 0 0 0 0px; }

.mod-index-head {
  margin: -2px -2px 0;
  padding: 3px 0 0;
  background: url(../images/mod-index/bg-top.png) no-repeat 0 0;
  zoom: 1; }

.mod-index-head-inner {
  padding: 0 0 5px;
  background: url(../images/mod-index/bg-btm.png) no-repeat 0 100%;
  zoom: 1; }

.mod-index-head-inner2 {
  padding: 0 2px;
  background: url(../images/mod-index/bg-y.png) repeat-y;
  zoom: 1; }

.mod-index-head-inner3 {
  background: #ebebeb url(../images/mod-index/bg-x.png) repeat-x;
  padding: 5px;
  zoom: 1; }

.mod-index-h {
  padding: 0 0 0 8px;
  border-left: 5px solid #008400;
  color: #005d00;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-shadow: 1px 1px 0 #FFFFFF;
  text-shadow: 1px 1px 0 #FFFFFF; }

.mod-index-h2 {
  margin: 0 0 12px;
  padding: 0 5px 6px;
  border-bottom: 2px solid #2C7D18; }

.mod-index-h2-h {
  padding: 0 0 0 8px;
  border-left: 5px solid #008400;
  color: #175807;
  font-size: 14px;
  line-height: 18px; }

.mod-index-body {
  padding: 28px 30px 0;
  border: solid #2C7D18;
  border-width: 0 1px 1px; }

.mod-index-section {
  margin: 0 0 30px; }

.mod-index-dl {
  margin: 0 0 20px; }

.mod-index-dt {
  margin: 0 0 15px;
  color: #2C7D18;
  font-size: 14px;
  line-height: 18px; }

.mod-index-dd {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 10px;
  color: #696969;
  font-size: 14px;
  line-height: 18px; }
  .mod-index-dd .mod-index-dd-icon {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    content: '';
    width: 5px;
    height: 7px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -30px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px;
    text-indent: -9999px;
    overflow: hidden; }
  .mod-index-dd a {
    color: #696969; }

.mod-index-more {
  margin: 0 0 20px;
  zoom: 1; }
  .mod-index-more:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }
  .mod-index-more a {
    float: right; }
    .mod-index-more a.faq {
      width: 137px;
      height: 30px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -309px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    .mod-index-more a.faq2 {
      width: 169px;
      height: 30px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -181px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }

.mod-index-banner {
  zoom: 1; }
  .mod-index-banner:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-index-banner-main {
  float: left;
  padding: 11px 6px 6px;
  background: #FBFAF3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.mod-index-banner-text {
  margin: 0 0 4px;
  text-align: center; }

.mod-index-banner-button a.consultation {
  width: 237px;
  height: 34px;
  background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -203px -612px;
  -webkit-background-size: 441px 3517px;
  background-size: 441px 3517px; }
.mod-index-banner-button a.inquiry {
  width: 237px;
  height: 34px;
  background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -818px;
  -webkit-background-size: 441px 3517px;
  background-size: 441px 3517px; }

.mod-index-banner-figure {
  float: right;
  width: 104px;
  margin: 0;
  padding: 2px;
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #FFFFFF; }

/**
 * mod-checklist
 */
.mod-checklist, .mod-list {
  margin: 0 0 20px;
  padding: 12px 14px;
  border: 2px solid #D2D2D2; }

.mod-checklist-items {
  zoom: 1; }
  .mod-checklist-items:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-checklist-item {
  float: left;
  width: 50%;
  font-size: 12px;
  line-height: 18px; }

/**
 * mod-list
 */
.mod-list-items {
  margin: 0; }

/**
 * mod-faq
 */
.mod-faq {
  margin: 0 0 15px;
  padding: 0 0 6px;
  background: url(../images/mod-faq/bg-bottom.png) no-repeat 0 100%; }
  .mod-faq.closed {
    background-image: url(../images/mod-faq/bg-bottom2.png); }
  .mod-faq.mod-faq-type2 {
    background-image: url(../images/mod-faq/bg-bottom3.png); }
    .mod-faq.mod-faq-type2.closed {
      background-image: url(../images/mod-faq/bg-bottom4.png); }

.mod-faq-head {
  position: relative;
  padding: 6px 0 0;
  background: #f5f4ee url(../images/mod-faq/bg-top.png) no-repeat;
  cursor: pointer; }
  .mod-faq-type2 .mod-faq-head {
    background-image: url(../images/mod-faq/bg-top2.png); }

.mod-faq-head-inner {
  border: solid #CCC;
  border-width: 0 1px;
  zoom: 1; }

.mod-faq-togglerbtn {
  position: absolute;
  top: 12px;
  right: 10px;
  content: '';
  width: 25px;
  height: 26px;
  background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -100px 0;
  -webkit-background-size: 441px 3517px;
  background-size: 441px 3517px; }
  .mod-faq.closed .mod-faq-togglerbtn {
    width: 25px;
    height: 26px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -75px 0;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }

.mod-faq-head-inner2 {
  padding: 8px 35px 8px 39px;
  border: solid #FFF;
  border-width: 0 1px;
  zoom: 1; }
  .mod-faq.opened .mod-faq-head-inner2 {
    padding-bottom: 14px; }

.mod-faq-q {
  display: block;
  position: absolute;
  top: 16px;
  left: 10px;
  width: 15px;
  height: 18px;
  background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -15px -62px;
  -webkit-background-size: 441px 3517px;
  background-size: 441px 3517px;
  text-indent: -9999px;
  overflow: hidden; }

.mod-faq-h {
  color: #696969;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.375; }

.mod-faq-body {
  position: relative;
  display: block;
  padding: 30px 30px 0 40px;
  border: solid #CCC;
  border-width: 0 1px;
  zoom: 1; }
  .mod-faq-body:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }
  .mod-faq.closed .mod-faq-body {
    display: none; }
  .mod-faq.opened .mod-faq-body {
    display: block; }

.mod-faq-a {
  display: block;
  position: relative;
  top: 18px;
  left: -28px;
  margin: -18px 0 0;
  width: 15px;
  height: 18px;
  background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -62px;
  -webkit-background-size: 441px 3517px;
  background-size: 441px 3517px;
  text-indent: -9999px;
  overflow: hidden; }

.mod-faq-figure {
  display: table;
  text-align: center;
  margin: 0 auto 25px; }

.mod-faq-figure-image {
  display: table;
  margin: 0 auto 5px;
  padding: 1px;
  background: #FFF;}

.mod-faq-figure-caption {
  font-size: 12px;
  line-height: 18px; }

.mod-faq-question {
  width: 556px;
  margin: 0 auto 25px;
  padding: 4px;
  background: url(../images/mod-faq/bg-question-wrap.png) no-repeat 0 0; }

.mod-faq-question-h {
  margin: 0 0 1px;
  vertical-align: middle; }

.mod-faq-question-buttons {
  position: relative;
  margin: 0 0 0 0px;
  zoom: 1; }
  .mod-faq-question-buttons:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-faq-question-button {
  float: left;
  display: inline;
  /*width: 178px;*/
  margin: 0; }
  .mod-faq-question-button a {
    display: block;
    text-indent: -9999px;
    overflow: hidden; }
    .mod-faq-question-button a.resolve {
      width: 186px;
      height: 36px;
      background: url('/dfc/common/images/sprites/add/questionnaire.png') no-repeat 0 0px;
      -webkit-background-size: 556px 36px;
      background-size: 556px 36px; }
    .mod-faq-question-button a.helpful {
      width: 184px;
      height: 36px;
      background: url('/dfc/common/images/sprites/add/questionnaire.png') no-repeat -186px 0px;
      -webkit-background-size: 556px 36px;
      background-size: 556px 36px; }
    .mod-faq-question-button a.notresolve {
      width: 186px;
      height: 36px;
      background: url('/dfc/common/images/sprites/add/questionnaire.png') no-repeat -370px 0px;
      -webkit-background-size: 556px 36px;
      background-size: 556px 36px; }
    .mod-faq-question-button a.posted.resolve {
      width: 178px;
      height: 34px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -178px -714px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px;
      cursor: default;
      opacity: 1 !important; }
    .mod-faq-question-button a.posted.helpful {
      width: 178px;
      height: 34px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -189px -578px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px;
      cursor: default;
      opacity: 1 !important; }
    .mod-faq-question-button a.posted.notresolve {
      width: 178px;
      height: 34px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -680px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px;
      cursor: default;
      opacity: 1 !important; }
    .mod-faq-question-button a.selected.resolve {
      width: 178px;
      height: 34px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -714px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px;
      cursor: default;
      opacity: 1 !important; }
    .mod-faq-question-button a.selected.helpful {
      width: 178px;
      height: 34px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -178px -748px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px;
      cursor: default;
      opacity: 1 !important; }
    .mod-faq-question-button a.selected.notresolve {
      width: 178px;
      height: 34px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -510px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px;
      cursor: default;
      opacity: 1 !important; }

.mod-faq-question-message {
  text-align: center; }

/**
 * mod-faqnavi
 */
.mod-faqnavi {
  margin: 0 0 20px; }

.mod-faqnavi-nav {
  position: relative;
  margin: -16px -2px 0 -20px;
  zoom: 1; }
  .mod-faqnavi-nav:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-faqnavi-item {
  float: left;
  display: inline;
  width: 209px;
  margin: 16px 0 0 18px; }
  .mod-faqnavi-item a {
    display: block;
    text-indent: -9999px;
    overflow: hidden; }
    .mod-faqnavi-item a.profile {
      width: 209px;
      height: 54px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -3133px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    .mod-faqnavi-item a.care {
      width: 209px;
      height: 54px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -3241px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    .mod-faqnavi-item a.salon {
      width: 209px;
      height: 54px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -209px -3187px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    .mod-faqnavi-item a.event {
      width: 209px;
      height: 54px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -209px -3295px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    .mod-faqnavi-item a.question {
      width: 209px;
      height: 54px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -209px -3133px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    .mod-faqnavi-item a.messenger {
      width: 209px;
      height: 54px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -3295px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    .mod-faqnavi-item a.schedule {
      width: 209px;
      height: 54px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -3187px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    .mod-faqnavi-item a.others {
      width: 209px;
      height: 54px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -209px -3241px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }

/**
 * mod-faqlist
 */
.mod-faqlist {
  margin: 0 0 40px; }

.mod-faqlist-list {
  margin: 0 20px; }

.mod-faqlist-item {
  position: relative;
  padding: 10px 0 9px 10px;
  border-bottom: 1px dotted #CAE9C6;
  font-size: 14px;
  line-height: 18px; }
  .mod-faqlist-item .mod-faqlist-icon {
    position: absolute;
    top: 15px;
    left: 0;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 5px;
    height: 7px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -30px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }

/**
 * mod-supportnavi
 */
.mod-supportnavi {
  margin: 0 0 18px;
  padding: 3px;
  background: white url(../images/mod-supportnavi/bg.png) no-repeat 0 0; }

.mod-supportnavi-nav {
  zoom: 1; }
  .mod-supportnavi-nav:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-supportnavi-navitem {
  float: left;
  display: inline;
  margin: 0 0 0 3px; }
  .mod-supportnavi-navitem:first-child {
    margin-left: 0; }
  .mod-supportnavi-navitem a {
    display: block;
    width: 132px;
    height: 55px;
    text-indent: -9999px;
    overflow: hidden; }
    .mod-supportnavi-navitem a.check {
      width: 133px;
      height: 55px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -283px -1276px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px;
      width: 133px; }
    .mod-supportnavi-navitem a.guarantee {
      width: 132px;
      height: 55px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -254px -1953px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    .mod-supportnavi-navitem a.custom {
      width: 132px;
      height: 55px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -254px -2063px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    .mod-supportnavi-navitem a.consul {
      width: 132px;
      height: 55px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -254px -2228px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    .mod-supportnavi-navitem a.reform {
      width: 132px;
      height: 55px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -254px -2393px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    .mod-supportnavi-navitem a.sale_rent {
      width: 132px;
      height: 55px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -254px -2118px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    .mod-supportnavi-navitem a.about_dfc {
      width: 133px;
      height: 55px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -254px -1843px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px;
      width: 133px; }
  .mod-supportnavi-navitem.current a.check {
    width: 133px;
    height: 55px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -254px -1788px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-supportnavi-navitem.current a.guarantee {
    width: 132px;
    height: 55px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -254px -1898px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-supportnavi-navitem.current a.custom {
    width: 132px;
    height: 55px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -254px -2173px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-supportnavi-navitem.current a.consul {
    width: 132px;
    height: 55px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -254px -2338px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-supportnavi-navitem.current a.reform {
    width: 132px;
    height: 55px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -254px -2283px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-supportnavi-navitem.current a.sale_rent {
    width: 132px;
    height: 55px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -254px -2008px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-supportnavi-navitem.current a.about_dfc {
    width: 133px;
    height: 55px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -1276px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-supportnavi-navitem.current a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

/**
 * mod-support
 */
.mod-support {
  position: relative;
  margin: 0 0 20px;
  zoom: 1; }

.mod-support-section, .mod-support-section2 {
  position: relative;
  margin: -9px -30px 0;
  padding: 0 0 9px 60px;
  background: url("../images/mod-support/bg.png") no-repeat 50% 100%;
  zoom: 1; }
  .mod-support-section:after, .mod-support-section2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }
  .mod-support-section.first, .first.mod-support-section2 {
    margin-top: 0; }
  .mod-support-section.bg-none, .bg-none.mod-support-section2 {
    background: none; }

.mod-support-section2 {
  padding-left: 0;
  padding-right: 60px; }

.mod-support-main {
  position: relative;
  z-index: 1;
  top: 10px;
  float: left;
  width: 505px;
  margin: -10px 0 0;
  padding: 45px 0 0; }
  .mod-support-section.first .mod-support-main, .first.mod-support-section2 .mod-support-main {
    padding-top: 8px; }
  .mod-support-section2 .mod-support-main {
    float: right; }
  .mod-support-main.type02 {
    width: 390px; }
  .mod-support-main.type03 {
    width: 418px; }

.mod-support-h {
  margin: 0 0 8px;
  font-weight: normal;
  font-size: 26px;
  line-height: 30px; }

.mod-support-lead {
  margin: 0 0 12px;
  color: #515151;
  font-size: 18px;
  line-height: 22px; }

.mod-support-p, .mod-support-notes {
  margin: 0 0 20px;
  color: #696969;
  font-size: 14px;
  line-height: 18px; }

.mod-support-figure {
  float: right; }
  .mod-support-figure img {
    vertical-align: bottom; }
  .mod-support-section2 .mod-support-figure {
    float: left; }

.mod-support-foot {
  padding: 20px 0 0; }

/**
 * mod-caution
 */
.mod-caution {
  margin: 0 0 20px;
  padding: 12px 12px 2px;
  border: 2px solid #FF3300;
  background: #FFF; }

.mod-caution-p {
  margin: 0 0 10px;
  color: #FF3300;
  font-size: 14px;
  line-height: 18px;
  text-align: center; }

/**
 * mod-campaign
 */
.mod-campaign {
  margin: 0 0 15px;
  padding: 6px 0 0;
  background: url(../images/mod-campaign/bg-top.png) no-repeat 0 0;
  zoom: 1; }
  .mod-campaign:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-campaign-inner {
  padding: 0 0 8px;
  background: url(../images/mod-campaign/bg-btm.png) no-repeat 0 100%; }

.mod-campaign-inner2 {
  zoom: 1;
  padding: 0 2px;
  background: url(../images/mod-campaign/bg-y.png) repeat-y 0 0; }
  .mod-campaign-inner2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-campaign-inner3 {
  position: relative;
  top: -2px;
  padding: 2px 5px 5px; }

.mod-campaign-btm {
  margin: -8px 0 0;
  height: 0px;
  overflow: hidden; }

/**
 * mod-topindex
 */
.mod-topindex {
  margin: 0 0 20px; }

.mod-topindex-message {
  margin: 40px 0 55px;
  color: #27731B;
  font-size: 22px;
  line-height: 26px;
  text-align: center; }

.mod-topindex-grp, .mod-topindex-grp2 {
  zoom: 1;
  margin: 0 0 10px -30px; }
  .mod-topindex-grp:after, .mod-topindex-grp2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-topindex-section {
  zoom: 1; }
  .mod-topindex-section:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-topindex-figureunit {
  zoom: 1; }
  .mod-topindex-figureunit:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }
  .mod-topindex-grp .mod-topindex-figureunit, .mod-topindex-grp2 .mod-topindex-figureunit {
    float: left;
    margin-left: 30px;
    width: 428px; }
  .mod-topindex-grp2 .mod-topindex-figureunit {
    float: left;
    margin-left: 30px;
    width: 275px; }

.mod-topindex-text {
  position: relative;
  top: -10px;
  float: right;
  margin: 10px 0 0;
  width: 318px; }
  .mod-topindex-grp2 .mod-topindex-text {
    width: 165px; }

.mod-topindex-title {
  position: relative;
  margin: 0 0 3px;
  font-weight: bold;
  color: #696969;
  font-size: 14px;
  line-height: 20px; }
  .mod-topindex-title .mod-topindex-arrow {
    position: absolute;
    left: -8px;
    top: 4px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 5px;
    height: 7px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -30px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-topindex-title a {
    color: #696969; }

.mod-topindex-p {
  font-size: 12px;
  line-height: 18px;
 }
  .text_green{
  color: #266e15;
  font-weight: bold;
 }

.mod-topindex-figure {
  position: relative;
  top: -30px;
  float: left;
  width: 86px;
  margin: 30px 0 0;
  padding: 2px;
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #FFFFFF; }

.mod-topindex-registration {
  position: relative;
  width: 254px;
  margin: 0 auto;
  padding-top: 35px; }
  .mod-topindex-registration a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 254px;
    height: 52px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -2608px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-topindex-registration .mod-topindex-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    margin: 0 0 0 -9px;
    text-indent: -9999px;
    overflow: hidden;
    width: 21px;
    height: 18px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -161px -30px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }

/**
 * mod-topindex2
 */
.mod-topindex2 {
  margin: 0; }

.mod-topindex2-message {
  margin: 40px 0 55px;
  color: #27731B;
  font-size: 22px;
  line-height: 26px;
  text-align: center; }

.mod-topindex2-grp {
  zoom: 1;
  margin: 0 0 10px -20px; }
  .mod-topindex2-grp:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-topindex2-section {
  zoom: 1; }
  .mod-topindex2-section:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-topindex2-figureunit, .mod-topindex2-figureunit2 {
  zoom: 1; }
  .mod-topindex2-figureunit:after, .mod-topindex2-figureunit2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }
  .mod-topindex2-grp .mod-topindex2-figureunit, .mod-topindex2-grp .mod-topindex2-figureunit2 {
    float: left;
    margin-left: 20px;
    width: 294px; }

.mod-topindex2-text {
  position: relative;
  top: -10px;
  float: right;
  margin: 10px 0 0;
  width: 162px; }
  .mod-topindex2-figureunit2 .mod-topindex2-text {
    width: 225px; }

.mod-topindex2-title {
  position: relative;
  margin: 0 0 3px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px; }
  .mod-topindex2-title .mod-topindex2-arrow {
    position: absolute;
    left: -8px;
    top: 4px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 7px;
    height: 9px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -9px -30px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-topindex2-title a {
    color: #696969; }
  .mod-topindex2-figureunit2 .mod-topindex2-title {
    margin: 0 0 8px;
    font-weight: normal;
    color: #21730D; }

.mod-topindex2-item {
  position: relative;
  margin: 0 0 3px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px; }
  .mod-topindex2-item .mod-topindex2-arrow {
    position: absolute;
    left: -8px;
    top: 4px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 5px;
    height: 7px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -30px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-topindex2-item a {
    color: #696969; }

.mod-topindex2-p {
  color: #696969;
  font-size: 14px;
  line-height: 20px; }

.mod-topindex2-figure {
  position: relative;
  top: -20px;
  float: left;
  width: 114px;
  margin: 20px 0 0;
  padding: 2px;
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #FFFFFF; }
  .mod-topindex2-figureunit2 .mod-topindex2-figure {
    width: 46px; }

.mod-topindex2-text {
  position: relative;
  top: -10px;
  float: right;
  margin: 10px 0 0;
  width: 162px; }

.mod-topindex2-title {
  position: relative;
  margin: 0 0 3px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px; }
  .mod-topindex2-title .mod-topindex2-arrow {
    position: absolute;
    left: -8px;
    top: 4px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 7px;
    height: 9px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -9px -30px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-topindex2-title a {
    color: #21730D; }

.mod-topindex2-listitem {
  position: relative;
  margin: 0 0 4px;
  color: #696969;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;}
  .mod-topindex2-listitem .mod-topindex2-arrow {
    position: absolute;
    left: -8px;
    top: 4px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 5px;
    height: 7px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -30px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-topindex2-listitem a {
    color: #696969; }
/* 2014.add */
.mod-topindex2-title-small{
  font-size:10px;
  margin:0 0 0 10px;
  display:block;
}

/**
 * mod-login
 */
.mod-login {
  position: relative;
  margin: 0 0 15px;
  padding: 6px 0 0;
  background: url(../images/mod-login/bg-top.png) no-repeat 0 0;
  zoom: 1; }
  .mod-login:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-login-inner {
  padding: 0 0 8px;
  background: url(../images/mod-login/bg-btm.png) no-repeat 0 100%; }

.mod-login-inner2 {
  zoom: 1;
  padding: 0 2px;
  background: url(../images/mod-login/bg-y.png) repeat-y 0 0; }
  .mod-login-inner2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-login-inner3 {
  position: relative;
  top: -2px;
  padding: 2px 5px 5px; }

.mod-login-btm {
  margin: -8px 0 0;
  height: 0px;
  overflow: hidden; }

.mod-login-image {
  margin: 0; }

.mod-login-inputarea {
  position: absolute;
  top: 15px;
  right: 18px;
  width: 316px;
  /*min-height: 327px;  D2015.08.24 C-01*/
  min-height: 432px;  /*I2015.08.24 C-01*/
  padding: 24px 24px 0;
  background: url(../images/mod-login/bg.png) no-repeat 0 0;
  zoom: 1; }
  .mod-login-inputarea:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-login-section {
  margin: 0 0 20px; }

.mod-login-h {
  margin: 0 0 7px;
  padding: 0 0 0 7px;
  border-left: 4px solid #636363;
  font-size: 15px;
  line-height: 18px; }
  .mod-login-h img {
    vertical-align: top; }

.mod-login-id, .mod-login-password {
  margin: 0 0 5px;
  zoom: 1;
  font-size: 14px;
  line-height: 30px; }
  .mod-login-id:after, .mod-login-password:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-login-text {
  float: left;
  display: block;
  width: 70px;
  margin: 0 5px 0 0;
  padding: 0 0 0 12px; }


/*I2015.09.29 C-01 START*/
.mod-login-text02 {
	margin:0 0 5px;
	font-size:12px;
}
/*I2015.09.29 C-01 END */


.mod-login-input {
  display: block;
  float: left;
  margin: 0;
  width: 210px; }

.mod-login-input2 {
  display: block;
  margin: 0;
  width: 210px; }

/*I2015.08.24 C-01 START*/
.mod-login-input3 {
  display: block;
  margin: 0;
  width: 290px; }
/*I2015.08.24 C-01 END*/

.mod-login-omitinput {
  margin: 0 0 10px 12px;
  font-size: 12px;
  line-height: 18px; }

.mod-login-button {
  margin: 0 0 5px 12px; }
  .mod-login-button a, .mod-login-button input {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .mod-login-button a.login, .mod-login-button input.login {
      width: 291px;
      height: 35px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -1331px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }

    /* I2015.09.29 C-01 START */
    .mod-login-button a.check, .mod-login-button input.check {
      width: 291px;
      height: 35px;
      background: url('/dfc/common/images/mod-login/btn_check.png') no-repeat left top; }
    /* I2015.09.29 C-01 END */

    .mod-login-button a.registration, .mod-login-button input.registration {
      width: 291px;
      height: 35px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -150px -852px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }

.mod-login-link {
  margin: 0 0 21px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  zoom: 1; }
  .mod-login-link a {
    color: #4FB541;
    padding: 0 0 0 15px;
    background: url(../images/mod-login/arrow2.png) no-repeat 0 5px; }

/**
 * mod-login2
 */
.mod-login2 {
  position: relative;
  margin: 0 -2px 15px;
  padding: 7px 0 0;
  width: 890px;
  background: url(../images/mod-login2/bg-top.png) no-repeat 0 0;
  zoom: 1; }
  .mod-login2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-login2-inner {
  padding: 0 0 7px;
  background: url(../images/mod-login2/bg-btm.png) no-repeat 0 100%; }

.mod-login2-inner2 {
  zoom: 1;
  background: url(../images/mod-login2/bg-y.png) repeat-y 0 0; }
  .mod-login2-inner2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-login2-member, .mod-login2-registration {
  float: left;
  display: inline;
  width: 384px;
  padding: 19px 24px 17px; }

.mod-login2-registration {
  float: right; }

.mod-login2-h {
  margin: 0 0 12px;
  padding: 0 0 0 11px;
  background: url(../images/mod-login2/bg.png) no-repeat 0 0; }
  .mod-login2-h img {
    vertical-align: top; }

.mod-login2-inputarea {
  /*margin: 50px 0 50px; }D2015.09.29 C-01*/
  margin: 15px 0; }     /*I2015.09.29 C-01*/

.mod-login2-id, .mod-login2-password {
  margin: 0 0 15px;
  zoom: 1;
  font-size: 14px;
  line-height: 30px; }
  .mod-login2-id:after, .mod-login2-password:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-login2-text {
  float: left;
  display: block;
  width: 175px;
  margin: 0 10px 0 0;
  padding: 0 0 0 9px;
  white-space: nowrap; }

/* I2015.09.29 C-01 START */
.mod-login2-text02 {
	margin:0 0 5px;
	font-size:12px;
}
/* I2015.09.29 C-01 END */

.mod-login2-input {
  display: block;
  float: left;
  margin: 0;
  width: 165px; }

/* I2015.09.29 C-01 START*/
.mod-login2-input2 {
  display: block;
  float: left;
  margin: 0;
  width: 355px; }
/* I2015.09.29 C-01 END */

.mod-login2-button {
  margin: 0 auto 8px;
  width: 348px; }
  .mod-login2-button a, .mod-login2-button input {
    display: block;
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden; }
    .mod-login2-button a.login, .mod-login2-button input.login {
      width: 348px;
      height: 52px;
      margin-bottom:30px;/*I2015.09.29 C-01*/
      cursor: pointer;/*I2015.09.29 C-01*/
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -1580px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    /* I2015.09.29 C-01 START */
    .mod-login2-button a.check, .mod-login2-button input.check {
      width: 348px;
      height: 52px;
      cursor: pointer;
      background: url('/dfc/common/images/mod-login2/btn_check.png') no-repeat left top;
     }
    /* I2015.09.29 C-01 END */
    .mod-login2-button a.registration, .mod-login2-button input.registration {
      width: 348px;
      height: 52px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -1632px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }

.mod-login2-link {
  margin: 0 0 3px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  zoom: 1; }
  .mod-login2-link a {
    color: #4FB541;
    padding: 0 0 0 15px;
    background: url(../images/mod-login/arrow2.png) no-repeat 0 5px; }

.mod-login2-p {
  margin: 0 0 5px 9px;
  font-size: 14px;
  line-height: 18px; }

.mod-login2-service {
  position: relative;
  width: 382px;
  height: 122px;
  margin: 5px -9px 13px;
  padding: 10px;
  background: url(../images/mod-login2/bg2.png) no-repeat 0 0; }

.mod-login2-service-list {
  position: relative;
  margin: -10px 0 0;
  zoom: 1; }
  .mod-login2-service-list:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-login2-service-listitem {
  float: left;
  display: inline;
  width: 184px;
  margin: 10px 0 0;
  zoom: 1; }
  .mod-login2-service-listitem:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }
  .mod-login2-service-listitem a {
    display: block; }

.mod-login2-service-figure {
  float: left;
  display: inline;
  margin-right: 8px; }
  .mod-login2-service-figure img {
    border: 1px solid #DDDDDD; }

.mod-login2-service-text {
  float: left;
  display: inline;
  margin-top: 5px; }

/**
 * mod-keyvisual
 */
.mod-keyvisual {
  margin: 0 0 15px;
  padding: 6px 0 0;
  background: url(../images/mod-keyvisual/bg-top.png) no-repeat 0 0;
  zoom: 1; }
  .mod-keyvisual:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-keyvisual-inner {
  padding: 0 0 8px;
  background: url(../images/mod-keyvisual/bg-btm.png) no-repeat 0 100%; }

.mod-keyvisual-inner2 {
  zoom: 1;
  padding: 0 2px;
  background: url(../images/mod-keyvisual/bg-y.png) repeat-y 0 0; }
  .mod-keyvisual-inner2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-keyvisual-inner3 {
  position: relative;
  padding: 4px 10px 12px 10px; }

.mod-keyvisual-btm {
  margin: -8px 0 0;
  height: 0px;
  overflow: hidden; }

/**
 * mod-staff
 */
.mod-staff {
  margin: 0 0 15px;
  padding: 6px 0 0; }

.mod-staff-message {
  width: 228px;
  margin: 0 15px;
  padding: 4px 0 0;
  background: #ade494 url(../images/mod-staff/bg-top.png) no-repeat 0 0;
  color: #175707;
  font-size: 14px;
  line-height: 20px; }

.mod-staff-message-inner {
  padding: 2px 6px 13px;
  background: #ade494 url(../images/mod-staff/bg-btm.png) no-repeat 0 100%; }

.mod-staff-contents {
  margin: 0 15px 19px;
  zoom: 1; }
  .mod-staff-contents:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-staff-main {
  float: right;
  width: 113px; }

.mod-staff-office {
  margin: 0 0 6px;
  padding: 0 0 7px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 14px;
  line-height: 20px; }

.mod-staff-post {
  color: #696969;
  font-size: 14px;
  line-height: 20px; }

.mod-staff-name {
  font-size: 14px;
  line-height: 20px; }

.mod-staff-figure-wrapper {
  float: left;
  width: 104px;
  height: 104px; }

.mod-staff-figure {
  width: 104px;
  height: 104px;
  padding: 3px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  layout-grid-line: 104px;
  background: url(../images/mod-staff/bg.png) no-repeat 0 0; }

.mod-staff-figure img {
  max-width: 104px;
  max-height: 104px; }

/**
 * mod-ad2
 */
.mod-ad2 {
  position: relative;
  margin: 0 -4px 15px; }

.mod-ad2-section {
  margin: 20px 0 0; }

.mod-ad2-h {
  line-height:17px;
  font-size:15px;
  margin: 0 4px 10px;
  padding: 0 0 0 10px;
  background: url(../images/mod-ad2/bg.png) no-repeat 0 0; }

.mod-ad2-h img {
  zoom: 1;
  display: inline;
  vertical-align: top; }

.mod-ad2-banner {
  width: 268px;
  padding: 5px 0 0;
  background: #fbfaf3 url(../images/mod-ad2/bg-top.png) no-repeat 0 0;
  text-align: center; }

.mod-ad2-banner-inner {
  padding: 5px 0 5px;
  background: url(../images/mod-ad2/bg-btm.png) no-repeat 0 100%; }

.mod-ad2-banner-text {
  margin: 0 0 3px; }

.mod-ad2-banner-button {
  margin: 0 auto;
  width: 252px; }
  .mod-ad2-banner-button a {
    display: block;
    text-indent: -9999px;
    overflow: hidden; }
    .mod-ad2-banner-button a.consultation {
      width: 252px;
      height: 34px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -178px -510px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    .mod-ad2-banner-button a.inquiry {
      width: 252px;
      height: 34px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -189px -544px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }

/**
 * mod-ad3
 */
.mod-ad3 {
  position: relative;
  margin: 0 0 20px;
  background: white url(../images/mod-ad3/bg-y.png) repeat-y; }

.mod-ad3-inner {
  padding: 3px 0 0;
  background: url(../images/mod-ad3/bg-top.png) no-repeat; }

.mod-ad3-inner2 {
  position: relative;
  zoom: 1;
  padding: 5px 14px 4px 19px;
  background: url(../images/mod-ad3/bg-btm.png) no-repeat 0 100%;
  zoom: 1; }
  .mod-ad3-inner2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-ad3-h {
  margin: 0 0 20px;
  padding: 0 0 0 10px;
  font-size: 100%;
  background: url(../images/mod-ad3/bg.png) no-repeat 0 0; }
  .mod-ad3-h img {
    vertical-align: top; }

.mod-ad3-consultation, .mod-ad3-inquiry {
  float: left;
  display: inline;
  width: 444px; }

.mod-ad3-inquiry {
  float: right; }

.mod-ad3-text {
  margin: 0 0 10px 4px;
  text-align:center; }

.mod-ad3-button {
  position: relative;
  top: -8px;
  width: 258px;
  margin: -34px 0 0 auto; }
  .mod-ad3-button a {
    display: block;
    text-indent: -9999px;
    overflow: hidden; }
    .mod-ad3-button a.consultation {
      width: 258px;
      height: 34px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -178px -680px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    .mod-ad3-button a.inquiry {
      width: 258px;
      height: 34px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -178px -476px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
.mod-ad2-button {
  position: relative;
  top: 0px;
  width: 258px;
  margin: -34px 0 0 auto; }
  .mod-ad2-button a {
    display: block;
    text-indent: -9999px;
    overflow: hidden; }
    .mod-ad2-button a.consultation {
      width: 258px;
      height: 34px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -178px -680px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    .mod-ad2-button a.inquiry {
      width: 258px;
      height: 34px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -178px -476px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
/**
 * mod-news
 */
.mod-news {
  position: relative;
  margin: 0 0 20px;
  padding: 4px 0 0;
  background: url(../images/mod-news/bg-top.png) no-repeat 0 0; }

.mod-news-inner {
  padding: 0 0 8px;
  background: url(../images/mod-news/bg-btm.png) no-repeat 0 100%; }

.mod-news-inner2 {
  zoom: 1;
  padding: 0 2px;
  background: url(../images/mod-news/bg-y.png) repeat-y 0 0; }
  .mod-news-inner2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-news-inner3 {
  position: relative;
  top: -2px; }

.mod-news-btm {
  margin: -8px 0 0;
  height: 0px;
  overflow: hidden; }

.mod-news-heading {
  position: relative;
  padding-left: 37px;
  background-color: #287B1C; }

.mod-news-heading-h {
  padding-right: 240px; }
  .mod-news-heading-h .mod-news-joinyears {
    font-size: 12px; }
  .mod-news-heading-h .mod-news-heading-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 33px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -160px -375px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }

.mod-news-schedule {
  position: absolute;
  top: 2px;
  right: 10px;
  width: 225px; }
  .mod-news-schedule a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 225px;
    height: 30px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -183px -245px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }

.mod-news-body {
  padding: 0 10px 10px; }

.mod-news-section {
  margin: 20px 0 0; }

.mod-news-section2 {
  margin: 20px 0 0;
  padding: 4px 0 0;
  background: #fbfaf3 url(../images/mod-news/bg-top2.png) no-repeat 0 0; }

.mod-news-section2-inner {
  padding: 10px 0 14px;
  background: url(../images/mod-news/bg-btm2.png) no-repeat 0 100%; }

.mod-news-list {
  margin: 0 10px; }

.mod-news-listitem {
  position: relative;
  margin: 10px 0 0;
  padding: 0 0 0 100px;
  color: #696969;
  font-size: 14px;
  line-height: 18px; }
  .mod-news-listitem:first-child {
    margin-top: 0; }
  .mod-news-listitem a {
    color: #696969; }
  .mod-news-listitem .mod-news-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 86px;
    height: 16px;
    overflow: hidden; }
    .mod-news-listitem .mod-news-icon img {
      vertical-align: top; }

/**
 * mod-bannerlist
 */
.mod-bannerlist {
  position: relative;
  width: 886px;
  margin: 0 auto 20px;
  padding: 14px 19px;
  background: url(../images/mod-bannerlist/bg.png) no-repeat 0 0;
  zoom: 1; }

.mod-bannerlist-frame {
  position: relative;
  height: 50px;
  margin: 0 -5px;
  overflow: hidden;
  zoom: 1; }
  .mod-bannerlist-frame:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-bannerlist-list {
  position: relative;
  width: 896px;
  zoom: 1; }
  .mod-bannerlist-list:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-bannerlist-listitem {
  position: relative;
  float: left;
  display: inline;
  width: 200px;
  margin: 0 12px 0 12px; }
  .mod-bannerlist-listitem a img {
  }

.mod-bannerlist-prev {
  position: absolute;
  top: 50%;
  left: -15px;
  margin: -15px 0 0; }
  .mod-bannerlist-prev a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 30px;
    height: 29px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -378px -30px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }

.mod-bannerlist-next {
  position: absolute;
  top: 50%;
  right: -15px;
  margin: -15px 0 0; }
  .mod-bannerlist-next a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 30px;
    height: 29px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -348px -30px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }

/**
 * mod-zipcode
 */
.mod-zipcode-list {
  padding: 0 0 0 100px;
  height:36px;
  zoom: 1; }
  .mod-zipcode-list:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }
  .mod-zipcode-list dt, .mod-zipcode-list dd {
    font-size: 16px;
    line-height: 18px; }
  .mod-zipcode-list dt {
    clear: both;
    float: left;
    display: inline;
    width: 100px;
    margin: 0 0 20px -100px;
     }
  .mod-zipcode-list dd {
    float: left;
    display: inline;
    margin: 0 0 20px 20px;
    white-space:nowrap; }

.mod-zipcode-list2 {
  position: relative;
  margin: 0 0 0 -20px;
  zoom: 1; }
  .mod-zipcode-list2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }
  .mod-zipcode-list2 dd {
    float: left;
    display: inline;
    width: 210px;
    margin: 0 0 15px 20px;
    font-size: 14px;
    line-height: 18px; }
  .mod-zipcode-list2 .mod-zipcode-heading {
    margin-left: 20px; }

.mod-zipcode-list3 dd {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 18px; }

.mod-zipcode-heading {
  margin: 0 0 30px;
  border-bottom: 2px solid #008400; }

.mod-zipcode-heading-inner {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #FFFFFF;
  background: #ebebeb url(../images/mod-heading2/bg.png) repeat-x; }

.mod-zipcode-h {
  display: block;
  padding: 0 0 0 8px;
  border-left: 5px solid #008400;
  color: #005d00;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  -webkit-text-shadow: 1px 1px 0 #FFFFFF;
  text-shadow: 1px 1px 0 #FFFFFF; }

.mod-zipcode-link {
  position: relative;
  margin: 30px 0 20px;
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 18px; }
  .mod-zipcode-link .mod-zipcode-linkicon {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    margin: -8px 0 0;
    width: 14px;
    height: 16px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -133px -30px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }

/**
 * mod-kiyaku
 */
.mod-kiyaku {
  margin: 0 0 0 1px;
  padding: 10px 0 10px 10px;
  width: 874px;
  border: 1px solid #696969;
  border-top: none;
  background: #FFF; }
  .mod-kiyaku .mod-kiyaku-inner {
    padding-right: 10px;
/*    height: 370px;*/
    height: 180px;
    overflow: auto; }
  .mod-kiyaku h2 {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 24px; }
  .mod-kiyaku h3 {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 20px; }
  .mod-kiyaku p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 20px; }
  .mod-kiyaku ol {
    margin: 0 0 20px; }
    .mod-kiyaku ol ol {
      margin-top: 15px; }
  .mod-kiyaku li {
    text-indent: -2em;
    padding-left: 2em;
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 20px; }
  .mod-kiyaku .mod-kiyaku-section {
    margin: 0 0 40px; }
  .mod-kiyaku .mod-kiyaku-note {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    text-align: center; }

/**
 * mod-sitemap
 */
.mod-sitemap-section {
  padding: 20px 10px 10px;
  border-top: 1px solid #CCC;
  zoom: 1; }
  .mod-sitemap-section.first {
    padding-top: 0;
    border: none; }

.mod-sitemap-list {
  position: relative;
  margin: 0 0 0 -20px;
  zoom: 1; }
  .mod-sitemap-list:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }
  .mod-sitemap-list .mod-sitemap-list2 {
    margin: 10px 0 -10px -30px; }

.mod-sitemap-listitem {
  position: relative;
  margin: 0 0 10px 20px;
  padding: 0 0 0 10px;
  font-size: 14px;
  line-height: 20px; }
  .mod-sitemap-listitem.type2 {
    float: left;
    *display: inline;
    width: 191px; }
  .mod-sitemap-listitem .mod-sitemap-icon {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 7px;
    height: 9px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -9px -30px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }

.mod-sitemap-list2 {
  position: relative;
  margin: 0 0 0 -20px;
  zoom: 1; }
  .mod-sitemap-list2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-sitemap-list2item {
  clear: both;
  position: relative;
  margin: 10px 0 10px 20px;
  padding: 0 0 0 10px;
  font-size: 12px;
  line-height: 18px; }
  .mod-sitemap-list2item.type2 {
    clear: none;
    float: left;
    *display: inline;
    width: 191px;
    margin-top: 0;
    *margin-bottom: 0; }
  .mod-sitemap-list2item .mod-sitemap-icon {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 5px;
    height: 7px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -30px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-sitemap-list2item a {
    color: #696969; }

/**
 * mod-supportintro
 */
.mod-supportintro {
  position: relative;
  margin: 0 -2px;
  width: 954px;
  height: 216px;
  background: url(../images/mod-supportintro/bg.png) no-repeat; }

.mod-supportintro-h {
  padding: 25px 0 15px 50px; }

.mod-supportintro-lead {
  padding: 0 0 20px 50px; }

.mod-supportintro-p {
  padding: 0 0 20px 50px;
  font-size: 12px;
  line-height: 18px; }

.mod-supportintro-figure {
  position: absolute;
  bottom: 4px;
  right: 42px; }

/**
 * mod-news2
 */
.mod-news2 {
  min-height: 400px; }

.mod-news2-date {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 18px;
  text-align: right; }

/**
 * mod-news2
 */
.mod-news2 {
  min-height: 400px; }

.mod-news2-date {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 18px;
  text-align: right; }

/**
 * mod-schedule
 */
.mod-schedule {
  margin: 0 0 20px; }

.mod-schedule-item {
  position: relative;
  width: 906px;
  margin: 0 0 20px;
  padding: 0;
  background: url(../images/mod-schedule/bg-y.png) repeat-y;
  zoom: 1; }
  .mod-schedule-item:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-schedule-item-inner {
  padding: 8px 0 0;
  background: url(../images/mod-schedule/bg-top3.png) no-repeat; }

.mod-schedule-item-inner2 {
  padding: 0 0 8px 103px;
  background: url(../images/mod-schedule/bg-btm3.png) no-repeat 0 100%;
  zoom: 1; }
  .mod-schedule-item-inner2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-schedule-item-date {
  float: left;
  display: inline;
  position: relative;
  width: 100px;
  margin: 0 0 0 -100px;
  padding: 9px 0;
  text-align: center; }

.mod-schedule-item-dateitem {
  margin: 11px 0 0;
  padding: 21px 0 0;
  background: url(../images/mod-schedule/bg-arrow.png) no-repeat 50% 0;
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.167; }
  .mod-schedule-item.category-blue .mod-schedule-item-dateitem {
    background-image: url(../images/mod-schedule/bg-arrow-blue.png); }
  .mod-schedule-item.category-orange .mod-schedule-item-dateitem {
    background-image: url(../images/mod-schedule/bg-arrow-orange.png); }
  .mod-schedule-item.category-purple .mod-schedule-item-dateitem {
    background-image: url(../images/mod-schedule/bg-arrow-purple.png); }
  .mod-schedule-item.category-red .mod-schedule-item-dateitem {
    background-image: url(../images/mod-schedule/bg-arrow-red.png); }

  .mod-schedule-item-delete.category-blue .mod-schedule-item-dateitem {
    background-image: url(../images/mod-schedule/bg-arrow-blue.png); }
  .mod-schedule-item-delete.category-orange .mod-schedule-item-dateitem {
    background-image: url(../images/mod-schedule/bg-arrow-orange.png); }
  .mod-schedule-item-delete.category-purple .mod-schedule-item-dateitem {
    background-image: url(../images/mod-schedule/bg-arrow-purple.png); }
  .mod-schedule-item-delete.category-red .mod-schedule-item-dateitem {
    background-image: url(../images/mod-schedule/bg-arrow-red.png); }

  .mod-schedule-item-dateitem .year {
    display: block;
    font-size: 14px; }
  .mod-schedule-item-dateitem:first-child {
    padding-top: 0;
    margin-top: 0;
    background: none !important; }

.mod-schedule-item-category {
  float: left;
  width: 100px;
  padding: 9px 0;
  text-align: center; }

.mod-schedule-item-main {
  float: left;
  display: inline;
  width: 545px;
  padding: 20px 130px 11px 25px;
  background: url(../images/mod-schedule/bg-arrow2.png) no-repeat 0 25px; }

.mod-schedule-item-h {
  margin: 0 0 5px;
  color: #117B01;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px; }

.mod-schedule-item-h2 {
  margin: 0 0 10px;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px; }

.mod-schedule-item-p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 18px; }

.mod-schedule-item-links {
  margin: 25px 0 15px; }

.mod-schedule-item-list {
  position: relative;
  margin: -10px 0 0 -20px;
  zoom: 1; }
  .mod-schedule-item-list:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-schedule-item-listitem {
  position: relative;
  float: left;
  display: inline;
  margin: 10px 0 0 20px;
  padding: 0 0 0 10px;
  font-size: 12px;
  line-height: 18px; }
  .mod-schedule-item-listitem a {
    /*color: #696969*/; }
  .mod-schedule-item-listitem .icon {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 5px;
    height: 7px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -30px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px;
    text-indent: -9999px;
    overflow: hidden; }

.mod-schedule-item-tools {
  position: absolute;
  right: 3px;
  bottom: 3px;
  padding: 0 0 0 5px;
  background: url(../images/mod-schedule/bg-left.png) no-repeat; }

.mod-schedule-item-toollist {
  padding: 0 5px 0 0;
  background: #373737 url(../images/mod-schedule/bg-right.png) no-repeat 100% 0;
  zoom: 1; }
  .mod-schedule-item-toollist:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-schedule-item-toollist-item {
  float: left;
  display: inline; }
  .mod-schedule-item-toollist-item a {
    position: relative;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 50; }
    .mod-schedule-item-toollist-item a.edit {
      width: 56px;
      height: 26px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -238px -30px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    .mod-schedule-item-toollist-item a.delete {
      width: 56px;
      height: 26px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -182px -30px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }

.mod-schedule-item-rate {
  position: absolute;
  top: 22px;
  right: 12px;
  width: 100px;
  height: 50px;
  background: url(../images/mod-schedule/bg-rate.png) no-repeat;
  overflow: hidden; }
  .mod-schedule-item-rate .mod-schedule-item-rate-h {
    text-indent: -9999px;
    overflow: hidden; }
  .mod-schedule-item-rate .mod-schedule-item-rate-count .num {
    position: absolute;
    right: 24px;
    bottom: 1px;
    color: #FFF;
    text-align: right;
    font-size: 18px;
    line-height: 24px; }
  .mod-schedule-item-rate .mod-schedule-item-rate-count .text {
    display: block;
    text-indent: -9999px; }

.mod-schedule-inputarea {
  width: 906px;
  margin: 0 0 10px;
  padding: 10px 0 0;
  background: whitesmoke url(../images/mod-schedule/bg-top.png) no-repeat;
  zoom: 1; }
  .mod-schedule-inputarea:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-schedule-inputarea-inner {
  padding: 0 10px 4px;
  background: url(../images/mod-schedule/bg-btm.png) no-repeat 0 100%; }

.mod-schedule-text {
  margin: 0 0 10px; }
  .mod-schedule-text input[type="text"] {
    margin: 0;
    padding: 10px 13px 9px;
    border-color: #CECECE;
    box-shadow: 0 0 rgba(0, 0, 0, 0) inset;
    width: 857px;
    font-size: 12px;
    line-height: 18px; }

.mod-schedule-textarea {
  margin: 0 0 10px;
  margin-bottom: 6px; }
  .mod-schedule-textarea textarea {
    margin: 0;
    padding: 10px 13px 9px;
    border-color: #CECECE;
    box-shadow: 0 0 rgba(0, 0, 0, 0) inset;
    width: 857px;
    font-size: 12px;
    line-height: 18px; }

.mod-schedule-datesetting {
  width: 450px;
  margin: 30px auto 28px;
  padding: 5px 0 0;
  background: whitesmoke url(../images/mod-schedule/bg-top2.png) no-repeat;
  zoom: 1; }
  .mod-schedule-datesetting:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-schedule-datesetting-inner {
  position: relative;
  padding: 0 10px 5px 107px;
  background: url(../images/mod-schedule/bg-btm2.png) no-repeat 0 100%; }

.mod-schedule-datesetting-h {
  position: absolute;
  top: 50%;
  left: 16px;
  margin: -10px 0 0;
  height: 16px;
  overflow: hidden;
  font-size: 10px;
  line-height: 1; }
  .mod-schedule-datesetting-h img {
    vertical-align: top; }

.mod-schedule-datesetting-input {
  padding: 3px 5px 2px;
  border-color: #CECECE;
  box-shadow: 0 0 rgba(0, 0, 0, 0) inset;
  width: 70px;
  font-size: 12px;
  line-height: 18px; }
  .mod-schedule-datesetting-input.disabled {
    background-color: #F8F8F8;
    border-color: #E9E9E9; }

.mod-schedule-datesetting-endash {
  color: #C3C3C3;
  margin: 0 5px; }

.mod-schedule-datesetting-label {
  display: inline-block;
  margin: 0 0 0 3px;
  font-size: 12px;
  line-height: 18px; }

.mod-schedule-buttons {
  zoom: 1;
  margin: 0 0 0 -14px; }
  .mod-schedule-buttons:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-schedule-buttonlist {
  position: relative;
  left: 50%;
  float: left; }

.mod-schedule-button {
  position: relative;
  left: -50%;
  float: left;
  display: inline;
  margin: 0 0 0 14px; }
  .mod-schedule-button a, .mod-schedule-button input {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    cursor: pointer; }
    .mod-schedule-button a.linkback, .mod-schedule-button input.linkback {
      width: 156px;
      height: 56px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -254px -2448px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    .mod-schedule-button a.addschedule, .mod-schedule-button input.addschedule {
      width: 256px;
      height: 56px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -3461px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }

.mod-schedule-evaluation {
  margin: 0 0 20px;
  width: 637px; }

.mod-schedule-evaluation-head {
  position: relative;
  padding: 3px 0 5px 4px;
  background: url(../images/mod-schedule/bg.png) no-repeat;
  zoom: 1;
  z-index: 20; }
  .mod-schedule-evaluation-head:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-schedule-evaluation-h {
  float: left;
  display: inline;
  margin-right: 2px; }

.mod-schedule-evaluation-items {
  float: left;
  display: inline;
  margin: 0;
  zoom: 1; }
  .mod-schedule-evaluation-items:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-schedule-evaluation-item {
  float: left;
  display: inline; }
  .mod-schedule-evaluation-item a {
    display: block;
    text-indent: -9999px;
    overflow: hidden; }
    .mod-schedule-evaluation-item a.excellent {
      width: 150px;
      height: 46px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -291px -1331px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    .mod-schedule-evaluation-item a.unsure {
      width: 150px;
      height: 46px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -898px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    .mod-schedule-evaluation-item a.didnot {
      width: 150px;
      height: 46px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -133px -1276px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    .mod-schedule-evaluation-item a.current, .mod-schedule-evaluation-item a:hover {
      opacity: 1; }
      .mod-schedule-evaluation-item a.current.excellent, .mod-schedule-evaluation-item a:hover.excellent {
        width: 150px;
        height: 46px;
        background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -166px -1230px;
        -webkit-background-size: 441px 3517px;
        background-size: 441px 3517px; }
      .mod-schedule-evaluation-item a.current.unsure, .mod-schedule-evaluation-item a:hover.unsure {
        width: 150px;
        height: 46px;
        background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -1184px;
        -webkit-background-size: 441px 3517px;
        background-size: 441px 3517px; }
      .mod-schedule-evaluation-item a.current.didnot, .mod-schedule-evaluation-item a:hover.didnot {
        width: 150px;
        height: 46px;
        background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -852px;
        -webkit-background-size: 441px 3517px;
        background-size: 441px 3517px; }

.mod-schedule-evaluation-button {
  float: left;
  display: inline;
  margin: 7px 0 0 12px; }
  .mod-schedule-evaluation-button a {
    display: block;
    text-indent: -9999px;
    overflow: hidden; }
    .mod-schedule-evaluation-button a.edit {
      width: 160px;
      height: 32px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -408px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    .mod-schedule-evaluation-button a.edit2 {
      width: 160px;
      height: 32px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -234px -375px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }

.mod-schedule-evaluation-body {
  /*display: none;*/
  position: relative;
  margin: -4px 0 0;
  background: url(../images/mod-schedule/bg-y2.png) repeat-y; }
  .mod-schedule-evaluation.opened .mod-schedule-evaluation-body {
    display: block; }

.mod-schedule-evaluation-body-inner {
  padding: 19px 17px 17px;
  background: url(../images/mod-schedule/bg-btm4.png) no-repeat 0 100%; }

.mod-schedule-evaluation-comment {
  margin: 0 0 12px;
  padding: 0 0 5px;
  border-bottom: 1px dotted #CECECE;
  zoom: 1; }
  .mod-schedule-evaluation-comment:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-schedule-evaluation-textarea {
  margin: 0 0 10px;
  padding: 10px 13px 9px;
  border-color: #CECECE;
  box-shadow: 0 0 rgba(0, 0, 0, 0) inset;
  width: 576px;
  font-size: 12px;
  line-height: 18px; }

.mod-schedule-evaluation-comment-button {
  margin: 0 0 10px; }
  .mod-schedule-evaluation-comment-button a {
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    overflow: hidden; }
    .mod-schedule-evaluation-comment-button a.exitedit {
      width: 160px;
      height: 32px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -375px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }

.mod-schedule-evaluation-comment-p {
  margin-bottom: 10px; }

.mod-schedule-evaluation-h2 {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 18px; }

.mod-schedule-evaluation-list {
  position: relative;
  margin: -10px 0 0 -20px;
  zoom: 1; }
  .mod-schedule-evaluation-list:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-schedule-evaluation-listitem {
  position: relative;
  /*float: left;
  display: inline;*/
  margin: 10px 0 0 20px;
  padding: 0 0 0 10px;
  font-size: 12px;
  line-height: 18px; }
  .mod-schedule-evaluation-listitem .icon {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 7px;
    height: 9px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -9px -30px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px;
    text-indent: -9999px;
    overflow: hidden; }
/* 2014.add */
.mod-schedule-item-delete-main {
  float: left;
  display: inline;
  width: 470px;
  padding: 20px 50px 11px 25px;}

.mod-schedule-item-delete-category{
  margin:0 0 10px;
}
.mod-schedule-item-delete-category .iconLi li{
  float:left;
  margin:0 10px 8px 0;
}
.mod-schedule-item-delete {
  position: relative;
  width: 673px;
  margin: 0 0 20px;
  padding: 0;
  background: url(../images/mod-schedule/add/bg-y3.png) repeat-y;
  zoom: 1; }
  .mod-schedule-item-delete:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-schedule-item-delete-inner {
  padding: 8px 0 0;
  background: url(../images/mod-schedule/add/bg-top4.png) no-repeat; }

.mod-schedule-item-delete-inner2 {
  padding: 0 0 8px 103px;
  background: url(../images/mod-schedule/add/bg-btm5.png) no-repeat 0 100%;
  zoom: 1; }
  .mod-schedule-item-delete-inner2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-schedule-evaluation-delete-head {
  position: relative;
  padding: 3px 0 5px 4px;
  background: url(../images/mod-schedule/add/bg2.png) no-repeat;
  zoom: 1;
  z-index: 20; }
  .mod-schedule-evaluation-delete-head:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-schedule-evaluation-delete-body {
  position: relative;
  margin: -4px 0 0;
  background: url(../images/mod-schedule/add/bg-y4.png) repeat-y; }
  .mod-schedule-evaluation.opened .mod-schedule-evaluation-delete-body {
    display: block; }

.mod-schedule-evaluation-delete-body-inner {
  padding: 19px 17px 17px;
  background: url(../images/mod-schedule/add/bg-btm6.png) no-repeat 0 100%; }

.mod-schedule-delete-btn{
  width:440px;
  height: 54px;
  margin:0 0 0 200px;
}

/**
 * mod-schedulelist
 */
.mod-schedulelist {
  padding: 5px 0 0; }

.mod-schedulelist-section {
  zoom: 1;
  margin: 0 -8px 35px -2px;
  width: 916px; }
  .mod-schedulelist-section:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-schedulelist-h {
  float: left;
  width: 110px; }

.mod-schedulelist-items {
  position: relative;
  left: -6px;
  float: right;
  width: 806px;
  padding: 4px 0 0;
  zoom: 1; }
  .mod-schedulelist-items:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-schedulelist-item {
  position: relative;
  float: left;
  width: 155px;
  margin: 0 0 0 6px;
  background: url(../images/mod-schedulelist/bg.png) no-repeat; }
  .mod-schedulelist-item.checked {
    background-position: -155px 0; }
  .mod-schedulelist-item a {
    display: block;
    height: 94px;
    text-decoration: none;
    color: black; }
  .mod-schedulelist-item .mod-schedulelist-name {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    padding: 12px; }
  .mod-schedulelist-item .mod-schedulelist-result {
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
    text-align: center;
    font-style: 10px;
    line-height: 20px; }
    .mod-schedulelist-item .mod-schedulelist-result .num {
      font-weight: bold;
      font-size: /*18px*/180%;
      line-height: 20px; }

.mod-schedulelist-checkbox {
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  overflow: hidden; }

.mod-schedulelist-tooltip,
.mod-schedulelist-tooltip02 {
  position: absolute;
  top: -5px;
  left: 131px;
  display: block;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/mod-schedulelist/tooltip.png) no-repeat; }

/**
 * mod-messenger
 */
/* Add 2017/11/29 */
input.mod-messenger-file-delete {
	width:  44px !important;
	height: 23px;
	color:  black !important;
}
.mod-messenger-head {
  background: url(../images/mod-messenger/bg-2.png) no-repeat 100% 100%; }
  .mod-messenger-head.type2 {
    background: url(../images/mod-messenger/bg-3.png) no-repeat 100% 100%; }

.mod-messenger-tab {
  zoom: 1;
  background: url(../images/mod-messenger/bg-1.png) no-repeat 392px 100%; }
  .mod-messenger-tab:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-messenger-tabitem {
  float: left;
  margin: 0 5px 0 0; }
  .mod-messenger-tabitem.tab1 {
    width: 392px;
    background: url(../images/mod-messenger/bg-tab-1.png) no-repeat; }
  .mod-messenger-tabitem.tab2 {
    width: 397px;
    background: url(../images/mod-messenger/bg-tab-2.png) no-repeat; }
  .mod-messenger-tabitem.tab3 {
    width: 392px;
    background: url(../images/mod-messenger/bg-tab-3.png) no-repeat; }
  .mod-messenger-tabitem.tab1.current {
    background: url(../images/mod-messenger/bg-tab-3.png) no-repeat; }
  .mod-messenger-tabitem.tab2.current {
    background: url(../images/mod-messenger/bg-tab-4.png) no-repeat; }
  .mod-messenger-tabitem a {
    display: block;
    padding: 10px;
    height: 45px; }
  .mod-messenger-tabitem.tab1 a {
    background: url(../images/mod-messenger/tab-1-ov.png) no-repeat 10px 10px; }
  .mod-messenger-tabitem.tab2 a {
    background: url(../images/mod-messenger/tab-2-ov.png) no-repeat 10px 10px; }
  .mod-messenger-tabitem.tab3 a {
    background: url(../images/mod-messenger/tab-2-ov.png) no-repeat 10px 10px; }
  .mod-messenger-tabitem.tab1 a:hover img {
    visibility: hidden; }
  .mod-messenger-tabitem.tab2 a:hover img {
    visibility: hidden; }
  .mod-messenger-tabitem.tab3 a:hover img {
    visibility: hidden; }
  .mod-messenger-tabitem.tab1.current a {
    background: url(../images/mod-messenger/tab-1-cr.png) no-repeat 10px 10px; }
  .mod-messenger-tabitem.tab2.current a {
    background: url(../images/mod-messenger/tab-2-cr.png) no-repeat 10px 10px; }
  .mod-messenger-tabitem.tab3.current a {
    background: url(../images/mod-messenger/tab-3-cr.png) no-repeat 10px 10px; }
  .mod-messenger-tabitem.tab1.current a img {
    visibility: hidden; }
  .mod-messenger-tabitem.tab2.current a img {
    visibility: hidden; }
  .mod-messenger-tabitem.tab3.current a img {
    visibility: hidden; }

.mod-messenger-body {
  background: url(../images/mod-messenger/bg-btm.png) no-repeat 0 100%;
  padding: 0 0 10px; }

.mod-messenger-body-inner {
  zoom: 1;
  background: url(../images/mod-messenger/bg-y.png) repeat-y; }
  .mod-messenger-body-inner:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-messenger-main {
  float: left;
  margin: 0 0 0 25px;
  padding: 18px 0 0;
  width: 640px; }

.mod-messenger-inputs {
  margin: 0 -3px 20px;
  padding: 12px 13px;
  width: 620px;
/*  height: 116px;*/
  background-image: url(../images/mod-messenger/bg-inputs-top.png), url(../images/mod-messenger/bg-inputs-bottom.png), url(../images/mod-messenger/bg-inputs-body.png);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top left, bottom left, top left;
  background-color: #444444;
}
.mod-messenger-inputs-disabled {
  margin: 0 -3px 20px;
  padding: 12px 13px;
  width: 620px;
  height: 116px;
  background: url(../images/mod-messenger/bg-inputs-disabled.png) no-repeat;
  color: #FFF;
  text-align: center; }

.mod-messenger-inputmsg {
  margin: 0 0 9px; }
  .mod-messenger-inputmsg input {
    width: 592px;
    height: 32px;
    margin: 0;
    padding: 5px 14px 3px;
    border: none;
    font-size: 12px;
    line-height: 18px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.mod-messenger-inputsunit {
  zoom: 1; }
  .mod-messenger-inputsunit:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-messenger-inputfileunit {
  float: left;
  width: 309px;
  height: 114px;
  background: url(../images/mod-messenger/bg-11-2.png) no-repeat #444444; }

.mod-messenger-inputfilep {
  padding: 8px 0 7px 11px; }

.mod-messenger-inputfile {
  padding: 0 0 0 11px;
  color: #fff; }
  .mod-messenger-inputfile input {
    vertical-align: top;
    width: 230px;	/* 275 ⇒ 230 */
    font-size: 12px;
    line-height: 12px; }

.mod-messenger-textarea {
  width: 592px;
  margin: 0;
  padding: 11px 14px;
  font-size: 12px;
  line-height: 18px;
  border: medium none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  resize: none;}

.mod-messenger-send {
  position: relative;
  float: right;
  width: 309px;
  margin-top: 28px;}
  .mod-messenger-send a {
    display: block;
    background: url(../images/mod-messenger/btn-send-ov.png) no-repeat; }
  .mod-messenger-send a:hover img {
    visibility: hidden; }

.mod-messenger-msg {
  margin: 0 0 30px; }
  .mod-messenger-msg.type1 {
    background: url(../images/mod-messenger/bg-msg-1.png) no-repeat; }
  .mod-messenger-msg.type2 {
    background: url(../images/mod-messenger/bg-msg-2.png) no-repeat; }

.mod-messenger-msgmain {
  zoom: 1;
  margin: 0 0 20px;
  padding: 20px 20px 0; }
  .mod-messenger-msgmain:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-messenger-msgicon-wrapper {
  float: left;
  width: 40px;
  height: 40px;
}
.mod-messenger-msgicon {
  width: 36px;
  height: 36px;
  padding: 1px;
  border: 1px solid #E5E5E5;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  layout-grid-line: 36px;
  background: #fff;
}

.mod-messenger-msgicon img {
  max-width: 36px;
  max-height: 36px;
}

.mod-messenger-msgbody {
  float: right;
  width: 555px; }

.mod-messenger-msghead {
  zoom: 1;
  margin: 0 0 8px; }
  .mod-messenger-msghead:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-messenger-msgname {
  float: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px; }
  .mod-messenger-msgname .mark {
    vertical-align: top;
    position: relative;
    top: -1px; }

.mod-messenger-msgdate {
  float: right;
  font-size: 12px;
  line-height: 18px;
  color: #999; }

.mod-messenger-msgp {
  font-size: 14px;
  line-height: 18px;
  word-wrap: break-word;
  width: 100%; }

.mod-messenger-msgimage img, .mod-messenger-teikeibunimage img {
  margin: 0 0 10px;
  border: 1px solid #E5E5E5;
  background: #fff;
  padding: 1px; }
.mod-messenger-msgimage p, .mod-messenger-teikeibunimage p  .mod-messenger-msgpdf p,{
  font-size: 12px;
  line-height: 18px; }

.mod-messenger-controller {
  zoom: 1;
  width: 124px;
  margin: 0 0 0 auto; }
  .mod-messenger-controller:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-messenger-editbtn {
  float: left; }

.mod-messenger-deletebtn {
  float: right; }

.mod-messenger-more {
  display: block; }

.mod-messenger-sub {
  float: right;
  width: 252px; }

.mod-messenger-subtitle {
  position: relative;
  z-index: 1;
  padding: 8px 0 0;
  text-align: center; }

.mod-messenger-subitems {
  position: relative;
  margin: 0 20px;
  overflow: hidden; }

.mod-messenger-subitem {
  position: relative;
  top: -17px;
  padding: 31px 0 0;
  background: url(../images/mod-messenger/line.png) no-repeat 0 0; }

.mod-messenger-subfigureunit {
  zoom: 1;
  margin: 0 0 8px; }
  .mod-messenger-subfigureunit:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-messenger-subfigure-wrapper {
  float: left;
  width: 73px;
  height: 73px; }
.mod-messenger-subfigure {
  display: table-cell;
  width: 73px;
  height: 73px;
  border: 1px solid #E5E5E5;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  layout-grid-line: 73px;
  background: #FFF; }

.mod-messenger-subfigure img {
  max-width: 73px;
  max-height: 73px; }

.mod-messenger-subtext {
  float: right;
  width: 120px; }

.mod-messenger-subp {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 16px; }

.mod-messenger-subp2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px; }

.mod-messenger-subitembody {
  margin: 0 0 27px; }

.mod-messenger-subp3 {
  color: #696969;
  font-size: 12px;
  line-height: 16px; }

/**
 * mod-messengerdelete
 */
.mod-messengerdelete {
  margin: 0 0 30px; }

.mod-messengerdelete-alert {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 18px; }

.mod-messengerdelete-view {
  margin: 0 0 30px; }

.mod-messengerdelete-msg {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 18px;
  word-wrap: break-word; }

.mod-messengerdelete-image {
  margin: 0 0 10px; }
  .mod-messengerdelete-image img {
    border: 1px solid #E5E5E5;
    background: #fff;
    padding: 1px; }

.mod-messengerdelete-control .mod-btn-prev {
    width: 300px;
}

/**
 * mod-messengeredit
 */
.mod-messengeredit {
  margin: 0 0 30px; }

.mod-messengeredit-alert {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 18px; }

.mod-messengeredit-view {
  margin: 0 0 30px; }

.mod-messengeredit-msg {
  margin: 0 0 10px;
  width: 878px;
  height: 54px;
  border: 1px solid #E5E5E5;
  padding: 5px;
  font-size: 14px;
  line-height: 18px;
  -webkit-appearance: none;
  resize: none; }

.mod-messengeredit-image {
  margin: 0 0 10px; }
  .mod-messengeredit-image img {
    border: 1px solid #E5E5E5;
    background: #fff;
    padding: 1px; }

.mod-messengeredit-deleteimage {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 20px; }

.mod-messengeredit-inputfile input {
  vertical-align: top;
  font-size: 12px;
  line-height: 12px; }

/*!
 * header
 * 通常のページ用にcommon.cssに吐き出しつつ、
 * 既存サイト流用ページ用にこれ単体のheader.cssも吐き出す。
 */
/**
 * mod-header
 */
.mod-header {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 950px; }

  .mod-header img {
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: bottom; }

.mod-header-logo {
  padding: 26px 32px; }

.mod-header-login, .mod-header-registration {
  position: absolute;
  top: 11px;
  right: 0; }
  .mod-header-login a, .mod-header-registration a {
    display: block;
    width: 93px;
    height: 30px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -226px -342px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px;
    text-indent: -9999px;
    overflow: hidden; }

.mod-header-logout {
  position: absolute;
  top: 11px;
  right: 0; }
  .mod-header-logout a {
    display: block;
    width: 102px;
    height: 30px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -339px -309px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px;
    text-indent: -9999px;
    overflow: hidden; }

.mod-header-name {
  position: absolute;
  top: 17px;
  right: 110px;
  width: 490px;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  color: #000000; }

.mod-header-arrow {
  color: #ff7800;
  position:relative;/* 2014.add */ }

.mod-header-registration {
  top: 11px;
  right: 99px; }
  .mod-header-registration a {
    width: 156px;
    height: 30px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -213px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }

.mod-header-links {
  position: absolute;
  top: 58px;
  right: 0;
  overflow: hidden; }

.mod-header-link {
  position: relative;
  left: 7px;
  float: left;
  border-right: 1px solid #666666;
  padding: 0 5px 0 5px;
  font-size: 12px;
  line-height: 18px; }
  .mod-header-link a {
    color: #000000;
    text-decoration: none; }
    .mod-header-link a:hover {
      text-decoration: underline; }

/* 2014.add */
.mod-header-arrow a{
	width:18px;
	height:18px;
	color: #ff7800;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.mod-header-arrow a:hover{
	background:url(../images/bg-header-arrow.png) no-repeat 0 0;
	width:18px;
	height:18px;
}
.mod-header-arrow-none{
	display:none;
}
#hikiwatashiYears{
	display:none;
	position:absolute;
	top:35px;
	right:110px;
	z-index:200;
}
.mod-header-arrow-menu{
	border:1px solid #b7b7b7;
	width:150px;
}
.mod-header-arrow-menu li{
	border-top:1px solid #b7b7b7;
	text-align:center;
}
.mod-header-arrow-menu li:first-child{
	border-top:none;
}
.mod-header-arrow-menu li a{
	background:#efefef;
	padding:3px 0 2px;
	font-size:12px;
	color:#000;
	text-decoration:none;
	display:block;
}
.mod-header-arrow-menu li a:hover{
	background:#cee3a3;
	text-decoration:none;
	display:block;
}

/*!
 * footer
 * 通常のページ用にcommon.cssに吐き出しつつ、
 * 既存サイト流用ページ用にこれ単体のfooter.cssも吐き出す。
 */
.base-footer {
  position: relative; }

/**
 * mod-footer
 */
.mod-footer {
  zoom: 1;
  width: 950px;
  margin: 0 auto; }
  .mod-footer img {
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: bottom; }
  .mod-footer:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-footer-dhglogo {
  float: left;
  padding: 17px 0 0 17px; }

.mod-footer-navgrp {
  float: left;
  margin: 0 0 0 0px;
  position: relative;
  overflow: hidden;
  width: 450px;
  height: 96px; }
.base-footer.out{
	margin-bottom: 10px;
}
.base-body .base-footer.out{
	margin-bottom:0;
}
.base-footer.out .mod-footer-navgrp {
  height: 91px; }

.mod-footer-navs, .mod-footer-navs2 {
  position: absolute;
  top: 52px;
  margin: 0px;
  zoom: 1; }
  .mod-footer-navs:after, .mod-footer-navs2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-footer-nav, .mod-footer-nav2 {
  float: left;
  border-left: 1px solid #000000;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  font-size: 11px;
  line-height: 13px; }
  .mod-footer-nav a, .mod-footer-nav2 a {
    color: #000000;
    text-decoration: none; }
    .mod-footer-nav a:hover, .mod-footer-nav2 a:hover {
      text-decoration: underline; }
.mod-footer-nav:first-child, .mod-footer-nav2:first-child{
  border-left:none;
  margin-left:0;
  padding-left:4px;
}
.mod-footer-navs2 {
  top: 24px; }

.mod-footer-nav2 {
  font-size: 12px;
  line-height: 14px; }

.mod-footer-address {
  float: right;
  padding: 24px 32px 0 0; }

.base-footer.out .mod-footer-address{
	padding: 29px 32px 0 0;
}

.mod-footer-corpname {
  text-align: right;
  margin: 0 0 13px; }

.mod-footer-copyright {
  color: #000000;
  text-align: right;
  font-size: 11px;
  line-height: 14px; }

/*!
 * module
 */
/**
 * mod-pagetop
 */
.mod-pagetop {
  margin: 0 0 30px; }
  .mod-pagetop a {
    display: block;
    margin: 0 0 0 auto;
    text-indent: -9999px;
    overflow: hidden;
    width: 105px;
    height: 10px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -16px -30px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }

/**
 * mod-breadcrumbs
 */
.mod-breadcrumbs {
  position: relative;
  top: 30px;
  width: 950px;
  margin: -12px auto 11px;
  font-size: 10px;
  line-height: 18px; }

/**
 * mod-cattitle
 */
.mod-cattitle {
  margin-top:5px;
  margin-bottom:6px;
  margin-left:-3px;
}
.mod-cattitle h1 img{
	vertical-align: middle;
}

/**
 * mod-ad
 */
.mod-ad {
  position: relative;
  margin: 0 0 20px;
  background: white url(../images/mod-ad/bg-middle.png) repeat-y; }

.mod-ad-inner {
  padding: 8px 0 0;
  background: url(../images/mod-ad/bg-top.png) no-repeat; }

.mod-ad-inner2 {
  position: relative;
  zoom: 1;
  padding: 0 0 8px;
  background: url(../images/mod-ad/bg-btm.png) no-repeat 0 100%;
  zoom: 1; }
  .mod-ad-inner2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-ad-h {
  margin: 0 0 7px 5px;
  padding: 0 0 0 10px;
  min-height: 56px;
  background: url(../images/mod-ad/bg.png) no-repeat 0 0; }

.mod-ad-lead {
  margin: 0 0 12px; }

.mod-ad-p {
  margin: 0 0 20px;
  color: #696969;
  font-size: 14px;
  line-height: 18px; }

.mod-ad-intro, .mod-ad-consultation, .mod-ad-inquiry {
  position: relative;
  float: left;
  margin: -8px 0;
  padding: 30px;
  width: 450px;
  zoom: 1; }
  .mod-ad-intro:after, .mod-ad-consultation:after, .mod-ad-inquiry:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.mod-ad-intro-main {
  float: left;
  width: 315px;
  padding-bottom: 34px; }

.mod-ad-intro-more {
  position: absolute;
  left: 30px;
  bottom: 27px; }
  .mod-ad-intro-more a {
    display: block;
    width: 203px;
    height: 34px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -612px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px;
    text-indent: -9999px;
    overflow: hidden; }

.mod-ad-intro-figure {
  float: right;
  width: 116px;
  margin: 0;
  padding: 2px;
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #FFFFFF; }

.mod-ad-consultation, .mod-ad-inquiry {
  width: 197px;
  margin-left: 13px;
  padding: 10px 5px 0; }

.mod-ad-banner {
  padding: 19px 0 2px;
  background: #FBFAF3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  zoom: 1; }

.mod-ad-banner-text {
  margin: 0 0 3px;
  text-align: center; }

.mod-ad-banner-button {
  text-align: center; }
  .mod-ad-banner-button a {
    display: block;
    text-indent: -9999px;
    overflow: hidden; }
    .mod-ad-banner-button a.consultation {
      width: 189px;
      height: 34px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -578px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }
    .mod-ad-banner-button a.inquiry {
      width: 189px;
      height: 34px;
      background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat 0 -544px;
      -webkit-background-size: 441px 3517px;
      background-size: 441px 3517px; }

/**
 * mod-heading
 */
 .mod-news-heading,
 .mod-heading4,
 .mod-heading{
   min-height: 33px;
 }

.mod-heading, .mod-heading4, .mod-news-heading {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 0 10px;
  border-bottom: 2px solid #008400;
  background: #005700 url(../images/mod-heading/bg.png) no-repeat; }
  .mod-heading.mod-heading-type2, .mod-heading-type2.mod-heading4, .mod-heading-type2.mod-news-heading {
    padding-left: 32px; }
  .mod-heading.mod-heading-type3, .mod-heading-type3.mod-heading4, .mod-heading-type3.mod-news-heading {
    padding-left: 37px;
    background-color: #287B1C; }

.mod-heading-h, .mod-heading4-h, .mod-news-heading-h {
  padding: 6px 10px;
  border-bottom: 1px solid #FFFFFF;
  background: #e6e6e6 url(../images/mod-heading/bg2.png) repeat-x;
  color: #005d00;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  -webkit-text-shadow: 1px 1px 0 #FFFFFF;
  text-shadow: 1px 1px 0 #FFFFFF; }
  .mod-heading4-h.support{
    font-size: 15px;
    padding: 10px 0 3px 6px;
  }
.mod-heading-icon {
  position: absolute;
  top: 0;
  left: 0; }
  .mod-heading-h.check .mod-heading-icon, .check.mod-heading4-h .mod-heading-icon, .check.mod-news-heading-h .mod-heading-icon, .mod-heading-h.guarantee .mod-heading-icon, .guarantee.mod-heading4-h .mod-heading-icon, .guarantee.mod-news-heading-h .mod-heading-icon, .mod-heading-h.custom .mod-heading-icon, .custom.mod-heading4-h .mod-heading-icon, .custom.mod-news-heading-h .mod-heading-icon, .mod-heading-h.consul .mod-heading-icon, .consul.mod-heading4-h .mod-heading-icon, .consul.mod-news-heading-h .mod-heading-icon, .mod-heading-h.reform .mod-heading-icon, .reform.mod-heading4-h .mod-heading-icon, .reform.mod-news-heading-h .mod-heading-icon, .mod-heading-h.sale_rent .mod-heading-icon, .sale_rent.mod-heading4-h .mod-heading-icon, .sale_rent.mod-news-heading-h .mod-heading-icon, .mod-heading-h.about_dfc .mod-heading-icon, .about_dfc.mod-heading4-h .mod-heading-icon, .about_dfc.mod-news-heading-h .mod-heading-icon {
    width: 32px;
    height: 32px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -169px -181px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }
  .mod-heading-h.square .mod-heading-icon, .square.mod-heading4-h .mod-heading-icon, .square.mod-news-heading-h .mod-heading-icon {
    width: 37px;
    height: 33px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -197px -375px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; ;}
  .mod-heading-h.consultation .mod-heading-icon, .consultation.mod-heading4-h .mod-heading-icon, .consultation.mod-news-heading-h .mod-heading-icon {
    width: 37px;
    height: 33px;
    /*background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -174px -309px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px;*/
  background:url(../images/sprites/add/icon-messe.png) no-repeat 0 0 }
  .mod-heading-h.login .mod-heading-icon, .login.mod-heading4-h .mod-heading-icon, .login.mod-news-heading-h .mod-heading-icon {
    width: 37px;
    height: 33px;
    background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -356px -342px;
    -webkit-background-size: 441px 3517px;
    background-size: 441px 3517px; }

/* 2014.add mod-profile */
.mod-profile-topbtn {
  margin:30px 0 0 222px;
}

/*!
 * JavaScrpt用スタイル
 */
[data-validator-errormsg] {
  display: none; }

[data-validatorgrp-result="ok"] {
  display: none; }
/* 2014.add */
html.base-popup,
body.base-popup{
  min-width:730px;
}
.base-popup {
  width:100%;
  background: transparent; }

.base-popup {
  overflow-x: hidden;
  overflow-y: auto; }

.base-popup-head{
  margin:0 auto;
  width:730px; }
.base-popup-main{
  width:730px;
  margin:0 auto; }

.base-popup-foot, .mod-modal2-closebtn {
  border-top: 1px solid #E0E0E0;
  padding: 20px 0; }

.base-popup-close, .mod-modal2-closebtn a {
  display: block;
  text-indent: -9999px;
  width: 91px;
  height: 34px;
  background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -336px -442px;
  -webkit-background-size: 441px 3517px;
  background-size: 441px 3517px;
  margin: 0 0 10px auto; }

/*modal*/
.overlaywindow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  margin: 0 0 0 0;
 }
*:first-child+html .overlaywindow {
  overflow:hidden;
  overflow-x : hidden ;
  width: 100%;
}
.overlaywindow.overlaywindow-type2 {
  width: 950px;
}
*:first-child+html .overlaywindow.overlaywindow-type2 {
  overflow:hidden;
  overflow-x : hidden ;
  width: 100%;
}
.overlaywindow-iframe {
  min-width: 100%;
  border: none;
  background: transparent !important; }
*:first-child+html .overlaywindow-iframe {

}
.overlaywindow-type2 .overlaywindow-iframe {
  width: 950px;
}
.base-modal {
  position:absolute;
  width:100%;
  background: transparent; }
body.base-modal{
  left:50%;
  width:730px;
  margin:0 0 0 -365px;
  *margin:0 0 0 -360px;
}
body.modal-size2{
  margin:0 0 0 -473px;
  width:950px;
}

.base-modal-type2 {
  min-width: 950px;
  background: transparent; }
.base-modal-type3 {
  min-width: 730px;
  background: transparent;}

.base-modal-main {
  zoom: 1;
  width: 730px;

  margin: 0;
  background: #FFFFFF; }
  .base-modal-main:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0; }
  .base-modal-type2 .base-modal-main {
    width: 950px; }
/* 2014.add */
  .base-modal-type3 .base-modal-main {
    width: 730px;}


.base-modal-close {
  display: block;
  text-indent: -9999px;
  width: 91px;
  height: 34px;
  background: url('/dfc/common/images/sprites/all-s5fbe073012.png') no-repeat -108px -782px;
  -webkit-background-size: 441px 3517px;
  background-size: 441px 3517px;
  margin: 0 0 10px auto;}
#modalBtn,
#btn-sch-delete2 {
margin: 0 0 10px 640px;
}

.mod-modal {
  padding: 0 30px; }

.mod-modal-heading {
  margin: 0 -30px 27px;
  padding: 0 0 0 10px;
  background: #2c7d18 url(../images/mod-modal/bg2.png) repeat-x 0 100%;
  border-bottom: 2px solid #2C7D18; }

.mod-modal-heading-h {
  padding: 6px 10px 5px;
  background: white url(../images/mod-modal/bg.png) repeat-x 0 100%;
  color: #005d00;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  -webkit-text-shadow: 1px 1px 0 #FFFFFF;
  text-shadow: 1px 1px 0 #FFFFFF; }

.mod-modal-heading2 {
  margin: 0 0 10px;
  padding: 0 0 0 9px;
  border-left: 5px solid #256B15;
  font-weight: normal;
  color: #2c7d18;
  font-size: 16px;
  line-height: 20px; }

.mod-modal-figure {
  margin: 0 10px 10px; }

.mod-modal-section {
  margin: 30px 0 20px; }

.base-modal2 {
  min-width: 730px;
  background: transparent; }
.base-modal2 body {
    min-width: 730px; }

html.base-modal,
html.base-modal2{
	overflow: hidden;
}
html.base-modal-scrollable,
html.base-modal.base-modal-scrollable,
html.base-modal2.base-modal-scrollable{
	overflow: auto;
}

.mod-modal2 {
  padding: 0 30px; }

.mod-modal2-head {
  margin: 0 -30px 27px; }

/**
 * tooltip
 */
.js-tooltipcontainer {
  position: absolute;
  z-index: 1000; }
  .js .js-tooltipcontainer {
   display: none; }

.js-tooltipcontainer-top {
  position: relative; }

.js-tooltipcontainer-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  overflow: hidden;
  font-size: 0;
  background: url(../images/js-tooltip/bg-top-left.png) no-repeat; }

.js-tooltipcontainer-top-center {
  margin: 0 8px;
  height: 8px;
  overflow: hidden;
  font-size: 0;
  background: url(../images/js-tooltip/bg-top-center.png) repeat-x; }

.js-tooltipcontainer-top-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  overflow: hidden;
  font-size: 0;
  background: url(../images/js-tooltip/bg-top-right.png) no-repeat; }

.js-tooltipcontainer-bottom {
  position: relative; }

.js-tooltipcontainer-bottom-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 19px;
  overflow: hidden;
  font-size: 0;
  background: url(../images/js-tooltip/bg-bottom-left.png) no-repeat; }

.js-tooltipcontainer-bottom-center {
  margin: 0 8px;
  height: 19px;
  overflow: hidden;
  font-size: 0;
  background: url(../images/js-tooltip/bg-bottom-center.png) repeat-x; }

.js-tooltipcontainer-bottom-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 19px;
  overflow: hidden;
  font-size: 0;
  background: url(../images/js-tooltip/bg-bottom-right.png) no-repeat; }

.js-tooltipcontainer-middle {
  line-height: 22px;
  position: relative; }

.js-tooltipcontainer-middle-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  overflow: hidden;
  font-size: 0;
  background: url(../images/js-tooltip/bg-middle-left.png) repeat-y; }

.js-tooltipcontainer-middle-center {
  *padding-top:1px;
  *padding-bottom:1px;
  margin: 0 8px;
  background: #F9F8EA; }

.js-tooltipcontainer-body {
  font-size: 12px;
  line-height: 18px; }
  .js-tooltipcontainer-body .wgt-link {
    font-size: 12px;
    line-height: 18px; }
   /*I2015.08.25*/
  .js-tooltipcontainer-body a {
    color:#9999ff; }
   /*I2015.08.25*/

.js-tooltipcontainer-middle-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  overflow: hidden;
  font-size: 0;
  background: url(../images/js-tooltip/bg-middle-right.png) repeat-y; }

.js-tooltipcontainer-tip {
  position: absolute;
  bottom: 0;
  left: 8px;
  width: 40px;
  height: 19px;
  overflow: hidden;
  font-size: 0;
  background: url(../images/js-tooltip/bg-tip.png) no-repeat; }


/*js-tooltip02*/
.js-tooltipcontainer02 {
  position: absolute;
  margin-left:-95px;
  z-index: 1000; }
  .js .js-tooltipcontainer02 {
    display: block;}
.js-tooltipcontainer02-top{

  padding-top:53px;
}
.js-tooltipcontainer02-inner{
  position:relative;
  width:204px;
  background: url(../images/js-tooltip/bg_tooltip_02_inner.png) repeat-y left 10px;
}
.js-tooltipcontainer02 .js-tooltipcontainer-body {
  position:relative;
  top:-10px;
  left:0;
  background: url(../images/js-tooltip/bg_tooltip_02_top.png) no-repeat left top;
  width:172px;
  font-size: 12px;
  line-height: 18px;
  padding:20px 16px 0;
  color:#fff; }
.js-tooltipcontainer02 .js-tooltipcontainer-body .wgt-link {
    font-size: 12px;
    line-height: 18px;
    color:#5555ff; /*I2015.08.25*/
    /*color:#3c0;    D2015.08.25*/ }

.js-tooltipcontainer-tip02 {
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 204px;
  height: 17px;
  overflow: hidden;
  font-size: 0;
  background: url(../images/js-tooltip/bg_tooltip_02_bottom.png) no-repeat; }

/**
 * js-placeholder
 */
.js-placeholder {
  position: relative;
  display: inline-block;
  *display:inline; }

.js-placeholder-text {
  position: absolute;
  top: 4px;
  left: 4px;
  color: #A9A9B5;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap; }

/**
 * js-nicknamecandidates
 */
.js-nicknamecandidates {
  display: none; }


  /*140304　22:56 innocent add*/
/*====================================
  GLOBAL NAVIGATION
====================================*/
.mod-header {
  height:162px;
}
.base-header.out .mod-header{
  height:103px;
}
.base-header{
  padding: 0 0 0px;
  background: url(/dfc/common/images/global-nav1/bg_nav_00.png) repeat-x left top;
}
.base-header.out{
  background: url(/dfc/common/images/global-nav1/bg_nav_01.png) repeat-x left -1px;
}
.mod-breadcrumbs {
    margin: 0 auto;
    position: relative;
    top: 5px;
    width: 950px;
}
.base-contents {
    margin: 5px 0 20px;
}
h1.h1Ttl{
  margin:10px 0 0;
}

#mainNav{
  width:950px;
    position: absolute;
    right: 0;
    top: 96px;
   height:72px;
   display:block;
}
#mainNav li{
  float:left;
  position:relative;
}
#mainNav li a{
  display:inline-block;
  width:158px;
}
#mainNav li:first-child a,
#mainNav li:last-child a{
  width:159px;
}
/*20140306add mainNav  hober時*/
#mainNav .gNav_01 a:hover{
  text-decoration: none;
  background: url(/dfc/common/images/global-nav1/nav_01_o.png) no-repeat left top;
}
#mainNav .gNav_02 a:hover{
  text-decoration: none;
  background: url(/dfc/common/images/global-nav1/nav_02_o.png) no-repeat left top;
}
#mainNav .gNav_03 a:hover{
  text-decoration: none;
  background: url(/dfc/common/images/global-nav1/nav_03_o.png) no-repeat left top;
}
#mainNav .gNav_04 a:hover{
  text-decoration: none;
  background: url(/dfc/common/images/global-nav1/nav_04_o.png) no-repeat left top;
}
#mainNav .gNav_05 a:hover{
  text-decoration: none;
  background: url(/dfc/common/images/global-nav1/nav_05_o.png) no-repeat left top;
}
#mainNav .gNav_06 a:hover{
  text-decoration: none;
  background: url(/dfc/common/images/global-nav1/nav_06_o.png) no-repeat left top;
}

/*---------------------------*/
#mainNav li p.new,
#mainNav li p.num{
  position:absolute;
  top:0;
  right:3px;
  height:28px;
  line-height:1;
}
#mainNav li p.num{
  background:url(/dfc/common/images/global-nav1/ico_num_01.gif) no-repeat left top;
  padding:0;
  min-width:26px;
  text-align:center;
  display:block;
  color:#fff;
  line-height:2.05;
  font-size:120%;
}


/*====================================
  FOOTER GLOBAL NAVIGATION
====================================*/
.base-footer {
  padding: 0px 0 0;
  background: white url(/dfc/common/images/global-nav2/bg_fnav_00.png) repeat-x 0 0;
}
.base-footer.out {
  padding: 0px 0 0;
background: white url(/dfc/common/images/border.png) repeat-x 0 0;}

.base-footer .footer-nav{
  zoom: 1;
}
.base-footer .footer-nav:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
font-size: 0;
}
.base-footer .footer-nav li{
  float:left;
  background:#adffa1;
}
.base-footer .footer-nav li a img{
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
 }
.base-footer .footer-nav li a img:hover{
  opacity: 0.65;
  filter: alpha(opacity=65);
 }


/*====================================
  TOP PAGE
  http://prev-h.dfc.andand.net/dfc/
====================================*/
.mod-news-heading {
  margin: 0 0 18px;
  padding: 0 0 0 37px;
}
.mod-heading4{
    margin: 0 0 23px;
}
.csstransitions .mod-topindex2-figure a img{
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
 }
.mod-topindex2-figure a img:hover{
  opacity: 0.65;
  filter: alpha(opacity=65);
 }

.news-icon-list {
  margin:0 0 0 19px;
  padding-bottom:8px;
  zoom: 1;
}
.news-icon-list:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
font-size: 0;
}
.news-icon-list li{float:left;}
.news-icon-list li.news-icon1,
.news-icon-list li.news-icon2,
.news-icon-list li.news-icon3{
  width:134px;
  height:134px;
  position:relative;
}
.news-icon-list li.news-icon1{margin:0 23px 0 0;}
.news-icon-list li.news-icon2{margin:0 21px 0 0;}
.news-icon-list li.news-icon3{margin:0 22px 0 0;}
.news-icon-list li.news-icon1 img,
.news-icon-list li.news-icon2 img,
.news-icon-list li.news-icon3 img{
  position:absolute;
}
.news-icon-list li.news-icon1 p,
.news-icon-list li.news-icon2 p,
.news-icon-list li.news-icon3 p{
  background:url(/dfc/images/top_ico_bg_01.png) no-repeat left top;
  width:42px;
  height:42px;
  position:absolute;
  right:0;
  top:0;
  color:#fff;
  font-size:150%;
  text-align:center;
  line-height:2.8;
  font-weight:bold;
}
.news-icon-list li.news-icon1 p.icon-new,
.news-icon-list li.news-icon2 p.icon-new,
.news-icon-list li.news-icon3 p.icon-new{
  background:none;
  font-size:0;
  line-height:1;
  text-align:left;
}
.news-icon-list li.news-icon1 img,
.news-icon-list li.news-icon2 img,
.news-icon-list li.news-icon3 img,
.news-icon-list li.news-icon4 img{
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
 }
.news-icon-list li.news-icon1 a img:hover,
.news-icon-list li.news-icon2 a img:hover,
.news-icon-list li.news-icon3 a img:hover,
.news-icon-list li.news-icon4 a img:hover{
  opacity: 0.65;
  filter: alpha(opacity=65);
 }
.mod-heading-h.square .mod-heading-icon {
  background: url('/dfc/images/ttl-bg-01.png') left top;
  -webkit-background-size: 37px 33px;
  background-size: 37px 33px;
}

.wgt-btn.questionnaire{
background: url('/dfc/images/img-side-btn-1.png') left top;
-webkit-background-size: 262px 44px;
background-size: 262px 44px;
}

/**
 *  kiyaku 2014.add
 */
.mod-kiyaku-h2{
  background:url(../images/mod-kiyaku/bg_title.png) no-repeat 0 0;
  margin:-3px 0 20px;
  padding:7px 6px 10px;
 }
.mod-kikaku p,
.mod-kikaku h3,
.mod-kikaku li{
  font-size:16px;
  font-weight:normal;
  line-height:1.4;
 }
 .mod-kikaku p{
  text-indent:1em;
 }
 .mod-kikaku h3{
  margin:30px 0 0;
 }
 .mod-kikaku ol{
   margin:0 0 0 35px;
 }
 .mod-kikaku ol li{
   list-style:decimal outside;
 }
 .mod-kikaku ol li ol li{
  list-style:none;
  margin:0 0 0 -60px;
 }
/* margin set---------*/
.mt10{
  margin-top: 10px;
}
.mb10{
  margin-bottom: 10px;
}
.mb20{
  margin-bottom: 20px;
}
.mb30{
  margin-bottom: 30px;
}
.mr10{
  margin-right: 10px;
}
.pt5{
	padding-top: 5px;
}
.bgTxt{
  background:#fff;
}
.tableWrapper{
  position:relative;
}

.mod-messenger-teikeibunimage ,
.mod-messenger-msgimage,
.mod-messenger-msgpdf{
  padding-left: 60px;
  width: 555px;
}
.mod-messenger-teikeibunimage img,
.mod-messenger-msgimage img{
  margin-right: auto;
  margin-left: auto;
  display:block;
}

.mod-messenger-msgpdf a.pdf{
	min-height:16px;
	margin-bottom:3px;
	padding-left:20px;
	background:url(/dfc/common/images/mod-messenger/ic_pdf.gif) left top no-repeat;
	font-size:14px;
	line-height:1.4;
	text-align:left;
	display:block;
}

/* word-break */
.breakall {
  word-break: break-all;
}