@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#gHeader {
    margin-bottom: 53px;
}

#main {
	margin-bottom: 0;
	width: auto;
}

#main .content {
	width: 982px;
	margin: 0 auto;
}

#main .section01 {
	margin-bottom: 39px;
}

#main .section01 .slider {
	width: 640px;
	padding: 12px 10px 8px;
	float: right;
	border: 1px solid #F0F0EC;
}

#main .section01 .slider li {
	float: left;
}

#main .section01 .slider .foo {
	margin-bottom: 8px;
	width: 640px;
	height: 285px;
	overflow: hidden;
}

#topimg {
	height: 285px;
}

#main .section01 .slider .imgList li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .section01 .slider .phoList {
	height: 67px;
	margin: 0 -10px 0 2px;
}

#main .section01 .slider .phoList li {
	margin-right: 7px;
}

#main .section01 .slider .phoList li span {
	display: block;
	width: 100px;
	height: 67px;
}

#topimgBtn1 { background: url(../img/photo01_2_off.png) no-repeat;}
#topimgBtn2 { background: url(../img/photo02_2_off.png) no-repeat;}
#topimgBtn3 { background: url(../img/photo03_2_off.png) no-repeat;}
#topimgBtn4 { background: url(../img/photo04_2_off.png) no-repeat;}
#topimgBtn5 { background: url(../img/photo05_2_off.png) no-repeat;}
#topimgBtn6 { background: url(../img/photo06_2_off.png) no-repeat;}

li.activeSlide #topimgBtn1 { background: url(../img/photo01_2_on.png) no-repeat;}
li.activeSlide #topimgBtn2 { background: url(../img/photo02_2_on.png) no-repeat;}
li.activeSlide #topimgBtn3 { background: url(../img/photo03_2_on.png) no-repeat;}
li.activeSlide #topimgBtn4 { background: url(../img/photo04_2_on.png) no-repeat;}
li.activeSlide #topimgBtn5 { background: url(../img/photo05_2_on.png) no-repeat;}
li.activeSlide #topimgBtn6 { background: url(../img/photo06_2_on.png) no-repeat;}


/* section02 */
#main .section02 {
	margin-bottom: 30px;
	width: 970px;
	padding: 7px 0 11px;
	border: 5px solid #F5F0E8;
	clear: both;
}

#main .cornerWrap {
	width: 977px;
	overflow: hidden;
	margin: 0 auto;
}

#main .corner02 {
	width: 559px;
	float: left;
	clear: none;
	margin-bottom: 60px;
	position: relative;
}

#main .corner03 {
	width: 376px;
	float: right;
	clear: none;
	margin-bottom: 60px;
	position: relative;
}

#main .section02 h2 {
	position: relative;
}
#main .section02 h2 img {
	margin-left: -6px;
}
#main .section02 h2 a {
	position: absolute;
	right: 15px;
	top: 9px;
}
#main .section02 .inner {
	padding: 18px 28px 0;
	position: relative;
}
#corner01 {
	width: 930px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	position: relative;
}

#corner01 #corner01Inner {
	width: 930px;
	overflow: hidden;
}

#corner02 #corner02Inner {
	overflow: hidden;
}

#corner03 #corner03Inner {
	overflow: hidden;
}

#main .section02 .pointer {
	padding: 10px 0 5px 0;
	letter-spacing: 5px;
	text-align: center;
	font-size: 12px;
	color: #DFDFDF;
}
#main .section02 .pointer span {
	cursor: pointer;
}
#main .section02 .pointer .current {
	color: #59C0D8;
	cursor: default;
}

#main .section02 .pointer2 {
	padding: 10px 0 5px 0;
	letter-spacing: 5px;
	text-align: center;
	font-size: 12px;
	color: #DFDFDF;
}
#main .section02 .pointer2 span {
	cursor: pointer;
}
#main .section02 .pointer2 .current {
	color: #59C0D8;
	cursor: default;
}

#main .section02 .pointer3 {
	padding: 10px 0 5px 0;
	letter-spacing: 5px;
	text-align: center;
	font-size: 12px;
	color: #DFDFDF;
}
#main .section02 .pointer3 span {
	cursor: pointer;
}
#main .section02 .pointer3 .current {
	color: #59C0D8;
	cursor: default;
}

