@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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}



ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* ---------------------------------------------------------------------
TIS
--------------------------------------------------------------------- */
/* mobile用表示の要素 */
.mobile_display{
	display:none;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* Sticky Footer Setup */
html, body {
  height: 100%;
}

h1{
  font-size:20px;
  font-weight: bold;
  color: #00A0E9;
}

#wrapper {
  width: 100%;
  min-height: 100%;
}

#mainContent {
  padding-bottom: 88px;
  overflow: auto;
  clear: both;
}

#footer {
  position: relative;
  height: 88px;
  margin-top: -88px;
  clear: both;
  z-index: 300;
}

/* ---------------------------------------------------------------------

コンテンツレイアウト

--------------------------------------------------------------------- */
/* Global Header */
#header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #e4e4e4;
  background: white;
  z-index: 1000;
}
#header .headerinner_login {
  width: 1000px;
  height: 154px;
  margin: 0 auto;
  zoom: 1;
}
#header .headerinner_login:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#header .headerinner_login ul {
  float: left;
  width: 700px;
  padding-top: 23px;
  letter-spacing: -.40em;
}
#header .headerinner_login ul li {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  letter-spacing: normal;
}
#header .headerinner_login ul li.isKindergarden {
  width: 161px;
  padding-right: 27px;
}
#header .headerinner_login ul li.isKindergarden a {
  display: block;
  width: 161px;
  overflow: hidden;
}
#header .headerinner_login ul li.isAfterschool {
  width: 145px;
}
#header .headerinner_login ul li.isAfterschool a {
  display: block;
  width: 145px;
  overflow: hidden;
}
#header .headerinner_login ul li.txtSchool {
  padding-left: 40px;
  font-size: 16px;
  color: #666666;
}
#header .headerinner_login .txt {
  padding-top: 34px;
  text-align: right;
}
#header .headerinner {
  width: 1000px;
  margin: 0 auto;
  zoom: 1;
}
#header .headerinner:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#header .headerinner ul {
  float: left;
  width: 700px;
  padding-top: 23px;
  padding-bottom: 10px;
  letter-spacing: -.40em;
}
#header .headerinner ul li {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  letter-spacing: normal;
}
#header .headerinner ul li.isKindergarden {
  width: 161px;
  padding-right: 27px;
}
#header .headerinner ul li.isKindergarden a {
  display: block;
  width: 161px;
  overflow: hidden;
}
#header .headerinner ul li.isAfterschool {
  width: 145px;
}
#header .headerinner ul li.isAfterschool a {
  display: block;
  width: 145px;
  overflow: hidden;
}
#header .headerinner ul li.txtSchool {
  padding-left: 40px;
  padding-bottom: 5px;
  font-size: 16px;
  color: #666666;
}
#header .headerinner .loginInfo {
  float: right;
  width: 210px;
  padding-top: 34px;
}
#header .headerinner .loginInfo ul {
  width: 210px;
  padding-top: 0;
  letter-spacing: -.40em;
}
#header .headerinner .loginInfo ul li {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  letter-spacing: normal;
}
#header .headerinner .loginInfo ul li.txtImg {
  width: 115px;
  padding-right: 9px;
}
#header .headerinner .loginInfo ul li.btnLogout {
  width: 84px;
}
#header .headerinner .loginInfo ul li.btnLogout a {
  display: block;
  height: 20px;
  width: 84px;
  background: url('../images/btn_common.png') 0 -2194px no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  zoom: 1;
}
#header .headerinner .loginInfo ul li.btnLogout a:hover {
  background: url('../images/btn_common.png') 0 -2244px no-repeat;
}
#header .headerinner .loginInfo dl {
  width: 300px;
  padding-top: 5px;
  overflow: hidden;
  zoom: 1;
}
#header .headerinner .loginInfo dl:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#header .headerinner .loginInfo dl dt {
  float: left;
  width: 4.5em;
  clear: left;
  font-size: 12px;
  line-height: 1.5;
  color: #666666;
}
#header .headerinner .loginInfo dl dt.widthInit {
  width: initial;
  width: auto;
}
#header .headerinner .loginInfo dl dd {
  margin-left: 4.5em;
  font-size: 12px;
  line-height: 1.5;
  color: #666666;
}
#header .globalMenu {
  width: 1000px;
  margin: 0 auto 1px;
}
#header .globalMenu ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#header .globalMenu ul li {
  float: left;
}
#header .pankuzu {
  width: 100%;
  background: #daf2f9;
}
#header .pankuzu ul {
  width: 1000px;
  margin: 0 auto;
}
#header .pankuzu ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#header .pankuzu ul li {
  float: left;
  padding: 10px 30px 10px 7px;
  line-height: 1.1;
}
#header .pankuzu ul li a {
  font-size: 14px;
  padding-left: 22px;
  background: url(../images/icon_arrow_down.png) no-repeat left;
  color: #00afec;
  text-decoration: none;
}
#header .pankuzu ul li a:hover {
  text-decoration: underline;
}

