@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
a {
	cursor:pointer;
}
html {
	overflow: auto;
}
body{
	position:relative;
	text-align:center;
	overflow: hidden;
	margin : 0 auto;
	min-width :980px;
}
.rit{
    float : right;
}


/* -------------------------------------
 ヘッダー（アニメーション分）
------------------------------------- */
#headerTop{
	padding-top:412px;
}
#mainVisual{
	position:absolute;
	top:0;
	left:50%;
	height:412px;
	width:1180px;
	margin-left:-590px;
}
#mainVisualInner1{
	height:412px;
	width:1180px;
	background:url(../../asset/images/mv/bg_town.png) no-repeat;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#mainVisualInner2{
	height:412px;
	width:1180px;
	background:url(../../asset/images/mv/bg_mountain.png) no-repeat;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#forecast_result{
	position:absolute;
	right:100px;
	top:20px;
	width:140px;
	height:136px;
	padding-top:100px;
}
.weather-main{
	position:absolute;
	top:0;
	left:20px;
	display:block;
	width:100px;
	height:100px;
}
.weather-description,
.weather-icon{
	display:none;
}
.city-name{
	position:absolute;
	top:154px;
	font-family: 'Droid Sans', sans-serif;
	color:#20bbc2;
	display:block;
	width:140px;
	text-align:center;
}
.weather-day{
	font-family: 'Droid Sans', sans-serif;
	color:#20bbc2;
	display:block;
	padding-bottom:10px;
}
#time{
	font-family: 'Droid Sans', sans-serif;
	color:#20bbc2;
	font-size:34px;
}
.main-temp{
	font-family: 'Droid Sans', sans-serif;
	color:#20bbc2;
	font-size:50px;
	padding:15px 0 30px;
	display:block;
}
.main-temp .do{
	font-size:30px;
}
#wetherBg{
	position:absolute;
	left:0;
	top:0;
	width:1180px;
	height:412px;
	z-index:-1;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#wetherBg.fine{
	background:url(../../asset/images/mv/bg_fine.gif) no-repeat 300px 0;
}
#wetherBg.cloud{
	background:url(../../asset/images/mv/bg_cloud.gif) no-repeat 0 0;
}
#wetherBg.rain{
	background:url(../../asset/images/mv/bg_rain.gif) no-repeat 0 -10px;
}
#wetherBg.snow{
	background:url(../../asset/images/mv/bg_snow.gif) no-repeat 0 0;
}
#mask{
	position:absolute;
	top:0;
	left:0;
	width:1180px;
	height:412px;
	background:url(../../asset/images/mv/mask.png) no-repeat;
	z-index:100;
}
#chara{
	position:absolute;
	bottom:-70px;
	left:280px;
	width:200px;
	height:200px;
	background:url(../../asset/images/mv/chara.png) no-repeat 0 0;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.g{
	position:absolute;
	bottom:20px;
	width:30px;
	height:5px;
	background:#20bbc2;
	opacity: 0;
	z-index:1000;
	}


/* -------------------------------------
 ヘッダー（トップページ）
------------------------------------- */
.headerTopBack{
	width: 100%;
	height:540px;
	background:#fff;
	z-index:100;
	text-align:center;
	overflow : hidden;
}
#headerTop .inner{
	position:relative;
	width:980px;
	margin:30px auto;
	text-align:left;
}
#headerTop .inner ul{
	position : relative;
	left : 38px;
	width : 725px;
	float : left;
}
#headerTop .inner ul li{
	float : left;
	margin-left : 10px;
}

/* -------------------------------------
 ヘッダー（コンテンツページ）
------------------------------------- */
#header{
	background:url(../../asset/images/bg_header02.jpg) repeat-x;
	background-position: 0 15px; 
	padding-top: 15px;
}
#header .inner{
	position:relative;
	width:980px;
	margin: 0 auto;
	padding-top : 30px;
}
#header .inner ul{
	position : relative;
	left : 38px;
	width : 725px;
	float : left;
}
#header .inner ul li{
	float : left;
	margin-left : 10px;
	margin-bottom : 10px;
}

#logo{
	float:left;
	margin-top:0px;
	width:220px;
}

#wrap {
	display : inline-block;
	width : 980px;
	position:relative;
	margin:40px auto;
	text-align : left;
}

