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

.entry-content table{
/*
	width: auto;
*/
	table-layout: fixed !important;
}

.widget {
    margin: 0 0 1.5em;
}

p{
line-break: strict !important;
}

.header {
    opacity: 0.9;
}

.fixed {
    position: fixed;
}

.full-width {
    width: 100%;
}

.nav li ul.sub-menu li a, .nav li ul.children li a {
    width: 280px;
}

#logo a:hover, #g_nav .nav li a:hover, .nav_btn:hover {
    color: #7f7f7f !important;
} 

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

div.widget ul li.cat-post-item div:nth-child(1) {
	display:contents;
	float: left;
}

div.widget ul li.cat-post-item div:nth-child(2) {
	display: contents;
	float: none;
}

div.widget_text {
	margin:0 0 1em;
}

.pr {
	opacity: 0.7;
	font-size: 0.8em;
}

#custom_header .en {
	font-size: 2.0em;
	text-shadow: 1px 1px 3px #333333; 
}

#custom_header p {
	text-shadow: 1px 1px 3px #333333; 
}

.entry-content ul {
	padding: 15px 15px;
	background-color:whitesmoke; 
}

.entry-content ul li {
	margin: 5px 0px ;
	padding: 0 0 5px 20px ;
}

.entry-content ol {
	padding: 15px 15px;
	background-color:whitesmoke; 
}

.entry-content ol li {
	margin: 5px 0px ;
	padding: 0 0 5px 25px ;
}

.entry-content table td.tbcolor_yellow {
	background: #fffacd;
}

.entry-content table td.tbcolor_wheat {
	background: #ffdab9;
}


.entry-content table td.tbcolor_deep {
	background: #add8e6;
}

.entry-content table td.tbcolor_light {
	background: #f0f8ff;
}

.entry-content table {
	table-layout: fixed; 
}


.entry-content h4 {
	border-bottom: 3px dotted #606060;
	padding-bottom: 7px;
}

.entry-content h2 {
	font-size: 18px;
	padding: 0.5em 1.1em;
	letter-spacing: 1px;
	border-top: 3px double #fff; 
	border-bottom: 3px double #fff; 
	clear:both;
}

.entry-content h2.top {
    padding: 0.5em 1.1em;
	letter-spacing: 1px;
    margin: 0 0 1.1em;
}

.entry-content a.prlink {
	text-decoration: underline;
}

.box {
	border: 1px solid #ccc;
	padding:20px;
}

.post-list-magazine .post-list {
    width: 48%;
    margin: 0 1% 2.5%;
    float: left;
    overflow: hidden;
    height: 450px;
}

.button {
    display: block;
	position: relative;
	margin: 0 auto 2rem;
	padding: 1rem 1rem;
	border-radius: 8px;
	background: gray;
	color: #fff;
	transition-duration: 0.2s;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	box-shadow: 0 3px 0 dimgray;
	text-decoration: none;
}

.center {
    text-align:center;
    margin: 0 auto;
    display: block;
}

.two-buttons {
	width:100%;
	display:inline-block;
}

.two-buttons-left {
	float:left;
	width:50%;
}

a.two-buttons-left {
	display: block;
	position: relative;
	margin: 0 auto 2rem;
	padding: 0.5rem 1rem;
	/* padding: 1rem 1rem; */
	border-radius: 8px;
	background: #e3ae1b;
	background: gray;
	color: #fff;
	transition-duration: 0.2s;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	box-shadow: 0 3px 0 dimgray;
	/* box-shadow: 0 3px 0 #e38c1b; */
	text-decoration: none;
	width:49%;
}

a.two-buttons-left:hover{
 /* background: #e38c1b; */
background: lightgrey;
color:#fff;
}

.two-buttons-right{
	float:right;
	width:50%;
}

a.two-buttons-right{
	display: block;
	position: relative;
	margin: 0 auto 2rem;
	padding: 1rem 1rem;
	padding: 0.5rem 1rem;
	border-radius: 8px;
	background: #e34a1b;
	color: #fff;
	transition-duration: 0.2s;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	box-shadow: 0 3px 0 #d40f20;
	text-decoration: none;
	width:49%;
}

