@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 100%;
}

.main-container,
.main-container_report {
  font-family: "メイリオ", "Meiryo", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "osaka", "Arial", "Helvetica", "Verdana", "sans-serif";
  color: #645c5c;
  font-smoothing: subpixel-antialiased;
  width: 980px;
  margin: 0 auto;
  text-align: left;
  line-height:1.5;
  position: relative;
}
/* 見出し */
.main-container h1,
.main-container_report h1 {
    font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  height: auto;
  line-height: 1em;
  padding-top: 32px;
  padding-bottom: 16px;
  margin-bottom: 32px;
  color: #645c5c;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .main-container h1,
  .main-container_report h1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.main-container p.user_Name + h1,
.main-container_report p.user_Name + h1 {
    padding-top: 16px;
}

.main-container h1:before,
.main-container_report h1:before {
  display: block;
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #d5d1d1;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.main-container h1:after,
.main-container_report h1:after {
  display: block;
  content: "";
  position: absolute;
  height: 4px;
  width: 10%;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background: #D6000F;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .main-container h1:after,
  .main-container_report h1:after {
    width: 30%;
  }
}
.main-container h2,
.main-container_report h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  height: auto;
  line-height: 1em;
  margin: 16px 0;
  padding: 0 0 0 16px;
  color: #645c5c;
  position: relative;
}
.main-container h2:before,
.main-container_report h2:before {
  content: "";
  display: block;
  height: 100%;
  width: 6px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #D6000F;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 640px) {
  .main-container h2,
  .main-container_report h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.main-container h3,
.main-container_report h3 {
  font-weight: bold;
  height: auto;
  line-height: 1em;
  margin: 24px 0;
  color: #645c5c;
}
.main-container p,
.main-container_report p,
.main-container td {
  line-height: 1.5em;
}

/*リンク*/
.main-container a:link,
.main-container_report a:link {
  color: #2f80db;
  text-decoration: underline;
}
.main-container a:visited,
.main-container_report a:visited {
  color: #2067B7;
  text-decoration: underline;
}
.main-container a:hover,
.main-container_report a:hover {
  color: #86b5ea;;
  text-decoration: underline;
}
.main-container a:active,
.main-container_report a:active {
  color: #04519E;
}

.main-container strong {
  font-weight: bold;
}

a img:hover {
  opacity: 0.8;
}

/*-- margin&padding　--*/
.mt5 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}

/*-- センターリング　--*/
.w10per {
  width: 10% !important;
  margin: 0 auto;
}
.w15per {
  width: 15% !important;
  margin: 0 auto;
}
.w20per {
  width: 20% !important;
  margin: 0 auto;
}
.w25per {
  width: 25% !important;
  margin: 0 auto;
}
.w30per {
  width: 30% !important;
  margin: 0 auto;
}
.w40per {
  width: 40% !important;
  margin: 0 auto;
}
.w45per {
  width: 45% !important;
  margin: 0 auto;
}
.w50per {
  width: 50% !important;
  margin: 0 auto;
}
.w55per {
  width: 55% !important;
  margin: 0 auto;
}
.w60per {
  width: 60% !important;
  margin: 0 auto;
}
.w70per {
  width: 70% !important;
  margin: 0 auto;
}
.w80per {
  width: 80% !important;
  margin: 0 auto;
}
.w90per {
  width: 90% !important;
  margin: 0 auto;
}
.w100per {
  width: 100% !important;
  margin: 0 auto;
}

/*-- フロート　--*/
.fl {
  float: left;
}
.fr {
  float: right;
}

/*-- メッセージカラー　--*/
.color-green {
  color: #4A702D !important;
}
.color-orange {
  color: #D36900 !important;
}
.color-yellow {
  color: #E3B10B !important;
}
.color-blue {
  color: #2067B7 !important;
}
.color-red {
  color: #D6000F !important;
}

/*
エラーメッセージ
---------------------------------------------*/
/* アラート */
.error-text{
  font-size:15px;
  color:#e01d03;
  margin: 8px 0 0 9px;
}
.error-box>p{
  position: relative;
  font-size:12px;
  color:#e01d03;
  border:3px solid #e01d03;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display:inline-block;
  padding:3px 9px 3px 30px;
  background: url(../user/img/ico-error.png) no-repeat 9px 4px #fff;
  margin-bottom: 8px;
  box-shadow: 3px 3px 7px #404040;
  -webkit-box-shadow: 3px 3px 7px #404040;
  -moz-box-shadow: 3px 3px 7px #404040;
  line-height: 1.5em !important;
}
.error-box>p:after, .error-box>p:before {
  top: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.error-box>p:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 5px;
  margin-left: -5px;
}
.error-box>p:before {
  border-color: rgba(224, 29, 3, 0);
  border-top-color: #e01d03;
  border-width: 9px;
  margin-left: -9px;
}
.error-box>p.balloon1 {
    margin: 10px 0 10px;
}
.error-box>p.balloon2 {
    margin: 10px 0 10px;
}
.error-box>p.balloon3 {
    margin: 10px 0 -5px;
}
dt.pb0 {
    padding: 14px 0 0;
}

.alert__ui {
    line-height: 146%;
    margin: 30px auto !important;
    border-radius: 0px !important;
    text-shadow: 0 0 1 rgba(255, 255, 255, 0.03);
    padding: 12px 16px;
    background: #f4f4f4;
    border: 1px solid #d5d1d1;
    position: relative;
}
.alert__ui.warning {
    background: #fef7e0;
    border: 1px solid #fcf0c8;
    color: #E3B10B;
}
.alert__ui.warning a:link {
    color: #FF7E00 !important;
    text-decoration: underline;
}
.alert__ui.warning a:hover {
    color: #E3B10B !important;
    text-decoration: underline;
}
.alert__ui.warning a:visited {
    color: #DC6610;
    text-decoration: underline;
}

/* ユーザーサポート文 */
.errorSupport_wrapper {
    width: 590px;
    margin: 60px auto 0;
    font-size: 14px;
    text-align: left;
    color: #645c5c;
    background-color: #fff;
    border: 3px solid #e01d03;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.errorSupport_headline {
    color: #fff;
    background-color: #e01d03;
    padding: 4px 8px;
}
.errorSupport_container {
    padding: 10px;
}
.errorSupport_list {
    font-weight: normal;
}
.errorSupport_contact {
    margin-top: 10px;
    padding: 15px 15px;
    background-color: #FEFDDF;
    line-height: 1.3;
}


/***********************************************/
/*clearfix　　　　　　　                            */
/***********************************************/
.clearfix:after{
  content: "";
  clear: both;
  display: block;
}

/***********************************************/
/*textformBox　　　　　　　　　　                     */
/***********************************************/
.main-container input {
  vertical-align: middle;
  box-sizing: border-box;
}

.main-container input[type="text"],
.main-container input[type="tel"],
.main-container input[type="email"],
.main-container input[type="password"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 1px inset, rgba(0, 0, 0, 0.05) 0 1px 1px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 1px inset, rgba(0, 0, 0, 0.05) 0 1px 1px;
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px 1px inset, rgba(0, 0, 0, 0.05) 0 1px 1px;
  background-color: #fff;
  font-family: "メイリオ", "Meiryo", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "osaka", "Arial", "Helvetica", "Verdana", "sans-serif";
  padding: 4px;
  width: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  width: 70%;
}

.wrap__input--num span,
.wrap__input--pas span {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  width: 30%;
  float: left;
  top: 5px;
  position: relative;
  display: inline-block;
}

.btn__login p,
.btn__send p {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 7px;
  border: solid 1px #ff7e00;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #ffa500;
  background: -moz-linear-gradient(top, #ffa500 0%, #ff7e00 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa500), to(#ff7e00));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa500), color-stop(100%,#ff7e00));
  background: -webkit-linear-gradient(top, #ffa500 0%,#ff7e00 100%);
  background: -o-linear-gradient(top, #ffa500 0%,#ff7e00 100%);
  background: -ms-linear-gradient(top, #ffa500 0%,#ff7e00 100%);
  background: linear-gradient(to bottom, #ffa500 0%,#ff7e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa500', endColorstr='#ff7e00',GradientType=0 );
  position: relative;
  line-height: 1.5em !important;
}

.btn__cancel p {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 7px;
  border: solid 1px #2360c4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #0072c9;
  background: -moz-linear-gradient(top, #0072c9 0%, #2360c4 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#0072c9), to(#2360c4));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0072c9), color-stop(100%,#2360c4));
  background: -webkit-linear-gradient(top, #0072c9 0%,#2360c4 100%);
  background: -o-linear-gradient(top, #0072c9 0%,#2360c4 100%);
  background: -ms-linear-gradient(top, #0072c9 0%,#2360c4 100%);
  background: linear-gradient(to bottom, #0072c9 0%,#2360c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072c9', endColorstr='#2360c4',GradientType=0 );
  position: relative;
  line-height: 1.5em !important;
}

.btn__cancel p a {
  display: block !important;
  padding: 10px !important;
  text-decoration: none !important;
  text-shadow: 1px 1px 0 #2360c4 !important;
  color: #fff !important;
  text-align: center;
}

.btn__login p a,
.btn__send p a {
    display: block !important;
    padding: 10px !important;
    text-decoration: none !important;
    text-shadow: 1px 1px 0 #ff7e00 !important;
    color: #fff !important;
    text-align: center;
}

.btn__login p a:hover ,
.btn__send p a:hover ,
.btn__cancel p a:hover {
  opacity:0.8;
}

textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 1px inset, rgba(0, 0, 0, 0.05) 0 1px 1px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 1px inset, rgba(0, 0, 0, 0.05) 0 1px 1px;
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px 1px inset, rgba(0, 0, 0, 0.05) 0 1px 1px;
  background-color: #fff;
  font-family: "メイリオ", "Meiryo", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "osaka", "Arial", "Helvetica", "Verdana", "sans-serif";
  padding: 4px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  line-height: 146%;
  resize: vertical;
}

input.yet,
textarea.yet {
  background-color: #fefbef;
  border: 1px solid #E3B10B;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 1px 0 inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 1px 0 inset;
}

input.done,
textarea.done {
  border: 1px solid #4A702D;
}

input.error,
textarea.error {
  border: 1px solid #D6000F;
}

/*
ログアウトボタン
---------------------------------------------*/
.logOutBtn {
  display: inline-block;
  vertical-align: middle;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 0 inset, rgba(0, 0, 0, 0.05) 0 -1px 0 0 inset, rgba(0, 0, 0, 0.1) 0 1px 1px 0;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 0 inset, rgba(0, 0, 0, 0.05) 0 -1px 0 0 inset, rgba(0, 0, 0, 0.1) 0 1px 1px 0;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 0 inset, rgba(0, 0, 0, 0.05) 0 -1px 0 0 inset, rgba(0, 0, 0, 0.1) 0 1px 1px 0;
  font-family: "メイリオ", "Meiryo", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "osaka", "Arial", "Helvetica", "Verdana", "sans-serif";
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  padding: 6px 12px;
  vertical-align: middle;
  line-height: 100%;
  background-color: #e6e6e6;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: #bfbfbf;
  border-bottom-color: #a6a6a6;
  overflow: visible;
  color: #8c8181;
  position: relative;
}
.logOutBtn:link, .logOutBtn:active, .logOutBtn:visited, .logOutBtn:hover {
  text-decoration: none !important;
  color: #8c8181 !important;
}
.logOutBtn:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0.3)));
  background-image: -moz-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.3));
  background-image: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.3));
  background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.3));
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.1) 0 1px 1px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.1) 0 1px 1px;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.1) 0 1px 1px;
  text-shadow: none;
  border-color: #a6a6a6;
  border-bottom-color: #8c8c8c;
}
.logOutBtn:active {
  background-image: none;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 -1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 -1px 1px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 -1px 1px;
  text-shadow: none;
}