/* ---------------------------------------------------------------- */
/* Main Content */
#mainContent {
  width: 1080px;
  margin: 0 auto;
}

/* Global Headerのバリエーション用Class */
/* ログインページ用 */
.container_login {
  padding-top: 20px;
}

/* サブナビなし用 */
.container_nosubnavi {
  padding-top: 20px;
}

/* フルバージョン */
.container_full {
  padding-top: 20px;
}

/* ---------------------------------------------------------------- */
/* ログイン：login */
#login {
  width: 1000px;
}
#login .sectionHeader p {
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.5;
  color: #656565;
}
#login .sectionHeader p.kakomi
{
  color: #00afec;
  border: solid 1px #00afec;
  display: inline-block;
  padding: 4px 7px;
}
#login .errorBlock {
  margin-top: 10px;
  padding: 20px 20px;
  background: #fff5f5;
  font-size: 14px;
  line-height: 1.5;
  color: red;
}
#login .sectionForm {
  margin-top: 30px;
  margin-bottom: 20px;
}
#login .sectionForm table {
  border-collapse: collapse;
  width: 1000px;
  background: whitesmoke;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  behavior: url(/works/tismc/css/PIE.htc);
  margin-bottom: 30px;
}
#login .sectionForm table th {
  width: 160px;
  padding: 15px 30px; /* 下記のtdとあわせる */
  vertical-align: top;
  font-size: 14px;
  color: #656565;
  line-height: 1.8;
}
#login .sectionForm table td {
  padding: 15px 30px; /* 上記のthとあわせる */
  vertical-align: top;
}
#login .sectionForm table td input {
  padding: 5px 10px;
  border: none;
  font-size: 14px;
  line-height: 1;
}
#login .sectionForm table td input:focus {
  outline: 2px #00afec solid;
}
#login .sectionForm table td .name {
  width: 200px;
  ime-mode: active;
}

#login .sectionForm table td .mail {
  width: 547px;
  ime-mode: disabled;
}
#login .sectionForm table td .tel {
  width: 547px;
  ime-mode: disabled;
}
#login .sectionForm table td .password {
  width: 547px;
  ime-mode: disabled;
}
#login .sectionForm table td ul {
  letter-spacing: -.40em;
}
#login .sectionForm table td ul li {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  letter-spacing: normal;
  font-size: 14px;
  color: #656565;
}

#login .sectionForm .input {
  font-size: 14px;
  color: #656565;
}

#login .sectionForm {
  padding-bottom: 10px;
}

#login .sectionForm table td ul li.txt {
  padding-bottom: 5px;
  width: 33px;
}
#login .sectionForm table td ul li.input {
  width: 258px;
}
#login .sectionForm table td p {
  padding-top: 8px;
  font-size: 12px;
  color: #656565;
  line-height: 1.5;
}
#login .sectionForm table td p span {
  display: block;
  padding: 3px 0 20px;
}
#login .sectionForm table td p span a {
  color: #ffae00;
  text-decoration: underline;
}
#login .sectionForm table td p span a:hover {
  text-decoration: none;
}
#login .btnLogin {
  margin-top: 20px;
  zoom: 1;
}
#login .btnLogin:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#login .btnLogin a {
  display: block;
  float: right;
  background: url('../images/btn_common.png') 0 -1232px no-repeat;
  height: 58px;
  width: 260px;
  text-indent: -9999px;
  overflow: hidden;
  zoom: 1;
}
#login .btnLogin a:hover {
  background: url('../images/btn_common.png') 0 -1496px no-repeat;
}
#login .sectionBlock {
  margin-top: 30px;
  padding: 30px 0 40px;
  background: url(../images/img_dotline.png) repeat-x top;
  zoom: 1;
}
#login .sectionBlock:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#login .sectionBlock .txtBlock {
  float: left;
  width: 670px;
}
#login .sectionBlock .txtBlock p {
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.5;
  color: #656565;
}
#login .sectionBlock .btnSiteRegist {
  display: block;
  float: right;
  width: 260px;
  padding-top: 39px;
  height: 58px;
  width: 260px;
}
#login .sectionBlock .btnSiteRegist a {
  display: block;
  background: url('../images/btn_common.png') 0 -352px no-repeat;
  height: 58px;
  width: 260px;
  text-indent: -9999px;
  overflow: hidden;
  zoom: 1;
}
#login .sectionBlock .btnSiteRegist a:hover {
  background: url('../images/btn_common.png') 0 -528px no-repeat;
}