.cat-post-thumbnail {
	display:inline-block !important;
	float:left !important;
}

.cat-post-title {
	float:none !important;
}

a.two-buttons-right:hover{
background: #d40f20;
color:#fff;
}

.red {
color:red;
}

.yellow {
color:yellow;
}

td.tbcolor {
	background: #84a008;
	color: #ffffff;
}

td.tbchcolor {
	background: #888888;
	color: #ffffff;
}

td.headcolor {
	background: #84a008;
	color: #ffffff;
}

img.alignleft {
	margin:0 2.5% 1.25% 0;
	display: inline;
	float: left;
}

.scr {
	background: #f7f7f7;
	overflow: scroll; 
	height: 240px;
	width: 100%;
}

.scr ul li {
	padding-bottom: 10px;
	border-bottom: 1px dotted #bbb;
    font-size: 0.9rem;
}


.scrvr {
	background: #f7f7f7;
	overflow: auto; 
	max-height: 300px;
	height: auto;
	width: 100%;
}

.scrvr ul li {
	padding-bottom: 10px;
	border-bottom: 1px dotted #bbb;
}

.scrvr em {
    float: left;
    border-bottom: none;
    text-indent: -1rem;
    margin: 0 1rem 0 0;
}

.scrvr li a {
    overflow: auto;
    display: block;
}

.scrvr ul li::before {
    display: none;
}

.ad_space_top_news {
	margin-top: 30px;
	margin-bottom: 0;
}

.ad_space_middle {
	margin-bottom: 40px;
}

.ad_space_bottom {
	margin: 30px 0;
}


.left_contents_ad {
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 20px;
}

.right_contents_ad {
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 20px;
}

.tagcloud a {
    padding: 0.1em 0.5em;
    margin: 0 0.2em 0.2em 0;
    display: inline-block;
    font-size: 12px !important;
    background: #888888;
    background: rgba(35, 35, 35, 0.5);
    color: #fff !important;
}

.tagcloud a:hover{
    opacity:0.5;
}

.ttl{
	margin-top: 0.5em !important;
}

.entry-content #seminar_pickup{
	border:3px dotted #ccc;
	padding: 20px 20px 0;
	background: #f7f7f7;
	margin-bottom: 20px;
}

.entry-content #seminar_pickup h2 {
	font-size: 18px;
    margin: 0;
    color: #000;
    background: #f7f7f7;
    padding: 0.2em 0;
}

.entry-content #seminar_pickup h3 {
	border: none;
    margin: 0.5em 0;
    padding: 0;
}

.entry-content #seminar_pickup h3 a{
	font-size: 16px;
	margin: 0px;
	color: #dd3333;
}

.entry-content #seminar_pickup h3 a:hover{
	opacity:0.5;
}

#ad_pickup {
	border: 1px solid #ccc;
	padding: 20px;
	background-color: rgba(247,247,247,0.5);
}

#ad_pickup h2 {
	font-size: 18px;
	margin: 0px;
}

@media only screen and (max-width: 480px) {
.two-buttons-left{
float:none;
width:90%;
}

a.two-buttons-left{
width:100%;
margin:0 auto 1rem;
}

.two-buttons-right{
float:none;
width:90%;
}

a.two-buttons-right{
width:100%;
margin:0 auto 1rem;
}

.left_contents_ad {
	width: 100%;
}
.right_contents_ad {
	width: 100%;
}

.entry-content img.alignright, .entry-content img.alignleft {
	max-width: 100% !important;
	height: auto;
    width: 99%;
	margin: 0 auto 0.5rem;
	float: none;
	display: block;
	clear: both;
}
}

.bottom_bannar {
	margin-bottom: 15px;
	text-align: center;
}

.left_contents {
	float: left;
	width: 49%;
	padding: 15px;
	background: #fff;
	margin-bottom: 15px;
}

.right_contents {
	float: right;
	width: 49%;
	padding: 15px;
	background: #fff;
	margin-bottom: 15px;
}

table.apptable {
	margin-top: 0px !important;
}


.su-column  img.app {
	padding: 10px;
}

.search-title {
    border-left: 5px solid #ccc;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
}

.search-space{
    margin: 1rem 0 0;
}

