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

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


.gn-contents-lead {
    width: 96%;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 50px;
	margin-top: 12px;
}

.goodcaption {
	text-align: center;
	margin-bottom: 30px;
}

.pws-contents {
    width: 96%;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 40px;
	margin-top: 200px;
}


.pws-contents-lead {
    width: 96%;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 50px;
	margin-top: 12px;
}

.pwscaption {
	text-align: center;
	margin-bottom: 30px;
}


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 th{/*thに対して*/
    color: #000000;/*文字色*/
    background: #d6d6ff;/*背景色*/
    font-weight: 300;
}

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

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

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

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

.gn-contents-lead {
    width: 96%;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
	margin-top: 8px;
}
    
.pws-contents {
    width: 96%;
	text-align: center;
	margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 40px;
}

.pws-contents-lead {
    width: 96%;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
	margin-top: 8px;
}

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

}