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: #16AD73;
	color: #fff;
	box-shadow: 0 0 45px rgba(0,0,0,0.25) inset;
}

.textwidget h3 {
	border-color: #16AD73 !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;
}


/*
ヘッダーサイズ
*/
.header.headercenter #logo img {
	max-height: 75px;
}



/*
ポチレバ
*/
pochireba {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 1px 1px 3px 1px #ddd;
	padding: 15px !important;
	margin-bottom: 20px;
}

.pochireba .pochi_img {
	box-shadow: 0 0 1px 1px #ccc;
	margin-right: 25px !important;
}

.pochireba .pochi_info {
	margin-left: 5px;
}

.pochireba .pochi_name {
	text-align: center;
}

.pochireba .pochi_name a {
	display: block;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	margin: 0 10px 10px;
	padding: 6px;
	border: 1px solid #ccc;
	border-radius: 8px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	line-height: 26px;
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#EEE));
}

.pochireba .pochi_seller {
	margin-bottom: 5px;
}

.pochireba .pochi_name a::after {
	content: 'ダウンロードページへ';
	display: block;
	font-size: 15px;
	color: #555;
}
/*アプリーチ*/
#appreach-box {
	border: 1px solid #ddd;
	margin: 2em 0;
}
 
#appreach-box p {
	display: none;
}	

/* ショートコードシンプル枠 */
.supplement {
  border-color: rgba(165, 165, 165, 0.8) !important;
}

/* 見出し修正 */
.entry-content h2:before,
.entry-content h2:after {
	content: none;
}

.entry-content h2{
	background: none;
	color: #3c3c3c;
	border: none;
	border-radius: 0;
	position: relative;
  line-height: 1.6;
  margin: 30px 0 20px;
  padding: 4px 0 8px;
	border-bottom: solid 3px black;
  clear: both;
	box-shadow: none;
}



.grecaptcha-badge {
    opacity: 0;
}

