@charset "UTF-8";

/* //////////////////////////////////////////////////

　お知らせページのスタイル

////////////////////////////////////////////////// */


.sec .container {
	width: 760px;
}

/* 一覧 */
.nav_taxonomy li {
	margin: 0 50px;
	padding: 8px 0px;
}
.nav_taxonomy a {
	display: inline-block;
	font-size: 1.4em;
	line-height: 1;
}
.nav_taxonomy .current {
	background: url(../img/information/line.png) repeat-x bottom;
}
.nav_taxonomy .current a {
	background: #fff275;
}

.posts {
	margin: 80px 0;
}


/* 詳細 */
.post .meta {
	margin-bottom: 40px;
}
.post .meta dd span {
	position: relative;
	top: -2px;
	padding: 0 10px;
}

.post .box {
	margin: 40px 0 50px;
	border: 1px solid #1db7cf;
	border-radius: 8px;
	padding: 20px;
}
.post .line {
	display: inline-block;
	background: #fff57c;
}

.post table {
	width: 100%;
}
.post th,
.post td {
	padding: 15px 20px;
	border: 2px solid #e7e7e7;
}
.post th {
	background: #e7e7e7;
	border-bottom: 2px solid #fff;
}
.post tr:last-child th {
	border-bottom: 2px solid #e7e7e7;
}

.post .text {
	margin-top: 2em;
}

.btn_funding {
	display: inline-block;
	margin: 70px 0 0;
	border-radius: 4px;
	background: #1eb4cc url(../img/information/mrk_btn.png) no-repeat 96% 50%;
	padding: 12px 20px;
	padding-right: 35px;
}
.btn_funding:hover {
	text-decoration: none;
	opacity: .8;
}


/* inview */
@media screen and (min-width: 769px) {
	.inview_w01 {
		top: 0;
		left: -140px;
	}
	.inview_w02 {
		bottom: 20px;
		right: -50px;
	}
	.inview01 {
		bottom: 80px;
		left: 0px;
	}
	.inview02 {
		bottom: 220px;
		right: 20px;
	}
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.sec .container {
		width: auto;
	}
	
	/* 一覧 */
	.nav_taxonomy li {
		margin: 0 20px;
	}
	.nav_taxonomy .current {
		background-size: auto 3px;
	}

	.posts {
		margin: 50px 0;
	}
	
	
	/* 詳細 */
	.post .meta {
		margin-bottom: 20px;
	}
	.post .meta dd span {
		top: -1px;
		padding: 0 5px;
	}

	.post .box {
		margin: 30px 0;
		padding: 20px 15px 15px;
	}

	.post th,
	.post td {
		padding: 10px 15px;
	}

	.btn_funding {
		margin: 40px 0 0;
	}
	
}
@media screen and (max-width: 600px) {
}