#main .section02 .prev,
#main .section02 .next {
	background: #FFF;
	position: absolute;
	top: 130px;
	cursor: pointer;
}
#main .section02 .prev {
	left: -44px;
}
#main .section02 .next {
	right: -44px;
}
#main .section02 .disabled img,
#main .section02 .prev img:hover,
#main .section02 .next img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.section02 .box01 {
	width: 172px;
	/*padding: 0 7px;*/
	text-align: center;
	float: left;
}
.section02 .box01 .date {
	line-height: 20px;
	font-size: 14px;
	color: #2CA3BB;
}
.section02 .box01 .date img {
	vertical-align: middle;
}
.section02 .box01 .box02 {
	border: 1px solid #F0F0EC;
}
.section02 .box01 .box02 .pic,
.section02 .box01 .box02 .pic img {
	width: 170px;
	height: 170px;
	display: block;
}
.section02 .box01 .box02 .pic a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.section02 .box01 .box02 .price {
	line-height: 30px;
	font-size: 24px;
	color: #C00;
}
.section02 .box01 .box02 .price span {
	font-size: 13px;
	color: #333;
}
.section02 .box01 .box02 .rimawari {
	padding-top: 2px;
	line-height: 20px;
	font-size: 12px;
	color: #C00;
}
.section02 .box01 .box02 .area {
	padding-bottom: 2px;
	line-height: 20px;
	font-size: 12px;
	color: #333;
}
.section02 .box01 .box02 .tikunen,
.section02 .box01 .box02 .kozo {
	line-height: 16px;
	font-size: 12px;
	color: #333;
	background: #F0F0EC;
}
.section02 .box01 .box02 .tikunen {
	padding-top: 4px;
}
.section02 .box01 .box02 .kozo {
	padding-bottom: 3px;
}


#main .section02 .inner .pho {
	margin-bottom: 16px;
}

#main .section02 .inner .arrow li {
	position: absolute;
	top: 130px;
}

#main .section02 .inner .prev {
	left: -24px;
}

#main .section02 .inner .next {
	right: -24px;
}

#main .section02 .inner .dot {
	text-align: center;
}

#main .section02 .inner .dot li {
	margin: 0 2px;
	display: inline;
}

#main .section02 .inner .dot li a {
	display: inline-block;
	background:url(../common/img/icon/icon07.gif) no-repeat;
	width: 12px;
	height: 11px;
}

#main .section02 .inner .dot .current a,
#main .section02 .inner .dot li a:hover {
	display: inline-block;
	background:url(../common/img/icon/icon06.gif) no-repeat;
}

#main .section03 {
	padding: 40px 0 20px;
	background: #8DCDF5 url(../img/section03_bg.jpg) no-repeat center top;
}

#main .section03 .topBox {
	margin-bottom: 17px;
}

#main .section03 .topBox .photo {
	float: left;
}

#main .section03 .topBox .txtBox {
	margin-top: 4px;
	width: 821px;
	float: right;
}

#main .section03 .topBox .txtBox .txtImg {
	margin: 0 -2px 15px;
}

#main .section03 .topBox .txtBox .txt {
	margin-bottom: 14px;
	color: #454545;
	font-size: 1.4em;
	line-height: 1.6;
}

#main .section03 .topBox .txtBox .txtInner {
	margin: 0 1px;
}

#main .section03 .topBox .txtBox .txtInner .note {
	margin-top: 21px;
	float: left;
	font-size: 1.1em;
	color: #454545;
	line-height: 1.6;
}

#main .section03 .topBox .txtBox .txtInner .link {
	width: 481px;
	height: 80px;
	background: url(../img/link04_bg.gif) no-repeat 0 0;
	float: right;
}
#main .section03 .topBox .txtBox .txtInner .link a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .section03 .step {
	margin: 0 -1px 27px 0;
}
#main .section03 .caseBox {
	/*display: none;*/
}

#main .section03 h2 img {
}

#main .section04 {
	padding: 74px 0 39px;
	clear: both;
}

#main .section04 .banner {
	margin-bottom: 68px;
}

#main .section04 .banner a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .section04 .search {
	margin-bottom: 41px;
	padding: 4px;
	border: 1px solid #F0F0EC;
}

#main .section04 .search .bg {
	padding: 7px 0 10px;
	border: 1px solid #F0F0EC;
	background: url(../img/search_bg.gif) no-repeat left top;
}

#main .section04 .search h2 img {
	margin-left: -6px;
}

#main .section04 .search .inner {
	padding: 15px 10px 0;
}

