@charset "UTF-8";
.clearfix, .billboard-inner, .billboard-main ul, .billboard-dots, .new-programs-roll-dots, .new-programs-roll, .pickup-contents-list, .list-expand-list, .prdctlist-expand-list, .top-footer {
  overflow: hidden;
  *zoom: 1;
}

/******** 社長.tv トップページ ********/
/* ビルボード */
.billboard {
  padding: 1px 0 5px 1px;
}

.billboard-inner {
  position: relative;
  width: 980px;
  height: 336px;
  margin: 0 auto;
}

.billboard-main {
  position: absolute;
  overflow: hidden !important;
  left: 0;
  border: 1px solid #999;
  border-right-width: 0;
}

.billboard-main ul li {
  float: left;
}

@media screen and (min-width: 979px) {
.billboard-main {
  width: 660px !important;
  height: 310px !important;
}
.billboard-main ul li {
  width: 660px !important;
}

}

.billboard-dots, .new-programs-roll-dots {
  position: absolute;
  left: 180px;
  bottom: 8px;
  display: table-cell;
  width: 300px;
  text-align: center;
}
.billboard-dots ol, .new-programs-roll-dots ol {
  display: inline-block;
}
.billboard-dots li, .new-programs-roll-dots li {
  float: left;
  width: 6px !important;
  height: 6px;
  margin-right: 4px;
  background: url(/assets/default/img/top/bb_dots.png) no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}
.billboard-dots li.active, .new-programs-roll-dots li.active {
  background-position: left -6px;
}

* + html .billboard-dots ol, * + html .new-programs-roll-dots ol {
  /*forIE7*/
  display: inline;
}

.billboard-prev {
  display: none;
  position: absolute;
  left: 0;
  top: 120px;
  width: 42px;
  height: 65px;
  background: url(/assets/default/img/top/bb_ctrl.png) no-repeat left top;
  cursor: pointer;
}

.billboard-next {
  display: none;
  position: absolute;
  left: 618px;
  top: 120px;
  width: 42px;
  height: 65px;
  background: url(/assets/default/img/top/bb_ctrl.png) no-repeat left -65px;
  cursor: pointer;
}

.billboard-map {
  position: absolute;
  right: 0;
  width: 317px;
  height: 310px;
  border: 1px solid #999;
}
.billboard-map .map {
  width: 100%;
  height: 277px;
  overflow: hidden;
  border-width: 0;
  background-color: #FFF;
}
.billboard-map iframe {
  width: 317px;
  height: 277px;
  border-width: 0;
}
.billboard-map .total {
  height: 23px;
  padding-top: 10px;
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 12px;
}
.billboard-map .total strong {
  margin-left: 10px;
  color: #F90;
  font-size: 18px;
  font-weight: bold;
}
.billboard-map .total span {
  margin-left: 5px;
  color: #F90;
  font-size: 12px;
}

* + html .billboard-map .total strong {
  /*forIE7*/
  vertical-align: auto;
}

/* 新着番組 */
.new-programs {
  margin-bottom: 30px;
  padding: 1px 0 5px 1px;
}
.new-programs h2 {
  height: 18px;
  padding: 7px 10px 0;
  background-color: #000;
  color: #FFF;
  font-size: 12px;
}

.new-programs-inner {
  width: 980px;
  margin: 0 auto;
}

.new-programs-contents {
  position: relative;
  width: 978px !important;
  border: 1px solid #999;
  border-top-width: 0;
  background-color: #F2F2F2;
}

@media screen and (min-width: 979px) {
  .new-programs-contents {
    height: 130px !important;
  }
}


.new-programs-roll {
  position: relative;
  width: 945px;
  margin-left: 4px;
  padding-top: 10px;
}
.new-programs-roll li {
  float: left;
  width: 970px;
  height: 104px;
}
.new-programs-roll .card {
  position: relative;
  float: left;
  width: 222px;
  height: 94px;
  margin: 0 5px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-left: 3px solid #aaa;
}
.new-programs-roll img {
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid #999;
}
.new-programs-roll .title {
  position: absolute;
  left: 70px;
  top: 10px;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  cursor: pointer;
}
.new-programs-roll .title:hover {
  text-decoration: underline;
}
.new-programs-roll strong {
  position: absolute;
  left: 70px;
  top: 30px;
  display: block;
  padding-right: 10px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: normal;
}
.new-programs-roll .name {
  display: block;
  margin-top: 2px;
}
.new-programs-roll small {
  position: absolute;
  right: 14px;
  bottom: 10px;
  font-size: 10px;
}

.new-programs-roll-prev {
  float: left;
  width: 12px;
  height: 100px;
  background: url(/assets/default/img/top/np_ctrl.png) no-repeat;
  cursor: pointer;
}

