@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;
    display: flex;
    justify-content: space-between;
	padding: 20px 0 5px;
}
#header {
	background-repeat: repeat-x;
	background-color:#6E6E6E;
	display: block;
	height:340px;
	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;
	/* display: flex;
	justify-content: center; */
}
.border{
	float:left;
}

#navi .border {
	display: none;
}

#navi .navi_styl1{
	width:198px;
	height:40px;
	float:left;
	display:block;	
	text-indent:-99999px;
	background-image:url(../img/navi/n_01.png);

}
/*
#navi .navi_styl1:hover{
	background-image:url(../img/navi/n_01_h.png);
}

*/
#navi .navi_styl2 {
	display: block;
	float: left;
	height: 40px;
	width: 198px;
	text-indent:-9999px;
	background-image:url(../img/navi/lowcos.jpg);
	display: none;
}
#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);
	display: none;
}
#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/n_02.png);
}

/*
#navi .navi_styl4:hover{
	background-image:url(../img/navi/n_02_h.png);
}
*/

#navi .navi_styl5 {
	display: block;
	float: left;
	height: 40px;
	width: 198px;
	text-indent:-9999px;
	background-image:url(../img/navi/n_03.png);
}

/*
#navi .navi_styl5:hover{
	background-image:url(../img/navi/n_03_h.png);
}

*/
#contents {
	width: 1000px;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#pankuzu {
	margin-top: 10px;
	font-size: 11px;
}
.linestyle{
	text-decoration: underline;
}
.nostyle{
	text-decoration: none;
}
#col1{
	float:left;
	display:block;
	width:700px;
	margin-right:50px;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom: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*/
#col2{
	float:left;
	display: block;
	width:250px;
	margin-top:20px;
}
#col2 ul li img{
	border: 0.5px solid #333;
	margin-bottom:10px;
}
#new{
	border: 1px solid #333;
	overflow: scroll;
	height:500px;
	width:250px;
	overflow-x: hidden;
	width:247px;
	margin-bottom: 10px;
}
.top_new{
	margin-bottom:5px;
	width:70px;
	height:15px;
	display:block;
	padding-top:5px;
}
.new_col{
	padding-left:10px;
	padding-right:10px;
	font-size: 11px;
	color: #333;
	padding-bottom:5px;
}
#new hr{
	padding:0;
	margin-top: 1;
	margin-right: 0;
	margin-bottom: 1;
	margin-left: 0;
}
#col2 #fb{
}
#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;
}
/*renovation css*/
#befor {
	width: 700px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #333;
	margin-bottom:20px;
	overflow:hidden;
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
	
}
#after {
	width: 700px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #333;
	margin-bottom:20px;
	overflow:hidden;
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */

}
.chousei1 img{
	width:220px;
	margin-right:10px;
}
#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 ap css*/
#image{
	overflow:hidden;
	background-color:#CCCCCC;
	width:700px;
	margin-bottom:10px;
	margin-top:5px;
}
.img{
	display:block;
	float:left;
	margin-left:4px;
	margin-bottom:4px;
}
.img_box{
	display:block;
	float:left;
	width:228px;
	height:171px;
	margin-left:4px;
	margin-bottom:4px;
}
.img_box2{
	display:block;
	float:left;
	width:228px;
	height:151px;
	margin-left:4px;
	margin-bottom:4px;
}
.img_box3{
	display:block;
	float:left;
	width:228px;
	height:169px;
	margin-left:4px;
	margin-bottom:4px;
}

.img:hover img{
	opacity: 0.8;
    filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
}
.main:hover img{
	opacity: 0.9;
    filter: alpha(opacity=90);
	-ms-filter: alpha(opacity=90);
}
#right_box{
	background-color: #CCC;
	width:700px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
	display: block;
	overflow: hidden;
	}
.main{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:690px;
	display:block;
}
.gaiyou {
	color: #FFF;
	text-align: left;
	display: block;
	height: 23px;
	width: 700px;
	background-color: #666;
	clear: both;
}
.sekou_gaiyou{
	padding-right: 20px;
	padding-left: 20px;
	color:#333;	
}
/*profile css*/
#prof table {
	font-size: 12px;
	border-color:#999999;
}
#prof table td iframe{
	border:none;
}
 #map_col {
	height: auto;
	width: 550px;
	clear:right;
	display:block;
	margin-top:10px;
	padding-top:20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.profmozi {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
