/*
 * iweb51-style06
 *
 * Copyright 2015, TANK
 * 
 * 
 * 2015 / 8 / 31
 */


.wrapper .indexWrap section {
	overflow: hidden;
}

/* + Introduction
*----------------------------------------------------------------------------*/
.wrapper .indexWrap section .Introduction .productInfo {
	position: relative;
}

.wrapper .indexWrap section .Introduction .productInfo a.prev ,
.wrapper .indexWrap section .Introduction .productInfo a.next {
	width: 36px;
	height: 37px;
	background: url(../../images/06/index/icon-arrow.png) no-repeat 0 0;
	display: block;
	position: absolute;
	top: 65px;
	z-index: 3;
	opacity: 0.8;
	text-indent: -999999px;
}

.wrapper .indexWrap section .Introduction .productInfo a.prev {
	left: 0;
}

.wrapper .indexWrap section .Introduction .productInfo a.next {
	background-position: -36px 0;
	right: 0;
}

.wrapper .indexWrap section .Introduction .productInfo a.prev:hover ,
.wrapper .indexWrap section .Introduction .productInfo a.next:hover {
	opacity: 1;
}

.wrapper .indexWrap section .Introduction .productInfo .IntroductionList {
	margin: 0 auto;
}

.wrapper .indexWrap section .Introduction .productInfo .IntroductionList ul li {
	width: 225px;
}

.wrapper .indexWrap section .Introduction .productInfo .IntroductionList ul li .photo {
	overflow: hidden;
	margin: 0 auto;
	width: 215px;
	height: 180px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.wrapper .indexWrap section .Introduction .productInfo .IntroductionList ul li .photo img {
	max-width: 100%;
	max-height: 100%;
}

.wrapper .indexWrap section .Introduction .productInfo .IntroductionList ul li h3 {
	margin: 5px 0;
	text-align: center;
}


/**
*
* = indexItem
*
**/

.wrapper .indexWrap section .indexItem {
	overflow: hidden;
	margin: 20px 0 0;
}

/* + serviceWrap
*----------------------------------------------------------------------------*/
.wrapper .indexWrap section .indexItem .serviceWrap ,
.wrapper .indexWrap section .indexItem .newsWrap {
	float: left;
}

.wrapper .indexWrap section .indexItem .serviceWrap ,
.wrapper .indexWrap section .indexItem .newsWrap ,
.wrapper .indexWrap section .indexItem .infoWrap {
	overflow: hidden;
}

.wrapper .indexWrap section .indexItem .serviceWrap h3.tit ,
.wrapper .indexWrap section .indexItem .newsWrap h3.tit ,
.wrapper .indexWrap section .indexItem .infoWrap .item h3.tit {
	overflow: hidden;
	margin: 10px 0;
}

.wrapper .indexWrap section .indexItem .serviceWrap h3.tit a ,
.wrapper .indexWrap section .indexItem .newsWrap h3.tit a ,
.wrapper .indexWrap section .indexItem .infoWrap .item h3.tit a {
	width: 281px;
	height: 48px;
	display: block;
	background: url(../../images/06/index/tit-h3.png) no-repeat 0 0;
	text-indent: -9999px;
}

.wrapper .indexWrap section .indexItem .serviceWrap ul li {
	overflow: hidden;
	margin: 10px 0;
}


/* + newsWrap
*----------------------------------------------------------------------------*/
.wrapper .indexWrap section .indexItem .newsWrap h3.tit a.news {
	background-position: 0 -48px;
}

.wrapper .indexWrap section .indexItem .newsWrap #newsList {
	padding: 0 30px 0 0;
}

.wrapper .indexWrap section .indexItem .newsWrap #newsList .newsItem ul li {
	padding: 10px 0;
	width: 100% !important;
	border-bottom: 1px #ccc dotted;
}

.wrapper .indexWrap section .indexItem .newsWrap #newsList .newsItem ul li p.more {
	text-align: right;
}


/* + infoWrap
*----------------------------------------------------------------------------*/
.wrapper .indexWrap section .indexItem .infoWrap .item h3.tit a.about {
	background-position: 0 -96px;
}

.wrapper .indexWrap section .indexItem .infoWrap #g-map iframe {
	width: 100%;
}


/**********適應性**********/
/************************/
@media only screen and (min-width: 320px) {
	.wrapper .indexWrap section .Introduction .productInfo .IntroductionList {
		width: 225px !important;
	}
	.wrapper .indexWrap section .indexItem .serviceWrap ,
	.wrapper .indexWrap section .indexItem .newsWrap ,
	.wrapper .indexWrap section .indexItem .infoWrap {
		float: left;
		width: 100%;
	}
	.wrapper .indexWrap section .indexItem .infoWrap .item {
		height: 220px;		
	}
	.wrapper .indexWrap section .indexItem .infoWrap #g-map {
		margin: 10px 0;
	}
	.wrapper .indexWrap section .indexItem .serviceWrap ul li {
		height: 110px;
	}
	.wrapper .indexWrap section .indexItem .serviceWrap ul li {
		width: 100%;
	}
}

@media only screen and (min-width: 480px) {
	.wrapper .indexWrap section .Introduction .productInfo .IntroductionList {
		width: 440px !important;
	}
	.wrapper .indexWrap section .indexItem .serviceWrap ul li .photo {
		overflow: hidden;
		width: 300px;
		height: 91px;
	}
	.wrapper .indexWrap section .indexItem .serviceWrap ul li .photo img {
		width: 95%;
	}
	.wrapper .indexWrap section .indexItem .infoWrap .item {
		height: 220px;		
	}
}

@media only screen and (min-width: 640px) {
	.wrapper .indexWrap section .Introduction .productInfo .IntroductionList {
		width: 450px !important;
	}
	.wrapper .indexWrap section .indexItem .serviceWrap ul li .photo {
		width: 145px;
	}
	.wrapper .indexWrap section .indexItem .serviceWrap ,
	.wrapper .indexWrap section .indexItem .newsWrap {
		width: 50%;
	}
	.wrapper .indexWrap section .indexItem .infoWrap .item ,
	.wrapper .indexWrap section .indexItem .infoWrap #g-map {
		float: left;
		width: 50%;
	}
	.wrapper .indexWrap section .indexItem .infoWrap #g-map iframe {
		height: 225px;
	}
	.wrapper .indexWrap section .indexItem .serviceWrap ul li {
		height: 70px;
	}
	
	.wrapper .indexWrap section .indexItem .serviceWrap ul li img {
		width: 80%;
	}
}

@media only screen and (min-width: 768px) {
	.wrapper .indexWrap section .Introduction .productInfo .IntroductionList {
		width: 650px !important;
	}
}

@media only screen and (min-width: 960px) {
	.wrapper .indexWrap section .Introduction .productInfo .IntroductionList {
		width: 893px !important;
	}
	.wrapper .indexWrap section .indexItem .serviceWrap ,
	.wrapper .indexWrap section .indexItem .newsWrap {
		width: 35%;
	}
	.wrapper .indexWrap section .indexItem .infoWrap {
		float: left;
		width: 30%;
	}
	.wrapper .indexWrap section .indexItem .infoWrap .item ,
	.wrapper .indexWrap section .indexItem .infoWrap #g-map {
		float: left;
		width: 100%;
	}
	.wrapper .indexWrap section .indexItem .infoWrap #g-map iframe {
		height: 160px;
	}
}
