/* ==========================================================================
   Color
========================================================================== */
.background_green {
    background: #226942; 
}
.background_cyan {
    background: #5D97C4; 
}
.font_green {
    color: #226942; 
}
.font_cyan {
    color: #5D97C4; 
}

/* ==========================================================================
   @mixin
========================================================================== */
/* ==========================================================================
   WEB FONT
========================================================================== */
@font-face {
  font-family: 'typicons';
  src: url("typicons.eot");
  src: url("typicons.eot?#iefix") format("embedded-opentype"), url("typicons.woff") format("woff"), url("typicons.ttf") format("truetype"), url("typicons.svg#typicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.error-input {
  background-color: #f00 !important;
}

.typcn {
  color: #c8ba7a;
}

.typcn-big {
  font-size: 30px;
}

/* ==========================================================================
   original icon
========================================================================== */
.oico {
  display: inline-block;
  height: 16px;
  width: 16px;
  background-position: 0px 1px;
  background-size: 16px;
}

.oico-mail {
  background-image: url("../img/ico_mail_ffffff_32.png");
}

.oico-up {
  background-image: url("../img/ico_up_888888_32.png");
}

/* ==========================================================================
   common
========================================================================== */
body {
  -webkit-text-size-adjust: 100%;
}

select {
  margin: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.columns {
  margin-bottom: -20px;
}

.button {
  background: #c8ba7a;
  /*
    background: -moz-linear-gradient(top, #80D321 0%, #39d829 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80D321), color-stop(100%,#39d829));
    background: -webkit-linear-gradient(top, #80D321 0%,#39d829 100%);
    background: -o-linear-gradient(top, #80D321 0%,#39d829 100%);
    background: -ms-linear-gradient(top, #80D321 0%,#39d829 100%);
    background: linear-gradient(to bottom, #80D321 0%,#39d829 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80D321', endColorstr='#39d829',GradientType=0 );
  */
}
.button:hover {
  background: #39d829;
}
.button .typcn {
  color: #fff !important;
}
.button .small-title {
  display: block;
  text-align: center;
  font-size: 70%;
}
.button.secondary .typcn {
  color: #888 !important;
}

.button-100percent {
  width: 100%;
}

p {
  padding: 0 10px !important;
}

ul {
  margin-left: 2.0rem;
}

.msg {
  margin: -20px 0 0px 0;
  padding: 10px 10px 1px 10px;
  text-align: left;
  line-height: 140%;
}

.save-message {
  background: #FFF;
  border: 1px solid #80D321;
  color: #80D321;
  margin: 0 0 20px 0;
  padding: 0 0 10px 10px !important;
}
.save-message .typcn-big {
  font-size: 30px;
}

.msg dl {
  margin-bottom: 0px;
}

.msg dl dt {
  float: left;
  height: 5em;
  margin-right: 10px;
}

.info {
  background: #f3ffe7;
}

.alert {
  color: #f04024;
}

.search-container {
  display: block;
  max-width: 100%;
  margin: -20px 0 0 0;
  padding: 10px 0px;
  border-bottom: 1px solid #D8D8D8;
  background: #f3f3f3;
}

.search-container button {
  padding: 0 10px;
}

.ico-new {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  color: #fff;
  background: #ff7f7f;
  box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 3em;
  height: 1.5em;
  font-size: 0.8em;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.ico-old {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  color: #fff;
  speak: none;
  display: inline-block;
  width: 3em;
  height: 1.5em;
  font-size: 0.8em;
}

h4 {
  padding: 10px;
  font-weight: bold;
}

.google-maps {
  position: relative;
  padding-bottom: 250px;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.columns {
  margin: 20px 0px 0px;
}
.columns .columns {
  margin-top: 0;
}

ol {
  margin: 5px 10px 5px 30px;
}

ol li {
  padding-bottom: 20px;
}

.center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.necessity {
  background: red;
  border-radius: 4px;
  color: #fff;
  font-size: 80%;
  font-weight: normal;
  margin: 0 10px;
  padding: 3px 5px;
}

.panel {
  background: #f3f3f3;
  border:none;
/*  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );*/
}

/* ==========================================================================
   base layout
========================================================================== */
.top-bar,
.top-bar.expanded .title-area{
  background: #226942;
}
.top-bar.top-bar--duo,
.top-bar.top-bar--duo.expanded .title-area{
  background: #5D97C4;
}
.top-bar.top-bar--duo .toggle-topbar.menu-icon {
  background: #5D97C4;
}
.top-bar .title-area h1 {
  width: auto;
}
.top-bar .title-area h1 a {
  display: table-cell;
}
.top-bar .title-area h1 a img {
  margin-top: 4px;
  width: auto;
  max-width: none;
  max-height: 37px;
  vertical-align: top;
}
.top-bar .menu-icon a {
  color: #fff !important;
  font-weight:normal;
}

.top-bar-section ul li {
  float: left;
  width: 50%;
  border-right: 1px solid #444;
}
.top-bar-section ul li .typcn {
  padding-right: 10px;
  font-size: 20px;
  color: #fff;
}
.top-bar-section ul li > a {
  border-bottom: 1px solid #444;
  color: #fff;
  background: #333;
}
.top-bar-section ul li:hover > a {
  background: #77BF77 !important;
  color: #fff;
}
.top-bar-section ul .active > a {
  color: #80D321 !important;
}

.width40 {
  width: 40%;
}

.width30 {
  width: 30%;
}

.allcenter {
  vertical-align: middle;
  text-align: center;
}
.margin5 {
  margin: 5px !important;
}
.total-billing {
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (min-width: 102.063em) {
	.top-bar {
		overflow:hidden;
	}
	.top-bar .title-area{
		border:none;
	}
  .top-bar-section ul li {
    width: auto;
    border: none;
  }
  .top-bar-section ul li a{
    border: none;
  }
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
  background: #7FFF7F;
}
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  background: #B9FFB9;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  line-height: 42px !important;
}

.row-note {
  background: #efefef;
}

.copyright {
  font-size: 70%;
  color: #888;
  text-align: center;
}

/* ==========================================================================
   index
========================================================================== */
#welcom-user {
  margin-bottom: 0px;
}
#welcom-user h3 {
  font-size: 1rem;
}
/*alert*/
p.alertbox{
	font-size:0.8rem;
	font-weight:bold;
	position: relative;
	margin:0 5px 10px 5px;
	padding:10px !important;
	line-height:1.4em;
	border:solid 3px #e54017;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
p.alertbox a{
	display:block;
	color:#e54017;
	text-decoration:underline;
}
p.alertbox span.typcn{
	position: absolute;
	left:5px;
	top:30%;
	color:#e54017;
}
p.alertbox span.alertcomment{
	display:block;
	padding:0 0 0 40px;
}

#page-title {
  clear: both;
  text-align: center;
  margin-top: 45px;
}
#page-title .button {
  float: left;
  margin: -10px;
}
#page-title h3 {
  font-size: 1rem;
}

