@charset "Shift_JIS";

/* -----------------------------------------------------------
    reset
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6,p,div,dl,dt,dd,form,img,hr,tr,td{
	margin:0px;
	padding:0px;
	border:0px;
}

* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   font: 12px/1.4;
   -webkit-text-size-adjust: none;
}

table{
	margin:0px;
	padding:0px;
}
TD {
	margin:0 auto;
}

body,p,h1,h2,h3,h4,h5,h6,
span,small,strong,
div,ul,li,
figure,img,
header,footer,nav,section{
  border:none;
  outline:none;
}

header,footer,nav,section{
  display:block;
}

#wrap{
overflow:hidden;
}

/* -----------------------------------------------------------
    キーカラー　一括変更はここで
-------------------------------------------------------------- */


body,h2,div#footmenu,.hline,.index1,#head,.contents_l {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#48332b+0,7f6f63+100 */
background: #48332b; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4MzMyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZjZmNjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #48332b 0%, #7f6f63 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48332b), color-stop(100%,#7f6f63)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #48332b 0%,#7f6f63 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #48332b 0%,#7f6f63 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #48332b 0%,#7f6f63 100%); /* IE10+ */
background: linear-gradient(to bottom,  #48332b 0%,#7f6f63 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48332b', endColorstr='#7f6f63',GradientType=0 ); /* IE6-8 */
}


.contents_l table {
	border: solid 1px #48332B; 
	border-collapse: collapse;
}

.contents_l td,th {
	border-left: solid 2px #48332B; 
	border-top: solid 1px #48332B; 
}

.contents_l2 table {
	border: solid 1px #48332B; 
	border-collapse: collapse;
}

.contents_l2 td,th {
	border-top: solid 1px #48332B; 
	border-botom: solid 1px #48332B; 
}

#copy{
	background:#48332B;
    color:#fff;
}

#footmenu table {
	border-right: solid 1px #48332B; 
	border-left: solid 1px #48332B; 
}


.menu2 a{
  border-bottom:solid 1px #48332B;
}

.mp-layoutset-02 #mp-main3 td{
    border-collapse: collapse;
    border-width: 1px;
    border-color: #48332B;
    border-style: solid;
}
/* -----------------------------------------------------------
    auto
-------------------------------------------------------------- */
.auto{
	margin:0 auto;
    clear:both;
}


BODY {
	margin:0 auto;
	color:#555555;
	font-size:16px;
}

ul {
margin: 0px;
/* または padding: 0px; または両方 */
}

#mp-headerMain h1{
    display: none;
}


/* -----------------------------------------------------------
    link
-------------------------------------------------------------- */
a:link,
a:visited,
a:hover{
	color:#000;
	text-decoration:none;
}




/* -----------------------------------------------------------
    見出し
-------------------------------------------------------------- */
h1{
	font-size:10px;
	color:#ffffff;
	font-weight:normal;

}

h2{
	font-size:18px;
    text-shadow:1px 1px 0px #000, -1px 1px 0px #000, 
    1px -1px 0px #000, -1px -1px 0px #000;
    color:#fff;
    display:block;
    padding: 5px 10px;
}

.index1{
	width:100%;
	margin:10px auto 0px auto;
}

.index1 p{
	width:94%;
	margin:auto;
	text-align:left;
	line-height:35px;
	font-weight:bold;
	color:#fff;
	text-shadow:-1px -1px 1px #000000;
}


/* -----------------------------------------------------------
    トップ画像調整
-------------------------------------------------------------- */
#photo1 img{
    width:100%;
    height: auto;

}

#photo2 img{
    width:100%;
    height: auto;
}

#photo3 img{
    width: 100%;
    max-width: 200px;
    height: 100%;
    margin: auto;
}

/* -----------------------------------------------------------
    ヘッダー
-------------------------------------------------------------- */
#head{
	font-size:10px;
}

#head2 img
{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


#head img,
#head input{
	vertical-align:middle;
}

#head a:link,
#head a:visited{
	color:#555555;
	text-decoration:underline;
}

#head a:hover{
	color:#555555;
	text-decoration:none;
}
/* -----------------------------------------------------------
    フォーム用画像ヘッダー
-------------------------------------------------------------- */
#header{
	width:300px;
	margin:15px auto 10px auto;
}

#headerL{
	float:left;
	width:80px;
}

#headerR{
	float:left;
	width:200px;
	margin-left:15px;
}

/* -----------------------------------------------------------
下部メニュー 
-------------------------------------------------------------- */

.menu {
  width:100%;
  height: 100%;
  min-height: 100%;
  margin-left: 0px;
}

.menu a{
  font-size:15px;
  padding: 15px 0;
  display:block;
  border-bottom:solid 0px #999;
  color:#eeecec;
}

.menu img{
  margin-top : 0px;
  padding : 0px 10px;
}

.menu2 a{
  font-size:15px;
  padding: 15px 0;
  display:block;
  color:#eeecec;
  line-height: 2.0em;
}
.menu2 img{
  margin-top : 0px;
  padding : 0px 10px 0px 12px ;
}



/* -----------------------------------------------------------
　第二階層ページレイアウト 
-------------------------------------------------------------- */
.mp-layoutset-02 #mp-main{
    font-size: 13px;
}
.mp-layoutset-02 #mp-title h2 .en{
    display: none;
}

.mp-layoutset-02 #mp-main p{
    padding-left: 10px;
    padding-right: 10px;
}

.mp-layoutset-02 #mp-main ul{
    padding-left: 10px;
    padding-right: 10px;
}

.mp-layoutset-02 #mp-main p.large{
    clear: both;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 1em;
    font-weight: normal;
    background-color: #fff;
    border-width: 1px;
    border-color: #f0ce68;
    border-style: solid;
    -webkit-border-radius: 4px;
}

