@charset "UTF-8";

.headtitle{
  display:inline-block;
  font-weight:bold;
  font-size:24px;
}
.headtitle a{
  color:#333 !important;
}

#yjMain {
    width: 950px;
}


/* --------------- Breadcrumb --------------- */
.breadcrumb {
    float: left;
    min-width: 700px;
    min-height: 20px;
    margin: 3px 0 0 0;
    text-align: left;
}
.breadcrumb ul {
    list-style: none;
    padding-left: 5px;
}
.breadcrumb ul > li {
    display: inline;
    color: #999;
    font-size: 12px;
}
.breadcrumb ul > li a {
    color: #999;
    text-decoration: underline;
}
.breadcrumb ul > li + li:before {
    content: " > ";
}

/* --------------- /Breadcrumb --------------- */

/*---------- 注目の特集 ----------*/
.pickupFeature {
  width: 100%;
  margin: 1px 0 20px 0;
  font-size: 12px;
  line-height: 130%;
    z-index: 0;
}
.pickupFeature h2 {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
}
.pickupFeature ul {
  width: 950px;
}
.pickupFeature li {
  float: left;
  position: relative;
  z-index: 0;
  height: 189px;
  width: 189px;
  margin-right: 1px;
}
.pickupFeature a {
  display: block;
  height: 189px;
  width: 189px;
  color: #fff;
  text-decoration: none;
}
.pickupFeature a:hover {
  background-color: #000;
}
.pickupFeature .pickupImg img {
  width: 189px;
  height: 189px;
}
.pickupFeature .pickupBg {
  position: absolute;
  top: 0;
  left: 0;
}
.pickupFeature .pickupTxt {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 10px;
  width: 175px;
  color: #eee;
}
.pickupFeature .pickupTtl {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.pickupFeature .listTxt {
  height: 48px;
  display: block;
  overflow: hidden;
}

/*もっと見るリンク*/
.pickupFeature .moreTxt {
  position: absolute;
  top: 90px;
  left: 50px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
/*---------- /注目の特集 ----------*/


/*---------- リンクリスト ----------*/
.listLink{
  margin: 0;
  padding: 0;
}
.listLink ul{
  width: 934px;
  margin: 8px;
}
.listLink li{
  float: left;
  width: 48.1%;
  margin: 0;
  padding: 8px;
  font-size: 13px;
  line-height: 1.3em;
}
.listLink li:nth-of-type(4n),
.listLink li:nth-of-type(4n-1) {
    background-color: #efefef;
}
.listLink li:nth-of-type(2n-1) {
    border-right: 1px solid black;
}
.listLink li a{
  display: block;
  width: auto;
  height: 100px;
  color: #050505;
  text-decoration: none;
}
/*
.listLink li a:hover{
  background: #eee;
}
*/
.listLink .listImg {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 8px;
  line-height: 80px;
  text-align: center;
}
.listLink .listImg img{
  max-height: 100px;
  max-width: 100px;
  border: 1px solid #ddd;
  height: auto;
  width: 100px;
  vertical-align: top;
}
.listLink .listTitle {
  display: block;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3em;
}
.listLink .listTxt {
  display: block;
  overflow: hidden;
  padding-bottom: 8px;
  font-size: 18px;
  color: #555;
    line-height: 1.3em;
}
.listLink .listTxt.listTitle {
    height: 70px;
    color: #333;
}
.listLink .listTxt.listDescription {
    height: 80px;
}
.listLink .listMeta {
  display: block;
  font-size: 11px;
  color: #666363;
  line-height: 14px;
  float: left;
  margin-right: 0.5em;
}
/*---------- /リンクリスト ----------*/

                          
/* ---------- 右カラム ---------- */

/* SNSボタン */
#yjSub .share-horizontal {
  float: none;
}
#yjSub .share-horizontal ul {
  float: none;
}

/* Twitterタイムライン */
.twitterWidget .timeline {
  padding: 10px 0;
  text-align: center;
  background: #eee;
}

/* ---------- 右カラム ---------- */
