@charset "utf-8";

a.header-button.right {
    display: none;
}

#entry .write hr.writehr{
    background: url("/images/search/bg_mobilettl.jpg") 0 0 repeat;
    height:1px;
    border: 0px none;
    clear: both;
}

#entry .textbox h2{
    color: gray;
}

h2 span.h2text{
    font-size:14px;
    margin: 0 0 0 10px;
}

.container #main_lp {
    background: #F7F7F7;
}

/*************************************************************** new_entry **/
#new_entry .item .textbox .cate{
    color: #fff;
    background: #11c56e;
    display: inline-block;
    margin: 5px 0;
    padding: 1px 3px;
}

#new_entry .item{
    background: #eeedee;
}

#new_entry .item .textbox{
    padding:10px;
    background: #fff;
}

#new_entry .item .textbox .blogttl{
    margin: 0 0 0 0;
    font-weight: bold;
    line-height: 1.3;
}

#new_entry .item .textbox .date{
    color:#666666;
    margin: 0 0 0 5px;
    text-align: right;
}

#new_entry #move-topic img{
    height:auto;
    display: block;
    width:auto;
}


/*************************************************************** スライダー **/
.owl-pagination{
    background: #e1e1e1;
    padding: 5px 0 0 0;
}

#new_entry .owl-theme .owl-controls .active span {
    background: url("/images/search/bg_mobilettl.jpg") 0 0 repeat !important;
}

#new_entry .owl-theme .owl-controls .active span {
    background:url("/images/search/bg_mobilettl.jpg") 0 0 repeat;
}

#new_entry .owl-theme .owl-controls .owl-page span {
    background:#fff;
    height:17px;
    width:17px;
    margin:5px;
}



/*************************************************************** HOT ENTRY **/
#hot_entry{
    margin:0 10px;
}

#hot_entry .orderby{
    width:100%;
    margin: 15px 0;
    height: 44px;
}

#hot_entry .first{
    border:1px solid #ccc;
    overflow: hidden;
}

#hot_entry .entry_list{
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    border-bottom:1px solid #ccc;
    overflow: hidden;
}

#hot_entry .entry_list .photo{
    float: left;
    border-right: 1px solid #ccc;
    margin: 0 5px 0 0;
    width: 98px;
    height: 98px;
    background: #f7f7f7;
}

#hot_entry .entry_list .photo:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#hot_entry .entry_list .photo img{
    display: inline-block;
    vertical-align:middle;
}

#hot_entry .entry_list .textbox{
    overflow: hidden;
}

#hot_entry .entry_list .textbox .cate{
    color: #fff;
    background: #11c56e;
    display: inline-block;
    margin: 5px 0px;
    padding: 5px;
    font-size: 12px;
    line-height: 1;
}

#hot_entry .entry_list .textbox .blogttl{
    margin: 0 0 0 0;
    font-weight: bold;
    line-height: 1.3;
    font-size: 15px;
    margin-bottom: 10px;
}

#hot_entry .entry_list .textbox .date{
    color:#666666;
    margin: 0 0 0 5px;
    font-size:12px;
}

#hot_entry .btn_list a{
    background: url("/images/search/bg_mobilettl.jpg") 0 0 repeat;
    display: block;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    color: #FFF;
    font-weight: bold;
    padding: 12px 6px;
    text-align: center;
    margin: 15px 0;
}

#hot_entry .more-look {
    background: #fff;
}

#hot_entry .more-look a {
    box-shadow:none;
}


/*************************************************************** 内部エントリー **/
#entrytop{
    background: url("/images/search/bg_mobilettl.jpg") 0 0 repeat;
    height:5px;
    border: 0px none;
}

#entry{
    margin:0 10px;
}

#entry .date{
    text-align: right;
    margin: 4px 0 0 0;
}

#entry .cate{
    color: #fff;
    background: #11c56e;
    display: inline-block;
    margin: 5px 0;
    padding: 3px 10px 0px;
}

#entry h2.title{
    font-size: 22px;
    color: #666;
    border-top: none;
    border-bottom: none;
    line-height: 1.3;
    margin: 10px 0;
    padding:0;
}


#entry p.photo img{
    width:100%;
}

#entry .textbox p{
    margin:0 5px 13px 5px;
    font-size:13px;
}

#entry .write{
    background: url("/images/search/bg_mobilettl.jpg") 0 0 repeat;
}

#entry .write .text_box{
    background:#fff;
    padding: 10px 20px;
    margin: 2px;
    overflow: hidden;
}

#entry .write .text_box img{
    float: left;
}

#entry .write .text_box .write_photo+p{
    margin:5px 0 0 10px;
    float: left;
}

#entry .write h3{
    background: url("/images/search/bg_mobilettl.jpg") 0 0 repeat;
    color:#fff;
    font-size:15px;
    padding: 3px 10px;
}

#peger{
    margin: 20px 0 0 0;
    display: table;
    width: 100%;
}

#peger .pre{
    background:#fff;
    display: table-cell;
    border-top: 6px solid #d5d5d5;
    border-right:2px solid #d5d5d5;
    border-bottom:11px solid #d5d5d5;
    width:49%;
    height: 70px;
    padding: 5px;
}

#peger .next{
    background:#fff;
    display: table-cell;
    border-top: 6px solid #d5d5d5;
    border-bottom:11px solid #d5d5d5;
    width: 50%;
    height: 70px;
    padding: 5px;
}

#peger .pre p,
#peger .next p{
    font-size:13px;
}

#peger .pre p.pagetext,
#peger .next p.pagetext{
    height: 40px;
}

#peger .pre a,
#peger .next a{
    display:block;
}

#peger .next .nextarrow{
    clear:both;
    text-align: right;
    margin:10px 0 0;
}

#peger .pre .prevarrow{
    clear:both;
    text-align: left;
    margin:10px 0 0;
}

#peger .pre .pageimg{
    float:left;
    margin:0 5px;
    width:45px;
}

#peger .next .pageimg{
    float:left;
    margin:0 5px;
    width:45px;
}





#container .pre img{
    float: left;
    margin: 0 5px 0 0;
}

#container .next img{
    float: left;
    margin: 0 5px 0 0;
}

.listnext{
    display:block;
    border-bottom: 15px solid #d5d5d5;
}

.listnext p {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 42px;
    padding: 0 43% 0 0;
    position: relative;
    text-align: center;
    z-index: 2;
}

.listnext p a {
    font-size: 18px;
    padding: 0;
    border: none;
}

.listnext p:after {
    background: transparent url('/images/ico_sprite.png') no-repeat 0 -960px;
    -webkit-background-size: 52px 1465px;
    -moz-background-size: 52px 1465px;
    -o-background-size: 52px 1465px;
    background-size: 52px 1465px;
    content: "";
    display: block;
    height: 24px;
    position: absolute;
    right:10px;
    top: 25%;
    width: 20px;
}

