@charset "utf-8";

.contents {
	width: 990px;
	margin: 0 auto;
}

.contentsInner {
	background:#FAFAFA;
	padding:38px 0 0 0;
}


/* .conHeader
------------------------------------------------------------------------- */
.conHeader {
	width:990px;
	margin:35px auto 35px auto;
	font-size: 24px;
	color:#333;
}

.conHeader h1 {
}

/* .koumutenList
------------------------------------------------------------------------- */
.koumutenList {
	width:990px;
	margin:0 auto 55px auto;
}

.koumutenList li {
	display: table;
	width: 100%;
	float: left;
	margin-right: 0px;
	margin-bottom: 20px;
}
.koumutenList li:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.koumutenList li:nth-child(2n) {
	margin-right: 0;
}
.koumutenList li .image {
	text-align: center;
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	width: 235px;
	height: 140px;
	overflow: hidden;
	background: #fff;
}

.koumutenList li .image img {
	max-width: 100%;
}

.koumutenList li .resultContent {
	padding-left: 15px;
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
.koumutenList li .resultContent .tag {
	display: inline-block;
	font-size: 11px;
	margin-bottom: 6px;
	margin-right: 5px;
}
.koumutenList li .resultContent h3 {
	font-size: 21px;
	color: #333;
	margin-bottom: 4px;
	max-height: 65px;
	overflow: hidden;
}
.koumutenList li .resultContent h3 + p {
	font-size: 13px;
	color: #333;
	max-height: 41px;
	overflow: hidden;
}

.koumutenList li .resultContent .tagarea {
	max-height: 65px;
	overflow: hidden;
}

/* clearfix */
.koumutenList ul li {zoom:1;}
.koumutenList ul li:after {
	content: ""; 
	display: block; 
	clear: both;
}

.koumutenList ul li .thumbnail {
	float: left;
	width:234px;
}

.koumutenList ul li .rightBlock {
	padding:0 0 0 15px;
	width:211px;
	float: left;
}

.koumutenList ul li .rightBlock .tagList {
	margin:0 0 8px 0;
	overflow: hidden;
	max-height: 50px;
}

.koumutenList ul li .rightBlock .tagList .tag {
	display:inline-block;
	margin:0 3px 0 0;
	padding:3px 3px 3px 3px;
	font-size: 10px;
	line-height: 1.4;
	color:#000;
	background:#fff;
	border: 1px solid #E1E1E1;
}

.koumutenList ul li .rightBlock .koumutenName {
	margin:0 0 2px 0;
	padding:0 0 8px 0;
	max-height:38px;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2;
	overflow:hidden;
}

.koumutenList ul li .rightBlock .txt {
	font-size: 13px;
	line-height: 1.4;
	max-height:38px;
	overflow:hidden;
	
}



/* .caseList */

.caseList {
	margin:0 auto 70px auto;
    position: relative;
}

.caseList h3 {
  font-size: 18px;
  padding-bottom: 20px;
}

.caseList .more {
}

.caseList .more {
  text-align: center;
  padding-top: 40px;
}
.caseList .more a {
  display: inline-block;
  color: #333;
  padding: 6px 215px;
  font-size: 15px;
  letter-spacing: -1px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 3px #d2d2d2;
  box-shadow: 0 3px 3px #d2d2d2;
  background-color: #fff;
  background-image: url("../../common/img/icon_arrow04.png");
  background-repeat: no-repeat;
  background-position: right 198px center;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -ms-transition-duration: 100ms;
  transition-duration: 100ms;
}
.caseList .more a:hover {
  background-position: right 190px center;
}

.caseList .case-link-text {
    text-align: right;
    position: absolute;
    right: 0px;
    margin-top: -40px;
}

.caseList .case-link-text a {
    display: inline-block;
    color: #333;
    background: url(/img/common/icon_arrow02.png) no-repeat right 4px;
    padding-right: 16px;
}
/* .infoList01 */
.infoList01 {
	margin-bottom:36px;
}

/* .infoList02 */
.infoList02 {
	margin-bottom:63px;
}