.page-title-2nd {
  text-align: center;
}
.page-title-2nd h3 {
  font-size: 1rem;
}

.normal-rink {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 90%;
}

.caltegory-title {
  border-bottom: 1px solid #ccc;
  background-color: #EFEFEF;
  color: #888;
  margin-top: -20px;
  padding: 10px 10px 10px 10px;
}

/*top-news*/
#top-news h4{
	font-size:0.9rem;
	margin:0;
	padding:0;
	background-color:#c8ba7a;
}
#top-news h4 a{
	color:#fff;
	font-weight:normal;
	display: block;
	padding:10px;
	position: relative;
}
#top-news h4 a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 26%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: 5px;
	background: #fff;
}
#top-news h4 a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 26%;
	right: 18px;
	width: 10px;
	height: 10px;
	margin-top: 5px;
	background: #c8ba7a;
}
#top-news ul li{
	border-color:#eee;
}
#newslist ul li a,
#top-news ul li a{
	overflow:hidden;
}
#newslist ul .typcn,
#top-news a .typcn {
	font-size:22px;
	float: left;
	margin-top: -4px;
	padding-right: 5px;
	line-height:1.2em;
	color:#fff;
}
#newslist ul li .title,
#top-news ul li .title{
	width:77%;
	font-size:0.9rem;
	text-indent:0.5em;
}
#newslist ul li .date,
#top-news ul li .date{
	position:static;
	padding-left:0;
}
#top-news ul li a:before {
	top:48%;
	background: #e7edcd;
}
#top-news ul li a:after {
	top:48%;
	background: #fff;
}
#newslist ul li .unread,
#top-news ul li .unread{
	position:absolute;
	display:inline-block;
	right:22px;
	top:48%;
	font-size:0.8rem;
	line-height:1.5em;
	padding:0 10px;
	color:#fff;
	background-color:#ef970b;

}
/*top-button
#top-button ul{
	margin:0;
	padding:0 0 20px 0;
	letter-spacing: -.40em;
	text-align:center;
}
#top-button ul li{
	width:16%;
	margin:0;
	padding:0 2px;
	text-decoration:none;
	display:inline-block;
	vertical-align: top;
	letter-spacing: normal;
	text-align:center;
}
#top-button ul li a{
	display:table;
	width:100%;
	line-height:1.3em;
	color:#fff;
	background-color:#00a61c;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#top-button ul li a span{
	width:100%;
	display:table-cell;
	height:3.5em;
	vertical-align:middle;
}*/
#top-button {
	width: 100%;
	overflow-x: auto;
	background-color:#f3f3f3;
}
#top-button ul {
	width: 800px;
	margin: 0 auto;
	padding:0 1px;
	list-style: none;
}
#top-button ul li {
	float: left;
	width: 100px;
	text-align: center;
	padding:20px 0 22px 0;
}
#top-button ul li a{
	font-size:0.9rem;
	line-height:1.3em;
	display: block;
	margin:0 2px;
	padding:15px 0 8px 0;
	background: #226942;
	color: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow:0 2px 0 0 #00492b;
}
.top-button-kdi-duo {
  background: #5D97C4 !important;
  box-shadow: 0 2px 0 0 #1b4261 !important;
}
#top-button ul li a .typcn{
	font-size:20px;
	display:block;
	color:#fff;
	margin-top:2px;
}
#top-button {
	-webkit-overflow-scrolling: touch;
}