.logOutBtn {
    position: absolute;
    top: 26px;
    right: 0;
    font-size:14px !important;
}

/*
ログイン画面
---------------------------------------------*/
.wrap__input {
    width: 720px;
    margin: 0 auto;
    border: 1px solid #d5d1d1;
    margin-bottom: 30px;
}

.txt__box {
    padding: 30px 80px;
}

.txt__box--bold {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    color: #645c5c;
    margin: 0 0 10px;
}

.form__box {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 50px 0;
    background: #f4f4f4;
}

.bnr_contents {
  font-family: "メイリオ", "Meiryo", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "osaka", "Arial", "Helvetica", "Verdana", "sans-serif";
  margin: 0 auto 30px;
  width: 720px;
  font-size: 14px;
}

.bnr_contents .bnr_L {
  width: 350px;
  float: left;
}

.bnr_contents .bnr_R {
  width: 350px;
  float: right;
}

/*
予約情報ボックスTOP
---------------------------------------------*/
.plan__select {
  border: 1px solid #d5d1d1;
  border-bottom: 0;
}

.plan__select img {
  width: 78px;
  height: 60px;
  float: left;
  margin: 10px 20px 10px 10px;
}

.plan__select h3.category {
  padding: 3px 0px 3px 87px;
  margin: 10px 0 13px;
}