.new-programs-roll-next {
  float: right;
  width: 12px;
  height: 100px;
  background: url(/assets/default/img/top/np_ctrl.png) no-repeat right top;
  cursor: pointer;
}
.new-programs-roll div.first{
  background: transparent;
  cursor: default;
}
.new-programs-roll div.last{
  background: transparent;
  cursor: default;
}

.new-programs-roll-dots {
  left: 340px;
  bottom: 5px;
}

/* ピックアップ＆ニュース */
.pickup-news {
  position: relative;
  width: 960px;
  min-height: 560px;
  margin: 0 auto 30px;
  padding: 0 20px;
}
.pickup-news:after {
  clear: both;
}

.pickup-contents {
  position: absolute;
  left: 20px;
  top: 0;
  width: 640px;
  z-index: 1;
}
.pickup-contents h2 {
  width: 620px;
  border-bottom: 1px solid #999;
  font-size: 24px;
}
.pickup-contents .sub-title {
  margin: 6px 0 20px;
  font-size: 14px;
}

.pickup-contents-list li {
  float: left;
  width: 320px;
}
.pickup-contents-list .card {
  position: relative;
  width: 295px;
  height: 140px;
  margin: 0 15px 10px 0;
  border: 1px solid #aaa;
  border-left: 5px solid #aaa;
  /*background: url(/assets/default/img/top/pu_card.png) no-repeat;*/
}
.pickup-contents-list img {
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid #999;
}
.pickup-contents-list .title {
  position: absolute;
  left: 80px;
  top: 8px;
  display: block;
  width: 210px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  cursor: pointer;
}
.pickup-contents-list .title:hover {
  text-decoration: underline;
}
.pickup-contents-list strong {
  position: absolute;
  left: 80px;
  top: 38px;
  display: block;
  margin-top: 6px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}
.pickup-contents-list .name {
  display: block;
  margin-top: 2px;
  font-size: 12px;
}
.pickup-contents-list .keyword {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 284px;
  height: 22px;
  padding: 24px 0 0 11px;
  background: url(/assets/default/img/common/box_keyword.png) no-repeat;
  font-size: 11px;
}
.pickup-contents-list .keyword b {
  display: none;
}

.pickup-contents p.area_notice{
  color: #999;
  margin-top: 20px;
  font-size: 12px;
}

* + html .pickup-contents-list em {
  /*forIE7*/
  line-height: 1.2;
}

.news-contents {
  width: 300px;
}
.news-contents h2 {
  height: 16px;
  padding-top: 8px;
  border-bottom: 1px solid #333;
  font-size: 14px;
  font-weight: bold;
}
.news-contents dl {
  margin-bottom: 10px;
  border-bottom: 1px solid #999;
  font-size: 12px;
  line-height: 1.4;
}
.news-contents dt {
  padding-top: 10px;
  border-top: 1px dotted #999;
}
.news-contents dt:first-child {
  border-top-width: 0;
}
.news-contents dd {
  padding-bottom: 8px;
}

.news-contents-link {
  margin: -1.4em 0 0.4em;
  font-size: 12px;
  text-align: right;
}

* + html .news-contents {
  /*forIE7*/
  position: relative;
}

.pickup-banner {
  width: 300px;
  padding-bottom: 5px;
}
.pickup-banner p {
  padding-bottom: 5px;
}

.pickup-search {
  width: 300px;
  padding-top: 12px;
  background-position: right top;
}
.pickup-search ul {
  width: 270px;
  margin: 0 auto;
  padding-bottom: 5px;
}
.pickup-search li {
  padding: 0 0 8px 15px;
  background: url(/assets/default/img/common/ic_list.png) no-repeat left 2px;
  font-size: 12px;
}

.pickup-search-link {
  width: 270px;
  margin: -1.4em auto 1.4em;
  font-size: 12px;
  text-align: right;
}

* + html .pickup-search {
  /*forIE7*/
  position: relative;
}

/* リスト表示 カード表示全般 */
.list-expand {
  padding: 30px 0;
  background: #f2f2f2 url(/assets/default/img/common/line_break.png) no-repeat center top;
}

* + html .list-expand {
  /*forIE7*/
  position: relative;
  zoom: 1;
}

.list-expand-list {
  width: 960px;
  margin: 0 auto;
  padding-left: 20px;
}
.list-expand-list li {
  float: left;
  width: 320px;
}
.list-expand-list .card {
  position: relative;
  margin: 0 15px 10px 0;
}
.list-expand-list .card-contents {
  min-height: 296px !important;
  padding-bottom: 46px;
}
.list-expand-list img {
  position: absolute;
  left: 9px;
  top: 15px;
  border: 1px solid #999;
}
.list-expand-list .title {
  position: absolute;
  left: 10px;
  top: 152px;
  display: block;
  width: 285px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  cursor: pointer;
}
.list-expand-list .title:hover {
  text-decoration: underline;
}