#contentsTop {
    float : left;
    width: 765px;
    position : relative;
    text-align : left;
}
#contents {
    float : right;
    width: 765px;
    position : relative;
    text-align : left;
	padding-bottom:50px;
}

/*sidebar*/
#sidebar{
	width: 215px;
	float :left;
}
#sidebar img{
	padding : 0 0 10px 0;
}
#sidebar .newsblog{
	float : left;
	position : relative;
	padding : 8px 0 8px 8px;
	margin-bottom : 10px;
	border: 3px solid #221815;
	box-sizing: border-box;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	width : 216px;
}
#sidebar .newsblog .ico{
	position:absolute;
	top : 0px;
	right : 0;
}
#sidebar .newsblog ul{
	float : left;
	margin-bottom : 20px;
}
#sidebar .newsblog li{
	position : relative;
	float : left;
	width : 182px;
	padding : 10px 5px;
	background:#f0f0f0;
}
#sidebar .newsblog li a{
	color : #20bbc2;
	text-decoration:underline;
}
#sidebar .newsblog li:nth-child(even){
	background:#fff;
}
#sidebar .newsblog span{
    display : block;
}

#set_all,
#set_baibai1,
#set_baibai2,
#set_chintai1,
#set_chintai2{
    display : block;
    width : 211px;
    height : 70px;
    text-indent : -9999px;
}
#set_all{			background:url(../../asset/images/btn_propety01_off.jpg) no-repeat left top;}
#set_all.is-checked{		background:url(../../asset/images/btn_propety01_on.jpg) no-repeat left top;}
#set_baibai1{			background:url(../../asset/images/btn_propety02_off.jpg) no-repeat left top;}
#set_baibai1.is-checked{	background:url(../../asset/images/btn_propety02_on.jpg) no-repeat left top;}
#set_baibai2{			background:url(../../asset/images/btn_propety03_off.jpg) no-repeat left top;}
#set_baibai2.is-checked{	background:url(../../asset/images/btn_propety03_on.jpg) no-repeat left top;}
#set_chintai1{			background:url(../../asset/images/btn_propety04_off.jpg) no-repeat left top;}
#set_chintai1.is-checked{	background:url(../../asset/images/btn_propety04_on.jpg) no-repeat left top;}
#set_chintai2{			background:url(../../asset/images/btn_propety05_off.jpg) no-repeat left top;}
#set_chintai2.is-checked{	background:url(../../asset/images/btn_propety05_on.jpg) no-repeat left top;}

/* -------------------------------------
 トップコンテンツ
------------------------------------- */
#contentsTop .inner01{
		position : relative;
		height : 150px;

}
#contentsTop .inner01 h2{
		display : inline-block;
}
#contentsTop .inner01 p{
		position : absolute;
		top : 60px;
		left : 180px;
		width : 500px;
		height : 80px;
}


.topAbout{
		position : relative;
		overflow : hidden;
		height : 100px;
		width : 980px;
		background:url(../../asset/images/bg_top01.jpg) no-repeat left top;
		text-align : left;
}
.contAbout{
		position : relative;
		overflow : hidden;
		height : 100px;
		width : 980px;
		background:url(../../asset/images/bg_common01.jpg) no-repeat left top;
		text-align : left;
}
.topAbout p{
		position : absolute;
		top : 20px;
		left : 120px;
		width : 550px;
		height : 80px;
		font-size : 13px;
}
.topAbout p{
		position : absolute;
		top : 20px;
		left : 120px;
		width : 550px;
		height : 80px;
		font-size : 13px;
}
.topAbout ul li a,
.contAbout ul li a{
    position : absolute;
    display : block;
    width : 130px;
    height : 80;
}
.topAbout ul li a.navi1,
.contAbout ul li a.navi1{
    top : 10px;
    left : 685px;
}
.topAbout ul li a.navi2,
.contAbout ul li a.navi2{
    top : 10px;
    left : 840px;
}
.topAbout ul li a.navi3,
.contAbout ul li a.navi3{
    position : absolute;
    display : block;
    width : 140px;
    height : 27;
    top : 24px;
    left : 510px;
}
.topFb{
    text-align : center;
    width : 100%;
    margin : 20px 0;
	position : relative;
	padding : 8px;
	border: 3px solid #221815;
	box-sizing: border-box;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}




