/** Shopify CDN: Minification failed

Line 86:3 Expected ":"
Line 87:3 Expected ":"

**/
/* ヘッダー（年月とボタン） */
div.calendar_header {
  text-align: center;
}

/* 年月 */
div.calendar_header > p#year_month_label {
  margin: 20px 20px 10px;
  font-size: 1.5em;
  font-weight: bold;
}

/* ボタン */
button#prev_year_btn,
button#prev_month_btn,
button#now_btn,
button#next_month_btn,
button#next_year_btn {
  width: 3em;
  height: 2em;
}

/* カレンダーテーブル */
table.calendar_tbl {
  width: 100%;
  margin: 20px auto 0;
  border: 1px solid;
  border-collapse: collapse;
}

/* カレンダーテーブルの見出し（曜日） */
table.calendar_tbl tr th {
  text-align: center;
  border: 1px solid #000;
}

/* カレンダーテーブルの見出し（日曜日） */
table.calendar_tbl tr th:first-child {
  color: #f00;
}

/* カレンダーテーブルの見出し（土曜日） */
table.calendar_tbl tr th:last-child {
  color: #00f;
}

/* カレンダーテーブルの日付部分 */
table.calendar_tbl tr td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #000;
  height: 3em;
}

/* カレンダーテーブルで日付が入らない部分 */
table.calendar_tbl tr td.no_date {
  background-color: #f2f2f2;
}

/* カレンダーテーブルの日付の部分（日曜日） */
table.calendar_tbl tr td:first-child {
  z-index: 10;
  background-color: #fadbda;
  color: #f00;
}

/* カレンダーテーブルの日付の部分（土曜日） */
table.calendar_tbl tr td:last-child {
  background-color: #ddeeff;
  color: #00f;
}

/* マウスオーバー時 */
table.calendar_tbl tr td.with_date:hover {
  background-color: #7fffd4;
}

/* 合計金額タイトル */
p#total_cost_title{
　 color: #FF0000;
　 font-weight: bold;
}

label[for="start_date"] {
  background: #7fffd4;
  font-size:90%;
  font-weight:bold;
}

label[for="end_date"] {
  background: #ff8c00;
  font-size:90%;
  font-weight:bold;
}

label[for="extension_fee_caution"] {
  font-size:100%;
  color:#dc143c;
  line-height:1.0;
}

#start_yyyymmdd{
  width:200px;
  font-size:100%;
  height:30px;
}

#end_yyyymmdd{
  width:200px;
  font-size:100%;
  height:30px;
}

#input_send_date{
  border-width:0pt;
  width:200px;
  font-size:110%;
  height:30px;
  font-weight:bold;
  background-color:#FFFAE9;
}

#input_return_date{
  border-width:0pt;
  width:200px;
  font-size:110%;
  height:30px;
  font-weight:bold;
  background-color:#FFFAE9;
}

#extension_fee{
  border-width:0pt;
  width:200px;
  font-size:110%;
  height:30px;
  font-weight:bold;
  background-color:#FFFAE9;
}

#border{
  padding: 7px;
  border: 3px solid;
  background: #FFFAE9;
}

p.total_price__field{
  font-weight:bold;
}