/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

@media print, screen and (min-width: 768px) {
.bx-wrapper {
position: relative;
margin: 0 auto;
padding: 0;
*zoom: 1;
}

.bx-wrapper img {
max-width: 100%;
display: block;
}

.bx-wrapper .bx-viewport {}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -30px;
width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/common/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {background: #000;}

.bx-wrapper .bx-prev {left: 10px; background: url(../img/common/controls.png) no-repeat 0 -64px;}
.bx-wrapper .bx-next {right: 10px; background: url(../img/common/controls.png) no-repeat -86px -64px;}
.bx-wrapper .bx-prev:hover {background-position: 0 0;}
.bx-wrapper .bx-next:hover {background-position: -86px 0;}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -32px;
	outline: 0;
	width: 64px;
	height: 64px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -172px -22px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -172px -88px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*
.wrapperAr{
    width:100%;
	background:#edefef url(../img/archives/bg.png) repeat-x center bottom;
}

.wrapperInfo{
    width:100%;
	background:#edefef url(../img/housing/bg.png) repeat-x center bottom;
}*/
div.sld {
    width:720px;
	display:block;
	margin:0px auto 50px auto;
	padding-top:20px;
	clear:both;
}

div.sld .bxwrapper {
    width:720px;
	margin:0 auto ;/*メインスライダーとサムネイルの間の余白を変更*/
}

ul.bxslider001 li {
     display:block;
  	width:720px;
	/*
     height:360pxメインスライダーの縦幅*/
}

ul.bxslider001 li img{
	display:block;
	height:auto;
	margin:0px auto 0px auto;
}

div.controlW {
     width:525px;
     display:block;
     position:relative;
	 margin:0 auto;
	 padding-top:10px;
	 padding-bottom:10px;
}

.bxpager {
     width:525px;
	margin:0 0px !important;
}
ul.bxslider002 li a {
    display:block;
    width:91px;/*サムネイルの横幅*/
     height:63px;/*サムネイルの縦幅*/
	 border:1px solid #fff;
	 margin:0;
	 padding:0;
	 text-align:left;
}
ul.bxslider002 li a:hover{
	background: rgba(0,0,0,.7);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0.5;
}
ul.bxslider002 li a img{
     display:inline;
    width:91px;/*サムネイルの横幅*/
     height:63px;/*サムネイルの縦幅*/
	 margin:0;
	 padding:0;
	 text-align:left;
	 
}

.bx-pager{text-align: center;}

div.controlW p#PrevIcon a{
	display: block;
	width: 8px;
	height: 15px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left center no-repeat;
	background-image: url(../img/common/prev.png);
	background-size:8px 15px;
	top: 35px;
	left: -15px;
	text-indent: -9999px;
}

div.controlW p#NextIcon a{
	display: block;
	width: 8px;
	height: 15px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left center no-repeat;
	background-image: url(../img/common/next.png);
	background-size:8px 15px;
	top: 35px;
	right: -15px;
	text-indent: -9999px;
}
}


@media screen and (max-width: 768px) {
div.sld {
max-width: 640px;
width:100% !important;
margin:0px 0px 0px 0%;
}

div.controlW {
max-width:640px;
width:100% !important;
padding:1% 0 1% 0;
height: 70px;
margin:0px 0% 5% 0%;
}
#bxpager {
	width:80%;
	margin:0px 10% 0 10%;
	height: 70px;
}
#bxpager img{
	width:auto;
	height:auto;
}
div.controlW p#PrevIcon a{
	display: block;
	width: 20px;
	height: 71px;
	position:relative;
	background-repeat: no-repeat;
	background-position: left center no-repeat;
	background-image: url(../img/common/prev.png);
	background-color:#fff;
	top: 0;
	left: 0;
	margin-left:-1px;
	margin-top:-70px;
	text-indent: -9999px;
	z-index: 940 !important;
}

div.controlW p#NextIcon a{
	display: block;
	width: 20px;
	height: 71px;
	position:relative;
	float:right;
	background-repeat: no-repeat;
	background-position: left center no-repeat;
	background-image: url(../img/common/next.png);
	background-color:#fff;
	top: 0;
	right: 0;
	margin-right:-1px;
	margin-top:-71px;
	text-indent: -9999px;
	z-index: 950 !important;
}


/**/
.bx-wrapper .bx-viewport {}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -30px;
width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/common/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

.bx-wrapper .bx-prev {left: 10px; background: url(../img/common/controls.png) no-repeat 0 -64px;}
.bx-wrapper .bx-next {right: 15px; background: url(../img/common/controls.png) no-repeat -86px -64px;}

.bx-wrapper .bx-prev:hover {background-position: 0 0;}
.bx-wrapper .bx-next:hover {background-position: -86px 0;}
.bx-wrapper .bx-controls-direction a {position: absolute;
	top: 205px;
	margin-top: -32px;
	outline: 0;
	width: 64px;
	height: 64px;
	text-indent: -9999px;
	z-index: 49;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -172px -22px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -172px -88px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


}




/* ここからスマホ
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/


@media screen and (max-width: 640px) {
.wrapperAr,
.wrapperInfo{
    width:100%;
	background:none;
}
}
