@charset "utf-8";
/*
Theme Name: Niigata-kyotokai
Template: biz-vektor
Author: JMiX
Version: 1.0
*/
.more-link {
	display:inline-block;
	padding:5px;
	font-size:11px;
	color:#333;
	background:#efefef;
	float:right;
	margin-top:10px;
	line-height: 105%;
	text-decoration: none;
	padding: 5px 15px 5px 11px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
	white-space: nowrap;
}
	.more-link:hover {
		color: #fff;
		text-decoration: none !important;
		background:#666;
	}

.kyoto-post {
	overflow:hidden;
}
	.kyoto-post .kyoto-postlist {
		float:left;
		width:49%;
		margin-bottom:20px;
	}
	.kyoto-post .kyoto-postlist:first-child {
		margin-right:2%;
	}
	.kyoto-post .kyoto-postlist h3 {
		margin-top:0;
		margin-bottom:15px;
	}
		.kyoto-post .kyoto-postlist h3 span {
			display:block;
			font-size:12px;
			font-weight:normal;
		}
	.kyoto-post .kyoto-postlist ul {
		margin:0;
	}
		.kyoto-post .kyoto-postlist ul li {
			list-style:none;
			border-bottom:1px dotted #CCC;
			padding-bottom:5px;
		}
		.kyoto-post .kyoto-postlist ul li:last-child {
			margin-bottom:0;
		}
		.kyoto-post .kyoto-postlist ul li .date {
			font-size:11px;
			margin-right:1em;
		}


@media (max-width: 769px) {
	.kyoto-post .kyoto-postlist {
		float:none;
		width:100%;
	}
	.kyoto-post .kyoto-postlist:first-child {
		margin-right:0;
	}
}