/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

/* PS Auto Sitemapのリストスタイル */
.entry-content ul#sitemap_list li:before {
  content: none;
}



/* ロゴサイズを大きく */

@media only screen and (min-width: 768px) {
.header.headercenter #logo img {
	max-height: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
}
}

/* AmazonJSのアイコンを消す 堤が追加しました */
.entry-content .amazonjs_item li:before,
.entry-content .amazonjs_item a[target="_blank"]:after{
 content:none;
}