@charset "utf-8";


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

VOLUNTEERページ

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

/*
一覧
*/

.pagecontents > .innercontents > div.newswrap{
	margin-top: 50px;
	width: 100%;
	text-align: left;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap{
	width: 100%;
	}
	}

.pagecontents > .innercontents > div.newswrap p{
	line-height: 1.8em;
	}

.pagecontents > .innercontents > div.newswrap > h4{
	color:#A72D2A;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.5em;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > h4{
	font-size: 1.3em;
	}
	}

.pagecontents > .innercontents > div.newswrap > p{
	margin-top: 20px;
	}

.pagecontents > .innercontents > div.newswrap > .inner{
	margin-top: 50px;
	width: 100%;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner{
	margin-top: 20px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner > p{
	line-height: 2em;
	}


.pagecontents > .innercontents > div.newswrap > .inner > .buttons{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	row-gap: 20px;
	column-gap: 2%;
	margin-top: 30px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner > .buttons{
	flex-direction: column;
	row-gap: 5px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner > .buttons a{
	width: 32%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	padding: 20px 0;
	background: #A72D2A;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner > .buttons a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	padding: 20px 0;
	background: #A72D2A;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner > .buttons a:hover{
	background: #8D1916;
	}

.pagecontents > .innercontents > div.newswrap > .inner > .buttons a.no{
	background: #ccc;
	pointer-events: none;
	cursor: default;
	}

.pagecontents > .innercontents > div.newswrap > .inner > .buttons a p{
	color:#fff;
	font-size: .9em;
	text-align: center;
	line-height: 1.5em;
	font-weight: 500;
	}

/*
*/

.pagecontents > .innercontents > div.newswrap > .inner > ul{
	margin-left: 20px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner > ul{
	margin-top: 20px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner > ul > li{
	line-height: 2em;
	margin-top: 10px;
	}

.pagecontents > .innercontents > div.newswrap > .inner > ul > li ul li{
	line-height: 2em;
	margin-top: 10px;
	margin-bottom: 10px;
	}


.pagecontents > .innercontents > div.newswrap > .inner a{
	font-weight: 700;
	text-decoration: underline;
	color:#A72D2A;
	}

.pagecontents > .innercontents > div.newswrap > .inner a:hover{
	color:#8D1916;
	text-decoration: underline;
	}


/*
*/


.pagecontents > .innercontents > div.newswrap > .inner > .innerLR{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	column-gap: 50px;
	margin-top: 20px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner > .innerLR{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: column;
	column-gap: 50px;
	margin-top: 50px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner > .innerLR > div{
	width: 100%;
	}

.pagecontents > .innercontents > div.newswrap > .inner > .innerLR > div img{
	margin-bottom: 20px;
	}

.pagecontents > .innercontents > div.newswrap > .inner > .innerLR p{
	line-height: 1.6em;
	}



.pagecontents > .innercontents > div.newswrap > .inner .btn{
	margin-top: 30px;
	text-decoration: none !important;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner .btn{
	margin-top: 20px;
	}
	}


.pagecontents > .innercontents > div.newswrap > .inner .expo{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	column-gap: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner .expo{
	column-gap: 10px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner .expo div{
	width: 100%;
	}

.pagecontents > .innercontents > div.newswrap > .inner .expo div img{
	width: 100%;
	}


.pagecontents > .innercontents > div.newswrap > .inner .lesson{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: column;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.pagecontents > .innercontents > div.newswrap > .inner .lesson > div{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	}

.pagecontents > .innercontents > div.newswrap > .inner .lesson > div p:first-child{
	width: 100px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	line-height: 1.8em;
	}


.pagecontents > .innercontents > div.newswrap > .inner .lesson > div p:last-child{
	width: clac(100% - 100px);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	line-height: 1.8em;
	}


.pagecontents > .innercontents > div.newswrap > .inner .para{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	column-gap: 2%;
	row-gap: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner .para{
	column-gap: 2%;
	row-gap: 10px;
	margin-top: 10px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner .para div{
	width: 32%;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner .para div{
	width: 48%;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner .para div img{
	width: 100%;
	}


/*
フェスタ
*/

.pagecontents.running-festa > .titileline{
	    border-bottom: none;
	}

.pagecontents.running-festa > .innercontents{
	margin-top: 0;
	}

.pagecontents.running-festa > .innercontents > div.newswrap{
	margin-top: 0;
	}


/* タブ */

.main_tabs .box_tab.box_list_tab-01 {
	width:100%;
	position: relative;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: none;
	background-color: #E6E6E6;
	color: #721b23;
	cursor: pointer;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.color-gray {
	background-color: #808080;
	color: #fff;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.small-font {
	font-size: 1.2vw;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	column-gap: 1px;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li {
	width: 33.33%;
	background-color: #E6E6E6;
	margin: 0 0;
	color: #5F5F5F;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li {
	background-color: #A72D2A;
	color: #fff;
	padding: 20px 5px;
	box-sizing: content-box;
	display: flex;
	align-items: center;
	text-align: center;
	line-height: 1.5em;
	font-weight: 500;
	font-size: 1.2em;
	}
@media screen and (max-width: 900px) {
.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li {
	font-size: 3.3vw;
	}
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.leader {
	background-color: #A72D2A;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.member {
	background-color: #f18d43;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.team {
	background-color: #4e67c8;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li span.small {
	display: block;
	font-size: .8em;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li:first-child {
	margin-left: 0;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.tab-disable {
	pointer-events: none;
	color: #fff;
	background-color: #ccc;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li:not(.active):hover {
	opacity: 0.7;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.active {
	background-color: #A72D2A;
	color: #fff;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.leader {
	background-color: #f18d43;
	color: #fff;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.member {
	background-color: #4e67c8;
	color: #fff;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.team {
	background-color: #e44d93;
	color: #fff;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.active::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #A72D2A;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.leader.active::after {
	border-top: 10px solid #f18d43;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.member.active::after {
	border-top: 10px solid #4e67c8;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.team.active::after {
	border-top: 10px solid #e44d93;
	}

.main_tabs .box_tab.box_list_tab-01.custome_01 ul.tab_btn {
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
	}

.main_tabs .box_tab.box_list_tab-01.custome_01 ul.tab_btn li:nth-child(1) {
	background: url('../volunteer/img/bg_05.png') no-repeat;
	background-size: 100% 100%;
	color: #008689;
	}

.main_tabs .box_tab.box_list_tab-01.custome_01 ul.tab_btn li.active:nth-child(1) {
	color: #fff;
	background: url('../volunteer/img/bg_05_active.png') no-repeat;
	background-size: 100% 100%;
	}

.main_tabs .box_tab.box_list_tab-01.custome_01 ul.tab_btn li:nth-child(2) {
	background: url('../volunteer/img/bg_01.png') no-repeat;
	background-size: 100% 100%;
	color: #f18d43;
	}

.main_tabs .box_tab.box_list_tab-01.custome_01 ul.tab_btn li.active:nth-child(2) {
	color: #fff;
	background: url('../volunteer/img/bg_01_active.png') no-repeat;
	background-size: 100% 100%;
	}

.main_tabs .box_tab.box_list_tab-01.custome_01 ul.tab_btn li:nth-child(3) {
	background: url('../volunteer/img/bg_03.png') no-repeat;
	background-size: 100% 100%;
	color: #4e67c8;
	}

.main_tabs .box_tab.box_list_tab-01.custome_01 ul.tab_btn li.active:nth-child(3) {
	color: #fff;
	background: url('../volunteer/img/bg_03_active.png') no-repeat;
	background-size: 100% 100%;
	}



@media screen and (max-width: 900px) {
.pagecontents > .innercontents{
	width: 100%;
	margin-top: 0;
	}
	}


/* タブコンテンツ */

.main_tabs .box_tab.box_list_tab-01 ul.tab_cnts > li {
	display: none;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_cnts > li.active {
	display: block;
	}
.main_tabs .box_tab.box_list_tab-01 ul.tab_cnts li.tab-gray {
	color: #5F5F5F;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_cnts li.tab-gray.active {
	background-color: #808080;
	color: #fff;
	}


/* タブ内コンテンツ */


.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner{
	margin-top: 30px;
	width: 100%;
	text-align: left;
	border: 1px solid #ccc;
	border-bottom: none;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner{
	width: 100%;
	border-left: none;
	border-right: none;
	}
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month{
	min-height: 100px;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month > .cal{
	background:#ccc;
	position: relative;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:#A72D2A;
	border-right: 1px solid #ccc;
	padding-bottom: 50px;
	color:#fff;
	font-weight: bold;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month > .cal{
	width: 80px;
	align-items: flex-start;
	padding-top: 25px;
	}
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month > .cal::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 50px solid #fff;
	border-right: 50px solid #fff;
	border-top: 50px solid #A72D2A;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month > .cal::after {
	border-left: 40px solid #fff;
	border-right: 40px solid #fff;
	border-top: 40px solid #A72D2A;
	}
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month > .detail{
	width: calc(100% - 100px);
	padding: 0 30px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month > .detail{
	width: calc(100% - 80px);
	padding: 0 20px;
	}
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month > .detail > .block{
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month > .detail > .block{
	padding: 20px 0;
	}
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month > .detail > .block:last-child{
	border-bottom: none;
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month p{
	line-height: 1.8em;
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > .month ul li{
	line-height: 1.8em;
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner  .leader{
	color:#f18d43;
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner  .member{
	color:#4e67c8;
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner  .team{
	color:#e44d93;
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner  a{
	font-weight: 700;
	text-decoration: underline;
	}

/*
under
*/

.pagecontents > .innercontents > div.newswrap .under{
	margin-top: 80px;
	width: 100%;
	text-align: center;
	}

.pagecontents > .innercontents > div.newswrap .under h5{
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: 500;
	}

.pagecontents > .innercontents > div.newswrap .under p{
	line-height: 1.6em;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap .under p{
	width: 90%;
	margin: 0 auto;
	text-align: left;
	}
	}

.pagecontents > .innercontents > div.newswrap .under .inner{
	width: 100%;
	margin: 30px auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: nowrap;
	flex-direction: row;
	column-gap:50px
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap .under .inner{
	width: 90%;
	align-items: stretch;
	justify-content: center;
	flex-direction: column;
	row-gap:20px
	}
	}

.pagecontents > .innercontents > div.newswrap .under .inner a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #A72D2A;
	color: #fff;
	padding: 30px 0;
	line-height: 1.6em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}

.pagecontents > .innercontents > div.newswrap .under .inner a:hover{
	opacity: 0.9;
	filter: opacity(0.9);
	}

.pagecontents > .innercontents > div.newswrap .under img{
	width: 200px;
	display: block;
	margin: 50px auto 30px auto;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap .under img{
	width: 160px;
	}
	}

.pagecontents > .innercontents > div.newswrap .under p a{
	font-weight:  700;
	text-decoration: underline;
	}





.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > ul{
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > ul > li{
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > ul > li{
	flex-direction: column;
	row-gap: 10px;
	justify-content: left;
	}
	}


.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > ul > li > div{
	text-align: left;
	line-height: 1.8em;
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > ul > li > div:first-child{
	width: 260px;
	color:#A72D2A;
	text-align: center;
	font-weight: 500;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > ul > li > div:first-child{
	width: 100%;
	justify-content: left;
	}
	}


.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.tab02 > .inner > ul > li > div:first-child{
	background:#f18d43;
	color:#fff;
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.tab03 > .inner > ul > li > div:first-child{
	background:#4e67c8;
	color:#fff;
	}

.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li.tab04 > .inner > ul > li > div:first-child{
	background:#e44d93;
	color:#fff;
	}


.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > ul > li > div:last-child{
	width: calc(100% - 260px);
	border-left: 1px solid #ccc;
	padding: 20px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .main_tabs > .box_tab > .tab_cnts > li > .inner > ul > li > div:last-child{
	width: 100%;
	border-left: none;
	padding-top: 10px;
	}
	}



.main__content__table__v6 {
	overflow-x: auto;
	margin-top: 20px;
	}
@media screen and (max-width: 900px) {
.main__content__table__v6 {
	overflow-x: auto;
	margin: auto;
	margin-top: 20px;
	width: 90%;
	border: 1px solid #ccc;
	}
	}


.main__content__table__v6 table, 
.main__content__table__v6 th,
.main__content__table__v6 td {
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
	}

.main__content__table__v6 table {
	width: 100%;
	min-width: 1040px;
	padding: 10px 20px;
	line-height: 1.6em;
	}

.main__content__table__v6 thead th {
	background-color: #f18d43;
	color: #fff;
	font-weight: 500;
	text-align: left;
	padding: 10px 20px;
	}

.main__content__table__v6 tfoot td,
.main__content__table__v6 tbody td {
	font-size: 16px;
	padding: 10px 20px;
	}

.main__content__table__v6 tfoot td {
	background-color: #E2F0D9;
	}

.main__content__table__v6 thead tr:nth-child(2) th:nth-child(1),
.main__content__table__v6 thead tr:nth-child(2) th:nth-child(2),
.main__content__table__v6 thead tr:nth-child(2) th:nth-child(3) {
	width: 50px;
	}

.main__content__table__v6 thead tr:nth-child(3) th:nth-child(1),
.main__content__table__v6 thead tr:nth-child(3) th:nth-child(2) {
	width: 40px;
	}

.main__content__table__v6 td {
	background-color: #FEF8E5;
	border: 1px solid #ccc;
	text-align: left;
	}

.main__content__table__v6.table_color_orange thead th {
	background-color: #f18d43;
	border: 1px solid #ccc;
	border-bottom-width: 4px;
	}

.main__content__table__v6.table_color_blue td {
	background-color: #eef3fb;
	border: 1px solid #ccc;
	}

.main__content__table__v6.table_color_blue thead th {
	background-color: #4e67c8;
	border: 1px solid #ccc;
	border-bottom-width: 4px;
	}

.main__content__table__v6.table_color_pink td {
	background-color: #f9e7f0;
	border: 1px solid #ccc;
	}

.main__content__table__v6.table_color_pink thead th {
	background-color: #e44d93;
	border: 1px solid #ccc;
	border-bottom-width: 4px;
	}

.main__content__table__v6 td.nobr{
	white-space: nowrap;word-wrap: break-word;
	}

.main__content__table__v6 td.txtcenter{
	text-align: center;
	}

.main__content__table__v6 td.white{
	background: white;
	}


.entrylink{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	flex-direction: row;
	column-gap: 30px;
	}
@media screen and (max-width: 900px) {
.entrylink{
	width:90%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	flex-direction: column;
	row-gap: 10px;
	}
	}

.entrylink a{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #4e67c8;
	color: #fff;
	text-align: center;
	line-height: 1.6em;
	font-weight: bold;
	padding: 30px 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
@media screen and (max-width: 900px) {
.entrylink a{
	padding: 20px 0;
	}
	}

.entrylink a:hover{
	opacity: 0.9;
	filter: opacity(0.9);
	}



p.entryend{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	background: #aaa;
	color: #fff;
	text-align: center;
	line-height: 1.6em;
	font-weight: bold;
	padding: 30px 0;
	}
@media screen and (max-width: 900px) {
p.entryend{
	width: 90%;
	margin: auto;
	margin-top: 30px;
	}
	}



.pagecontents > .innercontents > div.newswrap  > .change{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 30px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap  > .change{
	margin-top: 0;
	margin-bottom: 20px;
	}
	}

.pagecontents > .innercontents > div.newswrap  > .change a{
	width: 32%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	padding: 20px 0;
	background: #f84343;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap  > .change a{
	width: 60%;
	padding: 13px 0;
	}
	}

.pagecontents > .innercontents > div.newswrap  > .change a:hover{
	background: #ff7575;
	}

.pagecontents > .innercontents > div.newswrap  > .change a.no{
	background: #ccc;
	pointer-events: none;
	cursor: default;
	}

.pagecontents > .innercontents > div.newswrap  > .change a p{
	color:#fff;
	font-size: .9em;
	text-align: center;
	line-height: 1.5em;
	font-weight: 500;
	}

