/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

pre{
overflow-x:scroll !important;
}

.entry-content ul {
	margin: 0 10px 30px;
}

.entry-content ul li {
	margin: 5px;
	padding-left: 25px;
}

.entry-content ol {
	margin: 0 10px 30px;
}

.entry-content ol li {
	margin: 5px;
	padding-left: 30px;
}

#main .entry-content h2 {
    color: #444444;
    padding: 0.55em 1.1em;
}

.entry-content h2.top {
    padding: 0.55em 1.1em;
    margin: 0 0 1.1em;
}

.entry-content table td.tdcolor {
	background: #FFEBCD;
}

.entry-content h3.sbi_no_bio {
	border: 0px;
}

.entry-content table {
	table-layout:fixed;
	word-break:break-all;
}

#inner-header {
	padding-top:10px;
	padding-bottom:10px;
}

#top_carousel {
	padding-top:30px;
}

.post-list-card .post-list {
    width: 48%;
    margin: 0 1% 2.5%;
    float: left;
    height: 420px;
}

.header-text h2 {
	font-size: 44px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Monotype Corsiva';
}

#logo img {
	height: 60px;
}

#custom_header {
	margin-top: 5px;
	height: 300px;

}

#main h2.top {
	color: #444444;
	/* font-size: 28px; */
	/* padding: 5px 5px 5px 10px; */
	font-family: 'Monotype Corsiva';
	margin-top: 10px;
}

h4.widgettitle {
	color: #444444;
	font-family: 'Monotype Corsiva';
	margin-top: 10px;
	margin-bottom: 10px;
}

#npcatch li {
    overflow: hidden;
    clear: both;
    padding: 10px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px #ccc dotted;
}

.name_profile {
	font-size: 120%;
	font-weight: bold;
}

.entry-content h5.brewerylist {
	margin-left: 5px;
	margin-bottom:10px;
}

.entry-content h3.brewerylist {
	margin-top:0px;
	margin-bottom:0px;
}

.entry-content h2.article_top {
	margin-top:0px;
}

td.tbcolor {
	background: #f7f7f7;
}

td.tbchcolor {
	background: #f7f7f7;
}

td.headcolor {
	background: #f7f7f7;
}

.red {
	font-weight:bold;
	color:red;
}

.ts-fab-content {
	font-size: 14px;
}

.ts-fab-text ul li a {
	font-size: 14px;
}

.content_index {
	margin-bottom: 20px;
	padding: 30px 30px 5px 30px;
	background: #eee;
}

.widget_calendar table a {
	color:orange;
}

.EO_Event_List_Widget ul li a{
	color:orange;
}

.EO_Event_List_Widget ul li {
	padding: 5px;
	border-bottom: 1px dotted #ccc;

}

.code {
    background-color: #f6f6f6;
    overflow: scroll;
}

.samplecode {
    background-color: #f6f6f6;
}

/* for Swiper*/
@media (min-width: 920px) {
	.related-post-area .swiper-wrapper {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.related-post-area .swiper-slide {
		width: 50%;
		padding: 10px;
	}
	.related-post-area .swiper-button-prev, .related-post-area .swiper-button-next, .related-post-area .swiper-pagination {
		display: none;
	}
	.swiper-slide .wp_rp_thumbnail img {
		width: 75px;
		float: left;
		margin: 5px 15px 5px 0;
	}
	.swiper-slide .wp_rp_title {
		font-size: 0.9em;
		display: block;
		padding: 0 0 0 90px;
	}
}

@media (max-width: 920px) {
	.swiper-slide a.wp_rp_thumbnail:after {
		content: "";
		display: block;
		clear: both;
	}
	.swiper-slide .wp_rp_title {
		display: block;
		max-width: 150px;
		font-size: 0.4em;
		padding: 0;
	}
}


.entry-content ol {
	counter-reset: number;
}

.entry-content ol > li:before{
	counter-increment: number;
	content: counter(number);
/*	background: #3E3E3E;
	background: #82a522; */
	background: #01734f;
	box-shadow: 0 0 5em rgba(51, 51, 51, 0.15) inset;
	color:#fff;
	width:1.5em;
	height:1.5em;
	font-size: 0.7em;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
	display:block;
	text-align:center;
	line-height:1.5em;
	border-radius:50%;
	position:absolute;
	left:0;
	top: 3px;
}

.entry-content ol.child {
	margin: 5px 0 0;
	padding: 0 15px;
}

.entry-content ol li ol.child li {
	padding: 2px 0 5px 40px;
	margin: 0;
}

.entry-content ol.child > li:before{
	counter-increment: number;
	content: counters( number,' - ');
/*	background: #7f7f7f;
	background: #82a522; */
	background: #01734f;
	box-shadow: 0 0 5em rgba(51, 51, 51, 0.15) inset;
	color:#fff;
	width:2.8em;
	height:1.5em;
	font-size: 0.7em;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
	display:block;
	text-align:center;
	line-height:1.5em;
	border-radius:50%;
	position:absolute;
	left:0;
	top: 3px;
}

.entry-content ol.child.alphabet-style > li:before{
	counter-increment: alphabetic;
	content: counters( number,' - ');
}

/* いいねボタンデザイン */
/* カウントボックス */
.edu-good-button-area .edu-button-wrapper .count-box {
	position: relative;
	border-radius: 0.25em;
	font-size: 12px;
	text-decoration: none;
	background-color: #fff;
	margin-left: 8px;
	line-height: 28px;
	display: inline-block;
	padding: 0 10px;
	box-shadow: 0 0 0 1px #bdbdbd inset;
	color: #616161;
	vertical-align: middle;
	text-align: center;
}

.edu-good-button-area .edu-button-wrapper .count-box:before {
	content: '';
	position: absolute;
	border: 1px solid transparent;
	background: #fff;
	border-bottom-color: #bdbdbd;
	left: -5px;
	top: 50%;
	border-left-color: #bdbdbd;
	transform: rotate(45deg) translatey(-50%);
	width: 5px;
	height: 5px;
	margin: 0;
}

/* いいねボタン */