@charset "utf-8";
/*------------------------------------------------
    contents
------------------------------------------------*/
a:hover {
    color: #0860c0;
    text-decoration: underline;
}
a:visited {
    color: #803aa3;
    text-decoration: none;
}
#wrapper {
    background-color: #fff;
}
header {
    position: relative;
    width: 950px;
    margin: 0 auto;
    min-height: 250px;
    background: url(../images/top.jpg);
    background-repeat: no-repeat;
}

header div{
  text-indent: -9999px;
  height: 0;
}
#apparel_bannerbox {
    padding: 186px 0 38px 50px;
}
h1 {
    width: 100%;
    text-align: left;
}
/*-----------------------------------------------------
ブランドロゴ
-------------------------------------------------------*/
#downSection .frame {
    margin: 0 auto;
    padding: 20px;
    width: 990px;
    box-sizing: border-box;
    background-repeat: repeat;
    border-radius: 10px;
}
#downSection .frame .brand {
    width: 950px;
    box-sizing: border-box;
    background: url(../images/cts_bg.png);
    margin-bottom: 50px;
    border: none;
    padding: 16px 20px 25px;
    clear: both;
}
#downSection .frame .brand h2 {
    color: #444;
    font-size: 16px;
    position: relative;
    background: url(../images/icon_brown.png) 0px 8px no-repeat;
    -moz-background-size: 28px auto;
    -webkit-background-size: 28px auto;
    background-size: 26px auto;
    box-sizing: border-box;
    padding: 10px 0 0 30px;
}
#downSection .frame .brand .linkbtn,
.building .linkbtn {
    margin-top: 30px;
}
#downSection .frame .brand ul {
    width: 862px;
    margin: 5px auto 0;
}
#downSection .frame .brand ul li {
    position: relative;
    width: 160px;
    height: 120px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 8px 10px 0;
    border: #999 solid 1px;
}
#downSection .frame .brand ul li:nth-of-type(5n) {
    margin: 0 0 5px 0;
}
#downSection .frame ul li:last-child {
    display:inline-block;
    *display: inline;
    *zoom: 1;
    margin-right:0px;
}
/*-----------------------------------------------------
ファッションビル検索
-------------------------------------------------------*/
.building {
    background-repeat: repeat;
    padding: 0px 0 10px;
    margin-top:20px;
}
.building h3 img{
    vertical-align:sub;
}
.building ul {
    padding-left: 20px;
}
.building ul li {
    display: inline-block;
    width: 204px;
    margin-top: 10px;
    height: 20px;
    vertical-align: top;
    background: url(../images/arrow.png) no-repeat;
    line-height: 1.3;
    padding-left: 15px;
}
.building-cts {
    background: url(../images/cts_bg.png);
    box-sizing: border-box;
    padding: 10px 0 20px;
}

/*------------------------------------------------
    mordal
------------------------------------------------*/
.toolTip {
    width: 240px;
    height: auto;
    position: absolute;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #694c41;
    box-sizing: border-box;
    padding: 10px 2px 10px 10px;
    z-index: 2;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
.toolTip:before,
.toolTip:after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}
.toolTip:before{
  bottom: -18px;
  border-style: solid;
  border-color: #694c41 transparent transparent transparent;
  border-width: 18px 18px 0 18px;
}
.toolTip:after{
  bottom: -15px;
  border-style: solid;
  border-color: #fff transparent transparent  transparent;
  border-width: 16px 16px 0 16px;
  z-index: 10;
}
.toolTip dt {
    color: #694c41;
    text-align: center;
    font-weight: 700;
}
.toolTip dd {
    float: left;
    margin-right: 1em;
    line-height: 1.8;
}
.mdl-close img {
    cursor: pointer;
    width: 23px;
    height: 24px;
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 2;
}
.invisible{
    display: none;
}
.nolink {
    pointer-events: none;
}

/*-----------------------------------------------------
専門LP個別 共有css
-------------------------------------------------------*/

/*-背景色--*/
.bar_add h2 { background: url(../images/icon_white.png) 14px 14px no-repeat #cdbbaa;padding: 3px 0 0 56px;margin-bottom:15px;}
.pink_bar { background-color: #cdbbaa;}
.area_bigttl { background: url(../../lp_common/images/h3_icon_03.png) 20px 12px no-repeat #cdbbaa;}
.lplinklist_ttl { border-left: 6px solid #694c41;}
.recommend-jobTitle .pattern-1 .bg01 .pt01 h2 { background-color: #cdbbaa;}
.recommend .pt01 ul.ul03 li dl { border-top: 10px solid #6c4730;}


/*-ボタン色--*/
.internal_link_bt a { background-color: #6c4730;box-shadow: 0 -2px 0 #503523 inset;}
.new-linkbtn a { background-color: #6c4730;box-shadow: 0 -4px 0 #503523 inset;}

h2.lplinklist_ttl{
    color:#694c41;
    background: #fff !important;
    font-weight:700;
    font-size: 20px;
    border-left: 6px solid #694c41;
    padding-left:8px;
    padding-top:2px;
    margin: 4px 0 10px;
    line-height: 1;
    height: auto;
}