.plan__select p {
  width: 670px;
}

.overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.plan-block {
  /*padding: 10px 10px 0;*/
  padding: 10px 0 0 10px;
  background: #CCE2B5;
}

ul.plan-block.b2 {
  padding: 0 10px 10px;
  background: #CCE2B5;
}

.plan-block--innerBox li {
  width: 452px;
  padding: 10px;
  background: #fff;
  border: 1px solid #d5d1d1;
  /*margin: 0 0 10px;*/
  margin: 0 10px 10px 0;
}

dt.plan-block--title_message {
  background: rgba(0, 0, 0, 0) url(../user/img/ico_message.jpg) no-repeat scroll 0 0;
  height: 65px;
  margin-bottom: 15px;
  padding-left: 80px;
  position: relative;
  width: 372px;
}

dt.plan-block--title_course {
  background: rgba(0, 0, 0, 0) url(../user/img/ico_check.jpg) no-repeat scroll 0 0;
  height: 65px;
  margin-bottom: 15px;
  padding-left: 80px;
  position: relative;
  width: 372px;
}

dt.plan-block--title_report {
  background: rgba(0, 0, 0, 0) url(../user/img/ico_report.jpg) no-repeat scroll 0 0;
  height: 65px;
  margin-bottom: 15px;
  padding-left: 80px;
  position: relative;
  width: 372px;
}

