@charset "utf-8";

/* kv
----------------------------------------------------------- */

#kvWrap {
    background: url(../../img/concept/pic_main.jpg) no-repeat 50% 0;
    background-size: cover;
}

/* ccWrap
----------------------------------------------------------- */

#ccWrap > .wrapper {
	padding: 60px 30px 40px;
}

#ccWrap .left {
	/* width: 660px; */
	width: 100%;
	float: left;
}

#ccWrap .left p {
	line-height: 2;
}

#ccWrap .right {
	width: 307px;
	float: right;
	position: relative;
	top: -20px;
	border: 1px solid #d3d3d3;
	padding: 25px;
	box-sizing: border-box;
	text-align: center;
}

#ccWrap .right .guinnessImg {
	margin-bottom: 15px;
}

#ccWrap .right .txt {
	font-size: 150%;
	color: #00ade8;
}

#ccWrap .right .icoPos {
	width: 51px;
	height: 51px;
	position: absolute;
	top: -25px;
	left: -25px;
}

/* ccSl -------- */

#slWrap {
	width: 100%;
	min-width: 1060px;
	overflow: hidden;
	padding-bottom: 60px;
}

.caroufredsel_wrapper {
	width: 1760px !important;
    margin: 0 auto !important;
}

#ccSl li {
	width: 430px;
	height: 430px;
	float: left;
	margin: 0 5px;
	display: none;
}

#opeBox {
	float: right;
	position: relative;
	top: -40px;
	height: 25px;
	padding-top: 7px;
	margin-right: 20px;
	box-sizing: border-box;
}

#opeBox #pager a {
	display: inline-block;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	border: 1px solid #d3d3d3;
	background: #bbb;
	margin: 0 3px;
	box-sizing: border-box;
}

#opeBox #pager a.selected {
	background: #00ace7;
}

#opeBox #prevBtn,
#opeBox #nextBtn {
	width: 15px;
	height: 15px;
	position: absolute;
	top: -1px;
	cursor: pointer;
}

#opeBox #prevBtn {
	left: -20px;
}

#opeBox #nextBtn {
	right: -20px;
}
 



#telBox {
	max-width: 1000px;
	text-align: center;
	margin: 20px auto 60px;
}

#telBox h3 {
	color: #00ade8;
	border: 1px solid #00ade8;
}

#telBox p {
	color: #00ade8;
}













































