@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	background: #0064c2;
	color: #fff;
	position: relative;
}

#visual p {
	height: 120px;
	overflow: hidden;
	position: relative;
}

#visual p img {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	top: 50%;
	left: 0;
}

#visual dl {
	padding: 20px;
	text-align: left;
}

#visual dt {
	margin-bottom: 10px;
	font-size: 21px;
	line-height: 1.4;
}

#visual dt span {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #fff;
	font-size: 15px;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 20px 20px 15px;
	text-align: left;
}

#about h2 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: solid 2px #ccc;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2;
	color: #333;
	position: relative;
}

#about h2:after {
	content: '';
	width: 75px;
	height: 2px;
	background: #0064c2;
	position: absolute;
	bottom: -2px;
	left: 0;
}

/* ---------------------------------------------------------
	CSS Document list
--------------------------------------------------------- */

#list {
	margin: 0 20px 30px;
	text-align: left;
}

#list dl {
	padding: 10px 30px 10px 15px;
	position: relative;
}

#list dl:after {
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -5px;
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
}

#list dl:nth-child(odd) {
	background: #f6f6f6;
}

#list dt {
	color: #0064c2;
}

#list dd a {
	text-decoration: none;
	color: #434343;
}

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	margin: 0 20px 30px;
	text-align: left;
}

#detail .entry_date {
	color: #0064c2;
}

#detail h3 {
	padding: 10px;
	background: #f8f8f8;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3;
}

#detail .entry_body {
	margin-top: 10px;
}

/* ---------------------------------------------------------
	CSS Document pager
--------------------------------------------------------- */

#pager {
	padding: 10px 0 30px;
	border-top: solid 1px #e0e0e0;
	font-size: 0;
	line-height: 40px;
	position: relative;
}

#pager a {
	text-decoration: none;
	color: #434343;
	position: relative;
}

#pager .number {
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
}

#pager .number a {
	display: block;
	width: 30px;
	text-decoration: none;
	color: #999;
}

#pager a:hover {
	text-decoration: underline;
	color: #0064c2;
}

#pager .number span {
	display: block;
	width: 30px;
}

#pager .before {
	font-size: 15px;
	position: absolute;
	top: 10px;
	left: 18px;
}

#pager .before a {
	padding-left: 18px;
}

#pager .before a:before {
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-bottom: solid 2px #999;
	border-left: solid 2px #999;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 4px;
}

#pager .next {
	font-size: 15px;
	position: absolute;
	top: 10px;
	right: 18px;
}

#pager .next a {
	padding-right: 18px;
}

#pager .next a:before {
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: solid 2px #999;
	border-right: solid 2px #999;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 4px;
}

#pager .back {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}

#pager .back a {
	display: block;
	padding-left: 25px;
	background: url(/case-studies/include/images/b_back.png) no-repeat left / 16px auto;
}
