@charset "Shift_JIS";

body{
    background-color: #ffffff;
    background-image : url(../images/bg.gif);
    background-repeat: repeat;
    background-position: top left;
    margin: 0;
    padding: 0;
    color: #000;
    font: 12px/1.4 "ヒラギノ角ゴ Pro W3" , "ＭＳ Ｐゴシック" , "Hiragino Kaku Gothic Pro" , "MS PGothic" , sans-serif;
    -webkit-text-size-adjust: none;
}

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

ul.disc{
	margin-left:1.3em;
	list-style:disc;
}


/* リンク色変更はここ */
a{
  color:#804040;
  text-decoration:none;
}


/* スキップリンクの非表示 */
#mp-skip{
    height: 1px;

    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

body.mp-layoutset-02 #mp-skip{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

/* -----------------------------------------------------------
    ヘッダー 社名 
-------------------------------------------------------------- */
#header ul{
 margin: auto;
 }
#header ul li{
 margin: 10px auto 10px auto ;
 width: 298px;
 overflow: hidden;
 text-align: auto;
 padding: 10px auto 0 auto;

 }

#header ul li a{
 color: #666;
 display: block;
margin: auto;
 height: auto;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-decoration: none;
 font-size: 12px;
 line-height: 1.5em;
 }

#header ul li a strong{
 padding-top: 5px;
 color: #000;
 display: block;
 font-weight: bold;
 font-size: 18px;
 line-height: 1.2em;
 }
 


/* -----------------------------------------------------------
 トップページ　タイトルイメージ画像 
-------------------------------------------------------------- */

.mp-layoutset-01 #mp-title{
    background-image : url(../images/main_title.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #F1E2CD;
    width: 100%;
    height: 84px;
    text-indent: -9999px;
    overflow: hidden;
    border-top-width: 0px;
    border-top-color: #F1E2CD;
    border-top-style: solid;
    border-bottom-width:0px;
    border-bottom-color: #F1E2CD;
    border-bottom-style: solid;
}

.mp-layoutset-01 #mp-title h2{
    font-size: 1em;
}

/* タイトル */


img, img a{
    border: none !important;
}


/* -----------------------------------------------------------
 トップページ　リスト1 
 -------------------------------------------------------------- */


#list1 ul{
 margin: 10px;
 }
#list1 ul li{
 overflow: hidden;
 margin: 0;
 width: 100%;
 text-align: left;
 padding: 0;
 border: 1px #ccc solid;
 border-bottom: 0;
 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
 display:block;
 -webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
 box-shadow:0px 3px 3px rgba(000,000,000,0.1);
 }
#list1 ul li:first-child{
 border-radius: 10px 10px 0 0;
 }
#list1 ul li:last-child{
 border-radius: 0 0 10px 10px;
 border-bottom:1px #ccc solid;
 }
#list1 ul li a{
  background: url(../images/org_list_mark1.png) no-repeat 100% 50%; /* カラーバリエーションで変更 */
 color: #666;
 display: block;
 height: 45px;
 margin: 10px;
 padding: 0 20px 0 10px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-decoration: none;
 }

#list1 ul li a strong{
 color: #000;
 display: block;
 font-weight: bold;
 padding-top: 5px;
 }
 
.red #list1 ul li a {
 color: #EE0000;
 display: block;
 font-weight: bold;
 padding-top: 5px;
 }


/* -----------------------------------------------------------
 トップページ　リスト２列 
 -------------------------------------------------------------- */

#list5:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }
#list5 ul{
 border-top: 1px solid #ccc;
 }
#list5 ul li{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
 border-top: none;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 height: 55px;
 margin: 0px;
 list-style:none;
 }
 

#list5 ul li:nth-child(odd) {
 float: left;
 width: 50%;
 }

#list5 ul li a{
 color: #666;
 display: block;
 height: 45px;
 margin: 0px;
 padding: 0 20px 0 10px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-decoration: none;
 background: url(../images/org_list_mark1.png) no-repeat 94% 70%; /* カラーバリエーションで変更 */
 }

#list5 ul li a strong{
 color: #000;
 display: block;
 font-weight: bold;
 padding: 10px 20px 0 0;
 }
#list5 ul li img{
 float: left;
 height: 45px;
 width: 45px;
 margin-right: 10px;
 }

/* -----------------------------------------------------------
 トップページ　リスト２列 1行1列のとき使用
 -------------------------------------------------------------- */

