/*
 Theme Name:   Bridge Child
 Theme URI:    http://demo.qodeinteractive.com/bridge/
 Description:  A child theme of Bridge Theme
 Author:       Qode Interactive
 Author URI:   http://www.qodethemes.com/
 Template:     bridge
 Version:      1.0.0
*/
@import url("../bridge/style.css");

/* 投稿詳細の日付 */
.blog_holder article .post_text h2.entry_title .entry_date {
	color: #696969;
	font-size: .95rem;
}

/* NEWアイコン */
.latest_post_text_inner .new,
.post_text_inner .new {
	background-color: #d9534f;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 5px;
	line-height: 1;
	vertical-align: 1px;
}

/* 僕が見ていた石ノ森章太郎 */
#sc-bokugamiteita h3.work-list-title {
	font-size: 16px;
	font-weight: bold;
}
#sc-bokugamiteita ul.work-list {
	margin: 15px 0 30px -5px;
}
#sc-bokugamiteita ul.work-list li {
	display: inline-block;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.6;
	padding: 5px 10px 5px 0;
	width: 33%;
	text-indent: -1em;
	padding-left: 2em;
	vertical-align: top;
}
#sc-bokugamiteita ul.work-list li a {
	color: #333;
}
#sc-bokugamiteita ul.work-list li a:hover {
	color: #dd3030;
}
#sc-bokugamiteita ul.work-list li a:before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .1em;
	content: "";
	border-left: .3em solid;
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	padding-right: 5px;
}
#sc-bokugamiteita .btn {
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 5px 20px;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-bottom: 5px;
}
#sc-bokugamiteita .btn-primary {
	color: #fff;
	background-color: #0062cc;
	border: none !important;
}
#sc-bokugamiteita .btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}
#sc-bokugamiteita .block {
	border: 1px solid #eaeaea;
	border-radius: 5px;
	margin: 30px 0;
	padding: 15px;
	text-align: center;
}
#sc-bokugamiteita .block-blank {
	margin: 60px 0 20px;
	border-bottom: solid 1px #eaeaea;
}
#sc-bokugamiteita .text-nowrap {
	white-space: nowrap;
}
@media (max-width: 767px) {
	#sc-bokugamiteita h3.work-list-title {
		font-size: 14px;
	}
	#sc-bokugamiteita ul.work-list li {
		width: 100%;
	}

  footer .footer_top .four_columns .column2,
  footer .footer_top .four_columns .column3 {
    margin: 0 0 -25px;
  }
}

/* 例外対応 */
#wm10-header {
  background-color: #ffee46;
}
#wm10-header img {
  margin-bottom: -8px;
  width: 100%;
}
