@charset "utf-8";
/* CSS Document */
  #contents .headSection .leftArea{
  margin:0;
  padding:0
  }

#contents .headSection{
margin:0;
}

#contents .headSection .innerBlock {
    width: 960px;
    margin: 0 auto;
}

#contents .headSection .leftArea .title.txt{
line-height:normal;
}

#contents .headSection .leftArea .title{
display: inline-block;
vertical-align: bottom;
}

#contents .headSection {
    padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #contents .headSection .innerBlock {
    width: 100%;
    margin: auto;
    padding: 0 5px 5px;
    position: relative;
    box-sizing: border-box;
  }
  #contents .headSection .leftArea {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  #contents .headSection .rightArea {
    float: none;
    margin-bottom: 0;
    padding-top: 0;
    width: auto;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
  
  
#contents .headSection .leftArea img{
width:auto;
}

#contents .main-area p br.pc_only{
display: none;
}

#contents .headSection .innerBlock .leftArea .title.txt{
float: left;
    width: 100%;
    vertical-align: middle;
    padding: 0 0 0 10px !important;
    margin: 5px 0 15px 0;
    box-sizing: border-box;
}

#contents.responsive .leftArea img{
display: inline-block;
    width: 150px;
    padding-right: 3px;
}

#contents .headSection{
    padding-bottom: 5px;
}

.sitemap {
    margin-bottom: -50px;
}

#contents .share_list img {
	width: 46px;
}

}