/* パスワード再設定登録メール送信ボタン */
#login .btnPassSettingMail {
  margin-top: 20px;
  zoom: 1;
}
#login .btnPassSettingMail:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#login .btnPassSettingMail a {
  display: block;
  float: right;
  background: url('../images/btn_common.png') 0 -0px no-repeat;
  height: 58px;
  width: 260px;
  text-indent: -9999px;
  overflow: hidden;
  zoom: 1;
}
#login .btnPassSettingMail a:hover {
  background: url('../images/btn_common.png') 0 -88px no-repeat;
}

/* パスワード再設定登録ボタン */
#login .btnPassSetting {
  margin-top: 20px;
  zoom: 1;
}
#login .btnPassSetting:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#login .btnPassSetting a {
  display: block;
  float: right;
  background: url('../images/btn_common.png') 0 -176px no-repeat;
  height: 58px;
  width: 260px;
  text-indent: -9999px;
  overflow: hidden;
  zoom: 1;
}
#login .btnPassSetting a:hover {
  background: url('../images/btn_common.png') 0 -264px no-repeat;
}

/* パスワード変更ボタン */
#login .btnPassChange {
  margin-top: 20px;
  zoom: 1;
}
#login .btnPassChange:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#login .btnPassChange a {
  display: block;
  float: right;
  background: url('../images/btn_common.png') 0 -792px no-repeat;
  height: 58px;
  width: 260px;
  text-indent: -9999px;
  overflow: hidden;
  zoom: 1;
}
#login .btnPassChange a:hover {
  background: url('../images/btn_common.png') 0 -880px no-repeat;
}

/* TOPへ変更ボタン */
#login .btnToTop {
  margin-top: 20px;
  zoom: 1;
}
#login .btnToTop:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#login .btnToTop a {
  display: block;
  float: right;
  background: url('../images/btn_common.png') 0 -1056px no-repeat;
  height: 58px;
  width: 260px;
  text-indent: -9999px;
  overflow: hidden;
  zoom: 1;
}
#login .btnToTop a:hover {
  background: url('../images/btn_common.png') 0 -1144px no-repeat;
}

/* 検索ボタン */
#login .btnKensaku {
  margin-top: 20px;
  zoom: 1;
}
#login .btnKensaku:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#login .btnKensaku a {
  display: block;
  float: right;
  background: url('../images/btn_common.png') 0 -1408px no-repeat;
  height: 58px;
  width: 260px;
  text-indent: -9999px;
  overflow: hidden;
  zoom: 1;
}
#login .btnKensaku a:hover {
  background: url('../images/btn_common.png') 0 -1760px no-repeat;
}
/* 登録ボタン */
#login .btnToroku {
  margin-top: 20px;
  zoom: 1;
}
#login .btnToroku:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#login .btnToroku a {
  display: block;
  float: right;
  background: url('../images/btn_common.png') 0 -1320px no-repeat;
  height: 58px;
  width: 260px;
  text-indent: -9999px;
  overflow: hidden;
  zoom: 1;
}
#login .btnToroku a:hover {
  background: url('../images/btn_common.png') 0 -1672px no-repeat;
}



/* クラスルームニュース：Classroom News */
#news {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 15px;
}
#news ul {
  padding: 28px 0 25px;
  background: url(../images/img_dotline.png) repeat-x top;
  letter-spacing: -.40em;
}
#news ul li {
  display: inline-block;
  vertical-align: bottom;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  letter-spacing: normal;
}
#news ul li.photo {
  width: 240px;
}
#news ul li.photo img {
  width: 171px;
  vertical-align: bottom;
}
#news ul li.txtBlock {
  width: 720px;
}
#news ul li.txtBlock div {
  position: relative;
  width: 644px;
  padding: 20px 38px;
  background: whitesmoke;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  behavior: url(/works/tismc/css/PIE.htc);
}
#news ul li.txtBlock div dt {
  font-size: 17px;
  line-height: 1.5;
  color: #656565;
}
#news ul li.txtBlock div dt a {
  color: #656565;
  text-decoration: none;
}
#news ul li.txtBlock div dt a:hover {
  text-decoration: underline;
}
#news ul li.txtBlock div dd {
  padding-top: 10px;
  font-size: 17px;
  line-height: 1.5;
  color: #656565;
}
#news ul li.txtBlock div .fukidashi {
  position: absolute;
  left: -32px;
  bottom: 31px;
}
#news ul:first-child {
  padding: 0 0 25px;
  background: none;
}