/* -------------------------------------
 ごあいさつ
------------------------------------- */
.greeting #contents{
    width : 700px;
    float : right;
}
.greeting .inner01,
.greeting .inner02,
.greeting .inner03{
    position : relative;
    float : left;
    width : 100%;
    overflow : hidden;
    margin-bottom : 34px;
}
.greeting .inner01 p,
.greeting .inner02 p,
.greeting .inner03 p{
    line-height : 2.0;
    font-size : 15px;
    font-weight : bold;
    display : block;
}
.greeting .inner04{
    position : relative;
    left : 60px;
    float : left;
}
.greeting .inner01 p{
    position : relative;
    left : 10px;
    top : 20px;
    width : 660px;
    float : left;
}
.greeting .inner02 p{
    position : absolute;
    left : 320px;
    top : 30px;
    
    display : block;
    float : left;
}
.greeting .inner01 img{
    float : right;
    display : block;
    margin : 20px 0;
}
.greeting .inner02 img{
    float : left;
}
.greeting .inner03 p{
    position : relative;
    left : 20px;
    top : 30px;
    width : 370px;
    display : block;
    float : left;
}
.greeting .inner03 img{
    position : relative;
    float : right;
    display : block;
}
.greeting .inner04 li{
    float : left;
    margin-right : 20px;
}

/* -------------------------------------
 物件一覧
------------------------------------- */
.propety{
    position : relative;
    left : 0px;
    float : left;
}
.propety #contents{
    position : relative;
    left : 25px;
}
.propety nav ul li{
    margin : 0;
    padding : 0;
}
.propety nav img{
    padding : 0!important;
    margin : 0!important;
}
.propety .inner01{
		position : relative;
		float : left;
		margin-bottom : 40px;

}
.propety .inner01 h2{
		display : inline-block;
}
.propety .inner01 p{
		position : absolute;
		float : left;
		top : 60px;
		left : 180px;
		width : 500px;
		height : 80px;
}

/* -------------------------------------
 スタッフ紹介
------------------------------------- */
.staff #contents{
    width : 700px;
    float : right;
}
.staff .inner01,
.staff .inner02,
.staff .inner03{
    position : relative;
    float : left;
    width : 100%;
    overflow : hidden;
    margin-bottom : 34px;
}
.staff .inner01{
    margin-top : 20px;
}
.staff .hito{
    float : left;
}
.staff .inner01 table.prof{
    width : 470px;
    float : left;
}
.staff .inner01 table.prof th{
    width : 160px;
    vertical-align : top;
    padding : 4px 0;
}
.staff .inner01 table.prof th img{
}
.staff .inner01 table.prof td{
    width : 300px;
    vertical-align : top;
    line-height : 1.6;
    font-size : 15px;
    font-weight : bold;
}

.staff .inner01 .myranking{
    position : relative;
    margin : 12px 0 10px 0;
    padding : 20px 10px 10px 10px;
    width : 280px;
	border: 3px solid #20bbc2;
	box-sizing: border-box;
}
.staff .inner01 .myranking .ico1{
    position : absolute;
    left : -4px;
    top : -14px;
}
.staff .inner01 .myranking .ico2{
    position : absolute;
    left : 208px;
    top : -10px;
}
.staff .inner01 .myranking li{
    line-height : 29px;
}
.staff .inner01 .myranking li img{
    margin-right : 10px;
}
.staff .inner04{
    position : relative;
    left : 60px;
    float : left;
}
.staff .inner04 li{
    float : left;
    margin-right : 20px;
}

/* -------------------------------------
 会社概要
------------------------------------- */
.company #contents{
    width : 700px;
    float : right;
	padding-bottom:430px;
}
.company .inner01 table{
    width : 700px;
    float : left;
}
.company .inner01 table th{
    width : 120px;
}
.company .inner01 table td{
    width : 580px;
    padding-bottom : 16px;
}
.company .inner01 table td,
.company .inner01 table th{
    vertical-align : top;
    line-height : 1.7;
    font-size : 15px;
    font-weight : bold;
}
.company .inner01 table td.ft13{
    font-size : 13px;
}
.company .inner01 table td a img{
	margin-top:5px;
}
.map{
	position : absolute;
	bottom : 276px;
	height : 380px;
	width : 100%;
}
.map h3{
	width:980px;
	margin:0 auto;
	text-align:right;
}
#mapArea {
	width: 100%;
	height: 350px;
	margin-top:-3px;
	border-top: 3px solid #20bbc2;
	border-bottom: 3px solid #20bbc2;
}
#mapArea iframe{
	width: 100%;
	height: 350px;
}
#ra-tel iframe{
	width: 310px;
	height: 300px;
}

