
/*------------------------------------------------------------
	共通見出し
------------------------------------------------------------*/

select {
	display: none;
}

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


	select {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	/*バナーのマージン調整*/
	#bnrScroll {
		margin: 20px auto 0;
	}

}


/*------------------------------------------------------------
	MEDIA 一覧
------------------------------------------------------------*/

#mediaList {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

#mediaList article {
	position: relative;
	border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 25px;
}

#mediaList article h3 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 0 0 15px 15px;
	position: relative;
}

#mediaList article h3:before {
	content: '';
	background: #3B2D13;
	width: 4px;
	height: 17px;
	position: absolute;
	top: 0;
	left: 0;
}

#mediaList article h3 a {
	font-size: 1.2rem;
	font-weight: 400;
	color: #3B2D13;
	text-decoration: none;
}

/*WEB*/
#mediaList article p.web {
	background: #617846;
}

#mediaList article p.web:after {
	border-left: 5px solid #1C3104;
}

/*ブログ*/
#mediaList article p.blog {
	background: #BEC358;
}

#mediaList article p.blog:after {
	border-left: 5px solid #4D4F23;
}

/*書籍*/
#mediaList article p.books {
	background: #C35865;
}

#mediaList article p.books:after {
	border-left: 5px solid #67262E;
}

/*TV*/
#mediaList article p.tv {
	background: #58BBC3;
}

#mediaList article p.tv:after {
	border-left: 5px solid #25676C;
}

#mediaList article p.excerpt {
	font-size: 1.1rem;
	line-height: 1.8;
}


@media only screen and (min-width: 813px) {
	
	#mediaList {
		padding-bottom: 20px;
	}
		
	#mediaList article {
		padding: 20px;
		margin-bottom: 35px;
	}
	
	#mediaList article h3 {
		margin-bottom: 20px;
	}

	#mediaList article h3 a {
		font-size: 1.3rem;
	}
	
	#mediaList article h3 a:hover {
		text-decoration: underline;
	}
	
	#mediaList article figure {
		width: 52%;
		height: auto;
		float: left;
	}
	
	#mediaList article p.excerpt {
		width: 44%;
		font-size: 1.2rem;
		float: right;
	}


}


/*------------------------------------------------------------
	WP-pagenavi
------------------------------------------------------------*/

div.wp-pagenavi {
    clear:both;
    display:block;
    padding:10px 0 40px;
    text-align:center;
    margin: 0 auto;
}

div.wp-pagenavi a {
	display: inline-block;
	width: 38px;
}

div.wp-pagenavi a,
div.wp-pagenavi span {
	font-weight: 400;
	color: #000;
    border:solid 1px #ccc;
    padding:7px 11px 6px;
    margin:0 3px;
    text-decoration:none;
}

div.wp-pagenavi span.extend {
    padding:10px 11px 10px;
}

div.wp-pagenavi a:hover {
	background: #68542F;
    border:solid 1px #68542F;
    color:#fff;
    text-decoration:none;
}

div.wp-pagenavi span.current {
	background: none;
	border: none;
    text-decoration:none;
}

@media only screen and (min-width: 813px) {
	
	div.wp-pagenavi a,
	div.wp-pagenavi span {
    	padding:7px 13px 6px;
	    margin:0 6px;
	}
	
	div.wp-pagenavi span.extend {
	    padding:10px 13px 10px;
	}
	
}