/* レッスンレポート：Lesson Report */
#report {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 40px;
  /* プルダウンメニュー　カスタマイズ設定 */
  /* カテゴリ */
  /* 年月週 */
}
#report ul {
  letter-spacing: -.40em;
}
#report ul li {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  letter-spacing: normal;
}
#report ul li.select01 {
  margin-right: 20px;
}
#report .select01 .easy-select-box {
  position: relative;
  display: inline-block;
  background: white;
  border: 1px solid #656565;
  text-align: left;
  font-size: 17px;
  color: #656565;
  z-index: 800;
}
#report .select01 .easy-select-box:hover .esb-displayer {
  text-decoration: none;
}
#report .select01 .easy-select-box .esb-displayer {
  background: url(../images/btn_select_arrow.png) no-repeat 700px 7px;
  color: #656565;
  cursor: default;
  height: 33px;
  line-height: 33px;
  padding: 0 13px;
  text-indent: 5px;
  width: 704px;
  cursor: pointer;
}
#report .select01 .easy-select-box .esb-dropdown {
  background: white;
  border: 1px solid #656565;
  display: none;
  max-height: 600px;
  overflow: auto;
  position: absolute;
  margin-left: -1px;
  z-index: 999;
  width: 710px !important;
}
#report .select01 .easy-select-box .esb-item {
  padding: 8px 13px;
  text-indent: 5px;
  background: white;
  color: #656565;
  cursor: pointer;
}
#report .select01 .easy-select-box .esb-item:hover {
  background: #656565;
  color: white;
  text-decoration: none;
}
#report .select01 .easy-select-box.disabled .esb-displayer,
#report .select01 .easy-select-box:hover.disabled .esb-displayer {
  background-position: 0 -36px;
}
#report .select02 .easy-select-box {
  position: relative;
  display: inline-block;
  background: white;
  border: 1px solid #656565;
  text-align: left;
  font-size: 17px;
  color: #656565;
  z-index: 800;
}
#report .select02 .easy-select-box:hover .esb-displayer {
  text-decoration: none;
}
#report .select02 .easy-select-box .esb-displayer {
  background: url(../images/btn_select_arrow.png) no-repeat 165px 7px;
  color: #656565;
  cursor: default;
  height: 33px;
  line-height: 33px;
  padding: 0 13px;
  text-indent: 5px;
  width: 164px;
  cursor: pointer;
}
#report .select02 .easy-select-box .esb-dropdown {
  background: white;
  border: 1px solid #656565;
  display: none;
  max-height: 410px;
  overflow: auto;
  position: absolute;
  margin-left: -1px;
  z-index: 999;
  width: 190px !important;
}
#report .select02 .easy-select-box .esb-item {
  padding: 8px 13px;
  text-indent: 5px;
  background: white;
  color: #656565;
  cursor: pointer;
}
#report .select02 .easy-select-box .esb-item:hover {
  background: #656565;
  color: white;
  text-decoration: none;
}
#report .select02 .easy-select-box.disabled .esb-displayer,
#report .select02 .easy-select-box:hover.disabled .esb-displayer {
  background-position: 0 -36px;
}
#report .sectionReport {
  margin-top: 40px;
}
#report .sectionReport table {
  width: 959px;
  border-collapse: collapse;
  border-left: 1px solid #00afec;
  border-top: 1px solid #00afec;
}
#report .sectionReport table th {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
}
#report .sectionReport table th.head01 {
  width: 58px;
  border-bottom: 1px solid white;
  background: #00afec;
  color: white;
}
#report .sectionReport table th.head02 {
  width: 176px;
  border-right: 1px solid #00afec;
  background: #daf2f9;
  color: #00afec;
}
#report .sectionReport table th.head03 {
  width: 176px;
  border-right: 1px solid #00afec;
  background: #daf2f9;
  color: #00afec;
}
#report .sectionReport table th.head04 {
  width: 176px;
  border-right: 1px solid #00afec;
  background: #daf2f9;
  color: #00afec;
}
#report .sectionReport table th.head05 {
  width: 176px;
  border-right: 1px solid #00afec;
  background: #daf2f9;
  color: #00afec;
}
#report .sectionReport table th.head06 {
  width: 176px;
  border-right: 1px solid #00afec;
  background: #daf2f9;
  color: #00afec;
}
#report .sectionReport table td {
  padding: 15px;
  vertical-align: middle;
  border-right: 1px solid #00afec;
  border-bottom: 1px solid #00afec;
  font-size: 17px;
  line-height: 1.3;
}
#report .sectionReport table td.body01 {
  width: 146px;
  color: #656565;
}
#report .sectionReport table td.body02 {
  width: 146px;
  color: #656565;
}
#report .sectionReport table td.body03 {
  width: 146px;
  color: #656565;
}
#report .sectionReport table td.body04 {
  width: 146px;
  color: #656565;
}
#report .sectionReport table td.body05 {
  width: 146px;
  color: #656565;
}
.pbody01 {
  width: 146px;
  color: #656565;
  word-wrap:break-word;
  white-space: pre-wrap;
}

