@charset "utf-8";

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

#kvWrap {
    background: url(../../img/lag-guide/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;
}
 



/* lag-guide --------- */

.lag-guideWrap {
	padding: 60px 0;
	background: #efefed;
}

.lag-guideWrap .left {
	width: 620px;
	float: left;
}

.lag-guideWrap .left_ {
	width: 320px;
	float: left;
}


.lag-guideWrap .right {
	width: 350px;
	float: right;
}

.lag-guideWrap .right .txt {
    color: #00ade8;
    margin-bottom: 25px;
    font-size: 180%;
    font-weight: bold;
}
	
	
.lag-guideWrap .right_ {
	width: 620px;
	float: right;
}


.lag-guideWrap .left_ .txt  {
    color: #00ade8;
    margin-bottom: 25px;
    font-size: 180%;
    font-weight: bold;
}


.lag-guideWrap .tblTxt span {
	font-weight: bold;
	color: #00ade8;
}






/* lag-guide_ --------- */

.lag-guide_Wrap {
	padding: 60px 0;
	background: #FFFFFF;
}

.lag-guide_Wrap .left {
	width: 620px;
	float: left;
}

.lag-guide_Wrap .left_ {
	width: 320px;
	float: left;
}


.lag-guide_Wrap .right {
	width: 350px;
	float: right;
}

.lag-guide_Wrap .right .txt {
    color: #00ade8;
    margin-bottom: 25px;
    font-size: 180%;
    font-weight: bold;
}
	
	
.lag-guide_Wrap .right_ {
	width: 620px;
	float: right;
}


.lag-guide_Wrap .left_ .txt  {
    color: #00ade8;
    margin-bottom: 25px;
    font-size: 180%;
    font-weight: bold;
}


.lag-guide_Wrap .tblTxt span {
	font-weight: bold;
	color: #00ade8;
}




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

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

#telBox p {
	color: #00ade8;
}


.top-space{
	margin-top: 80px;
}




.box_left {
	float: left;
}

.box_right {
	float: right;
}








