/* -------------------------------------
 ブログ一覧
------------------------------------- */
.blog #sidebar{
    float : left;
}
.blog #sidebar h2 img{
    padding : 10px 0 0 0;
}
.blog #sidebar ul{
    padding : 0;
    margin : 0 0 20px 12px;
}
.blog #sidebar ul li{
    font-size : 12px;
    line-height : 1.8;
}
.blog #contents{
    width : 700px;
    float : right;
}
.blog .inner01{
    position : relative;
    float : left;
    width : 100%;
    overflow : hidden;
    margin-bottom : 34px;
}
.blogList li{
    font-size : 13px;
    padding : 15px;
    line-height : 20px;
    background:#f0f0f0;
}
.blogList li img{
    margin : 0 10px;
}
.blogList li a{
	color : #20bbc2;
	text-decoration:underline;
}
.blogList li:nth-child(even){
	background:#fff;
}
.blognavi{
    position : relative;
    width : 100%;
    float : left;
    margin : 40px 0;
	text-align : center;
	line-height : 50px;
}
.blognavi .back{
    position : absolute;
    left : 0;
    width : 92px;
}
.blognavi .next{
    position : absolute;
    right : 0;
    width : 92px;
}
/* ページ送り*/
.nextNavi{
	display : inline-block;
}
.nextNavi li{
	float:left;
	display:block;
}
.nextNavi a{
	float:left;
	display:block;
	margin-right:2px;
	font-size:16px;
	font-weight : bold;
	line-height:24px;
	width : 24px;
	text-align : center;
	cursor:pointer;
	border:1px solid #fff;
}

.nextNavi a:hover,
.nextNavi a.jp-current{
	color:#fff;
	background-color:#20bbc2;
	border:1px solid #20bbc2;
	text-decoration : none;
}
/* -------------------------------------
 ブログ記事
------------------------------------- */
.blogKiji{
    position : relative;
    margin : 0 0 40px 0;
}
.blogKiji h1{
    font-size : 22px;
    text-indent : 80px;
    line-height : 51px;
}
.blogKiji .blogDate{
    position : absolute;
    top : 0;
    left : 0;
    width : 68px;
    height : 50px;
    padding : 5px 0 0 10px;
    font-size : 13px;
    color : #fff;
    background:url(../../asset/images/bg_blog01.jpg) no-repeat left top;
}
.blogKiji .category{
    line-height : 14px;
    margin : 20px 0;
}
.blogKiji .honbun img{
    margin : 20px 0;
	max-width:100%;
	height:auto;
}

