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

.newsermon {
    width: 90%;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 0px;
	margin-top: 240px;
}

.newsermonlead {
	margin-top: 10px;
}

.messagelist {
    text-align: center;
    font-size: 20px;
    line-height: 1.2em;
}

.messagelistkk {
	width: 96%;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 40px;
	margin-top: 240px;
    font-size: 20px;
    line-height: 1.2em;
}

.messagelistkktop {
	width: 96%;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 40px;
	margin-top: 80px;
    font-size: 20px;
    line-height: 1.2em;
}

.messagelist hr {
	width: 90%;
	border-top: 2px dotted #990099;
	margin-top: 20px;
	margin-bottom: 20px;
}

table {
    width: 100%;
    text-align: center;
    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 th{/*thに対して*/
    color: #000000;/*文字色*/
    background: #d6d6ff;/*背景色*/
    font-weight: 300;
    white-space: nowrap;
}

table th span {
	vertical-align: middle;
	margin-top: 3px;
}

table th img {
	vertical-align: middle;
}

.ytbtn {
	width: 45px;
	height: auto;
}

.mp3btn {
	width: 32px;
	height: auto;
}

.wmvbtn {
	width: 40px;
	height: auto;
}

.kakodouga {
    display: inline-block;
	margin: 0px 20px;
}

.messagecell {
	font-size: 1em;
    font-weight: 300;
    padding: 10px 0px 0px 0px;
    width: 90%;
    margin: 10px auto 2px auto;
    border-top: 2px dotted #990000;
    text-align: center;
    white-space: nowrap;
	word-break: keep-all;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.xmasbell {
	width: 140px;
	height: auto;
}

.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;
}

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

.ffguide {
	text-align: center;
	margin: 0px auto 20px auto;
	line-height: 26px;
	border: none;
}
.ffguideth {
	text-align: right;
	display: inline-block;
}
.ffguidetd {
	text-align: left;
	display: inline-block;
}
.fformat {
    background-color: #ff0000;
    padding: 1px 5px 1px 5px;
    font-size: 13px;
	font-weight: 400;
	color: #ffffff;
    margin-right: 0.3em;
    vertical-align: 2px;
    border-radius: 5px;
}

/*=======================================================================================*/
/*=======================================================================================*/
/*=======================================================================================*/

@media screen and (max-width:600px){
	
.newsermon {
    width: 96%;
	text-align: center;
	margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 40px;
}

.messagelist {
    text-align: center;
    font-size: 16px;
    line-height: 1.2em;
}
	
.messagelistkk {
    width: 96%;
    text-align: center;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.2em;
}
    
.messagelistkktop {
    width: 96%;
    text-align: center;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.2em;
}

table {
    width: 90%;
    border-collapse: collapse;
    margin: 0px auto 0px;
    border-bottom: 1px solid #000000;
}
	
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 td {
	word-break: keep-all;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
	
table th span {
	margin-top: 3px;
}
	
.ytbtn {
	width: 36px;
	height: auto;
}

.mp3btn {
	width: 26px;
	height: auto;
}

.wmvbtn {
	width: 32px;
	height: auto;
}
	
.kakodouga {
    display: block;
	margin: 12px 0px;
}
	
.xmasbell {
	width: 100px;
	height: auto;
}

.ffguide {
	text-align: center;
	margin: 0px auto 20px auto;
	line-height: 26px;
	border: none;
}
.ffguideth {
	text-align: center;
	display: inline-block;
}
.ffguidetd {
	text-align: left;
	font-size: 16px;
	display: inline-block;
}
.fformat {
    background-color: #ff0000;
    padding: 1px 5px 1px 5px;
    font-size: 12px;
	font-weight: 400;
	color: #ffffff;
    margin-right: 0.3em;
    vertical-align: 1px;
    border-radius: 5px;
}

}