@media only screen and (max-width: 480px) {
.left_contents {
	width: 100%;
}
.right_contents {
	width: 100%;
}
}

.clear {
	clear:both;
}

.review_big {
	font-size: 18px;
	font-weight: bold;
}

hr.review_hr {
	margin: 0 0 0.6em 0;
}

.text_small {
	font-size: 90%;
}

/* form */
span.from-year:nth-child(1) > select:nth-child(1) {
	width: 4rem !important;
	display: inline !important;
}

.from-month > select:nth-child(1) {
	width: 4rem !important;
	display: inline !important;
}

.to-year > select:nth-child(1) {
	width: 4rem !important;
	display: inline !important;
}

.to-month > select:nth-child(1) {
	width: 4rem !important;
	display: inline !important;
}

@media only screen and (max-width: 480px) {
.sex > select:nth-child(1)  {
	width: 4rem !important;
}
}

/* Motoyasu Add */
/* Tag Page */
.taxonomy-description {
    margin: 2.5em 0 -1.5em 0;
}
.entry-content {
    padding: 0 auto;
}
div.taxonomy-description img {
    margin-bottom: 1em;
}

#main h2.app_h2 {
	margin-top:0px;
}


#guide_top .child_pages .post_content {
	float:left;
	width:78%;
	margin-left:2%;
}

#guide_top .child_pages .post_content h4 a {
	padding-bottom:3px;
	font-size: 18px;
}


#guide_top .child_pages .post_content .post_excerpt {
	font-size: 16px;
}

#guide_top .child_pages .post_thumb {
	width: 20%;
	float:left;
	padding-bottom: 0px;
}

#guide_top .child_page-container:after {
	content: "";
	clear: both;
	display: block;
}

#guide_top .child_pages .child_page-container {
	margin-bottom: 10px;
	padding: 20px;
}


@media only screen and (max-width: 480px){
#guide_top .child_pages .post_content {
    width: 100%;
    float: center;
}

#guide_top .child_pages .post_thumb {
    width: 100%;
    float: center;
}
}

.backshadow {
	padding: 15px 15px 5px 15px;
	margin-bottom: 20px;
}

table td.tdcolor_purple {
	background: #f5ecf4;
}

.reco_wrapper {
	text-align: left;
}

.reco {
	text-align: left;
	float: left;
	width: 32%;
	padding: 10px 10px 15px 10px;
	background: #eee;
	margin: 0.6%;
}

.reco h4 {
	text-align:center;
	border-bottom: 4px double #01734f;
/*	border-bottom: 4px double #6B8E23;*/
	font-size:16px;
}

.reco p {
	font-size: 14px;
	margin-bottom: 10px;
}


@media only screen and (max-width: 480px) {
.reco {
	width: 100%;
	margin-bottom: 10px;
}

}

img.reco_img {
	text-align:center;
	width: 90%;
	margin: 10px auto !important;
}

#logo, #g_nav {
	margin-top: 5px;
	margin-bottom: 5px;
}

.header-text h2, .header-text p {
	font-family:"游ゴシック",YuGothic,"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , "Lato", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#custom_header .header-text h2 {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.2em; 
}

#custom_header .header-text p {
	letter-spacing: 0.1em; 
}

#custom_header .wrap .header-text {
	max-width: 700px !important;
}

.left_contents_ad {
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 20px;
}

.right_contents_ad {
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 20px;
}

@media only screen and (max-width: 480px) {
	.left_contents_ad {
		width: 100%;
	}
	.right_contents_ad {
		width: 100%;
	}

	/* 20171218 Sado Add */
/*
	.responsive_table {
		width:100% !important;
	}
*/	
	.responsive_table thead{
		display:none;
	}
	.responsive_table tr{
		border:none;
	}
	.responsive_table td,.responsive_table th{
		display:block;
		width:100% !important;
	}
	.responsive_table .has_label:before{
		content:attr(label);
		display:block;
		background: #fffacd;
		margin-left:-0.8em;
		margin-right:-0.8em;
		margin-top:-0.8em;
		margin-bottom:0.8em;
		padding:0.8em;
		border-bottom: 1px solid #cfcfcf;
	}
	.responsive_table td:not(:first-child),.responsive_table th:not(:first-child){
		border-top:none;
	}
	.responsive_table .rt_noborder_top{
		border-top:none !important;
	}
	.rt_large_head{
		font-weight:bold;
		font-size:1.2em !important;
		padding-left:0.67em !important;
		padding-right:0.67em !important;
	}
}

