@charset "UTF-8";
/* CSS Document */

.sche-table {
    width: 96%;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 40px;
	margin-top: 240px;
}

.sche-table2 {
    width: 96%;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 40px;
	margin-top: 60px;
}

.schedule_d {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
	margin-bottom: 0;
    line-height: 1.5em;
}

.schedule_d th {
	border: solid 1px #000000;
	padding: 8px 0px 8px;
}
.schedule_d td {
	border: solid 1px #000000;
	padding: 8px 0px 8px;
}

.schedule_d th{/*thに対して*/
    color: #000000;/*文字色*/
    background: #d6d6ff;/*背景色*/
    font-weight: 300;
}

/*table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
	margin-bottom: 0;
    line-height: 1.5em;
}

table th, table td {
	border: solid 1px #000000;
	padding: 8px 0px 8px;
}

table td {
	word-break: keep-all;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

table th{/*thに対して*/
    color: #000000;/*文字色*/
    background: #d6d6ff;/*背景色*/
    font-weight: 300;
}

.gogo {
	font-size: 1em;
    font-weight: 300;
    padding: 10px 0px 0px 0px;
    width: 80%;
    margin: 10px auto 2px auto;
    border-top: 2px dotted #990099;
    text-align: center;
    white-space: nowrap;
}

.gogo2 {
	font-size: 1em;
    font-weight: 300;
    padding: 10px 0px 0px 0px;
    width: 80%;
    margin: 10px auto 2px auto;
    border-top: 2px dotted #990099;
    text-align: center;
    white-space: nowrap;
}

table th img {
	vertical-align: middle;
}

/*==================*/
.schedule_ws {
    border: 0;
    text-align: left;
    line-height: 1.5em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
    width: 0;
    white-space:nowrap;
}

.schedule_ws th, td {
	border: none;
	padding: 8px 0px 8px;
}
/*==================*/

.xmasbell {
	width: 200px;
	height: auto;
    margin-bottom: 0px;
}

.xmascell20 {
    color: #990000;
    font-weight: 500;
    margin-bottom: -18px;
    margin-top: 4px;
    line-height: 22px;
}

.xmascell20td {
    color: #990000;
    font-weight: 500;
    margin-bottom: -18px;
    margin-top: 10px;
}

.eflower {
	width: 140px;
	height: auto;
}
.eflower2 {
	width: 400px;
	height: auto;
	margin-top: 20px;
}
/*=======================================================================================*/
/*=======================================================================================*/
/*=======================================================================================*/

@media screen and (max-width:600px){
	
.sche-table {
    width: 96%;
	text-align: center;
	margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 40px;
}
    
.schedule_d {
        width: 90%;
    border-collapse: collapse;
    margin: 0px auto 0px;
    border-bottom: 1px solid #000000;
	margin-bottom: 30px;
}
    
.schedule_d th, .schedule_d td {
    display: block;
    border-top: 1px solid #000000;
    border-bottom: 0px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}
	
.schedule_d th span {
	margin-top: 3px;
}
	
.schedule_d  a {
	font-size: 15px;
}
/*table {
    width: 90%;
    border-collapse: collapse;
    margin: 0px auto 0px;
    border-bottom: 1px solid #000000;
	margin-bottom: 30px;
}
	
table th, table td {
    display: block;
    border-top: 1px solid #000000;
    border-bottom: 0px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}
	
table th span {
	margin-top: 3px;
}
	
table a {
	font-size: 15px;
}*/
	
.xmasbell {
	width: 180px;
	height: auto;
    margin-bottom: 0px;
}
	
.eflower {
	width: 100px;
	height: auto;
}

.eflower2 {
	width: 300px;
	height: auto;
	margin-top: 20px;
}
}