@charset "utf-8";

/* =====================================================================
 * main
 * =================================================================== */
h3#titleSC {
	margin-bottom: 20px;
}
.caption {
	margin-bottom: 30px;
	text-align: center;
	font-size: 116%;
}
.showcaseList {
	padding-bottom: 21px;
}
ul#listBox {
	overflow: hidden;
	width: 681px;
	margin-right: -17px;
	margin-bottom: -22px;
}
#listBox li {
	float: left;
	position: relative;
	margin: 0 17px 22px 0;
}
#listBox li dl {
	margin-bottom: 9px;
	padding: 8px 8px 6px;
	width: 192px;
	border: solid 1px #bdbdbd;
}
#listBox li dt {
	overflow: hidden;
	width: 192px;
	height: 147px;
}

#listBox li dd.corner {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}
#listBox li dd {
	padding-top: 6px;
	text-align: center;
}
p.notfound {
    text-align: center;
}

/* ページナビゲーション */
#page {
	margin-top: 55px;
}
.link_before, .link_next {
    font-size: 85%;
    letter-spacing: 1px;
}
.link_before {
	padding-right: 8px;
}
.link_next {
	padding-left: 8px;
}
a.link_page, .current_page {
    padding: 4px 4px 3px 4px;
    border: solid 1px #cccccc;
    text-decoration: none;
    font-size: 77%;
    zoom: 1;
}
.current_page, .this-page {
    background-color: #eeeeee;
    color: #555555;
}

/*事例個別ページ*/
dl.subTitle {
	margin-bottom: 20px;
	text-align: center;
}
.subTitle dt {
	margin-bottom: 7px;
	font-size: 123.1%;
	color: #3360bd;
}
#article p {
	margin-bottom: 30px;
}
table {
	width: 332px;
	margin-bottom: 25px;
	border-top: solid 1px #bdbdbd;
}
table th, table td {
	padding: 8px 7px 8px 15px;
	border-bottom: solid 1px #bdbdbd;
}
.tb-contents1 {
	width: 95px;
	background: #edf2ff;
}
.voice {
	clear: both;
	padding: 20px;
	width: 618px;
	border: solid 3px #dbdcdc;
}
.voice h4 {
	margin-bottom: 15px;
}
.voice dt {
	margin-bottom: 7px;
	font-size: 116%;
}
/* =====================================================================
 * slide gallery
 * =================================================================== */
div.content {
	margin: 0 auto;
	padding: 20px;
	margin-bottom: 20px;
	width: 624px;
	background: #eeeeef;
}

div.slideshow-container {
	position: relative;
	height: 460px;
	background-color: #ffffff;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 624px;
	height: 460px;
}
div.slideshow {
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
div.slideshow a.advance-link {
	display: block;
	overflow: hidden;
	width: 628px;
	height: 460px;
	line-height: 460px;
	text-decoration: none;
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
}
div.navigation {
    position: relative;
    overflow: hidden;
}
ul.thumbs {
  position: relative;
  left: 50%;
  float: left;
  padding: 18px 0 0 3px;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin-right: 6px;
}
ul.thumbs li {
  position: relative;
  left: -50%;
  float: left;
}
a.thumb {
	display: block;
	overflow: hidden;
	width: 70px;
	height: 70px;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}