/*
Theme Name: ECマーケティング
Theme URI: http://www.ecmarketing.co.jp/
Author: ECマーケティング
Author URI: http://www.ecmarketing.co.jp/
Description: ECマーケティングコラムブログ
Version: 1.0.0
Tags:
*/


/* common */
#fnav {
	position: relative;
}

/* Top */
#homeTopics {
	float: left;
	width: 480px;
}
#homeColumn {
	float: right;
	width: 480px;
}
.topic_lists ul {
	height: 460px;
}
.topic_lists li {
	position: relative;
	overflow: hidden;
	height: 35px;
	padding: 5px 0;
	border-bottom: 1px solid #E6E6E6;
}
.topic_lists li:after {
	clear: both;
	display: block;
	content: "";
}
.topics_list_date {
	float: left;
	display: block;
	margin-right: 10px;
}
.topics_new {
	position: absolute;
	top: 23px;
	left: 0;
	color: #b22d2d;
	font-weight: bold;
}
.topics_cat {
	float: left;
	width: 50px;
	margin-right: 10px;
	padding: 0 5px;
	background-color: #1f2879;
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}
.topics_cat.cat_asia {
	background-color: #000;
	color: #fff;
}
#homeTopics ul {
	overflow: hidden;
/*	overflow-y: scroll;*/
}
#homeTopics li img {
	float: left;
	margin-right: 10px;
	padding: 0;
}
#contents .topics_list_cat {
	float: left;
	display: block;
	width: 100px;
	margin: 0 10px;
}
#contents .topics_list_cat a,
#contents .topics_list_cat a:link,
#contents .topics_list_cat a:visited {
	display: block;
	width: 100px;
	height: 16px;
	background-color: #000;
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}
.topic_lists li a {
	float: left;
	display: inline-block;
	/*width: 335px;*/
	width: 320px;
}
#homeColumn li a.topics_list_title {
	width: 325px;
}



/* blog snav */

#blog #snav h3 {
	display: block;
	margin: 30px 0 10px;
	border-bottom: 1px solid #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}
#blog #snav aside:first-child h3 {
	margin-top: 0;
}
#blog #snav a {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}
#blog #snav > ul > li a {
	display: block;
	margin: 0;
}
#blog #snav #recent-posts-2 a {
	display: block;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}

#blog #snav .search-form .screen-reader-text {
	display: none;
}
#blog #snav .search-form label {
	margin: 0;
}
#blog #snav .search-field {
	width: 170px;
	height: 28px;
	padding: 0 5px;
	margin: 0;
	border: 1px solid #ccc;
	line-height: 28px;
}
.search-submit {
	width: 50px;
	height: 30px;
	margin: 0;
	background-color: #000;
	color: #fff;
	border: none;
}



/* article */

#blog #contents,
#blog #contents article {
	margin: 40px 0 0;
}

#blog #contents .page-header h1 {
	margin: 40px 0 0;
	padding: 10px;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	line-height: 1;
}


/* entry */

#blog #contents .entry-title {
	height: auto;
	margin-top: 0;
	padding: 20px 0;
	line-height: 30px;
}
.entry-info {
	padding: 5px 5px 5px 10px;
	background-color: #333;
	color: #fff;
	line-height: 20px;
}
.entry-meta {
	float: left;
	display: inline-block;
}
#blog #contents iframe {
	margin: 0;
}

#blog #contents p {
	margin: 0 0 15px;
	padding: 0;
	line-height: 2;
}

.entry-eyecatch {
	margin: 0 0 10px;
	/*background-color: #000;*/
	text-align: center;
}
#blog #contents .more-link,
#blog #contents .pl_previous a,
#blog #contents .pl_next a {
	display: inline-block;
	margin: 10px 0 0;
	padding: 10px;
	background-color: #666;
	color: #fff;
	border-radius: 6px;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}
#blog #contents .more-link {
	float: right;
	padding: 10px 20px;
}


.pl_previous {
	float: left;
	text-align: left;
	width: 50%;
}
.pl_next {
	float: right;
	text-align: right;
	width: 50%;
}

.blog_footer_pagenav,
#blog .wp-pagenavi {
	clear: both;
	margin: 40px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #ccc;
}
#blog .wp-pagenavi a,
#blog .wp-pagenavi span {
	display: inline-block;
	min-width: 15px;
	text-decoration: none;
	border: 1px solid #000;
	margin: 2px;
	padding: 5px;
	text-align: center;
}
#blog .wp-pagenavi a:hover,
#blog .wp-pagenavi span.current {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
#blog .wp-pagenavi span.current {
	font-weight: bold;
}
#blog .wp-pagenavi .pages {
	border: none;
}


/* entry single */
.entry-content h2 {
	margin: 20px 0 10px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}
.entry-content h3 {
	margin: 10px 0 5px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
}
.entry-content img {
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}


/* tag design */
.tag-list {
	float: left;
	display: inline-block;
}
#blog #contents .tag-list a {
	position: relative;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 20px;
	padding: 0 1em;
	background-color: #fff;
	color: #000;
	border-radius: 0 3px 3px 0;
	font-size: 10px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.tag-list a::before {
	position: absolute;
	top: 0;
	left: -10px;
	content: '';
	width: 0;
	height: 0;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	-webkit-transition: .2s;
	transition: .2s;
}
.tag-list a::after {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background-color: #000;
	border-radius: 100%;
}
.tag-list span {
	display: block;
	max-width: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#contents .tag-list a:hover {
	background-color: #fff;
	text-decoration: none;
}
.tag-list a:hover::before {
	border-right-color: #fff;
}




/* asean_ec */

.asean_ec .mainimg {
	position: relative;
	background-color: #000;
	color: #fff;
	text-align: center;
}

/*
.asean_ec .mainimg h1 {
position: absolute;
	top: 65px;
	left: 200px;
	width: 600px;
	padding: 20px 0;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	box-sizing: border-box;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
}
*/


/* wp_social_bookmarking_light */

.wp_social_bookmarking_light{
	display: inline-block;
	border: 0 !important;
	padding: 0; /*10px 0 20px 0 !important*/
	margin: 0 !important;
	float: right;
}
.wp_social_bookmarking_light div{
	float: left !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 5px 0px 0 !important;
	height: 20px;
	min-height: 20px !important;
	line-height: 20px !important;
	text-indent: 0 !important;
}
.wp_social_bookmarking_light img{
	border: 0 !important;
	padding: 0;
	margin: 0;
	vertical-align: top !important;
}
.wp_social_bookmarking_light_clear{
	clear: both !important;
}
#fb-root{
	display: none;
}
.wsbl_twitter{
	width: 65px;/*100*/
}
.wsbl_google_plus_one {
	width: 32px;
}
.wsbl_facebook_like iframe{
	max-width: none !important;
}