@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

.entry-content table {
	border: 5px solid #efefef;
	padding: 20px;
}
.post_column {
	background: #ffeded;
	border-radius: 8px;
	margin: 0 0 20px;
	padding: 32px 28px;
}
.cta-inner {
    background-color: #f7f7f7!important;
    color: #e6594a!important;
}
#toc_container .toc_title {
    border-bottom: none!important;
}

/*WordPress Popular Posts*/
.wpp-thumbnail{margin:0 0.5em 0 0 !important;width:30%;max-width:100px;}
ul.wpp-list li{border-bottom:1px dotted rgba(125,125,125,0.2);margin:1em 0;}
ul.wpp-list li:last-child{border-bottom:none;}

/*検索ボタンbackdround*/
@media only screen and (min-width: 768px) {
.nav_btn.search_btn {
 background-color: #ffffff;
}
}

/*SPメインカラムmargin-bottom*/
#custom_header {
    margin-bottom: 0;
}

/*目次枠線カラー*/
div#toc_container {
    border: 1px solid #eee!important;
}
