

/* メインタイトル */
.h1imgTtl {
	width: 100%;
	height: 58px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 58px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.h1imgTtl.results {
	background: url(/agcct/results/img/main_ph.jpg) no-repeat 0px 0px;
	background-size: cover;
	color: #fff;
}


/* topインデックス */
.topIndex {
	padding: 10px 0px;
}

.topIndex li {
	margin: 0px 15px 10px 15px;
	border: 1px solid #eee;
}

.topIndex li h2 {
	background: url(/agcct/lib/img/ic_arr07.png) no-repeat right 5px;
}

.topIndex li h2.blk {
	background: url(/agcct/lib/img/ic_blank.png) no-repeat right 5px;
	background-size: 13px auto;
}

/* top */
.topIndex li#const {
	background: url(/agcct/results/img/menu_b_const.jpg) no-repeat 0px 0px;
	background-size: 100% auto;
}

.topIndex li#indus {
	background: url(/agcct/results/img/menu_b_indus.jpg) no-repeat 0px 0px;
	background-size: 100% auto;
}

.topIndex li#anti {
	background: url(/agcct/results/img/menu_b_anti.jpg) no-repeat 0px 0px;
	background-size: 100% auto;
}

.topIndex li a {
	display: block;
	color: #303030;
	padding: 70% 15px 15px 15px;
}

.topIndex.noph li a {
	padding: 25px 15px 15px 15px;
}

.topIndex li a h2 {
	font-size: 1.8rem;
	font-weight: bold;
	padding-right: 20px;
	padding-bottom: 10px;
}

/* construction */
.topIndex li#conEs {
	background: url(/agcct/results/construction/img/menu_es.jpg) no-repeat 0px 0px;
	background-size: 100% auto;
}

.topIndex li#conEm {
	background: url(/agcct/results/construction/img/menu_em.jpg) no-repeat 0px 0px;
	background-size: 100% auto;
}

.topIndex li#conEp {
	background: url(/agcct/results/construction/img/menu_ep.jpg) no-repeat 0px 0px;
	background-size: 100% auto;
}

.topIndex li#conS {
	background: url(/agcct/results/construction/img/menu_s.jpg) no-repeat 0px 0px;
	background-size: 100% auto;
}

.topIndex li#conR {
	background: url(/agcct/results/construction/img/menu_r.jpg) no-repeat 0px 0px;
	background-size: 100% auto;
}

.topIndex li#conRS {
	background: url(/agcct/results/construction/img/menu_rs.jpg) no-repeat 0px 0px;
	background-size: 100% auto;
}

.topIndex li#conC {
	background: url(/agcct/results/construction/img/menu_c.jpg) no-repeat 0px 0px;
	background-size: 100% auto;
}

.topIndex li#conT {
	background: url(/agcct/results/construction/img/menu_t.jpg) no-repeat 0px 0px;
	background-size: 100% auto;
}

.topIndex li#conP {
	background: url(/agcct/results/construction/img/menu_p.jpg) no-repeat 0px 0px;
	background-size: 100% auto;
}

.topIndex li#conCe {
	background: url(/agcct/results/construction/img/menu_ce.jpg) no-repeat 0px 0px;
	background-size: 100% auto;
}

.topIndex li#conMe {
	background: url(/agcct/results/construction/img/menu_me.jpg) no-repeat 0px 0px;
	background-size: 100% auto;
}

.selMenu {
	text-align: center;
}

.selMenu select {
	width: 80%;
	text-align: center;
	margin-bottom: 10px;
	padding: 8px;
}

.spSpaceTop {
	margin-top: 40px;
}


/* 施工例 */
.resultsArea {
	background-color: #000;
	color: #fff;
	padding: 20px 0px;
}

.resultsArea .phArea {
	font-size: 1.3rem;
}

.resultsArea .thumbsArea {
	font-size: 1.0rem;
	margin-bottom: 20px;
}

.resultsArea .phArea img {
	max-width: 100%;
	height: auto;
}

.resultsArea .thumbsArea .resultsTtl {
	background-color: #666;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 3px 10px;
}

.resultsArea .thumbsArea .resultsSubTtl {
	padding: 3px 10px;
}

.resultsArea .thumbsArea .thumbsLi li {
	position: relative;
	float: left;
	width: 88px;
	padding: 3px 6px;
}

.resultsArea .thumbsArea .thumbsLi li span {
	display: block;
	position: absolute;
	top: 4px;
	left: 7px;
	background-color: rgba(0, 0, 0, 0.5);
	line-height: 120%;
	white-space: nowrap;
	padding: 2px 5px;
	z-index: 1000;
}

.resultsArea .thumbsArea .thumbsLi li.cols2 {
	width: 188px;
}

.resultsArea .thumbsArea .thumbsLi li.cols3 {
	width: 288px;
}

.resultsArea .thumbsArea .icon {
	border: 1px solid #1a1a1a;
}

.resultsArea .thumbsArea .icon_ov {
	border: 1px solid #ffffff;
}

.resultsArea .phArea .exMain {
	display:none;
}

.slick-prev,
.slick-next {
	margin-top: 12px;
}