/* ご請求内容確認：Billing Confirmation */
#billing {
  padding-bottom: 40px;
  /* プルダウンメニュー　カスタマイズ設定 */
  /* カテゴリ */
}
#billing ul {
  padding-bottom: 43px;
  background: url(../images/img_dotline.png) repeat-x bottom;
}
#billing .select01 .easy-select-box {
  position: relative;
  display: inline-block;
  background: white;
  border: 1px solid #656565;
  text-align: left;
  font-size: 17px;
  color: #656565;
  z-index: 800;
  width: 270px !important;
}
#billing .select01 .easy-select-box:hover .esb-displayer {
  text-decoration: none;
}
#billing .select01 .easy-select-box .esb-displayer {
  background: url(../images/btn_select_arrow.png) no-repeat 245px 7px;
  color: #656565;
  cursor: default;
  height: 33px;
  line-height: 33px;
  padding: 0 13px;
  text-indent: 5px;
  width: 244px;
  cursor: pointer;
}
#billing .select01 .easy-select-box .esb-dropdown {
  background: white;
  border: 1px solid #656565;
  display: none;
  max-height: 410px;
  overflow: auto;
  position: absolute;
  margin-left: -1px;
  z-index: 999;
  width: 270px !important;
}
#billing .select01 .easy-select-box .esb-item {
  padding: 8px 13px;
  text-indent: 5px;
  background: white;
  color: #656565;
  cursor: pointer;
}
#billing .select01 .easy-select-box .esb-item:hover {
  background: #656565;
  color: white;
  text-decoration: none;
}
#billing .select01 .easy-select-box.disabled .esb-displayer,
#billing .select01 .easy-select-box:hover.disabled .esb-displayer {
  background-position: 0 -36px;
}
#billing dl {
  margin-top: 35px;
  padding-bottom: 30px;
}
#billing dl dt {
  font-size: 20px;
  color: #656565;
}
#billing dl dd {
  padding-top: 30px;
  font-size: 17px;
  color: #656565;
  line-height: 1.5;
}
#billing .sectionBill {
  width: 900px;
  padding: 20px 30px;
  background: #00afec;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  behavior: url(/works/tismc/css/PIE.htc);
}
#billing .sectionBill ul {
  padding: 0;
  background: none;
}
#billing .sectionBill ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#billing .sectionBill ul li {
  padding-top: 5px;
  float: left;
  width: 50%;
}
#billing .sectionBill ul li.tit {\
  padding-top: 5px;
  font-size: 25px;
  color: white;
}
#billing .sectionBill ul li.price {
  padding-top: 5px;
  font-size: 25px;
  color: white;
  text-align: right;
}
#billing .sectionInfo {
  width: 958px;
  margin-top: 20px;
  padding: 10px 0;
  border: 1px solid #00afec;
  text-align: center;
  font-size: 20px;
  color: #656565;
}
#billing .sectionInfo span {
  color: #ffae00;
}
#billing .sectionData {
  width: 1000px;
  margin-top: 20px;
}
#billing .sectionData table {
  width: 959px;
  border-collapse: collapse;
  border-left: 1px solid #48bee0;
}
#billing .sectionData table th {
  background: #00afec;
  border-right: 1px solid #48bee0;
  border-bottom: #48bee0;
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
  color: white;
}
#billing .sectionData table th.head01 {
  width: 478px;
  border-right: 1px solid #48bee0;
}
#billing .sectionData table th.head02 {
  width: 479px;
}
#billing .sectionData table td {
  padding: 10px 20px;
  border-right: 1px solid #48bee0;
  border-bottom: 1px solid #48bee0;
  font-size: 15px;
}
#billing .sectionData table td.body01 {
  width: 478px;
  color: #656565;
}
#billing .sectionData table td.body02 {
  width: 479px;
  text-align: right;
  color: #656565;
}
#billing .sectionData table td.body03 {
  width: 478px;
  background: #d3f5ff;
  font-size: 20px;
  color: #666666;
}
#billing .sectionData table td.body04 {
  width: 479px;
  background: #d3f5ff;
  text-align: right;
  font-size: 20px;
  color: #666666;
}
#billing .sectionBank {
  width: 1000px;
  margin-top: 40px;
}
#billing .sectionBank h2 {
  padding-top: 5px;
  padding-bottom: 20px;
  font-size: 20px;
  color: #656565;
}
#billing .sectionBank div {
  width: 1000px;
  padding: 20px;
  background: #00afec;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  behavior: url(/works/tismc/css/PIE.htc);
}
#billing .sectionBank div ul {
  padding: 0;
  background: none;
}
#billing .sectionBank div ul li {
  font-size: 17px;
  line-height: 1.5;
  color: white;
}

#billing .explainCVPE{
  color: #656565;
}


/* お預かり・お弁当確認：Daycare&Meal */
#daycare {
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 40px;
  color: #656565;

  /* プルダウンメニュー　カスタマイズ設定 */
  /* カテゴリ */
}