/* -------------------------------------
 物件詳細（売買）
------------------------------------- */
.propetySyosai #contents{
    width : 700px;
    float : right;
}
.propetySyosai #sidebar div{
    margin-top : 15px;
    text-align : center;
}
.propetySyosai1{
	margin-bottom: 10px;
	float : left;
	width : 100%;
}
.propetySyosai2,
.propetySyosai3_2,
.propetySyosai4{
	float : left;
	padding : 20px;
	margin-bottom: 30px;
}
.propetySyosai3{
	padding : 20px 0 0 20px;
}
.propetySyosai1{
	background:#fff;
}
.propetySyosai2{
	background:#f0f0f0;
}
.propetySyosai3{
	background:#fff;
}
.propetySyosai3_2{
	width : 700px;
	background:#fff;
	border: 3px solid #f0f0f0;
	box-sizing: border-box;
}
.propetySyosai4{
	background:#f0f0f0;
}
.propetySyosai1 h1{
	line-height : 60px;
	font-size :24px;
	font-weight : bold;
	color : #20bbc2;
}
.propetySyosai1 h1 img{
	margin-right : 10px;
}
.propetySyosai2 h2,
.propetySyosai3 h2{
    display : inline-block;
    line-height : 14px;
    margin-bottom : 10px;
}
.propetySyosai2 .min,
.propetySyosai3 .min{
    display : inline-block;
    font-size : 11px;
    line-height : 14px;
}
.propetySyosai .inner04{
    position : relative;
    left : 60px;
    float : left;
}
.propetySyosai .inner04 li{
    float : left;
    margin-right : 20px;
}
.propetySyosai3_2{
	position : relative;
	text-align : center;
}
.propetySyosai3_2 .megane{
	position : absolute;
	right : 10px;
	bottom : 10px;
}
.propetySyosai4{
	position : relative;
	float : left;
}
.propetySyosai4 h2{
	width : 100%;
	border-bottom :2px solid #20bbc2;
	margin-bottom : 10px;
	clear : both;
}
.propetySyosai4 .midashi{
	border-bottom :2px solid #20bbc2;
}
.propetySyosai4 .inner b{
	width : 315px;
	display : block;
	color : #20bbc2;
	margin : 10px 0 0 0;
	padding : 0;
}
.propetySyosai4 .inner{
	width : 315px;
	border-bottom :1px solid #cccccc;
}
.propetySyosai4 .inner p{
	width : 315px;
	display : block;
	padding : 5px 0 10px 0;
}
.propetySyosai4 .inner2{
	width : 280px;
	border :2px solid #20bbc2;
	margin-top : 20px;
	padding : 20px;
	background : #FFF;
	float : left;
}
.propetySyosai4 .inner3{
	float : left;
	padding : 5px 0;
	border-bottom :1px solid #cccccc;
}
.propetySyosai4 .inner3_2{
	float : left;
	line-height : 30px;
}
.propetySyosai4 .inner4{
	float : left;
	margin-top : 5px;
}
.propetySyosai4 .inner3 b,
.propetySyosai4 .inner3_2 b{
	width : 80px;
	display : block;
	padding : 0;
	float: left;
}
.propetySyosai4 .inner3_2 b{
    font-size : 13px;
}
.propetySyosai4 .inner3 p,
.propetySyosai4 .inner3_2 p{
	width : 200px;
	float : right;
	display : block;
	font-size : 16px;
	text-align : right;
}

.propetySyosai4 .inner4 b{
	width : 300px;
	display : block;
	color : #20bbc2;
	padding : 0;
	float: left;
}
.propetySyosai4 .inner4 p{
	width : 300px;
	float : right;
	display : block;
}
.propetySyosai4 .lft{
	position : relative;
	display : block;
	float : left;
	width : 330px;
	padding : 0;
	margin : 0 5px 0 0;
}
.propetySyosai4 .lft2{
	position : relative;
	display : block;
	float : left;
	width : 320px;
	padding : 0;
	margin : 0 5px 0 0;
}
.propetySyosai4 .lft2 .ft16{
    font-size : 16px;
}
.propetySyosai4 .inner5{
	display : block;
	float : left;
	width : 290px;
	border-top :1px solid #cccccc;
	padding-top : 10px;
	
}
.propetySyosai4 .inner5 b{
    color : #20bbc2;
}
.propetySyosai4 .inner5 p{
    font-size : 13px;
}


#thumblist {
	float : left;
	width : 170px;
	margin-left : 5px;
}
#thumblist li {
	float : left;
	margin : 0 2px 2px 2px;
}
#thumblist li img{
	width : 50px;
	height : 50px;
	float : left;
	overflow:hidden;
}

#thumblist li a img{
	width:50px;
	height:50px;
padding : 1px;
}

#thumblist li a:hover img{
 filter:alpha(opacity=100);
 -moz-opacity: 1;
 opacity: 1;
}
#thumblist li.selected{
	background : #20bbc2;
}
#thumblist li.selected img{
 filter:alpha(opacity=50)!important;
 -moz-opacity: 0.5!important;
 opacity: 0.5!important;
}
#mainImg_fig{
	float : left;
	width : 480px;
}
td#mainImg{
	width : 480px!important;
	text-align:center!important;
	vertical-align : top;
	
}
#mainImg img{
	margin : 0 auto;
	display : block;
	max-height : 380px;
	max-width : 480px;
}