#main .section04 .search .txtInner {
	float: left;
	width: 466px;
}

#main .section04 .search .inner h3 {
	margin-bottom: 1px;
	padding: 0 2px 7px;
	border-bottom: 1px solid #ACE0EB;
}

#main .section04 .search .txtInner table {
	margin-bottom: 14px;
	width: 100%;
	border-collapse: collapse;
}

#main .section04 .search .txtInner td,
#main .section04 .search .txtInner th {
	padding: 13px 5px 13px;
	font-size: 1.4em;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
}

#main .section04 .search .txtInner th {
	width: 12%;
}

#main .section04 .search .txtInner td {
	width: 34%;
}

#main .section04 .search .txtInner .wid01 {
	width: 27%;
}

#main .section04 .search .txtInner .wid02 {
	width: 27%;
}

#main .section04 .search .txtInner td select {
	width: 120px;
	font-size: 0.85em;
}

#main .section04 .search .txtInner td .sml {
	font-size: 0.8em;
}

#main .section04 .search .txtInner p {
	text-align: right;
}

#main .section04 .search .rInner li a:hover img,
#main .section04 .search .txtInner .submitBtn:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .section04 .search .rInner {
	float: right;
	width: 466px;
}

#main .section04 .search .rInner h3 {
	margin-bottom: 8px;
}

#main .section04 .search .rInner ul {
	margin: 0 -15px 27px 0;
}

#main .section04 .search .rInner li {
	padding: 0 13px 10px 0;
	float: left;
}

#main .section04 .search .rInner .txt {
	margin-bottom: 6px;
	text-align: center;
	font-size: 1.3em;
}

#main .section04 .search .rInner .tel {
	text-align: center;
}

#main .section04 .topic .new {
	width: 692px;
	padding: 4px;
	float: left;
	border: 1px solid #F0F0EC;
}

#main .section04 .topic .new .bg {
	padding: 7px 0 6px;
	border: 1px solid #F0F0EC;
}

#main .section04 .topic .new h2 {
	margin-bottom: 4px;
}

#main .section04 .topic .new h2 img {
	margin-left: -6px;
}

#main .section04 .topic .new .scroll {
	margin: 0 7px;
	padding: 0 9px 0 6px;
	height: 390px;
	overflow-y: scroll;
}

#main .section04 .topic .new .scroll .inner {
	padding: 13px 11px 21px 14px;
	border-top: 1px solid #F0F0EC;
	line-height: 1.6;
	word-break: break-all;
}

#main .section04 .topic .new .scroll .inner dl {
	margin-bottom: 9px;
	color: #029BC6;
}

#main .section04 .topic .new .scroll .inner dt {
	padding-top: 4px;
	float: left;
}

#main .section04 .topic .new .scroll .inner dd {
	padding-left: 5em;
	font-size: 1.6em;
}

#main .section04 .topic .new .imgBox .pho {
	margin-top: 3px;
	float: right;
}

#main .section04 .topic .new .imgBox .pho img:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
}


#main .section04 .topic .new .imgBox .txtBox {
	width: 490px;
	float: left;
}

#main .section04 .topic .new .imgBox .txtBox p,
#main .section04 .topic .new .imgBox .txtBox2 p {
	font-size: 1.2em;
}

#main .section04 .topic .rMember {
	margin-top: 1px;
	width: 261px;
	padding-bottom: 23px;
	float: right;
	background: url(../img/map_bg.jpg) repeat-y left top;
}

#main .section04 .topic .rMember .ttlImg {
	padding: 30px 15px 30px;
	background: url(../img/ttl_bg.png) no-repeat left top;
}

#main .section04 .topic .rMember .topBox {
	margin: 0 15px 10px;
	padding: 12px 0 15px 8px;
	background-color: #F8F5EF;
}

#main .section04 .topic .rMember .topBox .ttl {
	margin-right: 11px;
	float: left;
}

#main .section04 .topic .rMember .topBox .numBox {
	margin-top: 5px;
	float: left;
	width: 124px;
}

#main .section04 .topic .rMember .topBox .numBox img {
	/*margin-right: 3px;*/
	float: left;
}

#main .section04 .topic .rMember .topBox .numBox .txt01 {
	margin: 9px 7px 0 0;
	float: left;
}

#main .section04 .topic .rMember .topBox .numBox .txt02 {
	float: left;
	margin-top: 20px;
	padding-left: 5px;
}

