/*=============================================
                ３カラム用のCSS
===============================================*/
main#main .post-list-card .post-list {
/*カード式を2つから3カラムに*/
	font-size: 13px;
	width: 31%;
	margin: 0 1% 2.5%;
	float: left;
	overflow: hidden;
	height: 350px;
}

body.home main#main {
	width: 100%;
}

body.home .home_widget {
	width: 100%;
	max-width: 100%;
}

.textwidget h2:after {
	bottom: 3px;
	left: 0;
}

.textwidget h2:before {
	top: 3px;
	left: 0;
}

.textwidget h2:before, .textwidget h2:after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	border-top: 1px dashed;
}

.textwidget h2 {
	position: relative;
	border: none;
	font-size: 1.25em;
	padding: 1em 1.1em;
	margin-top: 2.1em;
	margin-bottom: 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ff2128;
	color: #fff;
	box-shadow: 0 0 45px rgba(0,0,0,0.25) inset;
}

.textwidget h3 {
	border-color: #ff2128 !important;
	border-left: 6px solid;
	padding: .7em 0 .7em .8em;
	margin-top: 1em;
	font-size: 1.5em;
	font-weight: 700;
}

.textwidget p {
	font-size: 18px;
}