#daycare .shussekiboDetail{
  margin: 10px;
    line-height: 20px;
}


#daycare p {
  font-size: 17px;
  color: #656565;
}

#daycare p.attention {
  padding-bottom: 40px;

}

#daycare .sectionConfirmation {
  width: 1010px;
  padding: 25px 20px;
  background: whitesmoke;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  behavior: url(/works/tismc/css/PIE.htc);
}
#daycare .sectionConfirmation li {
  padding: 3px 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 17px;
  color: #656565;
  line-height: 1.5;
}
#daycare .sectionPeriod {
  padding-bottom: 40px;
}

#daycare ul {
  letter-spacing: -.40em;
}
#daycare ul li {
  vertical-align: middle;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  letter-spacing: normal;
}
#daycare ul li.select01 {
  margin-right: 20px;
}
#daycare .select01 .easy-select-box {
  position: relative;
  display: inline-block;
  background: white;
  border: 1px solid #656565;
  text-align: left;
  font-size: 17px;
  color: #656565;
  z-index: 800;
}
#daycare .select01 .easy-select-box:hover .esb-displayer {
  text-decoration: none;
}
#daycare .select01 .easy-select-box .esb-displayer {
  background: url(../images/btn_select_arrow.png) no-repeat 165px 7px;
  color: #656565;
  cursor: default;
  height: 33px;
  line-height: 33px;
  padding: 0 13px;
  text-indent: 5px;
  width: 164px;
  cursor: pointer;
}
#daycare .select01 .easy-select-box .esb-dropdown {
  background: white;
  border: 1px solid #656565;
  display: none;
  max-height: 410px;
  overflow: auto;
  position: absolute;
  margin-left: -1px;
  z-index: 999;
  width: 190px !important;
}
#daycare .select01 .easy-select-box .esb-item {
  padding: 8px 13px;
  text-indent: 5px;
  background: white;
  color: #656565;
  cursor: pointer;
}
#daycare .select01 .easy-select-box .esb-item:hover {
  background: #656565;
  color: white;
  text-decoration: none;
}
#daycare .select01 .easy-select-box.disabled .esb-displayer,
#daycare .select01 .easy-select-box:hover.disabled .esb-displayer {
  background-position: 0 -36px;
}
#daycare .select02 .easy-select-box {
  position: relative;
  display: inline-block;
  background: white;
  border: 1px solid #656565;
  text-align: left;
  font-size: 17px;
  color: #656565;
  z-index: 800;
}
#daycare .select02 .easy-select-box:hover .esb-displayer {
  text-decoration: none;
}
#daycare .select02 .easy-select-box .esb-displayer {
  background: url(../images/btn_select_arrow.png) no-repeat 165px 7px;
  color: #656565;
  cursor: default;
  height: 33px;
  line-height: 33px;
  padding: 0 13px;
  text-indent: 5px;
  width: 164px;
  cursor: pointer;
}
#daycare .select02 .easy-select-box .esb-dropdown {
  background: white;
  border: 1px solid #656565;
  display: none;
  max-height: 410px;
  overflow: auto;
  position: absolute;
  margin-left: -1px;
  z-index: 999;
  width: 190px !important;
}
#daycare .select02 .easy-select-box .esb-item {
  padding: 8px 13px;
  text-indent: 5px;
  background: white;
  color: #656565;
  cursor: pointer;
}
#daycare .select02 .easy-select-box .esb-item:hover {
  background: #656565;
  color: white;
  text-decoration: none;
}
#daycare .select02 .easy-select-box.disabled .esb-displayer,
#daycare .select02 .easy-select-box:hover.disabled .esb-displayer {
  background-position: 0 -36px;
}
#daycare .sectionData {
  width: 1050px;
  margin-bottom:50px;
}
#daycare .sectionData table {
  width: 1024px;
  border-collapse: collapse;
}
#daycare .sectionData table th {
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 17px;
  color: white;
  line-height: 1.5;
}
#daycare .sectionData table th.head01 {
  width: 82px;
  border-left: 1px solid #71a904;
  border-right: 1px solid white;
  background: #71a904;
}
#daycare .sectionData table th.head02 {
  width: 71px;
  border-right: 1px solid white;
  background: #00afec;
}
#daycare .sectionData table th.head03 {
  width: 120px;
  border-right: 1px solid white;
  background: #00afec;
}
#daycare .sectionData table th.head04 {
  width: 90px;
  border-right: 1px solid white;
  background: #00afec;
}
#daycare .sectionData table th.head05 {
  width: 66px;
  border-right: 1px solid white;
  background: #00afec;
}
#daycare .sectionData table th.head06 {
  width: 120px;
  border-right: 1px solid white;
  background: #00afec;
}
#daycare .sectionData table th.head07 {
  width: 90px;
  border-right: 1px solid white;
  background: #00afec;
}
#daycare .sectionData table th.head08 {
  width: 74px;
  border-right: 1px solid white;
  background: #00afec;
}
#daycare .sectionData table th.head09 {
  width: 113px;
  border-right: 1px solid white;
  background: #ee41a3;
}
#daycare .sectionData table th.head10 {
  width: 113px;
  border-right: 1px solid white;
  background: #ee41a3;
}
#daycare .sectionData table th.head11 {
  border-right: 1px solid #ee41a3;
  border-left: 1px solid #ee41a3;
  background: #ee41a3;
}
#daycare .sectionData table th.head11 {
  width: 93px;
  border-right: 1px solid #ee41a3;
  background: #ee41a3;
}
#daycare .sectionData table th.head12 {
  width: 1024px;
  border-right: 1px solid #00afec;
  background: #00afec;
}
#daycare .sectionData table td {
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 17px;
  color: #656565;
  line-height: 1.3;
}
#daycare .sectionData table td.body01 {
  width: 40px;
  border-left: 1px solid #00afec;
  border-right: 1px solid #00afec;
  border-bottom: 1px solid #00afec;
}
#daycare .sectionData table td.body02 {
  width: 40px;
  border-right: 1px solid #00afec;
  border-bottom: 1px solid #00afec;
}
#daycare .sectionData table td.body03 {
  width: 71px;
  border-right: 1px solid #00afec;
  border-bottom: 1px solid #00afec;
}
#daycare .sectionData table td.body04 {
  width: 48px;
  border-right: 1px solid #00afec;
  border-bottom: 1px solid #00afec;
}
#daycare .sectionData table td.body05 {
  width: 70px;
  border-right: 1px solid #00afec;
  border-bottom: 1px solid #00afec;
}
#daycare .sectionData table td.body06 {
  width: 90px;
  border-right: 1px solid #00afec;
  border-bottom: 1px solid #00afec;
}
#daycare .sectionData table td.body07 {
  width: 66px;
  border-right: 1px solid #00afec;
  border-bottom: 1px solid #00afec;
}
#daycare .sectionData table td.body08 {
  width: 48px;
  border-right: 1px solid #00afec;
  border-bottom: 1px solid #00afec;
}
#daycare .sectionData table td.body09 {
  width: 70px;
  border-right: 1px solid #00afec;
  border-bottom: 1px solid #00afec;
}
#daycare .sectionData table td.body10 {
  width: 90px;
  border-right: 1px solid #00afec;
  border-bottom: 1px solid #00afec;
}
#daycare .sectionData table td.body11 {
  width: 74px;
  border-right: 1px solid #00afec;
  border-bottom: 1px solid #00afec;
}
#daycare .sectionData table td.body12 {
  width: 42px;
  border-right: 1px solid #00afec;
  border-bottom: 1px solid #00afec;
}
#daycare .sectionData table td.body13 {
  width: 70px;
  border-right: 1px solid #00afec;
  border-bottom: 1px solid #00afec;
}
#daycare .sectionData table td.body14 {
  width: 42px;
  border-right: 1px solid #00afec;
  border-bottom: 1px solid #00afec;
}
#daycare .sectionData table td.body15 {
  width: 70px;
  border-right: 1px solid #00afec;
  border-bottom: 1px solid #00afec;
}
#daycare .sectionData table td.body16 {
  width: 74px;
  border-right: 1px solid #00afec;
  border-bottom: 1px solid #00afec;
}