#list5 {
 margin: 10px 9px 0px 10px;
 }

#list5 ul li.bottom{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
 border-top: none;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 height: 55px;
 margin: 0px;
 list-style:none;
 }
 

#list5 ul li.bottom:nth-child(odd) {
 width: 100%;
 }

#list5 ul li.bottom a{
 color: #666;
 display: block;
 height: 45px;
 margin: 0px;
 padding: 0 20px 0 10px;
 text-decoration: none;
 background: url(../images/org_list_mark1.png) no-repeat 97% 70%;  /* カラーバリエーションで画像変更 */
 }

#list5 ul li.bottom a strong{
 color: #000;
 display: block;
 font-weight: bold;
 padding: 10px 20px 0 0;
 }
#list5 ul li.bottom img{
 float: left;
 height: 45px;
 width: 45px;
 margin-right: 10px;
 }

/* -----------------------------------------------------------
/*	トップページ広告　 * カラーバリエーションで変更
 -------------------------------------------------------------- */

.ad{
  background:#FFF;
  padding:5px;
  margin: 0 10px 10px 10px ;
  overflow:hidden;
  display:block;
  text-align:center;
  border:solid 3px #fe6c04; /*カラーバリエーションで変更*/
  border-radius: 10px 10px 10px 10px;
}

.ad span{
  background:#FFF;
  max-width:98.5%;
  height:auto;
  margin:auto;
  padding:5px;
  display:block;
  border:solid 1px #FFA49B;
}

/* -----------------------------------------------------------
    wrapper * カラーバリエーションで変更 *
-------------------------------------------------------------- */

#mp-header{
    width: 100%; 
	border-top:#fe6c04 solid 5px;  /* カラーバリエーションで変更 */

}

#mp-headerMain h1{
    display: none;
}

/* -----------------------------------------------------------
 共通会社情報
-------------------------------------------------------------- */
.free_list li div,
.free_list li a:not(.part_link){
  padding:1em 1.2em 1em 1em;
  display:block;
  overflow:hidden;
  position:relative;
  border-top:solid 1px #FFF;
  border-bottom:solid 1px #E6D9D9;
}
.free_list li:first-child div,
.free_list li:first-child a:not(.part_link){
  padding-top:0;
  border-top:none;
}
.free_list li:last-child div,
.free_list li:last-child a:not(.part_link){
  border-bottom:none;
}
.free_list li a:after{
  content:">";
  width:1em;
  height:1em;
  margin-top:-9px;
  font-size:18px;
  font-weight:bold;
  text-shadow:0 0 1px #FFA49B;
  position:absolute;
  top:50%;
  right:-5px;
}
.free_list li a.part_link:after{
  content:"";
  display:none;
}
.free_list li div h3,
.free_list li a h3{
  font-size:16px;
  line-height:1.1;
  position:relative;
}
.free_list li div h3:before,
.free_list li div h3:after,
.free_list li a h3:before,
.free_list li a h3:after{
  content:"";
  display:block;
  position:absolute;
  top:50%;
}
.free_list li div h3:before,
.free_list li a h3:before{
  width:1px;
  height:.5em;
  margin-left:-.9em;
  border-left:solid 1px #5D5D5D;
}
.free_list li div h3:after,
.free_list li a h3:after{
  width:0;
  height:0;
  margin-left:-.8em;
  border-top:solid 4px transparent;
  border-right:solid 5px transparent;
  border-bottom:solid 4px transparent;
  border-left:solid 5px #5D5D5D;
}

/* -----------------------------------------------------------
	リスト画像有り(画像サイズ大)
-------------------------------------------------------------- */
.img130 img{
  max-width:130px;
  height:auto;
  margin-top:.5em;
  margin-right:.5em;
  padding:0;
  float:left;
}
.img130 h3{
  margin:0 0 .2em 20px;
  color:#5D5D5D;
}
a.img130 p{
  color:#979797;
  float:right;
}
.img130 h3:after,
.img130 h3:before{
  margin-top:-.3em;
}