.scr {
	background: #f7f7f7;
	overflow: scroll; 
	height: 250px;
	width: 100%;
	font-size: 14px;
}

.scr ul li {
	padding-bottom: 10px;
	border-bottom: 1px dotted #bbb;
}

/*
.scrvr {
	background: #fff;
	overflow: scroll; 
	max-height: 150px;
	height: auto;
	width: 100%;
}

.scrvr ul li {
	padding-bottom: 10px;
	border-bottom: 1px dotted #bbb;
}
*/

/* 20180201 Sado add start */

#above-inner-header {
	background: #909090;
	height: 27px;
	margin: 0 auto;
	border-bottom-color: #01734f;
/*	border-bottom-color: #6B8E23;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

@media only screen and (max-width: 1165px) {
#above-inner-header {
	background: #909090;
	height: 27px;
	margin: 0 auto;
	border-bottom-color: #01734f;
/*	border-bottom-color: #6B8E23;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

ul.top-tag {
	margin-top: 0px;
	text-align: center;
	background: #909090;
	width: 100%;
	margin: 0 auto;
	display: table;
}

ul.top-tag li {
	font-size: 11px;
	margin: 0 1px;
	border: 0;
	border-color: #78c4d3;
	border-left-color: #ffffff;
    border-left-width: 0px;
    border-left-style: solid;
    border-right-color: #ffffff;
    border-right-width: 1px;
    border-right-style: solid;
}

ul.top-tag li.off {
	color: #ffffff !important;
	background-color: #848484 !important;
	display: table-cell;
	width: 13%;
	height: 26px;
	vertical-align: middle;
}

ul.top-tag li.on {
	color: #3E3E3E !important;
	background-color: #01734f !important;
/*	background-color: #6B8E23 !important;*/
	display: table-cell;
	width: 13%;
	height: 26px;
	vertical-align: middle;
}

ul.top-tag li.on a {
	text-decoration:none;
	color: #fff;
	display: block;
}

ul.top-tag li.off a {
	text-decoration:none;
	color: #fff;
	display: block;
}
}

@media only screen and (min-width: 1166px) {

.ularea {
	width: 1166px;
	margin: 0 auto;
}

ul.top-tag {
	margin-top: 0px;
	text-align: center;
	background: #909090;
	width: 90%;
	margin: 0 left;
	display: table;
}
}

ul.top-tag li {
	font-size: 11px;
	margin: 0 1px 0 1px;
	border: 0 0 0 0;
	border-color: #78c4d3;
	border-left-color: #ffffff;
    border-left-width: 0px;
    border-left-style: solid;
    border-right-color: #ffffff;
    border-right-width: 1px;
    border-right-style: solid;
}

ul.top-tag li.off {
	color: #ffffff !important;
	background-color: #848484 !important;
	display: table-cell;
	width: 15%;
	height: 26px;
	vertical-align: middle;
}

ul.top-tag li.on {
	color: #3E3E3E !important;
	background-color: #01734f !important;
/*	background-color: #6B8E23 !important;
	background-color: #E69B9B !important;
	background-color: #78c4d3 !important;*/
	display: table-cell;
	width: 15%;
	height: 26px;
	vertical-align: middle;
}

ul.top-tag li.on a {
	text-decoration:none;
	color: #fff;
	display: block;
}

ul.top-tag li.off a {
	text-decoration:none;
	color: #fff;
	display: block;
}

/* 20180201 Sado add end */

/* 20180207 Sado add start */
figure {
	margin: 0 0 1.6em;
}

figure img {
	margin: 0 0 10px 0 !important;
}

figure figcaption {
	font-size: small;
}

/* 20180207 Sado add end */

.entry-content table.coindb {
	font-size: 14px;
}

.entry-content table.exchangedb {
	font-size: 14px;
}

.small {
	font-size:14px;
}

.scrvr ul li {
	font-size:14px;
}