#choseikinList table th{
  padding: 5px 0px;
  background-color: #00afec;
  border: 1px solid #00afec;
  height: 30px;
}

#choseikinList table td{
  border: 1px solid #00afec;
}

#choseikinList table th.head13{
  padding: 3px 0px;
}

#choseikinList table td.body17{
  width: 60%;
  text-align: left;
  padding-left: 20px;
}

#choseikinList table td.body18{
  text-align: left;
  padding-left: 20px;
}



/*テーブルスクロール用*/
#out_Div { /* 全体の枠。ここにヘッダを格納 */
  position: relative; /* 相対位置 */
  padding-top: 68px;  /*  #in_Div の開始位置 */
  width:auto; /* 列幅の合計＋セル間の幅(2px)の合計＋20px 程度 */
  background-color: #fff; /* 白 */
	padding-left:3px;
}

#in_Div {/* tbodyが入っている。ここがスクロール対象*/
  overflow-y: auto; /* スクロールバー*/
  height: 400px; /* tbodyを表示する高さ */
	padding:0;
}

#sclTbl thead tr {/* ヘッダ 見出し行,位置を #out_Div の左上端に移動 */
  position: absolute; /* 絶対位置 */
  top: 0px; /* 上からの位置 */
  left: 3px; /* 左からの位置 */
  background-color: #fff;
   }