/* -----------------------------------------------------------
 フッターメニュー * カラーバリエーションで変更
-------------------------------------------------------------- */
#menu{
  width:100%;
  overflow:hidden;
  border-top:solid 1px #FFF;
  position:relative;
  margin:0px auto 0px auto;
}
nav li{
  background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #E9E9E9), color-stop(0.50, #E9E9E9), color-stop(0.49, #EEEEEE), color-stop(0.00, #E9E9E9));
  background:-webkit-linear-gradient(top, #E9E9E9 0%, #EEEEEE 49%, #E9E9E9 50%, #E9E9E9 100%);
  background:-moz-linear-gradient(top, #E9E9E9 0%, #EEEEEE 49%, #E9E9E9 50%, #E9E9E9 100%);
  background:-o-linear-gradient(top, #E9E9E9 0%, #EEEEEE 49%, #E9E9E9 50%, #E9E9E9 100%);
  background:-ms-linear-gradient(top, #E9E9E9 0%, #EEEEEE 49%, #E9E9E9 50%, #E9E9E9 100%);
  background:linear-gradient(top, #E9E9E9 0%, #EEEEEE 49%, #E9E9E9 50%, #E9E9E9 100%);
  width:50%;
  border-bottom:solid 1px #C9C9C9;
  font-size:13px;
  text-align:center;
  float:left;
  list-style:none;

}

nav li.bottom{
  width:100%;
}


nav li.active{
background: rgb(254,213,178); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZDViMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxOGMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ViNzEwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmE4NWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(254,213,178,1) 0%, rgba(241,140,51,1) 50%, rgba(235,113,7,1) 51%, rgba(251,168,95,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,213,178,1)), color-stop(50%,rgba(241,140,51,1)), color-stop(51%,rgba(235,113,7,1)), color-stop(100%,rgba(251,168,95,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,213,178,1) 0%,rgba(241,140,51,1) 50%,rgba(235,113,7,1) 51%,rgba(251,168,95,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,213,178,1) 0%,rgba(241,140,51,1) 50%,rgba(235,113,7,1) 51%,rgba(251,168,95,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,213,178,1) 0%,rgba(241,140,51,1) 50%,rgba(235,113,7,1) 51%,rgba(251,168,95,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,213,178,1) 0%,rgba(241,140,51,1) 50%,rgba(235,113,7,1) 51%,rgba(251,168,95,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed5b2', endColorstr='#fba85f',GradientType=0 ); /* IE6-8 */
}


nav li a{
  padding: 1.2em 0;
  display:block;
  border-right:solid 1px #C9C9C9;
  border-left:solid 1px #FFF;
  border-bottom:solid 1px #FFF;
  color:#000;
  text-shadow:1px 1px 1px #C7C7C7,-1px -1px 1px #F5F5F5;
}
nav li.active a{
  color:#fff;
  text-shadow:-1px -1px 1px #CC837C,1px 1px 1px #FFF;
}
/* -----------------------------------------------------------
 フッター * カラーバリエーションで変更
-------------------------------------------------------------- */

/* カラーバリエーションで変更 */
#mp-footerMain{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
background: rgb(255,162,95); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTI1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZTZjMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,162,95,1) 0%, rgba(254,108,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,162,95,1)), color-stop(100%,rgba(254,108,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,162,95,1) 0%,rgba(254,108,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,162,95,1) 0%,rgba(254,108,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,162,95,1) 0%,rgba(254,108,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,162,95,1) 0%,rgba(254,108,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa25f', endColorstr='#fe6c04',GradientType=0 ); /* IE6-8 */
}

#mp-footerMain p{
    text-align: center;
    font-size: 10px;
    margin: 0;
}


/* -----------------------------------------------------------
 電話番号バナー * カラーバリエーションで変更
 -------------------------------------------------------------- */


#tel_bn ul{
 margin: 0px 10px 0 10px ;
 }
#tel_bn ul li{
 overflow: hidden;
 margin: auto;
 width: 270px;
 text-align: left;
 padding: 0;
 border:solid 3px #fe6c04;
 border-radius: 10px 10px 10px 10px;
 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
 display:block;
 -webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
 box-shadow:0px 3px 3px rgba(000,000,000,0.1);
 }

#tel_bn ul li a{
 background: url(../images/org_list_mark1.png) no-repeat 100% 50%;
 color: #666;
 display: block;
 height: 50px;
 margin: 5px;
 padding: 0 20px 0 10px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-decoration: none;
 font-size: 12px;
 line-height: 1.2em;
 }

#tel_bn ul li a strong{
 color: #666;
 display: block;
 font-size: 16px;
 line-height: 3.5em;
 }
 
