@charset "UTF-8";
/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
side
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/

.calendarTable {
	width: 100%;
	border: 1px solid #CCCCCC;
}
.calendarTable tr th, .calendarTable td {
	padding: 4px 8px;
	text-align: center;
	border: 1px solid #CCCCCC;
}
.calendarTable tr th {
	background-color: #f5f5f5;
}
.gs_titleProgramSide {
	background-color: #02569C;
	color: #ffffff;
	padding: 8px;
	display: inline-block;
	width: 100%;
	position: relative;
	padding-left: 24px;
}

.gs_titleProgramSide:after {
	content: "";
	width: 0px;
	height: 0px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 12px solid #CCCCCC;
	border-right: 20px solid transparent;
    position: absolute;
    top: 0px;
    left: 0px;
}
.naviTable {
	margin: 8px 0;
	text-align: center;
	width: 100%;
}

.calendarTable {
	margin-bottom: 32px;
}
.nowMonth {
	margin: 0 24px;
	display: inline-block;
}

.gs_categoryListWrap li {
	margin-top: 4px;
}
.gs_categoryListWrap li:first-child {
	margin-top: 8px;
}

.gs_sideContentWrap {
	overflow: hidden;
}
.gs_floatLeftSingle {
	width:100%;
}
@media only screen and (max-width: 880px) {
	.gs_sideContentWrap {
		margin: 24px 0;	
		width: 100%;
	}
	.gs_titleProgramSide, .naviTable, .calendarTable {
		width: 640px;
	}
	#calendar {
		width: 640px;
		margin: 0 auto;
	}
	.gs_calendarWrap, .gs_floatLeftSingle {
    	margin: 0 auto;
		width: 640px;
	}
	.gs_sideContentWrap.program.list {
		margin: 0;
	}
}

@media only screen and (max-width: 880px) {
	.gs_articleWrapper {
		width: 100%;
		float: none;
	}
	.gs_calendarWrap, .gs_floatLeftSingle {
		width: 640px;
		margin-top: 32px;
	}
}
@media only screen and (max-width: 640px) {
	.gs_sideContentWrap {
		width: 100%;
	}
	.gs_titleProgramSide, .naviTable, .calendarTable {
		width: 100%;
	}
	#calendar, .gs_calendarWrap {
		width: 100%;
	}
}
.blogWrap:after {
	content: "";
	clear: both;
	display: block;	
}

/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ブログメイン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/

.gs_newsMeta:after {
	content: "";
	clear: both;
	display: block;	
}

.gs_newsDate {
    color: #9D9D9D;
}

.gs_detailTitle a, .gs_detailTitleWrap .gs_detailTitle {
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	padding: 4px 0;
}
.gs_detailTitle {
	margin-bottom: 4px;
}

.gs_listThumb {
	width: 140px;
	height 140px;	
}
@media only screen and (max-width: 640px) {
	.gs_listThumb {
		width: 50px;
		height 50px;	
}
}

.gs_listThumb img {
	 max-width: 140px;
	 max-height: 140px;
}

.gs_titleBorderLeft {
	border-top: 4px solid #02569C;
	margin-top: 8px;
	font-size: 24px;
	font-weight: bold;
	background-color: #f5f5f5;
	padding: 4px 20px;
}
.gs_listThumbWrap {
	display: inline-block;
	float: left;
	margin-right: 18px;
}
@media only screen and (max-width: 640px) {
	.gs_listThumb img {
		max-width: 50px;
		height: auto;
		max-height: 50px;
		width: auto;
	}
}
.gs_listDetail {
	overflow: hidden;
}
.gs_list::after {
    content: "";
    clear: both;
    display: block;
}
.gs_list {
	border-bottom: 1px solid #CCCCCC;
	transition: 0.3s;
	padding: 32px 16px;
	min-height: 180px;
}
#articleList .gs_list:nth-last-child(2){
	border-bottom: none;
}
#articleList .gs_list:first-child {
    border-top: 1px solid #ccc;
    margin-top: 20px;
}
.gs_list:hover {
	background-color: #EEEEEE;
}
.gs_titleBorderLeft small {
    font-size: 18px;
}
@media only screen and (max-width: 350px) {
	.gs_titleBorderLeft small {
		display: block;
		margin-top: -6px;
	}
}
@media only screen and (max-width: 640px) {
	.gs_newsMeta {
	margin-top: 0;
}
}
.gs_newsTitle {
	font-weight: bold;
	font-size: 18px;
	color: #4D4D4D;
	margin-bottom: 8px;
	border-bottom: 2px solid #EEEEEE;
	padding-bottom: 4px;
}
.gs_newsTitleWrap .introduction {
	color: #4D4D4D;
}

.gs_kijiPagingNavi.article_detail {
	width: 640px;
	float: left;
}
.blog__detail:after {
	content: "";
	clear: both;
	display: block;	
}

.blog__detail .hr_blue {
    border-bottom: 2px solid #02569C;
}
.gs_detailMetaWrap {
	position: relative;
}

.content_wrap.blog__detail.article {
	padding-top: 4px;
	margin-top: 16px;
}
@media only screen and (max-width: 640px) {
	.content_wrap.blog__detail.article {
		margin-top: 24px;
	}
}
.blog__detail .sns_btn {
right: 0px;
top: 2px;	
}

@media only screen and (max-width: 640px) {
	.blog__detail .gs_articleWrapper {
		margin-top:0;
		padding-top:0;
		position: relative;
		top: -20px;
	}
	.blog__detail .sns_btn {
		top: -12px;
		width: 100%;;
		position: relative;
    }
}
.blog__detail .page__next--label {
    background: #eee;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 8px 8px;
    text-align: center;
}

.blogWrap .gs_articleWrapper, .blog__detail .gs_articleWrapper {
    max-width: 640px !important;
    float: left !important;
    margin-right: 3% !important;
    width: 100%;
}
@media only screen and (max-width: 880px) {
	.blogWrap .gs_articleWrapper, .blog__detail .gs_articleWrapper {
		max-width: 100% !important;
	}
}
@media only screen and (max-width: 640px) {
	.blogWrap .gs_articleWrapper, .blog__detail .gs_articleWrapper {
		float: none !important;
		}
}
.article .page__next--img {
	width: 75px !important;
	height: 75px;
}
.gs_list a {
    text-decoration: none;
}


/*
＝＝＝＝＝＝＝＝＝＝
.paging
＝＝＝＝＝＝＝＝＝＝
*/

.paging {
	margin-top: 14px;
}