@CHARSET "UTF-8";
/*全ページ共通で使用する指定はここに記入*/
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
/*sumaistar.css打消し*/
#copy{
	float: none;
	margin: 0;
}
footer a:link, footer a:hover{
	color: #FFF;
}
#footerIn{
	width: auto;
}
#serviceName{
	margin-top: 5px;
}
/*sumaistar.css打消し END*/

body,
#headerService,
#mainArea {
	font-family: ”ヒラギノ角ゴ Pro W3”,”Hiragino Kaku Gothic Pro”,Osaka,”ＭＳ Ｐゴシック”,”MS PGothic”, sans-serif;
}

ul, li, p, span{
	margin: 0 auto;
	padding: 0 0;
	list-style-type : none;
}

#mainArea,
#serviceArea,
#footerIn,
.clientBanner,
#mainImage,
ul.localFootNavi,
#footerNavi,
.clearfix,
#naviBottomServiceIn,
#serviceArea dl,
img{
	width: auto;
}

/*必須・任意マーク、エラー START*/
.any {
	float: right;
	padding: 2px 5px;
	background: #0088cc;
	color: #ffffff;
	border-radius: 3px;
	font-size: 0.8em;
	font-weight: normal;
	white-space: nowrap;
}

.semiMust{
	float: right;
	padding: 2px 5px;
	background: #ffffff;
	color: #cc0000;
	border: solid 1px #cc0000;
	border-radius: 3px;
	font-size: 0.8em;
	font-weight: normal;
	white-space: nowrap;
}

#mailMust,
#phoneMust{ 
/*	float: right;
	padding: 2px 5px;
	background: #ffffff;
	border: solid 1px #cc0000;
	white-space: nowrap;
	font-weight: normal;
*/
	color: #cc0000;
	border-radius: 3px;
	font-size: 0.9em;
}
.error {
	color: red;
}
/*必須・任意マーク、エラー END*/

/*見出し関連*/
caption,
.spTitle,
.pcTitle,
#shopContactForm div p.midashi{
	padding: 10px;
	background: #0A78AF;
	border: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
}
.spTitle{
	padding: 0;
}

dl{
	margin: 0 auto;
	width: auto;
}

dt{
	background: #D2D7E2;
	padding: 5px 8px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	width: auto;
}
dd{
	background: #FFF;
	padding: 5px 8px;
	margin: 0;
	text-align: left;
	font-size: 1.2em;
	width: auto;
}

/*入力画面 START======================================================*/
/*form入力部分*/
ul label{
	border-bottom: #D2D7E2 dotted 1px;
	font-weight: normal;
	display: block;
	margin: 0;
	padding: 12px 0;
	font-size: 18px;
}

textarea, input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="number"], #contactForm select{
	width: 97%;
	font-size: 17px;
	padding: 10px 5px;
	margin: 5px 0 5px;
}

textarea{
	height: 80px;
}

span.comment{
	display: block;
	color: #ff9999;
	margin: 0 0 10px
}

/*プラポリ・ボタン*/
.privacy{
	width: auto;
	margin: 5px;
	font-size: 16px;
}

#btnConfirm,
#btnSubmit{
	background-color: #ff8822;
	background: -moz-linear-gradient(#ffaa55, #ff8822);
	background: gradient(linear, left top, left bottom, from(#ffaa55), to(#f8822));
	border: 1px solid #dd9966;
	box-shadow: 5px 5px 20px 0 rgba(255,255,255,0.8) inset, -5px -5px 20px 0 rgba(0,0,0,0.3) inset, 2px 2px 5px 0 rgba(0,0,0,0.3);
	-webkit-appearance: none;
	display: block;
	margin: 10px auto;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	color: #ffffff;
	width: auto;
	border-radius: 10px;
	padding: 8px 40px;
	font-size: 1.5em;
}

#btnSubmit{
	display: inline-block;
}

#btnInput{
	background: #e1e2da;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e1e2da));
	background: -ms-linear-gradient(#ffffff, #e1e2da);
	background: -moz-linear-gradient(#ffffff, #e1e2da);
	background: linear-gradient(#ffffff, #e1e2da);
	border: 1px solid #958f81;
	border-radius: 10px;
	color: #5a5750;
	cursor: pointer;
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	margin: 10px auto 0 auto;
	padding: 8px 40px;
	text-align: left;
	display: inline-block;
	width: auto;
}

.btnArea{
	width: 100%;
}

/*フォームナビゲーション*/
#formFlowArea{
	margin: 15px 0 15px;
}

#formFlowArea ul li {
	background: #0A78AF;
	border: #0A78AF solid 3px;
	float: left;
	width: 25%;
	border-radius: 10px;
	padding: 10px 5px ;
	margin: 0 5px;
	color: #FFF;
	font-size: 0.9em;
	line-height: 1.2em;
}

#formFlowArea ul li.arrow{
	display: none;
}