#main .section04 .topic .rMember .link li {
	margin: 0 15px 20px;
	float: left;
}

#main h2 a:hover img,
#main .section04 .topic .rMember .link li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .section05 {
	padding-top: 32px;
	border-top: 1px solid #5AC2D8;
	clear: both;
	/*display: none;*/
}

#main .section05 h2 {
	margin-bottom: 34px;
	position: relative;
}

#main .section05 h2 a {
	position: absolute;
	right: 0;
	top: -4px;
}

#main .section05 .silder {
	margin: 0 31px;
	position: relative;
}

#main .section05 .silder .arrow li {
	position: absolute;
	top: 90px;
}

#main .section05 .silder .prev {
	left: -20px;
}

#main .section05 .silder .next {
	right: -20px;
}

#main .section05 .silder .foo2 {
	overflow: hidden;
}

#main .section05 .silder .voice {
}

#main .section05 .silder .voice li {
	margin-right: 10px;
	width: 300px;
	float: left;
	padding-bottom: 70px;
	position: relative;
}

#main .section05 .silder .voice li .image {
	position: absolute;
	right: 57px;
	bottom: 0;
}

#main .section05 .silder .voice li .inner {
	padding: 15px 15px 29px;
	background: url(../img/slider_bg.gif) #F0FAFB no-repeat left bottom;
}

#main .section05 .silder .voice li .phoBox {
	width: 90px;
	float: left;
}

#main .section05 .silder .voice li .phoBox .pho {
	margin-bottom: 7px;
}

#main .section05 .silder .voice li .phoBox .pho img:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}

#main .section05 .silder .voice li .phoBox dt {
	margin-bottom: 3px;
}

#main .section05 .silder .voice li .phoBox dd {
	margin-bottom: 4px;
	color: #2C2828;
	font-size: 1.2em;
	text-align: center;
}

#main .section05 .silder .voice li .txtBox {
	margin-top: 1px;
	width: 168px;
	float: right;
}

#main .section05 .silder .voice li .txtBox .ttl {
	margin-bottom: 5px;
	color: #333;
	font-weight: bold;
}

#main .section05 .silder .voice li .txtBox p {
	color: #2C2626;
	font-size: 1.2em;
	line-height: 1.4;
}

#footScript {
	position: absolute;
	right: 0;
	bottom: 0;
}

/***  section06 ***/
#main .section06 {
    width: 482px;
    margin-bottom: 37px;
    border: 1px solid #F0F0EC;
    position: relative;
    overflow: hidden;
}
#main .section06 h2 {
    width: 99%;
    background-color: #FFF;
    position: absolute;
    top: 5px;
    left: -1px;
}
#main .section06.left {
    float: left;
}

#main .section06.right {
    float: right;
}

#main .section06 .infoList {
    margin: 4px;
    padding-top: 72px;
    padding: 72px 0 0 20px;
    border: 1px solid #F0F0EC;
}
#main .section06 .infoList dl {
    height: 340px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#main .section06 .infoList dt {
    font-size: 12px;
    color: #737373;
}
#main .section06 .infoList dt span {
    width: 60px;
    height: 15px;
    margin-left: 5px;
    line-height: 15px;
    font-size: 11px;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    background-color: #FF7F00;
    display: inline-block;
}
#main .section06 .infoList dd {
    margin: 5px 0 15px;
    padding-left: 15px;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*** 取引事例 追加180306 ***/

#main .section03 h2 a {
    position: absolute;
    top: 30px;
    right: 20px;
}
#main .section03 h2 {
    padding: 20px;
    margin-bottom: 0;
    position: relative;
    font-size: 17px;
    font-weight: normal;
}
#main .section03 h2 .caseCnt {
    height: 53px;
    padding-right: 210px;
    line-height: 53px;
    display: inline-block;
    float: right;
}
#main .section03 h2 .caseCnt span {
    font-size: 40px;
    color: #FD7F22;
    padding: 0 5px;
}
#main .caseBox {
    background-color: #F0F0EC;
}
#main .caseBox .comCase {
    margin: 0 20px 20px;
}
#main .caseBox .comCase li {
    width: 464px;
    margin: 0;
    margin-bottom: 20px;
}
#main .caseBox .comCase li:nth-child(2n) {
    margin-left: 14px;
}
.logout img {
	margin-top: 36px;
}
.link_secound img {
	margin-top: 20px;
}