@charset "utf-8";

hr{
    background: #fff url("/images/search/bg_mobilettl.jpg") repeat left top;
    margin: 0;
    padding: 0;
    border: 0;
    height: 3px;
}

#contents {
    width: 100%;
    min-height: auto;
}
#contents .h1_section {
    width: 950px;
    margin: 0 auto 20px;
}


#article * {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Helvetica, sans-serif;
}
#article {
    width: 100%;
    margin: 0 auto;
    float: none;
}

#bg_dotto {
    background: url(/images/bg_spot_phtBak.jpg) repeat!important;
}

#article h2 {
    position: relative;
    width: 905px;
    margin: 6px auto;
    padding-left: 10px;
    font-size: 25px;
    font-weight: bold;
    background: #f7f7f7;
}
#article h2 span{
    display: block;
    background: url("/images/search/bg_mobilettl.jpg") 0 0 repeat;
    height: 30px;
    width: 7px;
    left: -2px;
    position: absolute;
}

#hot-topic .pct h3 {
    color: #fff;
    font-size: 16px;
    padding: 3px 12px;
    background: #11c56e;
    display: inline;
}
#hot-topic .pct dl {
    height: 130px;
    margin: 20px 0;
    word-break: break-word;
}
#hot-topic .pct dt {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
}
#hot-topic .pct dd {
    font-size: 13px;
}
#hot-topic .line5 {
    width: 516px;
    overflow: hidden;
}
#hot-topic .pct .blogDate {
    font-size: 13px;
}



/*---- #hot-topic ----*/
#hot-topic .topicarea,
#new-topic .topicarea {
    width: 920px;
    margin: 0 auto;
    padding: 20px 0;
}
#hot-topic .topicarea .clearfix {
    margin-bottom: 20px;
}
#hot-topic .blogimg {
    width: 340px;
    height: 256px;
    background: #C2C2C2;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#hot-topic .blogimg img{
    max-width:340px;
    max-height:256px;
}
#hot-topic .pct {
    background: #fff;
    display: table-cell;
    width: 580px;
}
#hot-topic .pctbox{
    padding: 25px 32px;
}
#hot-topic .pct.last {
    margin-right: 0;
}

#hot-topic .clearfix {
    cursor: pointer;
    height: auto;
}

#hot-topic .clearfix:hover {
    opacity: 0.7;
}

#hot-topic .topicarea a {
    text-decoration: none;
}
/* HOTENTRYのカテゴリとタイトル */
#hot-topic .topicarea .estate {
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    max-width: 480px;
}
/*---- #new-topic ----*/
#new-topic .blogsearch {
    position: absolute;
    top: 18px;
    right: 17px;
}
#new-topic .blogsearch select {
    width: 198px;
    height: 25px;
    padding: 2px;
    border: none;
    border-bottom: solid 1px #aea8aa;
    border-radius: 3px;
}

#new-topic h2 {
    margin: 20px auto 8px;
    line-height: 1.2;
}
#new-topic .topicarea .clearfix {
    margin-bottom: 20px;
}
#new-topic .pct {
    width: 295px;
    margin-right: 10px;
    background: #fff;
    float: left;
}
#new-topic .pctbox {
    padding: 0 0 3px 0;
}
#new-topic .blogimg {
    display: table-cell;
    height: 228px;
    text-align: center;
    vertical-align: middle;
    width: 295px;
}
#new-topic .pct:hover {
    opacity: 0.7;
}
#new-topic .pct img{
    max-width:295px;
    max-height:228px;
}
#article .topicarea .last {
    margin-bottom: 0;
}
#new-topic .pct.last {
    margin-right: 0;
}
#new-topic .datearea {
    padding: 15px 10px;
}
#new-topic .pct dl {
    min-height: 112px;
    font-size: 16px;
    margin: 0 0 10px 0;
}
#new-topic .pct dt {
    margin: 0 0 10px ;
    color: #fff;
    padding: 3px 13px;
    background: #11c56e;
    display: inline-block;
}
#new-topic .pct dd {
    margin: 0 0 0 5px;
    font-weight: bold;
}
#new-topic .pct .blogDate {
    float: right;
}


/*---*---*/
#main #article .pct .question {
    background: #f56c6c;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 230px;
}
#main #article .pct .blog {
    background: #5c66ec;
}
#main #article .pct .news {
    background: #f6bf00;
}

 .topicarea .more {
    height: 40px;
    margin: 15px 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: url("/images/search/bg_mobilettl.jpg") 0 0 repeat;;
}
 .topicarea .more a {
    padding: 7px 0 0;
    color: #fff;
    display: block;
}
 .topicarea .more a:hover {
    opacity: 0.8;
    text-decoration: none;
}

a.namelink{
    text-decoration: none;
    color: #333333;
}

a.namelink.line3 {
    width: 256px;
    overflow: hidden;
    word-break: break-word;
}
/* 全体のコンテンツ */
.subcategory-wrapper {
    width: 950px;
    margin: 0 auto;
    padding: 20px 0;
}
/* 「タグ一覧」という文言 */
.subcategorystr {
    color: #737373;
    font-weight: bold;
}

/* タグリスト<ul>タグ */
.subcategorylist {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

/* タグ名 */
.subcategory {
    margin: 8px 8px 0 0;
    padding: 2px 5px;
    color: #07519a;
    border: 1px solid #eee;
    border-radius: 3px;
    background: #eaeaea;
}
/* 「タグ一覧ページへ」 */
.to_taglist {
    margin-top: 8px;
}
.to_taglist a {
    display: inline-block;
    padding: 4px 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
}