dt.plan-block--title_report.--isOff a {
    color: #d9d9d9;
    text-decoration: none;
}

dt.plan-block--title_report.--isOff a:hover {
    color: #d9d9d9;
}

dt.plan-block--title_cancel {
  background: rgba(0, 0, 0, 0) url(../user/img/ico_cancel.jpg) no-repeat scroll 0 0;
  height: 65px;
  margin-bottom: 15px;
  padding-left: 80px;
  position: relative;
  width: 372px;
}

dt a {
  position: absolute;
  /*background: rgba(0, 0, 0, 0) url(../user/img/ico_arrow.png) no-repeat scroll right center;*/
  font-size: 16px;
  font-weight: bold;
  height: 52px;
  padding-top: 25px;
  position: absolute;
  width: 372px;
}

dd.plan-block--text {
  clear: both;
  font-size: 14px;
  font-weight: normal;
  border-top: 1px dotted #d5d1d1;
  padding: 10px 0 0;
  min-height: 3em;
}

span.alert_icon {
    position: absolute;
    width: 30px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1.4;
    padding: 1px 8px;
    background: #e01d03;
    top: 0;
    left: 0;
}

span.alert_txt  {
    position: absolute;
    color: #e01d03;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    top: 0;
    left: 0;
}

.txt_red {
    position: absolute;
    color: #e01d03;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    top: 0;
    left: 50px;
}

/*
予約内容の確認
---------------------------------------------*/
.main-container table {
  width: 980px;
  border-collapse: collapse;
}

.main-container table td,
.main-container table th {
  color: #645c5c;
  vertical-align: middle;
  border: 1px solid #d5d1d1;
  padding: 1em; /*table内の余白を調整*/
}

.main-container table th {
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #f4f4f4;
}

.main-container table tr.grid2 td {
  width: 30%;
}

span.totalPrice {
  color: #D6000F !important;
  font-weight:bold;
}

/*
メッセージボックス
---------------------------------------------*/
.form__block {
  background: #f4f4f4;
  padding: 25px 50px;
}

.form__block p.alert {
  color: #D6000F !important;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
}

.messagebox {
  border: 1px solid #d5d1d1;
}

.messagebox--tit {
  padding: 1em;
  position: relative;
}

.company .messagebox--tit {
  background: #fef7e0;
}

.user .messagebox--tit {
  background: #c7ddf5;
}

.messagebox--dating {
  color: #645c5c;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
}

.name {
  position: absolute;
  top: 1em;
  right: 1em;
}

.messagebox--dating span {
/*span.alert_iconで指定されているのでコメントアウト
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 1px 8px;
  background: #e01d03;
  top: 0px;
  left: 0px;*/
  margin-right: 1em;
  position: static;
}

.messagebox--comment {
    padding: 1em 2em;
}

/*もっと読む…*/
.moreBtn {
  cursor: pointer;
  color: #2f80db;
  text-decoration: underline;
  margin-top: 1em;
}

.moreBtn a{
  display:block;
}

.moreBtn a:hover {
  color: #86b5ea;
  text-decoration: underline;
}

/* overflow:hidden、heightは必ず指定する */
.textOverflow {
  overflow: hidden;
  height: 14em;
}

/*
予約のキャンセル
---------------------------------------------*/
.main-container .w720 {
    width: 720px;
    margin: 0 auto;
}

.txt__cancel {
    font-size: 16px;
}

/*
口コミの投稿・編集
---------------------------------------------*/
#outline.main-container_report {
  width: 980px;
  text-align: left;
}

#outline td.leftbox,
#outline td.inputbox {
  vertical-align: middle;
  padding: 1em;
}

#outline textarea {
  resize: both;
  border-color: rgb(169, 169, 169);
}

/*
沖縄アクティビティTOPへ戻るボタン用
---------------------------------------------*/

.back a {
    display: inline-block;
    width: 222px;
    height: 43px;
    text-decoration: none;
    font-weight: bold;
    line-height: 43px;
    margin-top: 13px;
    border: 1px solid #9a9a9a;
    border-radius: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
    font-size: 14px;
    color: #333;
    background: #c5c5c5;
    background: linear-gradient(to bottom, #c5c5c5 0%,#d5d5d5 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#d5d5d5',GradientType=0 );
}
.back a:link, .back a:visited, .back a:hover,.back a:active{
    text-decoration:none;
    color: #333;
}
.back a:hover{
	opacity: 0.7;
}
.back {
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
}

.ac-plan__text__anshin {
  margin-top: 0.5em;
  padding-top: 0.5em;
  color: #f00;
}