.red #tel_bn ul li a {
 color: #EE0000;
 display: block;
 font-weight: bold;
 }

#tel_bn ul li img{
 float: left;
 height: 50px;
 width: 50px;
 padding-top: 5px;
 padding-left: 5px;
 margin-right: 5px;
 }



/* -----------------------------------------------------------
 Top Page レイアウト
-------------------------------------------------------------- */

.mp-layoutset-01 #mp-main p{
    padding-left: 20px;
    padding-right: 20px;
}

/* -----------------------------------------------------------
　第二階層ページレイアウト 
-------------------------------------------------------------- */
.mp-layoutset-02 #mp-title h2 .en{
    display: none;
}
.mp-layoutset-02 #mp-title2 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 dl{
    margin: 0 15px;
}
.mp-layoutset-02 #mp-main dt{
    float: left;
    margin-right: 10px;
}
.mp-layoutset-02 #mp-main dd{
    margin: 0 0 5px;
    overflow: hidden;
}

.mp-layoutset-02 #mp-main table{
    margin: 0 10px 10px 10px;
    border-collapse: collapse;
    border-width: 1px;
    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: 1px;
    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;
}

.mp-layoutset-02 #mp-main ol h4{
    margin: 0;
}
/* -----------------------------------------------------------
　第二階層ページ　見出し * カラーバリエーションで変更
-------------------------------------------------------------- */

.mp-layoutset-02 #mp-title h2{
background: rgb(255,162,95); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTI1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZTZjMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,162,95,1) 0%, rgba(254,108,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,162,95,1)), color-stop(100%,rgba(254,108,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,162,95,1) 0%,rgba(254,108,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,162,95,1) 0%,rgba(254,108,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,162,95,1) 0%,rgba(254,108,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,162,95,1) 0%,rgba(254,108,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa25f', endColorstr='#fe6c04',GradientType=0 ); /* IE6-8 */
    color: #fff;
    padding-left: 10px;
    padding-top: 13px;
    padding-bottom: 10px;
    text-shadow: 0px 1px 2px #a95c17;
    border-top-width: 1px;
    border-top-color: #e8e09f;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d1ba64;
    border-bottom-style: solid;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
}

/* -----------------------------------------------------------
　第二階層ページ　見出し　賃貸売買版用 * カラーバリエーションで変更
-------------------------------------------------------------- */

.mp-layoutset-02 #mp-title2 h2{
background: rgb(255,162,95); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTI1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZTZjMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,162,95,1) 0%, rgba(254,108,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,162,95,1)), color-stop(100%,rgba(254,108,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,162,95,1) 0%,rgba(254,108,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,162,95,1) 0%,rgba(254,108,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,162,95,1) 0%,rgba(254,108,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,162,95,1) 0%,rgba(254,108,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa25f', endColorstr='#fe6c04',GradientType=0 ); /* IE6-8 */
    color: #fff;
    padding-left: 10px;
    padding-top: 13px;
    padding-bottom: 10px;
    text-shadow: 0px 1px 2px #a95c17;
    border-top-width: 1px;
    border-top-color: #e8e09f;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d1ba64;
    border-bottom-style: solid;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
}

/* -----------------------------------------------------------
       会社概要
-------------------------------------------------------------- */

.mp-layoutset-02 #mp-main #company .mp-section{
    padding: 0 0 25px;
}
.mp-layoutset-02 #mp-main #company dl{
    margin: 0 15px 10px 15px;
    padding-top: 15px;
}
.mp-layoutset-02 #mp-main #company dt{
    float: left;
    width: 5.5em;
    margin-right: 10px;
}
.mp-layoutset-02 #mp-main #company dd{
    margin: 0 0 5px;
    overflow: hidden;
}

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


/* -----------------------------------------------------------
    clear
-------------------------------------------------------------- */
.clear{
  height:0;
  margin:0;
  padding:0;
  line-height:0;
  clear:both;
  font-size:0px;
}
.clearfix:before,
.clearfix:after{
  content:"";
  display:table;
}
.clearfix:after{
  clear:both;
}
.clearfix{
  zoom:1;
}



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


/* -----------------------------------------------------------
    フロート
-------------------------------------------------------------- */
.fl{
	float:left;
}

.fr{
	float:right;
}

/* -----------------------------------------------------------
スマートフォン ウッド オレンジ　Ver.1.02
/* -----------------------------------------------------------