/* -------------------------------------
 物件一覧リスト
------------------------------------- */
.propetyCont{
		margin-top : 0px;
		width : 100%;
		margin-bottom : 20px;
		float : left;
}
.propetyCont ul li a:hover{
		display : inline-block;
		text-decoration:none;
}
.propetyCont ul,
.propetyCont ul li{
		float : left;
}
.propetyCont ul li{
		height : 290px;
		position:relative;
		margin-right : 20px;
		padding-top : 30px;
		width : 170px;
}
.propetyCont ul li p{
		position : absolute;
		top : 156px;
		display : block;
		font-size : 11px;
		line-height : 1.8;
		margin : 8px 0 0 0;
}
.propetyCont ul li p span{
		display : block;
		font-size : 12px;
		color : #20bbc2;
		font-weight : bold;
		margin-bottom : 5px;
}
.propetyCont ul li img.syosai{
		margin-top : 10px;
}

.propetyCont .element-item a:hover{
		display : inline-block;
		text-decoration:none;
}
.propetyCont .element-item{
}
.propetyCont .element-item{
		float : left;
		height : 290px;
		position:relative;
		margin-right : 20px;
		padding-top : 30px;
		width : 170px;
}
.propetyCont .element-item p{
		position : absolute;
		top : 156px;
		display : block;
		font-size : 11px;
		line-height : 1.8;
		margin : 8px 0 0 0;
}
.propetyCont .element-item p span{
		display : block;
		font-size : 12px;
		color : #20bbc2;
		font-weight : bold;
		margin-bottom : 5px;
}
.propetyCont .element-item img.syosai{
		margin-top : 10px;
}
.propetyCont .ico{
		position:absolute;
		top : 0px;
		right : 0;
		
}
.propetyCont img.photo{
		max-width : 170px;
		max-height : 126px;
		min-height : 
		
}



/* -------------------------------------
 お問い合わせ
------------------------------------- */
.contact #contents{
    width : 700px;
    float : right;
}
.contact h2{
    margin-bottom : 15px;
}
.contact .inner01{
    position : relative;
    left : 5px;
}
.contact .inner01 h3{
	background:#01b2bb;
	border: 1px solid #01b2bb;
	box-sizing: border-box;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	color : #fff;
	font-size : 16px;
	padding : 3px;
	margin : 30px 0;
	text-align : center;
	clear : both;
	float : left;
	width : 100%;
}
.contact .inner01 table{
    width : 100%;
    float : left;
}
.contact .inner01 table tr{
	border-bottom: 2px solid #01b2bb;
}
.contact .inner01 table th.hissu{
    background:url(../../asset/images/ico_hissu.jpg) no-repeat left top 20px;
}
.contact .inner01 table th{
    width : 240px;
    text-indent : 80px;
    line-height : 31px;
}
.contact .inner01 table th{
    padding : 20px 0 20px 0;
}
.contact .inner01 table td{
    padding-top : 20px;
}
.contact .inner01 table td,
.contact .inner01 table th{
    vertical-align : top;
    font-size : 15px;
    font-weight : bold;
    line-height : 31px;
}
.contact .inner01 p.txt{
    display : block;
     padding : 20px 0;
     float : left;
}
input[type="submit"] {
    padding: 15px 10px;
    margin: 20px 0px 0 20px;
    font-size: 16px;
    font-weight : bold;
	border: 3px solid #000!important;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
    color: #000;
    // submitボタンのを枠を非表示にする
    border-style: none;
    border:0;
    display : inline-block;
    width : 230px;
    cursor : pointer;
    background: #f98e04 url(../../asset/images/btn_sousin.jpg) no-repeat left top;
}
input[type="button"] {    
    padding: 15px 10px;
    margin: 20px 0 0 0;
    font-size: 16px;
    font-weight : bold;
	border: 3px solid #000!important;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
    color: #000;
    // submitボタンのを枠を非表示にする
    border-style: none;
    border:0;
    display : inline-block;
    width : 230px;
    cursor : pointer;
    background: #f98e04 url(../../asset/images/btn_sousin.jpg) no-repeat left top;
}
td input,
td textarea{
	line-height:1.6em;
	vertical-align:middle;
	border:none;
	background:#f0f0f0;
	padding : 6px;
	margin-bottom : 20px;
}
.contact div.buttonSet{
    display : block!important;
    text-align : center;
    position : relative;
    float : left;
    width : 100%;
}

