.calendar {
    width: 100%;
}

.calendar {
    border-collapse: collapse;
}

.calendar th, .calendar td {
    border: 1px solid #ddd;
    padding: 10px;
    height: 100px;
}

.calendar th {
	height:auto;
}

.calendar td {
    vertical-align: top;
}

.calendar thead tr th {
    width: 14.2%;
    text-align: center;
}

.calendar .wp-post-image {
    display: block;
    margin: 0 auto;
}

.calendar .holiday, .calendar .holiday a {
    color: red;
}

.calendar .saturday, .calendar .saturday a {
    color: blue;
}

.calendar_info {
    display: none;
}

.ft_data>.data_nav>p i {
    display: block;
    text-align: center;
    margin-top: 3px;
    color: #d6d6d6;
    font-size: 1.2em;
}

.ft_data>.data_nav {
    width: 100%;
    text-align: center;
}

.calendar>table>tbody td>div>.mm {
    width: 100%;
    display: block;
}

select.none-css {
    padding: 6px 15px;
    background: #fafafa;
    border: 1px solid #eaeaea;
    height: auto !important;
    font-size: 11px;
    color: #666;
}

select.none-css.form_type {
	min-width:157px;
	margin-right: 10px;
}

select.none-css:disabled {
    background: rgba(0, 0, 0, 0.1);
}

.page_num>ul>li.on a {
    color: #fff;
}

.page_num>ul>li:hover a {
    background: #d60514;
    color: #fff;
}

.page_num {
    width: 100%;
    text-align: center;
    ;
}

.page_num>ul {
    display: inline-block;
    float: none;
}

.page_num02 p:nth-child(2) a {
    color: #fff;
}

.prev.disabled {
    display: none;
}

.br_about>div.intro_r .th_border {
    right: 20px;
}

.br_about>div.intro_r .intro_txt {
    float: left;
    margin-left: 10px;
}

.br_about>div.intro_r .thumbnail {
    float: right;
}

.br_about>div.intro_l .th_border {
    left: 20px;
}

.br_about>div.intro_l .intro_txt {
    float: right;
}

.br_about>div.intro_l .thumbnail {
    float: left;
}

#store_list ul li {
		cursor:pointer;
}


@media screen and (max-width: 420px) {
	.store_map .map_body > div ul li {
		height: 65px !important;
	}
	.page_num>ul>li {
		margin-right:0;
	}
}



/* -----------------------------------------------
 * Timeline
 * --------------------------------------------- */
 .timeline {
    list-style: none;
    padding: 10px 0;
    position: relative;
    font-weight: 300;
	padding-top:100px;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 3px;
    background: #eb4047;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 100px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
    background: #ffffff;
    position: relative;
}

.timeline li:not(.timeline-inverted) .timeline-panel .timeline-heading , .timeline li:not(.timeline-inverted) .timeline-panel .timeline-body{
	padding-right:80px;

}

.timeline li.timeline-inverted .timeline-panel .timeline-heading , .timeline li.timeline-inverted .timeline-panel .timeline-body {
	padding-left:80px;
}


/*
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 0;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #dcdcdc;
    border-right: 0 solid #dcdcdc;
    border-bottom: 15px solid transparent;
    content:" ";
}*/

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 24px;
    right: -14px;
    display: inline-block;
	border-top:1px solid #ccc;
    content:" ";
	width:55px;
}
.timeline > li > .timeline-badge {
    color: #ffffff;
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    right: -12px;
    z-index: 100;
	top:12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge > a {
    color: #eb4047 !important;
	display:block;
	font-size:9px;
}

.timeline-badge > a .circle {
	background:#fff;
	border: 2px solid #eb4047;
	width:20px;
	height:20px;
	border-radius: 50%;
	line-height:19px;
}


.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-heading h4 {
	font-size: 32px;
    font-weight: 300;
    color: #3a3a3a;
    position: relative;
}
.timeline-footer {
    padding: 5px 15px;
    background-color:#f4f4f4;
}
.timeline-footer p { margin-bottom: 0; }
.timeline-footer > a {
    cursor: pointer;
    text-decoration: none;
}
.timeline > li.timeline-inverted {
    float: right;
    clear: right;
}
.timeline > li:nth-child(2) {
    margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
    left: -12px;
}
.no-float {
    float: none !important;
}
@media (max-width: 767px) {
	.timeline_wrap .st_cont {
		width:100% !important;
	}

	.timeline > li.timeline-inverted > .timeline-panel:after, .timeline > li > .timeline-panel:after {
		width:20px;
	}

	.timeline li.timeline-inverted .timeline-panel .timeline-heading, .timeline li.timeline-inverted .timeline-panel .timeline-body,
	.timeline li .timeline-panel .timeline-heading, .timeline li .timeline-panel .timeline-body {
		padding-left:20px;
	}

	.timeline li:not(.timeline-inverted) .timeline-panel .timeline-heading, .timeline li:not(.timeline-inverted) .timeline-panel .timeline-body {
		padding-right:0;
	}

	.timeline .timeline-body .history td {
		font-size:11px;
		line-height: 26px;
		color: #5e5e5e;
		letter-spacing: -0.3px;
		vertical-align:top;
	}


	ul.timeline {
		padding-right:30px;
	}

    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li {
        margin-bottom: 0px;
        position: relative;
        width:100%;
        float: left;
        clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: -webkit-calc(100% - 65px);
    }
    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-badge {
        left: 28px;
    }
}

.timeline .timeline-body .history {
	margin-bottom:40px;
}

.timeline .timeline-body .history td {
	font-size:15px;
	line-height: 26px;
	color: #5e5e5e;
	letter-spacing: -0.3px;
	vertical-align:top;
}

.timeline .timeline-body .history td.year, .timeline .timeline-body .history td.month {
	font-weight: 500;
}

.timeline .timeline-body .history td.year {
	width: 40px;
}

.timeline .timeline-body .history td.month {
	width: 20px;
}

.timeline .timeline-body .history td.content {

	padding-left:15px;

}

.brand_fail { display:none; font-size: 13px; color:red; margin-left: 30px;}
.brand_fail.on { display: inline-block; }

@media screen and (max-width: 754px) {
	.brand_fail { margin-left: 0;}
}

.brand_ch .select
{
	width: 140px;
    height: 40px;
    font-size: 15px;
    letter-spacing: -0.1px;
    color: #999999;
    font-weight: 300;
}

.brand_ch .glo
{
	margin-left : 5%;
}