@charset "utf-8";
/* CSS Document */


img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/*===============================================
●style.css 画面の横幅が769px以上

@media screen and (min-width: 769px){===============================================*/
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}
/*～以下、画面の横幅が768pxまでの場合のスタイル記入～*/

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
	margin:0px;
	padding:0px;
}
body{
	background-color:#FFF;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
}
ul,ol {
	list-style-type: none;
}
a {
	text-decoration: none;

}
#pageTop{
	border-radius:5px;
	padding:10px;
	position:fixed;
	bottom:70px;
	right:20px;
	}
#pageTop:hover{
	opacity: 0.8;
    filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	}
#top_line {
	background-color: #6E6E6E;
	background-repeat: repeat-x;
	display: block;
	height: 5px;
	width: 100%;
}
#top_line2 {
	background-color: #6E6E6E;
	background-repeat: repeat-x;
	display: block;
	height: 60px;
	width: 100%;
}

#wrapper{
	width:100%;
}
#f_logo {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-repeat: repeat-x;
	background-color:#6E6E6E;
	display: block;
	height:300px;
	width: 100%;
}
#center{
	width:1000px;
	height:300px;
	display:block;
	margin-right:auto;
	margin-left:auto;
}
#navi_bg{
	width:100%;
	height:40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E6E6E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6E6E6E;
}
#navi {
	height: 40px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.border{
	float:left;
}
#navi .navi_styl1{
	width:198px;
	height:40px;
	float:left;
	display:block;	
	text-indent:-99999px;
	background-image:url(../img/navi/top_page.jpg);

}
/* #navi .navi_styl1:hover{
	background-image:url(../img/navi/top_hover.jpg);
} */
#navi .navi_styl2 {
	display: block;
	float: left;
	height: 40px;
	width: 198px;
	text-indent:-9999px;
	background-image:url(../img/navi/lowcos.jpg);	
}
/* #navi .navi_styl2:hover{
	background-image:url(../img/navi/lowcos_hover.jpg);
} */
#navi .navi_styl3 {
	display: block;
	float: left;
	height: 40px;
	width: 198px;
	text-indent:-9999px;
	background-image:url(../img/navi/rino.jpg);
}
/* #navi .navi_styl3:hover{
	background-image:url(../img/navi/rino_hover.jpg);
} */
#navi .navi_styl4 {
	display: block;
	float: left;
	height: 40px;
	width: 198px;
	text-indent:-9999px;
	background-image:url(../img/navi/sekou.jpg);
}
/* #navi .navi_styl4:hover{
	background-image:url(../img/navi/sekou_hover.jpg);
} */
#navi .navi_styl5 {
	display: block;
	float: left;
	height: 40px;
	width: 198px;
	text-indent:-9999px;
	background-image:url(../img/navi/gaiyo.jpg);
}
/* #navi .navi_styl5:hover{
	background-image:url(../img/navi/gaiyo_hover.jpg);
} */
#contents {
	width: 1000px;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
}
#pankuzu {
	margin-top: 10px;
	font-size: 11px;
}
.linestyle{
	text-decoration: underline;
}
.nostyle{
	text-decoration: none;
}
#col1{
	display:block;
	width:1000px;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:5px;
	padding-top: 5px;
	}

/* .viewer
------------------------- */
.viewer {
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
}
 
/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}	
/*↓col2のCSS*/
#clear{
	clear:both;
	width:700px;
}
#footer{
	height: 15px;
	width: 100%;
	background-color: #6E6E6E;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	padding-top: 50px;
	padding-bottom: 5px;
}
/*lowcost_1*/
#low1{
	margin-top:30px;
	margin-bottom:30px;
}
#low1 dd{
	padding-right: 50px;
	padding-left: 50px;
	color: #666;	
}
.low1_1{
	padding-right: 50px;
	padding-left: 50px;
	color: #666;	
}
.low2{
	display: block;
	height: 47px;
	width: 700px;
}
.low2:hover img{
	opacity: 0.8;
    filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
}
.low3{
	width:700px;
	overflow:hidden;
	margin-top:20px;
}
.tekkin1 {
	width: 380px;
	color: #999;
	float: left;
	display: block;
	padding-left:20px;
}
.tekkin2 {
	float: left;
	width: 260px;
	display:block;
	margin-left:40px;
}
.tekkin3 {
	float: left;
	width: 260px;
	display:block;
	margin-left:40px;
}

.tekkin3 img{
	margin-top:35px;
}
/*リノベーションcss*/
#befor {
	width: 700px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 3px double #333;
	margin-bottom:20px;
}
#after {
	width: 700px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 3px double #333;
	margin-bottom:20px;
}
.chousei1 img{
	width:165px;
	margin-right:6px;
}
#renocol {
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
	border: 1px solid #FF3;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
}
#renocol dl dd {
	font-size: 12px;
	color: #333;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 20px;
}
/*sekou css*/
#sekou{
	width:1000px;
	overflow:hidden;
	margin-top:40px;
}
.left{
	width:20px;
	height:320px;
	display:block;
	float:left;
}
#category a:hover{
	opacity: 0.7;
    filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}
#category{
	text-align:center;
}
#apartment{
	overflow:hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}
.yellow{
	width:313px;
	height:320px;
	float:left;
	margin-bottom:20px;
}
.yellow a img{
	width:296px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.orange{
	width:313px;
	height:320px;
	float:left;
	margin-bottom:20px;
}
.orange a img{
	width:293px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.gray{
	width:313px;
	height:320px;
	float:left;
	margin-bottom:20px;
}
.gray a img{
	width:293px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.inbox{
	width:313px;
	height:320px;
}
.inbox2{
	width:313px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
}
.inbox2 a img{
	width:150px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.clear{
	width:1000;
	height:20px;
	display:block;
	clear:both;
}
#renovation{
	overflow:hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}
#shop{
	overflow:hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}
/*shopカラーjquery*/
.yellows{
	width:246px;
	height:280px;
	float:left;
	margin-bottom:20px;
}
.yellows a img{
	width:236px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.oranges{
	width:246px;
	height:280px;
	float:left;
	margin-bottom:20px;
}
.oranges a img{
	width:236px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.grays{
	width:246px;
	height:280px;
	float:left;
	margin-bottom:20px;
}
.grays a img{
	width:236px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.inbox_2{
	width:246px;
	height:280px;
}
.inbox3{
	width:246px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
}
.inbox3 a img{
	width:150px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.left2{
	width:5px;
	height:280px;
	display:block;
	float:left;
}
.aplogo{
	display: block;
	height: 15px;
	width: 70px;
	float: left;
}
#aplogo_fb{
	display: block;
	float: left;
	height: 20px;
	width: 140px;
	margin-bottom: 5px;
	margin-left: 760px;
}
.clear2{
	clear:both;
}
