/*
Theme Name: AFFINGER4 Child
Template: affinger4
Version: 20170205
*/
@import url('../affinger4/style.css');

#breadcrumb ol li, #breadcrumb ol li a {
	color: #888!important;
}
.kanren .smanone {
	display: none;
}
.st-eyecatch {
  text-align: center;
}    
.st-eyecatch img {
	max-height: 550px;
  width: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
p.eyecatch-copyurl {
	margin-right: 50px;
}
.wp-caption-text {
	color: #888;
}
#side aside ul li.menu-item-type-taxonomy {
	background-color: #fff;
  font-weight: bold;
  padding: 15px 15px 10px;
  border-top: dotted 1px #ddd;
}
#side aside ul li.menu-item-type-taxonomy.menu-item-90693,
#side aside ul li.menu-item-type-taxonomy.menu-item-90704 {
	margin-top: -10px;
}
#side aside ul li.menu-item-type-taxonomy.menu-item-90665 {
	border-top: none;
}
#side aside ul li.menu-item-type-taxonomy ul li {
  font-weight: normal;
  /*list-style-type: square;
  margin-left: 10px;*/
  padding: 0;
  border: none;
}
#side aside ul li.menu-item-type-taxonomy a:before {
	content: "\f1c0";
  margin-right: 8px;
  display: inline-block;
  color: #505050;
  font-family: FontAwesome;
}
#side aside ul li.menu-item-type-taxonomy ul li a:before {
	content: "\f105";
  margin-right: 5px;
  display: inline-block;
  color: #969696;
  font-family: FontAwesome;
}

@media (max-width: 767px) {
	.st-middle-menu .menu li a {
		padding: 10px 3px;
	}
	.kanren .st-catgroup {
		display: none;
	}
	.st-eyecatch img {
		max-height: 250px;
	}
	p.eyecatch-copyurl {
		margin-right: 0;
	}
	.footermenust {
		padding: 0 0 20px;
	}
	footer ul, footer ol {
		padding-left: 0;
	}
}

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960px) {


/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {


/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {


/*-- ここまで --*/
}