/* 20180213 Sado add start */
#breadcrumb li.cattop:after{
	content: "" !important;
	margin-left: 0;
}

img.rssreader {
	display: block;
}

/* 20180223 Sado add start */
#sidebar1 div.textwidget p {
	margin-top: 0;
}

#sidebar1 div.textwidget p br {
	display: none;
}

div.simple a{
	color: white !important;
	background-color: #e89543 !important;
}

div.simple a:hover{
	color: #e89543 !important;
	background-color:white  !important;
}

div.exp-area{
	padding-bottom: 25px;
}

div#nav_menu-25 {
	margin-bottom: 0;
}

div.widget div.textwidget ul.menu li.menu-item {
	border-top: 1px dotted rgba(125, 125, 125, 0.2);
	border-bottom: none;
	margin: 0;
	padding: 0;
}

div.widget div.textwidget ul.menu li.menu-item a {
	display: block;
	margin: 0;
	padding: 1em 1.2em 1em 0.3em;
	position: relative;
}

div.widget div.textwidget ul.menu li.menu-item a:after {
	font-family: "fontawesome";
	content: '\f054';
	position: absolute;
	right: 0.2em;
	font-size: 1em;
	top: 50%;
	margin-top: -0.5em;
	color: #828282;
}

div.column-wrap h4 {
	font-size: 16px;
	margin-top: 5px;
	padding-left: 5px;
}

/*
#top_list h4 {
	font-size: 18px;
	margin-top: 5px;
}
*/

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

.ts-fab-header h4 {
	font-size:16px;
}

.ts-fab-text ul.ts-fab-latest {
	background: #fff;
}

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

div.content_box div.column-wrap div.d-1of2 ul {
	margin: 0;
}

div.top-content-bottom {
	margin-bottom:4em;
}

div.content-footer {
	margin:2.1em 0 0;
}

div.content-footer ul {
	padding: 15px 15px;
	background-color:whitesmoke; 
}

div.content-footer ul li {
	margin: 5px 0px ;
	padding: 0 0 5px 20px ;
}

div.content-footer ol {
	padding: 15px 15px;
	background-color:whitesmoke; 
}

div.content-footer ol li {
	margin: 5px 0px ;
	padding: 0 0 5px 25px ;
}

.content-footer a {
	text-decoration: underline !important;
}

.content-footer a[target="_blank"]:after {
    font-family: 'FontAwesome';
    content: '\f08e';
    font-size: 0.9em;
    margin: 0 2px 0 2px;
	
}

.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 blockquote.wide {
    padding: 6% 4% 2%;
    margin: 2.5em 0 3em;
}

.entry-content blockquote {
	font-size: 0.95em;
    position: relative;
	padding: 3.5% 5% 0;
    margin: 1em 0 1.5em;
    border: 1px solid;
    opacity: .8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=90)";
}

.category-posts-internal .cat-post-item {
	border-bottom: 1px solid #ccc;
    list-style: none;
    list-style-type: none;
    margin: 3px 0;
    padding: 3px 0;
}

.category-posts-internal .cat-post-item img {
	margin: initial;
}

.category-posts-internal li div {
	margin: 5px 0 0;
	clear: both;
}

.category-posts-internal .cat-post-item .cat-post-thumbnail {
	margin: 5px 10px 5px 0;
}

.category-posts-internal .cat-post-item .cat-post-title {
	font-size: 15px;
}

/* #6B8E23 */

.widget .widgettitle a {
	color: #ffffff;
}

.widget .widgettitle a:hover {
	color: #ffffff;
}

.recruite {
	background-color: #fbfbfb;
	padding: 15px;
}

.recruite .boxstyle {
	text-align: center;
	padding: 5px 10px;
	margin: 0 auto;
	width: 80%;
}

.recruite .boxstyle a{
	display: block;
	border: solid 4px #f0f0f0;
	background-color: #f5f5f5;
}

.recruite .boxstyle a:hover{
	display: block;
	border: solid 4px #f5f5f5;
	background-color: #f0f0f0;
}

#content h4.widgettitle {
	letter-spacing: 0.5px;
	border-top: 3px double #fff; 
	border-bottom: 3px double #fff; 
}