@charset "utf-8";
/* お知らせ */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* clear fix 　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#file_link_data:before,
#file_link:before,
.info_top_list:before,
#file_link_data:after,
#file_link:after,
.info_top_list:after {
	content: "";
	display: table;
}

#file_link_data:after,
#file_link:after,
.info_top_list:after {
	clear: both;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 一覧　分類タブ    　　　　　　　　                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#info_tab {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 3px solid #95BB3F;

}
#info_tab ul {
	margin-left: 85px;
	margin-right: 85px;

}

#info_tab ul li  {
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	width: 221px;
}
#info_tab li a {
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F1F1F1;
	text-decoration: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #8E8E8E;
}
#info_tab li a:hover {
	background-color: #C8DD9A;
	color: #636363;
}


.tab_current {
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #95BB3F;
	text-decoration: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: rgba(255,255,255,1.00);
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 一覧　リスト　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.info_top_list   {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #CCCCCC;
}
.info_top_date {
	float: left;
	line-height: 1em;
	width: 300px;
	margin-top: 5px;
}
.ctg_news {
	border-radius: 8px;
	background-color: #6BB4FF;
	color: #FFFFFF;
	margin-right: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
}
.ctg_kaigo {
	border-radius: 8px;
	background-color: #FFA431;
	color: #FFFFFF;
	margin-right: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
}
.ctg_hoiku {
	border-radius: 8px;
	background-color: #95BB3F;
	color: #FFFFFF;
	margin-right: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
}

.info_top_data {
	float: right;
	width: 770px;
}

.info_top_data h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.info_top_data h3 a {
	text-decoration: none;
	color: #7D9E35;
}
.info_top_text {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
	background-color: #F1F1F1;
}
.info_top_text p:last-child {
	margin-bottom: 0px;
}

.info_more {
	text-align: right;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 記事ページ  　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.detail_date {
	height: 60px;
	line-height: 60px;
	padding-bottom: 9px;
	border-bottom: 1px solid #CCCCCC;
}
#info_detail p img {
	display: block;
	margin-left: auto;
	margin-right: auto;

}
/* 絵文字 */
#info_detail p img.emoji {
	display: inline;
	vertical-align: baseline;
}
/* 絵文字ここまで */

#detail_bottom {
	margin-top: 80px;
}
#file_link {
	margin-bottom: 70px;
}
#file_link_tt {
	float: left;
	text-align: center;
	width: 260px;
	background-color: #DADADA;
	border: 5px solid #DADADA;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	padding-top: 7px;
	padding-bottom: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 10px;
}
#file_link_data {
	float: right;
	width: 840px;
	border: 5px solid #DADADA;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#file_link_data ul {

}

#file_link_data li {
	margin-right: 30px;
	float: left;
}
#back_bt {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-radius: 8px;
}
#back_bt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 18px;
	padding-bottom: 18px;
	border-radius: 8px;
	background-color: #FFA431;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#back_bt a:hover {
	background-color: #FF8E01;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ページナビ  　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#page_navi {
	text-align: center;
	margin-bottom: 60px;
	font-size: 14px;
}
#page_navi li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
#page_navi li a {
	display: block;
	width: 100px;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #666666;
	border: 1px solid #888888;
	border-radius: 5px;
}
#page_navi li span {
	width: 100px;
	background-color: #FFFFFF;
	color: #C7C7C7;
	border: 1px solid #BABABA;
	border-radius: 5px;
	display: block;
}
#page_navi li a:hover {
	background-color: #00C0FD;
	border-color: #00C0FD;
	color: #FFFFFF;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 以下、スマホ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 1050px) {



/* 一覧　タブ */
#info_tab ul {
	margin-left: 5px;
	margin-right: 5px;

}

#info_tab ul li  {
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 2px;
}
#info_tab li a {
	display: block;
	text-align: center;
	padding-top: 10px;
}

/* 一覧　リスト */

.info_top_list   {
	margin-bottom: 50px;
}
.info_top_date {
	float: none;
	line-height: 1em;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 12px;
}

.info_top_date span {
	font-size: 12px;
}

.info_top_data {
	float: none;
	width: 100%;
}

.info_top_data h3 {
	font-size: 18px;
}


/* 記事ページ */

.detail_date {
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	padding-right: 15px;
	background-size: auto 100%;
	font-size: 12px;
}

.detail_date span {
	font-size: 12px;
}

#info_detail p img {
	width: 100%;
	height: auto;
}
/* 絵文字 */
#info_detail p img.emoji {
	width: auto;
	height: auto;
}
/* 絵文字ここまで */

#detail_bottom {
	margin-top: 50px;
}
#file_link {
	margin-bottom: 40px;
}
#file_link_tt {
	float: none;
	width: 100%;
	border-bottom-left-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 10px;
	border-top-right-radius: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#file_link_data {
	float: none;
	width: 100%;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 8px;
	padding-top: 7px;
	padding-bottom: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom-left-radius: 8px;
	border-top-style: none;
}


#file_link_data li {
	margin-right: 0px;
	float: none;
}
#back_bt {
	width: 70%;
}

#back_bt a {
	padding-top: 15px;
	padding-bottom: 15px;
}
	
}