/*top-shortcut*/
#top-shortcut {
	width: 100%;
	background-color: #f3f3f3;
	padding: 5px 0 5px 0;
}
#top-shortcut ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#top-shortcut ul li {
	margin: 6px;
	min-width: 120px;
}
#top-shortcut ul li a {
	display: block;
	padding: 12px 17px;
	text-align: center;
	font-size: 0.9rem;
	color: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/*top-link*/



.index-menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.index-menu ul li {
  padding: 10px 10px 8px 10px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.index-menu ul li a {
  position: relative;
}
.index-menu ul li .typcn {
  float: left;
  margin-top: -8px;
  padding-right: 10px;
  line-height:1.2em;
}
.index-menu ul li .title {
  font-size: 0.9rem;
  float: left;
  display: block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.index-menu ul li .note {
  position: absolute;
  padding-left: 50px;
  top: 30px;
  display: block;
  font-size: 80%;
  color: #888;
}
.index-menu ul li .small-note {
  position: absolute;
  padding-left: 20px;
  top: 40px;
  display: block;
  font-size: 70%;
  color: #888;
}
.index-menu ul li .date {
  position: absolute;
  padding-left: 50px;
  top: 30px;
  display: block;
  font-size: 80%;
  line-height:1em;
}
.index-menu ul li a {
  display: block;
  padding: 5px 0px;
  position: relative;
}
.index-menu ul li a:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 80%;
  right: 5px;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  background: #c8ba7a;
}
.index-menu ul li>a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 80%;
  right: 8px;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  background: #fff;
}
.index-menu .child-select-list {
  border-top: 1px solid #ccc;
}
.index-menu .child-select-list a {
  min-height: 0px !important;
}
.index-menu .child-select-list a:before {
  margin-top: -5px;
}
.index-menu .child-select-list a:after {
  margin-top: -5px;
}
.index-menu .supplies-caltegory-List li {
  padding: 0;
}
.index-menu .supplies-caltegory-List li a {
  padding: 20px 10px;
}
.index-menu .supplies-caltegory-List li a:before,
.index-menu .supplies-caltegory-List li a:after {
  top: 30%;
}
.index-menu .supplies-caltegory-List li a:before {
  right: 15px;
}
.index-menu .supplies-caltegory-List li a:after {
  right: 20px;
}
.index-menu .supplies-caltegory-List dl {
  line-height: 1;
  margin-bottom: 0;
}
.index-menu .supplies-caltegory-List dt {
  float: left;
}
.index-menu .supplies-caltegory-List dt img {
  width: 75px;
}
.index-menu .supplies-caltegory-List dd {
  padding-left: 95px;
  padding-top: 10px;
}
.index-menu .supplies-caltegory-List .price {
  color: #888;
  display: block;
  margin-top: 10px;
}
.index-menu .supplies-caltegory-item-List li a:before,
.index-menu .supplies-caltegory-item-List li a:after {
  top: 40%;
}
.index-menu-birthday-message {
  margin: 5px;
  padding: 5px;
  background-color: #ff69b4;
  border-radius:10px;
}
.index-menu-birthday-message ul{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  text-align:center;
}
.index-menu-birthday-message ul li {
  padding: 10px;
  border-bottom: 1px solid #ff69b4;
  position: relative;
}
.index-menu-birthday-message ul li .note {
  padding-left: 10px;
  top: 30px;
  display: block;
  font-size: 80%;
  color: #000;
}
.index-menu-nolink li {
  padding-bottom: 20px !important;
}