.list-expand-list .area {
  position: absolute;
  left: 10px;
  top: 175px;
  width: 62px;
  padding: 2px 0 1px;
  background-color: #369;
  color: #FFF;
  font-size: 11px;
  text-align: center;
}

.list-expand-list strong {
  position: absolute;
  left: 10px;
  top: 195px;
  display: block;
  min-height: 50px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}
.list-expand-list .name {
  display: block;
  margin-top: 2px;
  font-size: 12px;
}
.list-expand-list .lead {
  display: block;
  width: 280px;
  margin-left: 10px;
  padding-top: 235px;
  font-size: 12px;
  line-height: 1.4;
}
.list-expand-list .keyword {
  position: absolute;
  left: 1px;
  bottom: 5px;
  display: block;
  width: 287px;
  height: 20px;
  padding: 23px 0 0 11px;
  background: url(/assets/default/img/common/box_keyword.png) no-repeat;
  font-size: 11px;
}
.list-expand-list .keyword b {
  display: none;
}

.list-expand-end {
  width: 980px;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
}

.list-expand-end.is-hide {
  display: none;
}

/* 商品サービスリスト表示 カード表示全般 */
.prdctlist-expand {
  padding: 30px 0;
  background: #f2f2f2 url(/assets/default/img/common/line_break.png) no-repeat center top;
}

* + html .prdctlist-expand {
  /*forIE7*/
  position: relative;
  zoom: 1;
}

.prdctlist-expand-list {
  width: 960px;
  margin: 0 auto;
  padding-left: 20px;
}
.prdctlist-expand-list li {
  float: left;
  width: 320px;
}
.prdctlist-expand-list .card {
  position: relative;
  margin: 0 15px 10px 0;
}
.prdctlist-expand-list .card-contents {
  min-height: 296px !important;
  padding-bottom: 46px;
}
.prdctlist-expand-list img {
  position: absolute;
  left: 9px;
  top: 15px;
  border: 1px solid #999;
}
.prdctlist-expand-list .title {
  position: absolute;
  left: 10px;
  top: 152px;
  display: block;
  width: 285px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  cursor: pointer;
}
.prdctlist-expand-list .title:hover {
  text-decoration: underline;
}


.prdctlist-expand-list .area {
  position: absolute;
  left: 10px;
  top: 175px;
  width: 62px;
  padding: 2px 0 1px;
  background-color: #369;
  color: #FFF;
  font-size: 11px;
  text-align: center;
}

.prdctlist-expand-list strong {
  position: absolute;
  left: 10px;
  top: 195px;
  display: block;
  min-height: 50px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}
.prdctlist-expand-list .name {
  display: block;
  margin-top: 2px;
  font-size: 12px;
}
.prdctlist-expand-list .lead {
  display: block;
  width: 280px;
  margin-left: 10px;
  padding-top: 235px;
  font-size: 12px;
  line-height: 1.4;
}
.prdctlist-expand-list .keyword {
  position: absolute;
  left: 1px;
  bottom: 5px;
  display: block;
  width: 287px;
  height: 20px;
  padding: 23px 0 0 11px;
  background: url(/assets/default/img/common/box_keyword.png) no-repeat;
  font-size: 11px;
}
.prdctlist-expand-list .keyword b {
  display: none;
}

.prdctlist-expand-end {
  width: 980px;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
}

.prdctlist-expand-end.is-hide {
  display: none;
}

/* トップフッター */
.top-footer {
  width: 940px;
  margin: 0 auto 35px;
  padding:0 20px;
}

.top-footer:after {
  clear:both;
}
.top-footer .like-box {
  float: left;
  width: 410px;
  min-height: 265px;
}
.top-footer .box-gray, .top-footer .side-banner {
  float: left;
  width: 300px;
}

/* 社内風景・その他 */
.top-photos{
padding: 0 0 20px;
background: #f2f2f2
}
.top-photos h2 {
  margin-bottom: 10px;
}
.top-photos p {
  width: 960px;
  padding: 0 4px 0 16px;
  margin: 0 auto;
}
.top-photos .card {
  float: left;
  margin: 0 0 4px 4px;
}
.top-photos .card a {
  display: table-cell;
  width: 140px;
  height: 105px;
  background: #e4e4e4;
  text-align: center;
  vertical-align: middle;
}
.top-photos .card img {
  display: block;
  margin: 0 auto;
}
.top-photos .list-expand-list img {
  position: static;
  left: 0px;
  top: 0px;
  border:none;
  max-width: 140px;
  max-height: 105px;
}
.top-photos .list-expand-end{
  margin-top: 10px;
}



* + html .top-photos .card a {
  /*forIE7*/
  display: block !important;
}

.top-photos .section-title-link{
  width: 930px;
  margin: -30px auto 20px;
}