#sclTbl thead tr th{/* thead 'th'のスタイル */

   }

#sclTbl tbody tr td{/* tbody 'td'のスタイル */

   }

.coL0 { width: 30px; }/* colgroupの列幅指定 */
.coL1 { width: 100px; }
.coL2 { width: 120px; }

/* お預かり・お弁当確認：Daycare&Meal */
#registration {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 40px;
}


#registration p {
  margin-top: 10px;
  font-size: 17px;
  color: #656565;
}

#registration h1 {
  margin-top: 40px;
  font-size: 20px;
  color: #656565;
}
#registration .sectionData {
}
#registration .sectionData table {
  width: 595px;
  border-collapse: collapse;
}
#registration .sectionData table th {
  width: 243px;
  padding: 10px 7px 8px;
  vertical-align: top;
  font-size: 17px;
  line-height: 1.5;
  color: white;
  background: #00afec;
}
#registration .sectionData table th.head01 {
  border-top: 1px solid #00afec;
  border-bottom: 1px solid white;
}
#registration .sectionData table th.head02 {
  border-bottom: 1px solid white;
}
#registration .sectionData table th.head03 {
  border-bottom: 1px solid #00afec;
}
#registration .sectionData table th.head04 {
  border-top: 1px solid #00afec;
  border-right: 1px solid white;
  border-left: 1px solid #00afec;
  border-bottom: 1px solid white;
}
#registration .sectionData table th.head05 {
  border-top: 1px solid #00afec;
  border-right: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}
#registration .sectionData table th.head06 {
  border-top: 1px solid #00afec;
  border-right: 1px solid #00afec;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}
#registration .sectionData table th.head07 {
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid #00afec;
  border-bottom: 1px solid white;
}
#registration .sectionData table th.head08 {
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid #00afec;
  border-bottom: 1px solid #00afec;
}
#registration .sectionData table td {
  width: 336px;
  padding: 9px 10px 5px;
  vertical-align: top;
  font-size: 17px;
  line-height: 1.5;
  color: #656565;
}
#registration .sectionData table td.body01 {
  border-top: 1px solid #00afec;
  border-right: 1px solid #00afec;
  border-bottom: 1px solid #00afec;
}
#registration .sectionData table td.body02 {
  border-right: 1px solid #00afec;
  border-bottom: 1px solid #00afec;
}
#registration .sectionData table td.body03 {
  border-right: 1px solid #00afec;
  border-bottom: 1px solid #00afec;
}
#registration .sectionData table td.body04 {
  border: 1px solid #00afec;
}
#registration .sectionData table td div.small {
  font-size: 14px;
}
#registration .sectionData .pw{
  padding-top: 15px;
  font-size: 17px;
  color: #ffae00;
}
#registration .sectionData p a {
  color: #ffae00;
  text-decoration: underline;
}
#registration .sectionData p a:hover {
  text-decoration: none;
}
#registration h2 {
  padding-top: 35px;
  padding-bottom: 10px;
  font-size: 20px;
  color: #656565;
}


/* ---------------------------------------------------------------- */
/* Global Footer */
#footer {
  width: 100%;
  background: #00afec;

}
#footer .footerinner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 54px;
}
#footer .footerinner:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#footer .footerinner .copyright {
  display: block;
  float: left;
  width: 800px;
  font-size: 10px;
  color: white;
}
#footer .footerinner .btnPageTop {
  display: block;
  float: right;
  height: 11px;
  width: 89px;
}
#footer .footerinner .btnPageTop a {
  display: block;
  height: 11px;
  width: 89px;
  background: url('../images/btn_common.png') 0 -2153px no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  zoom: 1;
}
#footer .footerinner .btnPageTop a:hover {
  background: url('../images/btn_common.png') 0 -2112px no-repeat;
}

/* ---------------------------------------------------------------------
スマートフォン対応
--------------------------------------------------------------------- */

.smp_display{
	display:none;
}

hr{
  //background-color: #fff;
  //border-top: 2px dotted #00afec;
  background: url(../images/img_dotline.png) repeat-x top;
}

/* ---------------------------------------------------------------------
 ボタン
--------------------------------------------------------------------- */

.button_blue{
	width: 260px;
}

.button_blue a {
	//width:100%;
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	background: #00afec;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-decoration:none;
	padding :20px;

    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */

}
.button_blue a:hover {
	background: #32bfd6;        /* マウスオーバーカラー */
}

/* 画面に対してボタンを右寄せにするCSS */
/* ログインボタン */
/* 本登録完了後TOPへボタン */
.button_login,
.button_toTop,
.button_whenPCright
{
  margin-left: auto;
  margin-top: 10px;
}