/* -------------------------------------
 売約問い合わせ
------------------------------------- */
.sell #contents{
    width : 700px;
    float : right;
}
.sell h2{
    margin-bottom : 15px;
}
.sell .inner01{
    position : relative;
    left : 5px;
}
.sell .inner01 p{
    display : block;
    padding-left : 40px;
    font-size : 15px;
    font-weight : bold;
    line-height : 1.8;
}
.sell .inner01 p span.big{
    display : block;
    font-size : 19px;
    font-weight : bold;
    margin : 10px 0 20px 0;
}
.sell .inner01 .sheetdl{
    position : relative;
    padding-left : 40px;
    margin-bottom : 60px;
}
.sell .inner01 .sheetdl p{
    position : absolute;
    top : 60px;
    left : 24px;
    font-size : 13px;
    line-height : 1.4;
}
.sell .inner01 h3{
	background:#01b2bb;
	border: 1px solid #01b2bb;
	box-sizing: border-box;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	color : #fff;
	font-size : 16px;
	padding : 3px;
	margin : 20px 0 0 0;
	text-align : center;
	clear : both;
	float : left;
	width : 100%;
}
.sell table{
    width : 100%;
    float : left;
    margin-bottom : 20px;
}
.sell table tr{
	border-bottom: 2px solid #01b2bb;
}
.sell table th.hissu{
    background:url(../../asset/images/ico_hissu.jpg) no-repeat left top 20px;
}
.sell table th{
    width : 240px;
    text-indent : 80px;
    line-height : 31px;
}
.sell table th{
    padding : 20px 0 20px 0;
}
.sell table td{
    padding-top : 20px;
}
.sell table td,
.sell table th{
    vertical-align : top;
    font-size : 15px;
    font-weight : bold;
    line-height : 31px;
}
.sell table th.ot{
    text-indent : 0;
   }
.sell table th.ot p{
    display : block;
    width : 110px;
    position : relative;
    left: 80px;
    text-align : left;
    padding : 0!important;
}
.sell p.txt{
    display : block;
     padding : 20px 0;
     float : left;
}
.sell table th .min{
    font-size : 11px;
}
.sell .inner01 div.buttonSet{
    display : block!important;
    text-align : center;
    position : relative;
    float : left;
    width : 100%;
}


/* -------------------------------------
 プライバシーポリシー
------------------------------------- */
.privacy #contents{
    width : 700px;
    float : right;
}
.privacy h2{
    margin-bottom : 15px;
}
.privacy h3{
    margin-top : 25px;
    line-height : 30px;
    font-size : 16px;
    font-weight : bold;
}
.privacy h3 img{
    margin-right : 4px;
}
.privacy p.txt{
    margin : 10px 0 20px 48px;
    font-size : 14px;
    line-height : 1.8;
}

/* -------------------------------------
 フッター
------------------------------------- */
footer {
	position : relative;
	padding : 20px 0;
	margin-bottom : 50px;
}
footer .logo{
	float : left;
}
footer p{
	position :relative;
	left : 20px;
	top : 5px;
	float : left;
	font-size : 13px;
	width : 600px;
}
footer ul{
	float : right;
	position :relative;
}
footer li{
	float : left;
}
footer #copyright{
	display : block;
	position : absolute;
	top : 80px;
	left : 50%;
	width : 980px;
	margin-left : -130px;
	text-align : left;
}



#pagetop{
	position: fixed;
	display : block;
	bottom: 0;
	right: 10px;
	z-index : 9999;
}
#pagetop a{
	display : block;
	width : 105px;
	height : 190px;
	text-indent : -9999px;
    background:url(../../asset/images/btn_pagetop.png) no-repeat;
}





.uiSelect2 { position: relative; display: inline-block; }
.uiSelect2 select {
	margin-left: 10px;
	padding: 4px 20px 4px 10px;
	border-radius: 0px;
	background: #f7f7f7!important;
	color: #333;
	text-align: left;
	text-decoration: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
	border:none!important;
    text-indent: .01px; 
    text-overflow: "";
	font-size : 11px;
}
.uiSelect2{
  overflow: hidden;
}
.uiSelect2 select {
  width: 150%;
}
.uiSelect2 select:hover, .uiSelect2 select:focus {
	background: #f7f7f7!important;
	color: #333;
}
.uiSelect2 select:active {
	background: #f7f7f7!important;
	color: #333;
}

.uiSelect2 select option { text-shadow: none; }
.uiSelect2:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border-top: 5px solid #555;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