.mp-layoutset-02 #mp-main p.indent{
    text-indent: -1.3em;
    margin-left: 26px;
    margin-right: 25px;
    margin-bottom: 20px;
}


.mp-layoutset-02 #mp-main table{
    margin: 10px 10px 10px 10px;
    border-collapse: collapse;
    border-width: 0px;
    border-color: #dac996;
    border-style: solid;
}

.mp-layoutset-02 #mp-main th{
    font-weight: normal;
    background-color: #fff6db;
    text-align: left;
    padding: 4px 6px;
    border-collapse: collapse;
    border-width: 1px;
    border-color: #dac996;
    border-style: solid;
}

.mp-layoutset-02 #mp-main td{
    text-align: left;
    background-color: #fff;
    padding: 4px 6px;
    border-collapse: collapse;
    border-width: 0px;
    border-color: #dac996;
    border-style: solid;
}

.mp-layoutset-02 #mp-main ol{
    margin: 0 15px;
    padding: 0 15px;
}

.mp-layoutset-02 #mp-main ol li{
    margin-bottom: 15px;
}

/* -----------------------------------------------------------
第二階層ページレイアウト 賃貸売買QAに使用
-------------------------------------------------------------- */
.mp-layoutset-02 #mp-main2{
    font-size: 13px;
}


.mp-layoutset-02 #mp-main2 ul{
    padding-left: 10px;
    padding-right: 10px;
}

/* -----------------------------------------------------------
第二階層ページレイアウト 会社概要に使用
-------------------------------------------------------------- */
.mp-layoutset-02 #mp-main3{
    font-size: 13px;
}

.mp-layoutset-02 #mp-main3 table{
    margin: 10px 10px 10px 10px;
    border-collapse: collapse;
    border-width: 0px;
}


.mp-layoutset-02 #mp-main3 td{
    text-align: left;
    background-color: #fff;
    padding: 4px 6px;
}

/* -----------------------------------------------------------
会社情報（電話バナー下の情報）
-------------------------------------------------------------- */
#info{
   font-size:13px;
   padding : 10px 10px;
}

/* -----------------------------------------------------------
 フッターメニュー
-------------------------------------------------------------- */

#footmenu a:link,
#footmenu a:visited,
#footmenu a:hover {
	color:#fff;
	text-decoration:none;
}

#footmenu
{
	color:#fff;
	text-decoration:none;
    font-size:13px;
    line-height: 2.5em;
    }
    
div#footmenu
	{
	display: block;
 	width: 100%;
	margin:auto;
 	

    }


/* -----------------------------------------------------------
 コピーライト
-------------------------------------------------------------- */

#copy{
  font-size:11px;
    clear:both;

}

/* -----------------------------------------------------------
    共通ブロック
-------------------------------------------------------------- */
.main{
	margin:15px 10px;
}

/* -----------------------------------------------------------
  共通レイアウト
-------------------------------------------------------------- */

#mp-main p{
    padding-left: 20px;
    padding-right: 20px;
}
/* -----------------------------------------------------------
       個人情報保護方針
-------------------------------------------------------------- */

ul.decimal{
	margin-left:1.6em;
	list-style-type:decimal!important;
}

ul.disc{
	margin-left:1.3em;
	list-style:disc;
}
/* -----------------------------------------------------------
    Q&Aページ
-------------------------------------------------------------- */
ul.qa{
	list-style-type: none;
}

ul.qa li.q{
	background:url(../images/q.png) no-repeat 0px 3px;
	padding-left:15px;
}

ul.qa li.a{
	background:url(../images/a.png) no-repeat 0px 3px;
	padding-left:15px;
}


/* -----------------------------------------------------------
    font-weight,font-size
-------------------------------------------------------------- */
.bold{
	font-weight:bold;
	letter-spacing:0.1em;
}

.bb{
	font-size:120%;
	font-weight:bold;
	letter-spacing:0.1em;
}

.big{
	font-size:120%;
}

.small{
	font-size:80%;
	font-weight:normal;
}

.font10{
	font-size:10px;
}

.font11{
	font-size:11px;
}

.font12{
	font-size:12px;
}

.font14{
	font-size:14px;
}

.font16{
	font-size:16px;
}

.font_en{
	font-family:Verdana, Arial, Helvetica, sans-serif, "Hiragino Kaku Gothic Pro", "Osaka", "lroSVbN";
}


/* -----------------------------------------------------------
    text-align
-------------------------------------------------------------- */
.tal{
	text-align:left;
}

.tac{
	text-align:center;
}

.tar{
	text-align:right;
}

.taj{
	text-align:justify;
	text-justify:inter-ideograph;
}

.line_txt{
	text-decoration:underline;
}


/* -----------------------------------------------------------
    vertical-align
-------------------------------------------------------------- */
.v_top{
	vertical-align:top;
}

.v_mid{
	vertical-align:middle;
}

.v_bot{
	vertical-align:bottom;
}


/* -----------------------------------------------------------
    color
-------------------------------------------------------------- */
.caution{
	color:#EE0000;
}

.red{
	color:#FF0000;
}

.orange{
	color:#E85C00;
}

.blue{
	color:#0088CC;
}

.green{
	color:#777700;
}

.pink{
	color:#A90A5C;
}

.white{
	color:#FFFFFF;
}

.pur{
	color:#3A1E87;
}
.ori-green{
	color:#81bf20;
}
.ori-blue{
	color:#52B6E0;
}

.ruby{
	color:#990000;
}

.navy{
	color:#000066;
}

.darkgreen{
	color:#006600;
}


/* スマートフォンカレ　ブラウン　Ver.1.01 */