.index-menu-nolink li .title {
  overflow: visible !important;
  white-space: normal !important;
  text-overflow: inherit !important;
  -webkit-text-overflow: inherit !important;
  -o-text-overflow: inherit !important;
}

.index-menu-nolink li .date {
  position: relative !important;
  top: 0px !important;
}

.index-menu-ckb {
  border-top: 1px solid #ccc;
}

.index-menu-ckb li label {
  font-size: 1.2rem;
}

.index-menu-ckb li input {
  width: 30px;
  vertical-align: top;
  margin-top: 20px;
}

.index-menu-ckb li .mail {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 0.8rem;
}

.index-menu li:before,
.index-menu li:after {
  content: " ";
  display: table;
}

.index-menu li:after {
  clear: both;
}

.item-detail {
  text-align: center;
}
.item-detail .item-title {
  background: #efefef;
  margin: 20px 10px 20px 10px;
  padding: 10px;
}
.item-detail .item-price {
  margin: 10px;
}
.item-detail .item-quantity .select-month {
  margin-top: 10px;
}
.item-detail .item-quantity-table {
  border: none;
  margin: 10px auto;
  width: 100%;
}
.item-detail .item-quantity-table caption {
  border-bottom: 1px solid #ccc;
  margin: 20px 0 10px;
  padding-bottom: 10px;
}
.item-detail .item-quantity-table .input-first-day {
  display: inline;
  margin-right: 10px;
  width: 150px;
}
.item-detail .item-quantity-table tr:nth-of-type(even) {
  background: #fff;
}
.item-detail .item-quantity-table th {
  font-weight: bold;
  font-size: 100%;
  border-bottom: 1px dotted #ccc;
}
.item-detail .item-quantity-table td {
  font-size: 100%;
  border-bottom: 1px dotted #ccc;
}
.item-detail .item-quantity-table td a {
  text-decoration: underline;
}
.item-detail .item-quantity-table .td-name {
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  text-align: left;
}
.item-detail .item-quantity-table .td-item {
  text-align: left;
}
.item-detail .item-quantity-table .subtotal td {
  background: #efefef;
}
.item-detail .item-quantity-table .total td {
  background: #ffd6d6;
}
.item-detail .item-quantity-select {
  margin: 0;
}
.item-detail .item-quantity-input {
  display: inline;
  margin: 0 5px 0 0;
  width: 5em;
}

.order-log-title {
  background: #F2F2F2;
  margin: 0;
  padding: 20px;
  text-align: center;
}

.order-log-table {
  border: none;
  margin: 0 auto;
  width: 100%;
}
.order-log-table td {
  word-break: break-word;
}
.order-log-table .order-time td {
  border-top: 1px solid #ccc;
}
.order-log-table .total {
  text-align: right;
}
.order-log-table .total strong {
  color: red;
  padding: 0 5px;
}
.order-log-table .child-name {
  width: 5em !important;
}
.order-log-table .article-name {
  width: 20em !important;
}
.order-log-table .price {
  text-align: right !important;
  width: 5em !important;
}