#formFlowArea ul li.input{
	border: #0A78AF solid 3px;
	color: #FFF;
}

#formFlowArea ul li.active {
	background: #FFF;
	border: #0A78AF solid 3px;
	color: #0A78AF;
	font-weight: bold;
}

#formFlowArea ul li.complete{
	width: 25%;
	padding: 10px 5px;
	margin-right: 0;
}

/*お問い合わせ内容の入力
#shopContactForm div p.midashi{
	background: #0A78AF;
	border: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;

}*/
/*お問い合わせ策の不動産業者リスト*/
span.this {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 1em;
	margin: 6px 3px 4px 5px;
	transform: rotate(90deg);
}

#shopList dl{
	border: #E6E9EF solid 3px;
	background: #F2F3F7;
	padding: 0 10px 10px 10px;
	clear: both;
	margin: 0 0 15px 0;
	font-weight: normal;
	display: block;
	margin: 10px auto ;
	padding: 5px 0;
	width: 95%;
}

#shopList dt{
	width: 25%;
	float: left;
	border: #E6E9EF solid 1px;
	margin: 0 5px;
	padding: 0;
}
#shopList dt img{
	max-width: 150px;
	max-height: 150px;
}

#shopList dd {
	width: 68%;
	background: none;
	margin: 0 0 0 29%;
	padding: 0;
}

.description,
.address{
	color: #333;
	text-decoration: none;
}

.name{
	border-bottom: #DBDBDB dotted 1px;
	padding: 3px;
	margin: 0 0 3px;
	font-size: 1.1em;
	font-weight: bold;
}
.description {
	font-size: 0.9em;
	margin-bottom: 3px;
}

.address {
	font-size: 0.8em;
}

.address span{
	display: block;
}

strong.infoTitle{
	background: #ADB5CA;
	padding: 2px 2px;
	text-align: left;
	margin: 3px 0 1px 0;
	color: #FFF;
	width: auto;
	display: block;
	font-size: 12px;
	font-weight: bold;
}

/*確認画面 START======================================================*/
.confirmText{
}

.confirmText pre{
	margin: 2px 0;
	font-size: 17px;
}

#contactForm .buttonBox{
	text-align: center;
	margin: 0 0 20px;
}

#contactForm .name{
	font-weight: normal;
}
.btnArea{
	text-align: center;
}

/*完了画面 START======================================================*/
.messegeComplate{
	text-align: left;
	margin: 10px auto;
	width: 95%;
	font-size: 1.0em;
}

.messegeComplate br{
	display: none;
}
.messegeComplate span{
	border-bottom: #DBDBDB dotted 1px;
	margin: 0 0 5px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	display: block;
}

