@charset "UTF-8";
/*
Theme Name:タクボ薬品新着情報
*/
.indexlist {
	list-style:none !important;
	margin:0 auto !important;
	padding:0 2em !important;
}
.indexlist li {
	list-style:none !important;
	margin:0;
	padding:0;
}
.indexlist li+li {
	border-top:1px dotted #ccc;
	margin-top:2.5em;
	padding-top:2.5em;
}
.indexlist p {
	margin:0;
	padding:0;
}
.style-single {
	padding:0 2em;
}

.title-flex {
	display:flex;
	color:#333 !important;
	justify-content:space-between;
	align-items: flex-end;
}
.small {
	font-size:.5em;
}
@media screen and (max-width: 768px) {
	.title-flex {
		flex-direction: column;
	}
	.title {
		display:block;
		width:100%;
		order:2;
	}
	.small {
		display:block;
		width:100%;
		font-size:.8em;
		margin-bottom:10px;
		order:1;
	}
}

.data-flex {
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
}
.image {
	width:20%;
}
.image img {
	width:100%;
	height:auto;
}
.data {
	width:78%;
}
.noimage {
	width:100%;
}
@media screen and (max-width: 768px) {
	.data-flex {
		flex-direction: column;
	}
	.image {
		order:1;
		width:100%;
	}
	.data {
		order:2;
		width:100%;
	}
}

.indexbutton a {
	display:block;
	width:200px;
	border:2px solid #00a0e9;
	margin:1em 0;
	padding:1em 3em;
	text-align:center;
}
.blogbutton a {
	display:block;
	width:280px;
	border:2px solid #00a0e9;
	margin:3em auto;
	padding:1em 3em;
	text-align:center;
}
@media screen and (max-width: 768px) {
	.indexbutton a {
		width:100%;
	}
	.blogbutton a {
		width:100%;
	}
}

.style-date {
	border-top:1px dotted #ccc;
	color:#666;
	margin-top:5px;
	padding-top:5px;
	text-align:right;
}

/* pagination */
.blog-pagination {
	display: flex;
	justify-content: center;
	margin: 30px auto 50px;
}

.blog-pagination a {
	color: #666;
	background: #fff;
	border: 1px solid #f0f0f0;
}

.blog-pagination span {
	color: #fff;
	background: #4272C6;
}

.blog-pagination a, .blog-pagination span {
	display: block;
	text-align: center;
	margin: 0 2px;
	padding: 10px;
}

.postbutton {
	width:280px;
	margin:1em auto;
}
@media screen and (max-width: 640px) {
	.postbutton {
		width:100%;
		padding:1em;
	}
}

.postbutton a {
	display:block;
	width:100%;
	background:#4272C6;
	border-radius:10px;
	color:#fff;
	padding:1em;
	text-align:center;
}