.total-wrapper {
  background: #FFFFFF;
}

.total-table {
  background: none;
  border: none;
  margin: 0 auto 10px;
}
.total-table td strong {
  color: red;
  font-size: 150%;
}

.total-table .order-header {
    background: #D2F079;
}

.total-table .order-supplier th {
    background: #F3FFE7;
}

.total-table .odd td {
    background: #F9F9F9;
}

.total-table .even td {
    background: #FFFFFF;
}

.total-table tr.blank-row:first-child {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
}

.total-table tr.blank-row:first-child td {
    padding: 0;
}

.total-table tr.blank-row {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.remark-area p {
  margin: 0 0 5px;
}

/* ==========================================================================
   faq
========================================================================== */
.ul-faq {
  margin-left: 0rem;
  list-style-type: none;
}

.ul-faq li {
  padding: 20px;
  border-bottom: 1px dotted #ccc;
}

.ul-faq li strong {
  display: block;
  padding-bottom: 10px;
  font-weight: bold;
  color: #77bf77;
}

/* ==========================================================================
   content
========================================================================== */
.content .today {
  font-weight: bold;
  padding-top: 20px !important;
  padding-bottom: 0px !important;
}

/* ==========================================================================
   extend
========================================================================== */
.weeklyList li {
  padding: 0 10px !important;
}
.weeklyList .completed {
  background: #f00;
  color: #fff;
  display: inline;
  font-size: 80%;
  margin: 0 0 0 10px;
  padding: 3px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.weeklyList .child-name {
  display: inline;
  margin: 0 10px 0 0;
}

.weekly-list-date dl {
  margin-bottom: 0;
}
.weekly-list-date dt {
  margin-top: 20px;
}
.weekly-list-date dt label {
  color: #09C;
  font-size: 100%;
  font-weight: 700;
}

ul.select_btn li {
  background: #EFEFEF !important;
  border: none !important;
  margin-top: 20px;
}

.select-extend-wrapper {
  margin-bottom: 0;
}
.select-extend-wrapper .select-extend-label {
  border: 1px solid #ccc;
  font-size: 100%;
  margin: 10px 10px 5px;
  padding: 10px 10px 0 10px;
}
.select-extend-wrapper .select-extend-label-active {
  background: #efefef;
}
.select-extend-wrapper .select-name-label {
  font-size: 100%;
  margin: 10px 10px 5px;
  padding: 10px 10px 0 10px;
}
.select-extend-wrapper .select-name-label-active {
  background: #efefef;
}

.select-child-wrapper {
  margin: 10px 0 20px;
}

.select_btn.extend-select-btn {
  margin-left: 0;
}
.select_btn.extend-select-btn li {
  margin-top: 0;
}
.select_btn.extend-select-btn li.back {
  float: left;
  margin-left: 10px;
  width: 80px;
}
.select_btn.extend-select-btn li.next {
  float: right;
  margin-right: 10px;
  width: 80px;
}

.lock {
  background: url("../img/i_lock.png") no-repeat right center !important;
  background-size: 24px 38px !important;
  margin-right: 15px;
}

.child-name {
  padding-bottom: 0 !important;
}

.extend-default {
  clear: both;
  margin: 20px 10px 0;
}
.extend-default dt {
  border-bottom: 2px solid #80D321;
  margin-bottom: 10px;
  font-weight: normal;
  padding-bottom: 5px;
  padding-left: 5px;
}
.extend-default dd {
  margin-bottom: 0;
}
.extend-default .extend-default-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.extend-default .extend-default-list li {
  float: left;
  padding-right: 20px;
}

.extend-cancel {
  clear: both;
  margin: 0px 20px;
}
.extend-cancel dd {
  font-weight: bold;
  padding: 0 10px;
}
.extend-cancel dd label {
  color: #E92424;
}

.extend-week {
  clear: both;
}
.extend-week .extend-week-list {
  list-style-type: none;
  margin: 10px;
}
.extend-week .extend-week-list li {
  float: left;
  width: 60px;
}
.extend-week .extend-week-list li label {
  font-size: 100%;
  padding: 5px 10px 0px;
}
.extend-week .extend-week-list .select-week-label-active {
  background: #efefef;
}

.extend-time {
  clear: both;
}
.extend-time dd {
  float: left;
  padding-right: 20px;
}

.extend-reason {
  clear: both;
}

.extend-note {
  clear: both;
}

.extend-select-list {
  list-style-type: none;
  margin: 0 20px;
}

.batch-select-days-title {
  background: #ccc;
  color: #333;
  font-size: 80%;
  padding: 3px 5px;
  margin-right: 10px;
}

.extend-explanation {
  background: #f3ffe7;
  border: 1px solid #C4FF87;
  color: #555;
  font-size: 80%;
  margin: -5px 10px 10px 10px;
  padding: 10px 10px !important;
  text-align: left;
}

.select-extend-explanation {
  border-top: none;
}

.extend-schedule-table-wrapper {
  margin: 0 10px 10px;
}

.extend-schedule-table {
  margin: 0px auto 10px;
  width: 100%;
  /*
    .week {
      background: #BEFF87;
    }
  */
}
.extend-schedule-table tr:nth-of-type(even) {
  background: inherit;
}
.extend-schedule-table td {
  border: 1px solid #ccc;
  padding: 0;
  width: 33.333%;
}
.extend-schedule-table td a,
.extend-schedule-table td .reserved-inner {
  color: #888;
  display: block;
  padding: 10px;
}
.extend-schedule-table td .checkbox-remainder {
  font-size: 80%;
}
.extend-schedule-table td .remainder {
  background: #f16b6b;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  padding: 2px 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 2em;
}
.extend-schedule-table .today {
  color: #f00 !important;
}
.extend-schedule-table .from {
  display: block;
  height: 10px;
  margin: -4px auto 0;
  overflow: hidden;
  padding: 0;
  width: 10px;
}
.extend-schedule-table tbody th {
  background: #eee;
  font-weight: bold;
}
.extend-schedule-table tbody th .day-of-week {
  color: #555;
  font-size: 80%;
  font-weight: normal;
  margin-top: 5px;
}
.extend-schedule-table tbody th.saturday {
  background: #B7C4E1;
}
.extend-schedule-table tbody th.sunday {
  background: #FFC9C9;
}
.extend-schedule-table .extend-schedule-state-title {
  background: #FFF;
  border: 1px solid #ccc;
  color: #333;
  display: block;
  margin-bottom: 10px;
  padding: 5px 3px;
}
.extend-schedule-table .extend-schedule-state-week {
  background: #888;
  color: #fff;
  display: block;
  font-weight: normal;
  margin: -10px auto 5px;
  padding: 0 3px;
}
.extend-schedule-table .selected,
.extend-schedule-table .verification {
  background: #FFFCAE;
}
.extend-schedule-table .selected .extend-schedule-state-title,
.extend-schedule-table .verification .extend-schedule-state-title {
  background: #FF7A00;
  border: none;
  color: #fff;
}
.extend-schedule-table .cancel {
  background: #efefef;
}
.extend-schedule-table .cancel .extend-schedule-state-title {
  background: #efefef;
}
.extend-schedule-table .reserved {
  background: #BBFFE2;
}
.extend-schedule-table .reserved .extend-schedule-state-title {
  background: #009555;
  border: none;
  color: #fff;
}
.extend-schedule-table .none {
  background: url("../img/extend-none.gif") repeat;
}

.introductory-table {
  border-top: none;
}
.introductory-table td {
  text-align: center;
}

/* ==========================================================================
   bus
========================================================================== */
.bus-mail-default {
  clear: both;
  margin: 20px 10px;
}
.bus-mail-default dt {
  border-bottom: 2px solid #80D321;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.bus-stop-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bus-stop-list li {
  padding: 0px 10px 0px 10px;
  text-align: center;
}
.bus-stop-list li:after {
  content: "|";
  background: #aaa;
  color: #aaa;
  display: block;
  height: 20px;
  line-height: 0;
  margin: 0 auto;
  text-align: center;
  width: 15px;
}
.bus-stop-list li p {
  background-color: #efefef;
  background-image: url("../img/checkbox.png");
  background-size: 44px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #666;
  cursor: default;
  border-bottom: 3px solid #ccc;
  display: block;
  font-size: 18px;
  margin: 0 auto;
  padding: 20px !important;
  padding-left: 70px !important;
  padding-right: 90px !important;
  position: relative;
  text-align: left;
  text-decoration: none;
}
.bus-stop-list li p span.number {
  background: #888;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  display: block;
  float: left;
  font-weight: normal;
  font-size: 10px;
  height: 25px;
  margin-right: 10px;
  margin-top: 1px;
  padding: 4px 7px 5px;
  width: 25px;
}
.bus-stop-list li p .push {
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: normal;
  float: right;
  margin-left: 10px;
  padding: 0 3px 2px 4px;
  position: absolute;
  right: 20px;
  top: 5px;
  width: 1.8em;
}
.bus-stop-list li p .push .typcn {
  color: #666;
  font-size: 30px;
}
.bus-stop-list li p .push-star {
  right: 50px;
}
.bus-stop-list li p.lapse {
  background-color: #eba2bf;
  background-image: url("../img/checkbox_lapse.png");
  border-bottom: 3px solid #e86398;
  color: #fff;
  padding: 10px 90px 10px 70px !important;
}
.bus-stop-list li p.lapse span.number {
  background: #e86398;
}
.bus-stop-list li p.lapse .push {
  top: 15px !important;
}
.bus-stop-list li p.lapse .push .typcn {
  color: #fff;
}
.bus-stop-list .time {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.bus-stop-list .time .typcn {
  color: #e86398;
  font-size: 25px;
}
.bus-stop-list .time .ico-time {
  background: url("../img/ico_time_p@2x.png") no-repeat;
  background-size: 20px;
  display: block;
  float: left;
  height: 20px;
  margin-right: 15px;
  margin-top: 5px;
  width: 20px;
}
.bus-stop-list .bus-stop-end {
  background-image: none;
}
.bus-stop-list .bus-stop-end:after {
  content: none;
}

.bus-stop-notes {
  color: #888;
}
.bus-stop-notes .push {
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: normal;
  float: left;
  margin-right: 10px;
  padding: 0 3px 2px 4px;
  width: 1.8em;
}
.bus-stop-notes .push .typcn {
  color: #666;
  display: block;
  font-size: 2em;
  margin-top: -15px;
}

/* ==========================================================================
   pagination
========================================================================== */
.pagination {
  margin-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.pagination .current,
.pagination a {
  border: 1px solid #ccc;
  padding: 10px;
}
.current{
  background-color: #c8ba7a;
}
.pagination .abbreviation {
  border: none;
  color: #ccc;
  padding: 10px;
}
ul.pagination li.current{
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: white;
  font-weight: bold;
  cursor: default; 
  -webkit-border-radius: 3px;
  background: #c8ba7a;
}

/*H01-001*/
.linklist .title{
	padding-bottom:25px;
}
.linklist ul li a.favorite{
	position:absolute;
	right:25px;
	top:28%;
	display:inline-block;
}
.linklist ul li a.favorite:before,
.linklist ul li a.favorite:after{
	display:none;
}

.linklist ul li .favorite .typcn-star-full-outline{
	color:#eee;
	font-size:1.6em;
}
.linklist ul li .on .typcn-star-full-outline{
	color:#ffcc00;
}
/*H14-001*/
#newslist ul li a:before,
#newslist ul li a:after{
	top:48%;
}
/*H14-011*/
.detail-head{
	padding:10px;
	border-bottom:solid 3px #eee;
}
.detail-head .date{
	font-size:0.9rem;
	color:#888;
}
.detail-head h2{
	color:#444;
	font-size:1.5rem;
	line-height:1.1em;
}
.detail-attachment{
}
.detail-attachment ul{
	margin:0;
	padding:15px;
	background-color:#f3f3f3 ;
}
.detail-attachment ul li{
	margin:0;
	padding:4px 0;
	list-style:none;
}
.detail-attachment ul li a{
	color:#fff;
	display:block;
	padding: 0 10px 3px 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color:#226942;
	box-shadow:0 2px 0 0 #00492b;
}
.detail-attachment ul li .typcn{
	font-size:1.5rem;
	margin-right:2px;
	color:#fff;
}