.backHome{
	background: #e1e2da;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e1e2da));
	background: -ms-linear-gradient(#ffffff, #e1e2da);
	background: -moz-linear-gradient(#ffffff, #e1e2da);
	background: linear-gradient(#ffffff, #e1e2da);
	border: 1px solid #958f81;
	border-radius: 10px;
	color: #5a5750;
	cursor: pointer;
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	margin: 20px auto;
	padding: 8px 5px;
	text-align: center;
	display: block;
	width: 90%;
	box-sizing: border-box;
}
.backHome:hover{
	    background: #e1e2da;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1e2da), to(#ffffff));
    background: -ms-linear-gradient(#e1e2da, #ffffff);
    background: -moz-linear-gradient(#e1e2da, #ffffff);
    background: linear-gradient(#e1e2da, #ffffff);
}
/*田中さん入力分(消さない)*/
*[data-display="confirm"] {
	display: none;
}

#serviceName a{
	pointer-events: none
}

/**************************************************************************************
---------------------------------------------------------------------------------------
 スマホ用に順番変更レイアウトの指定：0px～480px
---------------------------------------------------------------------------------------
***************************************************************************************/
@media screen and (min-width: 0px) and (max-width: 736px) {
/*@media only screen and (max-width: 768px) {*/
	/*SPのとき非表示*/
	body{
		font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	}

	#naviTop,
	#headTel,
	#naviService,
	#breadcrumb,
	.pc{
		display: none;
	}

	#headUtils h2#serviceName{
		font-size: 20px;
		line-height: 1.4;
		top: 0;
	}

	#headUtils h1{
		text-align: left;
	}
}

/**************************************************************************************
---------------------------------------------------------------------------------------
 タブレット向けのレイアウトの指定：481px～768px
---------------------------------------------------------------------------------------
***************************************************************************************/
@media only screen and (min-width: 737px) and (max-width: 768px) {
	table th{
		width: 150px;
	}
}

/**************************************************************************************
---------------------------------------------------------------------------------------
PC向けレイアウトの指定：961px以上では固定レイアウト
---------------------------------------------------------------------------------------
***************************************************************************************/
/*@media only screen and (min-width: 950px) {*/
@media only screen and (min-width: 769px) {
	body {
		font-family: "メイリオ",Meiryo;
		font-size: 14px;
	}
	/*sumaistar.css打消し START*/
	#headerService{
		width: 1024px;
	}
	#copy{
		float: none;
		text-align: left;
	}
	footer a:link, footer a:hover, footer a:visited{
		color: #FFF;
	}
	
	.inputArea ul#objectTypeList li.checkboxList a, .inputArea ul#objectTypeList li.checkboxList a:link, .inputArea ul#objectTypeList li.checkboxList a:active, .inputArea ul#objectTypeList li.checkboxList a:hover,
	li.radioList a, li.radioList a:link, li.radioList a:visited, li.radioList a:active, li.radioList a:hover{
		text-decoration: none;
	}
	/*sumaistar.css打消し END*/

	#mainArea,
	#naviBottomServiceIn {
		margin: 0 auto;
		padding: 5px 0;
		width: 1000px;
	}
	#mainArea{
		margin: 60px auto 0 auto;
	}
	
	/*見出し関連*/
	caption,
	caption.spTitle,
	.pcTitle{
		padding: 16px;
		border-radius: 16px 16px 0 0;
	}
	.pcTitle{
		display: block;
	}
	
	table {
		border-collapse: collapse;
		margin: 10px auto;
		width: 1000px;
	}
	
	table tr{
		border-top: #BDC3D4 dotted 1px;
	}

	table th{
		background: #D2D7E2;
		padding: 5px 8px;
		font-weight: bold;
		text-align: left;
		width: 270px;
		border-bottom: #FFF dotted 1px;
	}
	
	table td {
		background: #FFF;
		padding: 5px 8px;
		text-align: left;
		font-size: 1.3em;
		width: 690px;
		border: 1px solid #ddd;
	
	}
	
	ul label{
		border-bottom: none;
		padding: 3px 0;
		margin: 0 10px 0 0;
		font-size: 1.0em;
	}
	
	#contactForm select{
		width: 32%;
	}
	
	/*プラポリ・ボタン*/
	.privacy{
		width: 1000px;
		margin: 30px auto 10px auto;
		text-align: center;
		padding: 0;
	}
	
	#btnConfirm{
		width: 480px;
		font-size: 1.8em;
		padding: 10px 0;
		border-radius: 25px;
	}

	/*フォームナビゲーション*/
	#formFlowArea ul li {
		width: 319px;
		font-size: 1.3em;
		line-height: 1.2em;
		padding: 15px 5px;
		margin: 0 7px;
	}
	
	#formFlowArea ul li.arrow{
		border: none;
		background: #FFF;
		padding: 0;
		margin: 0;
		text-align: center;
		width: auto;
		display: block;
	}
	
	#formFlowArea ul li.arrow img{
		width: auto;
		padding-top: 12px;
	}
	
	#formFlowArea ul li.input{
		margin-left: 0;
	}
	
	#formFlowArea ul li.complete{
		width: 285px;
		padding: 15px 5px;
	}
	
	/*お問い合わせ策の不動産業者リスト*/
	span.this {
		display: inline-block;
		float: none;
	}
	
	#shopList{
		border-right: #DDD solid 1px;
		border-left: #DDD solid 1px;
		border-bottom: #DDD solid 1px;
		padding: 20px 20px 10px 20px;
		margin: 0 0 20px;
	}
	
	#shopList a{
		float: left;
		margin: 0 6px;
		text-decoration: none;
	}
	#shopList dl{
		margin: 0 0 10px;
		width: 460px;
	}
	
	#shopList dt{
		background: none;
		border: none;
		text-align: center;
		width: 150px;
		height: 150px;
	}

	#shopList dd{
		background: none;
		width: 285px;
		margin: 0 0 0 165px;
	}
	
	strong.infoTitle{
		margin: 3px 3px 1px 0;
		padding: 1px 2px;
		color: #FFF;
		width: 55px;
		text-align:center;
		display: inline-block;
	}
	
	/*フッターの崩れ修正*/
	.fredialArea .fredialArea{
		padding: 0;
	}
	
	/*完了画面 START======================================================*/
	.messegeComplate{
		text-align: center;
		margin: 40px auto 30px auto;
		width: 600px;
		font-size: 1.1em;
	}
	
	.messegeComplate br{
		display: block;
	}
	
	.messegeComplate span{
		margin: 0 0 5px;
		font-size: 1.4em;
		font-weight: bold;
		display: block;
	}
	
	#shopContactForm{
		margin-bottom: 40px;
	}
	
	.backHome{
		width: 300px;
		margin-bottom: 50px;
	}

	header #headTel{
		display: none;
	}
}
