@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;
}
/* -----------------------------------------------------------
    キーカラー　一括変更はここで
-------------------------------------------------------------- */


h2,#head,div#footmenu,.hline,.index1{
	background:#66cc00
	;
}

h3,.mp-layoutset-02 #mp-main3 td{
    border-color: #66cc00;
}
/* -----------------------------------------------------------
    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;
	font-weight:bold;
}




/* -----------------------------------------------------------
    見出し
-------------------------------------------------------------- */
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;
}

h3{
	margin:0 0 10px 0;
	padding:10px 8px;
	border-width:3px 0;
	border-style:dotted;
	background:#ffffff;
	color:#3e3e3e;
	line-height:1.2;
	font-weight:bold;
	font-size:15px;
}

/* -----------------------------------------------------------
    ヘッダー
-------------------------------------------------------------- */
#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%;
  float:left;
  list-style:none;
  margin-left: 0px;

}

#menu .bottom{
  width:100%;
}


#menu .active{
background: #dce1e5; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjZTFlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OTc4OGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #dce1e5 0%, #59788c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dce1e5), color-stop(100%,#59788c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dce1e5 0%,#59788c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dce1e5 0%,#59788c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dce1e5 0%,#59788c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dce1e5 0%,#59788c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce1e5', endColorstr='#59788c',GradientType=0 ); /* IE6-8 */
}


#menu a{
  font-size:15px;
  padding: 15px 0;
  display:block;
  border-right:solid 1px #C9C9C9;
  border-left:solid 1px #FFF;
  border-bottom:solid 1px #ccc;
  color:#000;
  text-shadow:1px 1px 1px #C7C7C7,-1px -1px 1px #F5F5F5;
}
#menu .active a{
  color:#000;
  text-shadow:-1px -1px 1px #CC837C,1px 1px 1px #FFF;
}

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

div#menu {
  width:100%;

}

/*-----------------------------------------------------------
トップへ戻るリンク
---------------------------------------------------------------*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;
    background:url(../images/home.png) no-repeat;
    text-align: center;
    color: #222;
    font-size: 11px;
    text-decoration: none;
    padding: 27px 17px;
}
 
.pagetop a:hover {
    display: block;
    background:url(../images/home2.png) no-repeat;
    text-align: center;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    padding:27px 17px;
}


/* -----------------------------------------------------------
　第二階層ページレイアウト 
-------------------------------------------------------------- */
.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;
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
}

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

/* -----------------------------------------------------------
 フッターメニュー
-------------------------------------------------------------- */
div#footmenu {
   width:100%;
   float:left;
}

div#footmenu ul {
   width:370px;
   margin:0  auto;
   padding:0;
}

div#footmenu li {
   float:left;
   color:#fff;
   font-weight: bold;
   text-align:center;
   list-style-type:none;
}

div#footmenu li a {
   font-size:13px;
   display:block;
   color:#ffffff;
   width:120px;
   font-weight: bold;
   line-height:50px;
   border-right:3px dotted #fff;
   text-decoration:none;
}

div#footmenu li.right a {
   border-right:0px solid #D8D8D8;
}

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

#copy{
  color:#000;
  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;
}
/* -----------------------------------------------------------
    見出しデザイン用
-------------------------------------------------------------- */

.menuLineDoubleLight {
	margin:0 0 10px 0;
	padding:15px;
	border-width:0 0;
	border-color:#7fcedd;
	border-style:dotted;
	background:#eeeeee;
	color:#626262;
	line-height:140%;
	font-weight:bold;
}



/* -------------------------------------------------------
      売却の流れ　ブロックデザイン
-------------------------------------------------------------- */

.btn {
	background: #dfefff;
	border: 1px solid #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #111;
	width:80%;
	padding: 20px 10px;
	margin:5px auto  ;
    font-size: 15px ;

}

.btn2 {
	background: #8e8e8e;
	border: 1px solid #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #111;
	width:82%;
	padding: 10px 10px;
	margin:5px auto  ;
    font-size: 15px ;

}

.btn span{
	font-size: 24px ;
	color: #3b3b3b;
	text-shadow:
	-1px -1px 0px #5c5c5c,
	1px -1px 0px #5c5c5c,
	1px 1px 0px #5c5c5c,
	-1px 1px 0px #5c5c5c,
	1px 2px 3px rgba(0, 0, 0, 0.6);
}

.btn font{
   font-weight: bold;
	margin:10px 0 10px 0;
}

.btn2 span{
	font-size: 24px ;
	color: #fff;
	font-weight: bold;
}

.red {
    color: red;
	background: #fff;
	border: 0px solid #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height:1.5;
	padding: 5px 10px;
    font-size: 14px ;
}

.white {
    color: #fff;
    font-size: 12px ;

}

/* -----------------------------------------------------------
    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.00 */